From 92c40ce9ab14555a00ad11bcf8bfc448439862d9 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 11 Jan 2021 11:30:22 +0100 Subject: [PATCH] Release 2a04c5bb4a5918290c3998176093afae; Exception message added to log in case of a callback exception --- __init__.py | 4 +- _testresults_/unittest.json | 90642 +++++++++++++++++----------------- _testresults_/unittest.pdf | Bin 854058 -> 854305 bytes 3 files changed, 45323 insertions(+), 45323 deletions(-) diff --git a/__init__.py b/__init__.py index 7000068..a2ae480 100644 --- a/__init__.py +++ b/__init__.py @@ -478,8 +478,8 @@ class pure_json_protocol(object): try: self.logger.debug("%s Executing callback %s to process received data", self.__log_prefix__(), callback.__name__) status, data = callback(msg, *args, **kwargs) - except Exception: - logger.error('{lp} Exception raised. Check callback {callback_name} and it\'s return values for service_id {service_id} and data_id {data_id}'.format(lp=self.__log_prefix__(), callback_name=callback.__name__, service_id=repr(msg.get_service_id()), data_id=repr(msg.get_data_id()))) + except Exception as e: + logger.error('{lp} Exception raised. Check callback {callback_name}: "{message}" and it\'s return values for service_id {service_id} and data_id {data_id}'.format(lp=self.__log_prefix__(), callback_name=callback.__name__, message=str(e), service_id=repr(msg.get_service_id()), data_id=repr(msg.get_data_id()))) status = STATUS_CALLBACK_ERROR data = None else: diff --git a/_testresults_/unittest.json b/_testresults_/unittest.json index 110964c..4546d7d 100644 --- a/_testresults_/unittest.json +++ b/_testresults_/unittest.json @@ -1777,7 +1777,7 @@ "Name": "socket_protocol", "State": "Released", "Supported Interpreters": "python2, python3", - "Version": "b2cd74413a21bced599aa52431777de0" + "Version": "2a04c5bb4a5918290c3998176093afae" }, "testrun_list": [ { @@ -1826,8 +1826,8 @@ "testcases": { "_-UtxUEzYEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109402, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881325, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -1838,20 +1838,20 @@ "message": "_-UtxUEzYEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 109.40194129943848, + "msecs": 881.3250064849854, "msg": "_-UtxUEzYEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.94395446777344, + "relativeCreated": 34.04808044433594, "testcaseLogger": [ { "args": [ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109527, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881399, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -1862,14 +1862,14 @@ "message": "Creating empty message object: {'status': None, 'service_id': None, 'data': None, 'data_id': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 109.5271110534668, + "msecs": 881.3989162445068, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.06912422180176, - "thread": 140634736203584, + "relativeCreated": 34.12199020385742, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1877,8 +1877,8 @@ "args": [ "'data_id'" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109682, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881545, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1895,8 +1895,8 @@ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}", "" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109601, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881467, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1906,14 +1906,14 @@ "lineno": 22, "message": "Result (data_id is part of the message object): {'status': None, 'service_id': None, 'data': None, 'data_id': None} ()", "module": "test", - "msecs": 109.60102081298828, + "msecs": 881.4671039581299, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.14303398132324, - "thread": 140634736203584, + "relativeCreated": 34.19017791748047, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -1921,8 +1921,8 @@ "data_id is part of the message object", "'data_id'" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109643, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881508, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -1932,34 +1932,34 @@ "lineno": 30, "message": "Expectation (data_id is part of the message object): 'data_id' in result", "module": "test", - "msecs": 109.64298248291016, + "msecs": 881.5081119537354, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.18499565124512, - "thread": 140634736203584, + "relativeCreated": 34.23118591308594, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 109.68208312988281, + "msecs": 881.5450668334961, "msg": "data_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.22409629821777, - "thread": 140634736203584, + "relativeCreated": 34.26814079284668, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109754, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881615, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -1970,14 +1970,14 @@ "message": "Creating a maximum message object: {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 109.75408554077148, + "msecs": 881.6149234771729, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.296098709106445, - "thread": 140634736203584, + "relativeCreated": 34.33799743652344, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -1985,8 +1985,8 @@ "args": [ "'data_id'" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109897, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881754, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2003,8 +2003,8 @@ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109821, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881679, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2014,14 +2014,14 @@ "lineno": 22, "message": "Result (data_id is part of the message object): {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'} ()", "module": "test", - "msecs": 109.82108116149902, + "msecs": 881.6790580749512, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.363094329833984, - "thread": 140634736203584, + "relativeCreated": 34.40213203430176, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2029,8 +2029,8 @@ "data_id is part of the message object", "'data_id'" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.10986, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881718, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2040,35 +2040,35 @@ "lineno": 30, "message": "Expectation (data_id is part of the message object): 'data_id' in result", "module": "test", - "msecs": 109.85994338989258, + "msecs": 881.7179203033447, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.40195655822754, - "thread": 140634736203584, + "relativeCreated": 34.44099426269531, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 109.89689826965332, + "msecs": 881.7539215087891, "msg": "data_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.43891143798828, - "thread": 140634736203584, + "relativeCreated": 34.47699546813965, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.600120544433594e-05 }, { "args": [ "'DID'", "" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110047, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881897, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2085,8 +2085,8 @@ "'DID'", "" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109969, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.88182, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2096,14 +2096,14 @@ "lineno": 22, "message": "Result (Content in message object for data_id): 'DID' ()", "module": "test", - "msecs": 109.96890068054199, + "msecs": 881.8199634552002, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.51091384887695, - "thread": 140634736203584, + "relativeCreated": 34.54303741455078, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2112,8 +2112,8 @@ "'DID'", "" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110008, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881859, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -2123,39 +2123,39 @@ "lineno": 26, "message": "Expectation (Content in message object for data_id): result = 'DID' ()", "module": "test", - "msecs": 110.00800132751465, + "msecs": 881.8590641021729, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.55001449584961, - "thread": 140634736203584, + "relativeCreated": 34.58213806152344, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 110.0471019744873, + "msecs": 881.89697265625, "msg": "Content in message object for data_id is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.589115142822266, - "thread": 140634736203584, + "relativeCreated": 34.620046615600586, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 3.910064697265625e-05 + "time_consumption": 3.790855407714844e-05 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0006451606750488281, - "time_finished": "2021-01-11 07:30:14,110", - "time_start": "2021-01-11 07:30:14,109" + "time_consumption": 0.0005719661712646484, + "time_finished": "2021-01-11 11:25:03,881", + "time_start": "2021-01-11 11:25:03,881" }, "_2pi_8EzZEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110875, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.88271, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2166,18 +2166,18 @@ "message": "_2pi_8EzZEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 110.87489128112793, + "msecs": 882.7099800109863, "msg": "_2pi_8EzZEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 44.41690444946289, + "relativeCreated": 35.433053970336914, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.11454, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885947, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -2192,8 +2192,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:14,111", - "created": 1610346614.11129, + "asctime": "2021-01-11 11:25:03,883", + "created": 1610360703.883075, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2203,22 +2203,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 111.28997802734375, + "msecs": 883.0749988555908, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 44.83199119567871, - "thread": 140634736203584, + "relativeCreated": 35.798072814941406, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:14,111", - "created": 1610346614.111648, + "asctime": "2021-01-11 11:25:03,883", + "created": 1610360703.883469, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2228,22 +2228,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 111.6480827331543, + "msecs": 883.4691047668457, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.19009590148926, - "thread": 140634736203584, + "relativeCreated": 36.19217872619629, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:14,111", - "created": 1610346614.111723, + "asctime": "2021-01-11 11:25:03,883", + "created": 1610360703.883563, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2253,22 +2253,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 111.72294616699219, + "msecs": 883.5630416870117, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.26495933532715, - "thread": 140634736203584, + "relativeCreated": 36.286115646362305, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:14,111", - "created": 1610346614.111868, + "asctime": "2021-01-11 11:25:03,883", + "created": 1610360703.883716, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2278,14 +2278,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 111.86790466308594, + "msecs": 883.7161064147949, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.4099178314209, - "thread": 140634736203584, + "relativeCreated": 36.43918037414551, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2294,8 +2294,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:14,111", - "created": 1610346614.111929, + "asctime": "2021-01-11 11:25:03,883", + "created": 1610360703.883777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2305,14 +2305,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 111.92893981933594, + "msecs": 883.7769031524658, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.4709529876709, - "thread": 140634736203584, + "relativeCreated": 36.499977111816406, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2320,8 +2320,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:14,111", - "created": 1610346614.111999, + "asctime": "2021-01-11 11:25:03,883", + "created": 1610360703.883849, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2331,14 +2331,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 111.9990348815918, + "msecs": 883.8489055633545, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.54104804992676, - "thread": 140634736203584, + "relativeCreated": 36.57197952270508, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2346,8 +2346,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.112069, + "asctime": "2021-01-11 11:25:03,883", + "created": 1610360703.883898, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2357,14 +2357,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 112.06889152526855, + "msecs": 883.8980197906494, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.610904693603516, - "thread": 140634736203584, + "relativeCreated": 36.62109375, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2372,8 +2372,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.112117, + "asctime": "2021-01-11 11:25:03,883", + "created": 1610360703.883943, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2383,14 +2383,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 112.11705207824707, + "msecs": 883.9430809020996, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.65906524658203, - "thread": 140634736203584, + "relativeCreated": 36.666154861450195, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2398,8 +2398,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.112169, + "asctime": "2021-01-11 11:25:03,883", + "created": 1610360703.883985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2409,14 +2409,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 112.16902732849121, + "msecs": 883.9850425720215, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.71104049682617, - "thread": 140634736203584, + "relativeCreated": 36.70811653137207, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2426,8 +2426,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.112218, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884036, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2437,14 +2437,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 112.21790313720703, + "msecs": 884.0360641479492, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.75991630554199, - "thread": 140634736203584, + "relativeCreated": 36.759138107299805, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2454,8 +2454,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.11227, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884087, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2465,14 +2465,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 112.27011680603027, + "msecs": 884.087085723877, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.812129974365234, - "thread": 140634736203584, + "relativeCreated": 36.81015968322754, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2482,8 +2482,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.112327, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2493,14 +2493,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 112.32709884643555, + "msecs": 884.1359615325928, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.86911201477051, - "thread": 140634736203584, + "relativeCreated": 36.85903549194336, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2510,8 +2510,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.11243, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2521,22 +2521,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 112.43009567260742, + "msecs": 884.1829299926758, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 45.97210884094238, - "thread": 140634736203584, + "relativeCreated": 36.90600395202637, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.11248, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.88423, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2546,14 +2546,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 112.47992515563965, + "msecs": 884.2298984527588, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.02193832397461, - "thread": 140634736203584, + "relativeCreated": 36.952972412109375, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2562,8 +2562,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.112536, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884286, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2573,14 +2573,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 112.53595352172852, + "msecs": 884.2859268188477, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.07796669006348, - "thread": 140634736203584, + "relativeCreated": 37.00900077819824, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2588,8 +2588,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.112584, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2599,14 +2599,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 112.58411407470703, + "msecs": 884.335994720459, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.12612724304199, - "thread": 140634736203584, + "relativeCreated": 37.05906867980957, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2614,8 +2614,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.112629, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884379, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2625,14 +2625,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 112.62893676757812, + "msecs": 884.3789100646973, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.170949935913086, - "thread": 140634736203584, + "relativeCreated": 37.10198402404785, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2642,8 +2642,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.11269, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884427, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2653,14 +2653,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 112.68997192382812, + "msecs": 884.4270706176758, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.231985092163086, - "thread": 140634736203584, + "relativeCreated": 37.15014457702637, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2670,8 +2670,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.11288, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2681,14 +2681,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 112.87999153137207, + "msecs": 884.5980167388916, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.42200469970703, - "thread": 140634736203584, + "relativeCreated": 37.32109069824219, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2697,8 +2697,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:14,112", - "created": 1610346614.112976, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884673, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2708,14 +2708,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 112.97607421875, + "msecs": 884.6731185913086, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.51808738708496, - "thread": 140634736203584, + "relativeCreated": 37.39619255065918, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2724,8 +2724,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113049, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2735,14 +2735,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 113.04903030395508, + "msecs": 884.7360610961914, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.59104347229004, - "thread": 140634736203584, + "relativeCreated": 37.45913505554199, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2751,8 +2751,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113105, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884808, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2762,22 +2762,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 113.10505867004395, + "msecs": 884.8080635070801, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.647071838378906, - "thread": 140634736203584, + "relativeCreated": 37.531137466430664, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113158, + "asctime": "2021-01-11 11:25:03,884", + "created": 1610360703.884864, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2787,22 +2787,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 113.15798759460449, + "msecs": 884.864091873169, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.70000076293945, - "thread": 140634736203584, + "relativeCreated": 37.58716583251953, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113296, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2812,14 +2812,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 113.2960319519043, + "msecs": 885.0159645080566, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.83804512023926, - "thread": 140634736203584, + "relativeCreated": 37.73903846740723, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2828,8 +2828,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113379, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.88507, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2839,14 +2839,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 113.37900161743164, + "msecs": 885.0700855255127, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 46.9210147857666, - "thread": 140634736203584, + "relativeCreated": 37.79315948486328, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2854,8 +2854,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113552, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885134, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2865,14 +2865,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 113.55209350585938, + "msecs": 885.1339817047119, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.094106674194336, - "thread": 140634736203584, + "relativeCreated": 37.8570556640625, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2880,8 +2880,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113616, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2891,14 +2891,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 113.6159896850586, + "msecs": 885.1840496063232, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.158002853393555, - "thread": 140634736203584, + "relativeCreated": 37.90712356567383, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2906,8 +2906,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113671, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2917,14 +2917,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 113.67106437683105, + "msecs": 885.2279186248779, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.213077545166016, - "thread": 140634736203584, + "relativeCreated": 37.950992584228516, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2932,8 +2932,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113725, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.88527, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2943,14 +2943,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 113.72494697570801, + "msecs": 885.2701187133789, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.26696014404297, - "thread": 140634736203584, + "relativeCreated": 37.99319267272949, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2960,8 +2960,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113782, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885316, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2971,14 +2971,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 113.78192901611328, + "msecs": 885.3158950805664, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.32394218444824, - "thread": 140634736203584, + "relativeCreated": 38.03896903991699, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -2988,8 +2988,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113841, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885363, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -2999,14 +2999,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 113.84105682373047, + "msecs": 885.3631019592285, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.38306999206543, - "thread": 140634736203584, + "relativeCreated": 38.0861759185791, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3016,8 +3016,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113898, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885409, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3027,14 +3027,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 113.89803886413574, + "msecs": 885.4091167449951, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.4400520324707, - "thread": 140634736203584, + "relativeCreated": 38.1321907043457, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3044,8 +3044,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:14,113", - "created": 1610346614.113957, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3055,22 +3055,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 113.95692825317383, + "msecs": 885.4570388793945, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.49894142150879, - "thread": 140634736203584, + "relativeCreated": 38.18011283874512, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114012, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885498, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3080,14 +3080,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 114.01200294494629, + "msecs": 885.498046875, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.55401611328125, - "thread": 140634736203584, + "relativeCreated": 38.221120834350586, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3096,8 +3096,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114071, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885547, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3107,14 +3107,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 114.07089233398438, + "msecs": 885.5469226837158, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.612905502319336, - "thread": 140634736203584, + "relativeCreated": 38.269996643066406, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3122,8 +3122,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114129, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3133,14 +3133,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 114.12906646728516, + "msecs": 885.5938911437988, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.67107963562012, - "thread": 140634736203584, + "relativeCreated": 38.316965103149414, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3148,8 +3148,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114197, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.88564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3159,14 +3159,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 114.1970157623291, + "msecs": 885.6399059295654, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.73902893066406, - "thread": 140634736203584, + "relativeCreated": 38.362979888916016, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3176,8 +3176,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114246, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885685, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3187,14 +3187,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 114.24589157104492, + "msecs": 885.6849670410156, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.78790473937988, - "thread": 140634736203584, + "relativeCreated": 38.40804100036621, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3204,8 +3204,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114293, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885731, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3215,14 +3215,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 114.29309844970703, + "msecs": 885.7309818267822, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.83511161804199, - "thread": 140634736203584, + "relativeCreated": 38.45405578613281, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3231,8 +3231,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114338, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3242,14 +3242,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 114.33792114257812, + "msecs": 885.7769966125488, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.879934310913086, - "thread": 140634736203584, + "relativeCreated": 38.500070571899414, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3258,8 +3258,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114382, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885818, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3269,14 +3269,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 114.38202857971191, + "msecs": 885.8180046081543, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.924041748046875, - "thread": 140634736203584, + "relativeCreated": 38.54107856750488, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3285,8 +3285,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114423, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885859, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3296,22 +3296,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 114.42303657531738, + "msecs": 885.8590126037598, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 47.965049743652344, - "thread": 140634736203584, + "relativeCreated": 38.58208656311035, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114476, + "asctime": "2021-01-11 11:25:03,885", + "created": 1610360703.885904, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3321,32 +3321,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 114.47596549987793, + "msecs": 885.90407371521, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 48.01797866821289, - "thread": 140634736203584, + "relativeCreated": 38.62714767456055, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 114.54010009765625, + "msecs": 885.9469890594482, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 48.08211326599121, - "thread": 140634736203584, + "relativeCreated": 38.67006301879883, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 6.413459777832031e-05 + "time_consumption": 4.291534423828125e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:14,458", - "created": 1610346614.458241, + "asctime": "2021-01-11 11:25:04,229", + "created": 1610360704.229702, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -3361,8 +3361,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114632, + "asctime": "2021-01-11 11:25:03,886", + "created": 1610360703.886034, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3372,22 +3372,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 114.63189125061035, + "msecs": 886.0340118408203, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 48.17390441894531, - "thread": 140634736203584, + "relativeCreated": 38.7570858001709, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114679, + "asctime": "2021-01-11 11:25:03,886", + "created": 1610360703.886081, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3397,22 +3397,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 114.67909812927246, + "msecs": 886.0809803009033, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 48.22111129760742, - "thread": 140634736203584, + "relativeCreated": 38.804054260253906, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114725, + "asctime": "2021-01-11 11:25:03,886", + "created": 1610360703.886132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3422,14 +3422,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 114.72511291503906, + "msecs": 886.132001876831, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 48.26712608337402, - "thread": 140634736203584, + "relativeCreated": 38.85507583618164, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3440,8 +3440,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114803, + "asctime": "2021-01-11 11:25:03,886", + "created": 1610360703.886204, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3451,22 +3451,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 114.80307579040527, + "msecs": 886.2040042877197, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 48.345088958740234, - "thread": 140634736203584, + "relativeCreated": 38.92707824707031, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:14,114", - "created": 1610346614.114959, + "asctime": "2021-01-11 11:25:03,886", + "created": 1610360703.886353, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3476,22 +3476,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 114.9590015411377, + "msecs": 886.3530158996582, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 48.501014709472656, - "thread": 140634736203584, + "relativeCreated": 39.07608985900879, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:14,115", - "created": 1610346614.115014, + "asctime": "2021-01-11 11:25:03,886", + "created": 1610360703.886405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3501,22 +3501,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 115.01407623291016, + "msecs": 886.4049911499023, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 48.55608940124512, - "thread": 140634736203584, + "relativeCreated": 39.12806510925293, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:14,115", - "created": 1610346614.11506, + "asctime": "2021-01-11 11:25:03,886", + "created": 1610360703.886455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3526,14 +3526,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 115.06009101867676, + "msecs": 886.4550590515137, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 48.60210418701172, - "thread": 140634736203584, + "relativeCreated": 39.17813301086426, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -3541,8 +3541,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:14,118", - "created": 1610346614.118691, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887166, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3552,14 +3552,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 118.69096755981445, + "msecs": 887.1660232543945, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 52.232980728149414, - "thread": 140634714908416, + "relativeCreated": 39.88909721374512, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3567,8 +3567,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:14,118", - "created": 1610346614.118853, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887319, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3578,14 +3578,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 118.85309219360352, + "msecs": 887.3190879821777, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 52.39510536193848, - "thread": 140634714908416, + "relativeCreated": 40.04216194152832, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3593,8 +3593,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,118", - "created": 1610346614.118944, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3604,14 +3604,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 118.94392967224121, + "msecs": 887.3860836029053, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 52.48594284057617, - "thread": 140634714908416, + "relativeCreated": 40.10915756225586, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3620,8 +3620,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119024, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887442, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3631,14 +3631,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 119.02403831481934, + "msecs": 887.4421119689941, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 52.5660514831543, - "thread": 140634714908416, + "relativeCreated": 40.16518592834473, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3646,8 +3646,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119128, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887511, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3657,14 +3657,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 119.12798881530762, + "msecs": 887.5110149383545, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 52.67000198364258, - "thread": 140634714908416, + "relativeCreated": 40.23408889770508, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3673,8 +3673,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119211, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3684,14 +3684,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 119.21095848083496, + "msecs": 887.5629901885986, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 52.75297164916992, - "thread": 140634714908416, + "relativeCreated": 40.28606414794922, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3699,8 +3699,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119316, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887633, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3710,14 +3710,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 119.31610107421875, + "msecs": 887.6330852508545, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 52.85811424255371, - "thread": 140634714908416, + "relativeCreated": 40.35615921020508, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3726,8 +3726,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119402, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887685, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3737,14 +3737,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 119.40193176269531, + "msecs": 887.6850605010986, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 52.94394493103027, - "thread": 140634714908416, + "relativeCreated": 40.40813446044922, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3752,8 +3752,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119488, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887745, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3763,14 +3763,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 119.48800086975098, + "msecs": 887.7449035644531, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.03001403808594, - "thread": 140634714908416, + "relativeCreated": 40.46797752380371, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3779,8 +3779,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119544, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887792, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3790,14 +3790,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 119.54402923583984, + "msecs": 887.7921104431152, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.086042404174805, - "thread": 140634714908416, + "relativeCreated": 40.51518440246582, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3805,8 +3805,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119655, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887859, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3816,14 +3816,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 119.65489387512207, + "msecs": 887.8591060638428, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.19690704345703, - "thread": 140634714908416, + "relativeCreated": 40.58218002319336, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3832,8 +3832,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119716, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887917, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3843,14 +3843,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 119.71592903137207, + "msecs": 887.9170417785645, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.25794219970703, - "thread": 140634714908416, + "relativeCreated": 40.64011573791504, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3858,8 +3858,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119797, + "asctime": "2021-01-11 11:25:03,887", + "created": 1610360703.887986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3869,14 +3869,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 119.7969913482666, + "msecs": 887.9859447479248, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.33900451660156, - "thread": 140634714908416, + "relativeCreated": 40.70901870727539, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3884,8 +3884,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119857, + "asctime": "2021-01-11 11:25:03,888", + "created": 1610360703.888042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -3895,14 +3895,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 119.8570728302002, + "msecs": 888.0419731140137, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.399085998535156, - "thread": 140634714908416, + "relativeCreated": 40.76504707336426, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3910,8 +3910,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.11991, + "asctime": "2021-01-11 11:25:03,888", + "created": 1610360703.888094, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3921,14 +3921,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 119.91000175476074, + "msecs": 888.0939483642578, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.4520149230957, - "thread": 140634714908416, + "relativeCreated": 40.8170223236084, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3937,8 +3937,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:14,119", - "created": 1610346614.119966, + "asctime": "2021-01-11 11:25:03,888", + "created": 1610360703.88814, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3948,14 +3948,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 119.96603012084961, + "msecs": 888.1399631500244, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.50804328918457, - "thread": 140634714908416, + "relativeCreated": 40.863037109375, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3963,8 +3963,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:14,120", - "created": 1610346614.120055, + "asctime": "2021-01-11 11:25:03,888", + "created": 1610360703.888235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -3974,14 +3974,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 120.05496025085449, + "msecs": 888.2350921630859, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.59697341918945, - "thread": 140634714908416, + "relativeCreated": 40.95816612243652, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -3992,8 +3992,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:14,120", - "created": 1610346614.120195, + "asctime": "2021-01-11 11:25:03,888", + "created": 1610360703.888357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4003,14 +4003,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 120.19491195678711, + "msecs": 888.3569240570068, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.73692512512207, - "thread": 140634714908416, + "relativeCreated": 41.07999801635742, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4018,8 +4018,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:14,120", - "created": 1610346614.120258, + "asctime": "2021-01-11 11:25:03,888", + "created": 1610360703.88842, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4029,14 +4029,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 120.25809288024902, + "msecs": 888.4201049804688, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.800106048583984, - "thread": 140634714908416, + "relativeCreated": 41.143178939819336, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4047,8 +4047,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:14,120", - "created": 1610346614.120352, + "asctime": "2021-01-11 11:25:03,888", + "created": 1610360703.8885, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4058,14 +4058,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 120.35202980041504, + "msecs": 888.4999752044678, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 53.89404296875, - "thread": 140634714908416, + "relativeCreated": 41.22304916381836, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4073,8 +4073,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:14,120", - "created": 1610346614.120677, + "asctime": "2021-01-11 11:25:03,891", + "created": 1610360703.891337, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4084,14 +4084,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 120.67699432373047, + "msecs": 891.3369178771973, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 54.21900749206543, - "thread": 140634706515712, + "relativeCreated": 44.05999183654785, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4099,8 +4099,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:14,120", - "created": 1610346614.1208, + "asctime": "2021-01-11 11:25:03,891", + "created": 1610360703.891554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4110,14 +4110,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 120.80001831054688, + "msecs": 891.5541172027588, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 54.342031478881836, - "thread": 140634706515712, + "relativeCreated": 44.277191162109375, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4125,8 +4125,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,120", - "created": 1610346614.120864, + "asctime": "2021-01-11 11:25:03,891", + "created": 1610360703.891639, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4136,14 +4136,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 120.8639144897461, + "msecs": 891.638994216919, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 54.405927658081055, - "thread": 140634706515712, + "relativeCreated": 44.36206817626953, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4152,8 +4152,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:14,120", - "created": 1610346614.12094, + "asctime": "2021-01-11 11:25:03,891", + "created": 1610360703.891693, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4163,14 +4163,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 120.93997001647949, + "msecs": 891.693115234375, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 54.48198318481445, - "thread": 140634706515712, + "relativeCreated": 44.416189193725586, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4178,8 +4178,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,121", - "created": 1610346614.121047, + "asctime": "2021-01-11 11:25:03,891", + "created": 1610360703.891765, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4189,14 +4189,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 121.0470199584961, + "msecs": 891.7651176452637, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 54.589033126831055, - "thread": 140634706515712, + "relativeCreated": 44.48819160461426, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4205,8 +4205,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,121", - "created": 1610346614.121199, + "asctime": "2021-01-11 11:25:03,891", + "created": 1610360703.891844, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4216,14 +4216,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 121.19889259338379, + "msecs": 891.8440341949463, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 54.74090576171875, - "thread": 140634706515712, + "relativeCreated": 44.567108154296875, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4231,8 +4231,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,121", - "created": 1610346614.121557, + "asctime": "2021-01-11 11:25:03,891", + "created": 1610360703.891952, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4242,14 +4242,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 121.55699729919434, + "msecs": 891.9520378112793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 55.0990104675293, - "thread": 140634706515712, + "relativeCreated": 44.67511177062988, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4258,8 +4258,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,121", - "created": 1610346614.121797, + "asctime": "2021-01-11 11:25:03,892", + "created": 1610360703.892029, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4269,14 +4269,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 121.79708480834961, + "msecs": 892.0290470123291, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 55.33909797668457, - "thread": 140634706515712, + "relativeCreated": 44.75212097167969, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4284,8 +4284,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,121", - "created": 1610346614.121953, + "asctime": "2021-01-11 11:25:03,892", + "created": 1610360703.89211, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4295,14 +4295,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 121.95301055908203, + "msecs": 892.1101093292236, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 55.49502372741699, - "thread": 140634706515712, + "relativeCreated": 44.83318328857422, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4311,8 +4311,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,122", - "created": 1610346614.122011, + "asctime": "2021-01-11 11:25:03,892", + "created": 1610360703.892175, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4322,14 +4322,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 122.01094627380371, + "msecs": 892.1749591827393, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 55.55295944213867, - "thread": 140634706515712, + "relativeCreated": 44.898033142089844, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4337,8 +4337,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,122", - "created": 1610346614.122086, + "asctime": "2021-01-11 11:25:03,892", + "created": 1610360703.892265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4348,14 +4348,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 122.0860481262207, + "msecs": 892.2650814056396, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 55.628061294555664, - "thread": 140634706515712, + "relativeCreated": 44.988155364990234, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4364,8 +4364,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,122", - "created": 1610346614.122138, + "asctime": "2021-01-11 11:25:03,892", + "created": 1610360703.892327, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4375,14 +4375,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 122.13802337646484, + "msecs": 892.327070236206, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 55.680036544799805, - "thread": 140634706515712, + "relativeCreated": 45.05014419555664, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4390,8 +4390,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:14,122", - "created": 1610346614.122227, + "asctime": "2021-01-11 11:25:03,892", + "created": 1610360703.892439, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4401,14 +4401,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 122.22695350646973, + "msecs": 892.4388885498047, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 55.76896667480469, - "thread": 140634706515712, + "relativeCreated": 45.16196250915527, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4416,8 +4416,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:14,122", - "created": 1610346614.122293, + "asctime": "2021-01-11 11:25:03,892", + "created": 1610360703.892534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4427,14 +4427,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 122.29299545288086, + "msecs": 892.5340175628662, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 55.83500862121582, - "thread": 140634706515712, + "relativeCreated": 45.2570915222168, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4442,8 +4442,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,122", - "created": 1610346614.122348, + "asctime": "2021-01-11 11:25:03,892", + "created": 1610360703.892616, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4453,14 +4453,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 122.34807014465332, + "msecs": 892.6160335540771, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 55.89008331298828, - "thread": 140634706515712, + "relativeCreated": 45.339107513427734, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4469,8 +4469,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:14,122", - "created": 1610346614.122396, + "asctime": "2021-01-11 11:25:03,892", + "created": 1610360703.892732, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4480,14 +4480,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 122.39599227905273, + "msecs": 892.7319049835205, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 55.938005447387695, - "thread": 140634706515712, + "relativeCreated": 45.454978942871094, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4495,8 +4495,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:14,122", - "created": 1610346614.122504, + "asctime": "2021-01-11 11:25:03,893", + "created": 1610360703.89307, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4506,14 +4506,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 122.50399589538574, + "msecs": 893.0699825286865, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 56.0460090637207, - "thread": 140634706515712, + "relativeCreated": 45.79305648803711, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4524,8 +4524,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:14,122", - "created": 1610346614.122663, + "asctime": "2021-01-11 11:25:03,893", + "created": 1610360703.893591, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4535,14 +4535,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 122.66302108764648, + "msecs": 893.5909271240234, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 56.205034255981445, - "thread": 140634706515712, + "relativeCreated": 46.31400108337402, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -4550,8 +4550,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:14,122", - "created": 1610346614.122736, + "asctime": "2021-01-11 11:25:03,893", + "created": 1610360703.893765, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4561,32 +4561,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 122.73597717285156, + "msecs": 893.7649726867676, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 56.27799034118652, - "thread": 140634706515712, + "relativeCreated": 46.488046646118164, + "thread": 139854959113984, "threadName": "Thread-2" } ], - "msecs": 458.2409858703613, + "msecs": 229.70199584960938, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 391.7829990386963, - "thread": 140634736203584, + "relativeCreated": 382.42506980895996, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.33550500869750977 + "time_consumption": 0.3359370231628418 }, { "args": [], - "asctime": "2021-01-11 07:30:14,660", - "created": 1610346614.660354, + "asctime": "2021-01-11 11:25:04,431", + "created": 1610360704.431726, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -4605,8 +4605,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:14,458", - "created": 1610346614.458938, + "asctime": "2021-01-11 11:25:04,230", + "created": 1610360704.230386, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4616,14 +4616,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 458.9378833770752, + "msecs": 230.38601875305176, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 392.47989654541016, - "thread": 140634736203584, + "relativeCreated": 383.10909271240234, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -4631,8 +4631,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:14,486", - "created": 1610346614.486415, + "asctime": "2021-01-11 11:25:04,254", + "created": 1610360704.254024, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4642,14 +4642,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 486.41490936279297, + "msecs": 254.02402877807617, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 419.95692253112793, - "thread": 140634714908416, + "relativeCreated": 406.74710273742676, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4657,8 +4657,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:14,486", - "created": 1610346614.486975, + "asctime": "2021-01-11 11:25:04,254", + "created": 1610360704.254534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4668,14 +4668,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 486.97495460510254, + "msecs": 254.5340061187744, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 420.5169677734375, - "thread": 140634714908416, + "relativeCreated": 407.257080078125, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4683,8 +4683,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,487", - "created": 1610346614.487228, + "asctime": "2021-01-11 11:25:04,254", + "created": 1610360704.254777, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4694,14 +4694,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 487.2279167175293, + "msecs": 254.7769546508789, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 420.76992988586426, - "thread": 140634714908416, + "relativeCreated": 407.5000286102295, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4710,8 +4710,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:14,487", - "created": 1610346614.487411, + "asctime": "2021-01-11 11:25:04,254", + "created": 1610360704.254963, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4721,14 +4721,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 487.4110221862793, + "msecs": 254.96292114257812, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 420.95303535461426, - "thread": 140634714908416, + "relativeCreated": 407.6859951019287, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4736,8 +4736,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,487", - "created": 1610346614.487624, + "asctime": "2021-01-11 11:25:04,255", + "created": 1610360704.255174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4747,14 +4747,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 487.623929977417, + "msecs": 255.173921585083, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 421.16594314575195, - "thread": 140634714908416, + "relativeCreated": 407.8969955444336, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4763,8 +4763,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,487", - "created": 1610346614.487784, + "asctime": "2021-01-11 11:25:04,255", + "created": 1610360704.255335, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4774,14 +4774,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 487.78390884399414, + "msecs": 255.33509254455566, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 421.3259220123291, - "thread": 140634714908416, + "relativeCreated": 408.05816650390625, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4789,8 +4789,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,488", - "created": 1610346614.488011, + "asctime": "2021-01-11 11:25:04,255", + "created": 1610360704.255565, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4800,14 +4800,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 488.0108833312988, + "msecs": 255.56492805480957, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 421.5528964996338, - "thread": 140634714908416, + "relativeCreated": 408.28800201416016, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4816,8 +4816,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,488", - "created": 1610346614.488214, + "asctime": "2021-01-11 11:25:04,255", + "created": 1610360704.255721, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4827,14 +4827,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 488.21401596069336, + "msecs": 255.7210922241211, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 421.7560291290283, - "thread": 140634714908416, + "relativeCreated": 408.4441661834717, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4842,8 +4842,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,488", - "created": 1610346614.488481, + "asctime": "2021-01-11 11:25:04,255", + "created": 1610360704.255928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4853,14 +4853,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 488.4810447692871, + "msecs": 255.92803955078125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 422.02305793762207, - "thread": 140634714908416, + "relativeCreated": 408.65111351013184, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4869,8 +4869,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,488", - "created": 1610346614.488676, + "asctime": "2021-01-11 11:25:04,256", + "created": 1610360704.256092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4880,14 +4880,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 488.6760711669922, + "msecs": 256.0920715332031, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 422.21808433532715, - "thread": 140634714908416, + "relativeCreated": 408.8151454925537, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4895,8 +4895,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:14,489", - "created": 1610346614.489175, + "asctime": "2021-01-11 11:25:04,256", + "created": 1610360704.256466, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4906,14 +4906,14 @@ "lineno": 284, "message": "comm-client: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 489.17508125305176, + "msecs": 256.4659118652344, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 422.7170944213867, - "thread": 140634714908416, + "relativeCreated": 409.18898582458496, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4921,8 +4921,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:14,489", - "created": 1610346614.489542, + "asctime": "2021-01-11 11:25:04,256", + "created": 1610360704.256722, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -4932,14 +4932,14 @@ "lineno": 414, "message": "comm-server: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 489.54200744628906, + "msecs": 256.72197341918945, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 423.084020614624, - "thread": 140634714908416, + "relativeCreated": 409.44504737854004, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4947,8 +4947,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,489", - "created": 1610346614.489799, + "asctime": "2021-01-11 11:25:04,256", + "created": 1610360704.256979, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4958,14 +4958,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 489.79902267456055, + "msecs": 256.97898864746094, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 423.3410358428955, - "thread": 140634714908416, + "relativeCreated": 409.7020626068115, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -4974,8 +4974,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,489", - "created": 1610346614.489958, + "asctime": "2021-01-11 11:25:04,257", + "created": 1610360704.257097, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -4985,14 +4985,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 489.9580478668213, + "msecs": 257.0970058441162, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 423.50006103515625, - "thread": 140634714908416, + "relativeCreated": 409.8200798034668, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -5000,8 +5000,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,490", - "created": 1610346614.490142, + "asctime": "2021-01-11 11:25:04,257", + "created": 1610360704.257231, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5011,14 +5011,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 490.1421070098877, + "msecs": 257.2309970855713, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 423.68412017822266, - "thread": 140634714908416, + "relativeCreated": 409.9540710449219, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -5027,8 +5027,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:14,490", - "created": 1610346614.490291, + "asctime": "2021-01-11 11:25:04,257", + "created": 1610360704.257342, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5038,14 +5038,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 490.2911186218262, + "msecs": 257.3421001434326, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 423.83313179016113, - "thread": 140634714908416, + "relativeCreated": 410.0651741027832, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -5053,8 +5053,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b" ], - "asctime": "2021-01-11 07:30:14,490", - "created": 1610346614.490678, + "asctime": "2021-01-11 11:25:04,257", + "created": 1610360704.257625, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5064,14 +5064,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b", "module": "stp", - "msecs": 490.678071975708, + "msecs": 257.6251029968262, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 424.22008514404297, - "thread": 140634714908416, + "relativeCreated": 410.34817695617676, + "thread": 139854967506688, "threadName": "Thread-1" }, { @@ -5082,8 +5082,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:14,491", - "created": 1610346614.491097, + "asctime": "2021-01-11 11:25:04,257", + "created": 1610360704.257931, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5093,22 +5093,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 491.09697341918945, + "msecs": 257.9309940338135, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 424.6389865875244, - "thread": 140634714908416, + "relativeCreated": 410.65406799316406, + "thread": 139854967506688, "threadName": "Thread-1" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:14,491", - "created": 1610346614.491362, + "asctime": "2021-01-11 11:25:04,258", + "created": 1610360704.258119, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5118,35 +5118,35 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 491.3620948791504, + "msecs": 258.1191062927246, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 424.90410804748535, - "thread": 140634714908416, + "relativeCreated": 410.8421802520752, + "thread": 139854967506688, "threadName": "Thread-1" } ], - "msecs": 660.3538990020752, + "msecs": 431.72597885131836, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 593.8959121704102, - "thread": 140634736203584, + "relativeCreated": 584.449052810669, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.1689918041229248 + "time_consumption": 0.17360687255859375 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:14,661", - "created": 1610346614.66127, + "asctime": "2021-01-11 11:25:04,432", + "created": 1610360704.432611, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5163,8 +5163,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:14,660", - "created": 1610346614.660881, + "asctime": "2021-01-11 11:25:04,432", + "created": 1610360704.432227, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5174,14 +5174,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 660.8810424804688, + "msecs": 432.22689628601074, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 594.4230556488037, - "thread": 140634736203584, + "relativeCreated": 584.9499702453613, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -5190,8 +5190,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:14,661", - "created": 1610346614.661085, + "asctime": "2021-01-11 11:25:04,432", + "created": 1610360704.432431, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5201,35 +5201,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 661.0848903656006, + "msecs": 432.4309825897217, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 594.6269035339355, - "thread": 140634736203584, + "relativeCreated": 585.1540565490723, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 661.2699031829834, + "msecs": 432.61098861694336, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 594.8119163513184, - "thread": 140634736203584, + "relativeCreated": 585.334062576294, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001850128173828125 + "time_consumption": 0.0001800060272216797 }, { "args": [ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:14,661", - "created": 1610346614.661957, + "asctime": "2021-01-11 11:25:04,433", + "created": 1610360704.433284, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5246,8 +5246,8 @@ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:14,661", - "created": 1610346614.661596, + "asctime": "2021-01-11 11:25:04,432", + "created": 1610360704.432926, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5257,14 +5257,14 @@ "lineno": 22, "message": "Result (Received message on server side): {u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34} ()", "module": "test", - "msecs": 661.5960597991943, + "msecs": 432.9259395599365, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 595.1380729675293, - "thread": 140634736203584, + "relativeCreated": 585.6490135192871, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -5273,8 +5273,8 @@ "{'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:14,661", - "created": 1610346614.66178, + "asctime": "2021-01-11 11:25:04,433", + "created": 1610360704.433107, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5284,32 +5284,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34} ()", "module": "test", - "msecs": 661.7801189422607, + "msecs": 433.1068992614746, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 595.3221321105957, - "thread": 140634736203584, + "relativeCreated": 585.8299732208252, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 661.9570255279541, + "msecs": 433.28404426574707, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 595.4990386962891, - "thread": 140634736203584, + "relativeCreated": 586.0071182250977, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00017690658569335938 + "time_consumption": 0.00017714500427246094 }, { "args": [], - "asctime": "2021-01-11 07:30:14,863", - "created": 1610346614.863589, + "asctime": "2021-01-11 11:25:04,634", + "created": 1610360704.634797, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -5328,8 +5328,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:14,662", - "created": 1610346614.66235, + "asctime": "2021-01-11 11:25:04,433", + "created": 1610360704.43367, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5339,14 +5339,14 @@ "lineno": 445, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 662.3499393463135, + "msecs": 433.6700439453125, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 595.8919525146484, - "thread": 140634736203584, + "relativeCreated": 586.3931179046631, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -5354,8 +5354,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:14,689", - "created": 1610346614.689113, + "asctime": "2021-01-11 11:25:04,459", + "created": 1610360704.459919, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5365,14 +5365,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 689.1129016876221, + "msecs": 459.9189758300781, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 622.654914855957, - "thread": 140634706515712, + "relativeCreated": 612.6420497894287, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5380,8 +5380,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:14,689", - "created": 1610346614.689845, + "asctime": "2021-01-11 11:25:04,460", + "created": 1610360704.460552, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5391,14 +5391,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 689.845085144043, + "msecs": 460.5519771575928, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 623.3870983123779, - "thread": 140634706515712, + "relativeCreated": 613.2750511169434, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5406,8 +5406,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,690", - "created": 1610346614.690134, + "asctime": "2021-01-11 11:25:04,460", + "created": 1610360704.46081, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5417,14 +5417,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 690.1340484619141, + "msecs": 460.80994606018066, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 623.676061630249, - "thread": 140634706515712, + "relativeCreated": 613.5330200195312, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5433,8 +5433,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:14,690", - "created": 1610346614.690345, + "asctime": "2021-01-11 11:25:04,460", + "created": 1610360704.460997, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5444,14 +5444,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 690.345048904419, + "msecs": 460.9971046447754, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 623.8870620727539, - "thread": 140634706515712, + "relativeCreated": 613.720178604126, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5459,8 +5459,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,690", - "created": 1610346614.690565, + "asctime": "2021-01-11 11:25:04,461", + "created": 1610360704.461274, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5470,14 +5470,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 690.5651092529297, + "msecs": 461.2739086151123, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 624.1071224212646, - "thread": 140634706515712, + "relativeCreated": 613.9969825744629, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5486,8 +5486,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,690", - "created": 1610346614.690746, + "asctime": "2021-01-11 11:25:04,461", + "created": 1610360704.461523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5497,14 +5497,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 690.7460689544678, + "msecs": 461.52305603027344, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 624.2880821228027, - "thread": 140634706515712, + "relativeCreated": 614.246129989624, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5512,8 +5512,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,690", - "created": 1610346614.690939, + "asctime": "2021-01-11 11:25:04,461", + "created": 1610360704.461748, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5523,14 +5523,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 690.9389495849609, + "msecs": 461.7478847503662, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 624.4809627532959, - "thread": 140634706515712, + "relativeCreated": 614.4709587097168, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5539,8 +5539,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,691", - "created": 1610346614.691072, + "asctime": "2021-01-11 11:25:04,461", + "created": 1610360704.461953, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5550,14 +5550,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 691.0719871520996, + "msecs": 461.95292472839355, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 624.6140003204346, - "thread": 140634706515712, + "relativeCreated": 614.6759986877441, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5565,8 +5565,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,691", - "created": 1610346614.691259, + "asctime": "2021-01-11 11:25:04,462", + "created": 1610360704.462177, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5576,14 +5576,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 691.2589073181152, + "msecs": 462.177038192749, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 624.8009204864502, - "thread": 140634706515712, + "relativeCreated": 614.9001121520996, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5592,8 +5592,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,691", - "created": 1610346614.691399, + "asctime": "2021-01-11 11:25:04,462", + "created": 1610360704.462342, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5603,14 +5603,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 691.399097442627, + "msecs": 462.3420238494873, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 624.9411106109619, - "thread": 140634706515712, + "relativeCreated": 615.0650978088379, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5618,8 +5618,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e" ], - "asctime": "2021-01-11 07:30:14,691", - "created": 1610346614.691726, + "asctime": "2021-01-11 11:25:04,462", + "created": 1610360704.462976, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5629,14 +5629,14 @@ "lineno": 284, "message": "comm-server: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e", "module": "__init__", - "msecs": 691.7259693145752, + "msecs": 462.97597885131836, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 625.2679824829102, - "thread": 140634706515712, + "relativeCreated": 615.699052810669, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5644,8 +5644,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e" ], - "asctime": "2021-01-11 07:30:14,691", - "created": 1610346614.691951, + "asctime": "2021-01-11 11:25:04,463", + "created": 1610360704.463363, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5655,14 +5655,14 @@ "lineno": 414, "message": "comm-client: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e", "module": "__init__", - "msecs": 691.9510364532471, + "msecs": 463.3629322052002, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 625.493049621582, - "thread": 140634706515712, + "relativeCreated": 616.0860061645508, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5670,8 +5670,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,692", - "created": 1610346614.692195, + "asctime": "2021-01-11 11:25:04,463", + "created": 1610360704.463611, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5681,14 +5681,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 692.194938659668, + "msecs": 463.6108875274658, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 625.7369518280029, - "thread": 140634706515712, + "relativeCreated": 616.3339614868164, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5697,8 +5697,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,692", - "created": 1610346614.692361, + "asctime": "2021-01-11 11:25:04,463", + "created": 1610360704.463772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5708,14 +5708,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 692.3611164093018, + "msecs": 463.7720584869385, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 625.9031295776367, - "thread": 140634706515712, + "relativeCreated": 616.4951324462891, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5723,8 +5723,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,692", - "created": 1610346614.692586, + "asctime": "2021-01-11 11:25:04,463", + "created": 1610360704.46397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5734,14 +5734,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 692.5859451293945, + "msecs": 463.9699459075928, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 626.1279582977295, - "thread": 140634706515712, + "relativeCreated": 616.6930198669434, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5750,8 +5750,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:14,692", - "created": 1610346614.692775, + "asctime": "2021-01-11 11:25:04,464", + "created": 1610360704.464127, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5761,14 +5761,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 692.7750110626221, + "msecs": 464.1270637512207, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 626.317024230957, - "thread": 140634706515712, + "relativeCreated": 616.8501377105713, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5776,8 +5776,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 35 7d 20 18 19 e8" ], - "asctime": "2021-01-11 07:30:14,693", - "created": 1610346614.693216, + "asctime": "2021-01-11 11:25:04,464", + "created": 1610360704.46452, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -5787,14 +5787,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 35 7d 20 18 19 e8", "module": "stp", - "msecs": 693.21608543396, + "msecs": 464.5199775695801, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 626.7580986022949, - "thread": 140634706515712, + "relativeCreated": 617.2430515289307, + "thread": 139854959113984, "threadName": "Thread-2" }, { @@ -5805,8 +5805,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:14,693", - "created": 1610346614.693696, + "asctime": "2021-01-11 11:25:04,464", + "created": 1610360704.46496, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5816,22 +5816,22 @@ "lineno": 445, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"u'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 693.6960220336914, + "msecs": 464.96009826660156, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 627.2380352020264, - "thread": 140634706515712, + "relativeCreated": 617.6831722259521, + "thread": 139854959113984, "threadName": "Thread-2" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:14,693", - "created": 1610346614.693967, + "asctime": "2021-01-11 11:25:04,465", + "created": 1610360704.465214, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -5841,35 +5841,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 693.9671039581299, + "msecs": 465.2140140533447, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 627.5091171264648, - "thread": 140634706515712, + "relativeCreated": 617.9370880126953, + "thread": 139854959113984, "threadName": "Thread-2" } ], - "msecs": 863.5890483856201, + "msecs": 634.7970962524414, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 797.1310615539551, - "thread": 140634736203584, + "relativeCreated": 787.520170211792, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.16962194442749023 + "time_consumption": 0.16958308219909668 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:14,864", - "created": 1610346614.864515, + "asctime": "2021-01-11 11:25:04,635", + "created": 1610360704.635741, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5886,8 +5886,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:14,864", - "created": 1610346614.864133, + "asctime": "2021-01-11 11:25:04,635", + "created": 1610360704.635325, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5897,14 +5897,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 864.1328811645508, + "msecs": 635.3249549865723, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 797.6748943328857, - "thread": 140634736203584, + "relativeCreated": 788.0480289459229, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -5913,8 +5913,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:14,864", - "created": 1610346614.864333, + "asctime": "2021-01-11 11:25:04,635", + "created": 1610360704.635529, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5924,35 +5924,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 864.332914352417, + "msecs": 635.5290412902832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 797.874927520752, - "thread": 140634736203584, + "relativeCreated": 788.2521152496338, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 864.5150661468506, + "msecs": 635.7409954071045, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 798.0570793151855, - "thread": 140634736203584, + "relativeCreated": 788.4640693664551, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00018215179443359375 + "time_consumption": 0.00021195411682128906 }, { "args": [ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:14,865", - "created": 1610346614.865189, + "asctime": "2021-01-11 11:25:04,636", + "created": 1610360704.636384, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5969,8 +5969,8 @@ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:14,864", - "created": 1610346614.864801, + "asctime": "2021-01-11 11:25:04,636", + "created": 1610360704.636019, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -5980,14 +5980,14 @@ "lineno": 22, "message": "Result (Received message on client side): {u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35} ()", "module": "test", - "msecs": 864.8009300231934, + "msecs": 636.0189914703369, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 798.3429431915283, - "thread": 140634736203584, + "relativeCreated": 788.7420654296875, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -5996,8 +5996,8 @@ "{'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:14,864", - "created": 1610346614.864976, + "asctime": "2021-01-11 11:25:04,636", + "created": 1610360704.636195, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -6007,39 +6007,39 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = {'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35} ()", "module": "test", - "msecs": 864.9759292602539, + "msecs": 636.1949443817139, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 798.5179424285889, - "thread": 140634736203584, + "relativeCreated": 788.9180183410645, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 865.1890754699707, + "msecs": 636.3840103149414, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 798.7310886383057, - "thread": 140634736203584, + "relativeCreated": 789.107084274292, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00021314620971679688 + "time_consumption": 0.00018906593322753906 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.7543141841888428, - "time_finished": "2021-01-11 07:30:14,865", - "time_start": "2021-01-11 07:30:14,110" + "time_consumption": 0.7536740303039551, + "time_finished": "2021-01-11 11:25:04,636", + "time_start": "2021-01-11 11:25:03,882" }, "_4w4SsE1DEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:16,794", - "created": 1610346616.794153, + "asctime": "2021-01-11 11:25:06,568", + "created": 1610360706.56832, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6050,18 +6050,18 @@ "message": "_4w4SsE1DEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 794.1529750823975, + "msecs": 568.3200359344482, "msg": "_4w4SsE1DEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2727.6949882507324, + "relativeCreated": 2721.043109893799, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:16,802", - "created": 1610346616.802489, + "asctime": "2021-01-11 11:25:06,575", + "created": 1610360706.575661, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -6076,8 +6076,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:16,795", - "created": 1610346616.795141, + "asctime": "2021-01-11 11:25:06,569", + "created": 1610360706.569249, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6087,22 +6087,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 795.1409816741943, + "msecs": 569.2489147186279, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2728.6829948425293, - "thread": 140634736203584, + "relativeCreated": 2721.9719886779785, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:16,795", - "created": 1610346616.795954, + "asctime": "2021-01-11 11:25:06,569", + "created": 1610360706.569769, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6112,22 +6112,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 795.9539890289307, + "msecs": 569.7689056396484, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2729.4960021972656, - "thread": 140634736203584, + "relativeCreated": 2722.491979598999, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:16,796", - "created": 1610346616.796189, + "asctime": "2021-01-11 11:25:06,569", + "created": 1610360706.569964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6137,22 +6137,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 796.1890697479248, + "msecs": 569.9639320373535, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2729.7310829162598, - "thread": 140634736203584, + "relativeCreated": 2722.687005996704, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:16,796", - "created": 1610346616.796531, + "asctime": "2021-01-11 11:25:06,570", + "created": 1610360706.570249, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6162,14 +6162,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 796.5309619903564, + "msecs": 570.249080657959, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2730.0729751586914, - "thread": 140634736203584, + "relativeCreated": 2722.9721546173096, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6178,8 +6178,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:16,796", - "created": 1610346616.796673, + "asctime": "2021-01-11 11:25:06,570", + "created": 1610360706.570392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6189,14 +6189,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 796.673059463501, + "msecs": 570.3918933868408, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2730.215072631836, - "thread": 140634736203584, + "relativeCreated": 2723.1149673461914, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6204,8 +6204,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:16,796", - "created": 1610346616.796843, + "asctime": "2021-01-11 11:25:06,570", + "created": 1610360706.570558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6215,14 +6215,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 796.8430519104004, + "msecs": 570.5580711364746, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2730.3850650787354, - "thread": 140634736203584, + "relativeCreated": 2723.281145095825, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6230,8 +6230,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:16,796", - "created": 1610346616.79698, + "asctime": "2021-01-11 11:25:06,570", + "created": 1610360706.570682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6241,14 +6241,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 796.9799041748047, + "msecs": 570.6820487976074, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2730.5219173431396, - "thread": 140634736203584, + "relativeCreated": 2723.405122756958, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6256,8 +6256,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:16,797", - "created": 1610346616.797108, + "asctime": "2021-01-11 11:25:06,570", + "created": 1610360706.570796, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6267,14 +6267,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 797.1079349517822, + "msecs": 570.796012878418, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2730.649948120117, - "thread": 140634736203584, + "relativeCreated": 2723.5190868377686, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6282,8 +6282,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:16,797", - "created": 1610346616.797253, + "asctime": "2021-01-11 11:25:06,570", + "created": 1610360706.570917, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6293,14 +6293,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 797.252893447876, + "msecs": 570.9168910980225, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2730.794906616211, - "thread": 140634736203584, + "relativeCreated": 2723.639965057373, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6310,8 +6310,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:16,797", - "created": 1610346616.797404, + "asctime": "2021-01-11 11:25:06,571", + "created": 1610360706.571037, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6321,14 +6321,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 797.4040508270264, + "msecs": 571.0370540618896, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2730.9460639953613, - "thread": 140634736203584, + "relativeCreated": 2723.7601280212402, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6338,8 +6338,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:16,797", - "created": 1610346616.797587, + "asctime": "2021-01-11 11:25:06,571", + "created": 1610360706.571184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6349,14 +6349,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 797.5869178771973, + "msecs": 571.1839199066162, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2731.128931045532, - "thread": 140634736203584, + "relativeCreated": 2723.906993865967, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6366,8 +6366,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:16,797", - "created": 1610346616.79774, + "asctime": "2021-01-11 11:25:06,571", + "created": 1610360706.571329, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6377,14 +6377,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 797.7399826049805, + "msecs": 571.3291168212891, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2731.2819957733154, - "thread": 140634736203584, + "relativeCreated": 2724.0521907806396, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6394,8 +6394,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:16,797", - "created": 1610346616.797898, + "asctime": "2021-01-11 11:25:06,571", + "created": 1610360706.571466, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6405,22 +6405,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 797.8980541229248, + "msecs": 571.4659690856934, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2731.4400672912598, - "thread": 140634736203584, + "relativeCreated": 2724.189043045044, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:16,798", - "created": 1610346616.798046, + "asctime": "2021-01-11 11:25:06,571", + "created": 1610360706.571579, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6430,14 +6430,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 798.0461120605469, + "msecs": 571.5789794921875, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2731.588125228882, - "thread": 140634736203584, + "relativeCreated": 2724.302053451538, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6446,8 +6446,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:16,798", - "created": 1610346616.798205, + "asctime": "2021-01-11 11:25:06,571", + "created": 1610360706.571703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6457,14 +6457,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 798.2048988342285, + "msecs": 571.7029571533203, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2731.7469120025635, - "thread": 140634736203584, + "relativeCreated": 2724.426031112671, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6472,8 +6472,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:16,798", - "created": 1610346616.79836, + "asctime": "2021-01-11 11:25:06,571", + "created": 1610360706.571834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6483,14 +6483,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 798.3601093292236, + "msecs": 571.8340873718262, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2731.9021224975586, - "thread": 140634736203584, + "relativeCreated": 2724.5571613311768, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6498,8 +6498,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:16,798", - "created": 1610346616.79851, + "asctime": "2021-01-11 11:25:06,571", + "created": 1610360706.571961, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6509,14 +6509,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 798.5100746154785, + "msecs": 571.9609260559082, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2732.0520877838135, - "thread": 140634736203584, + "relativeCreated": 2724.684000015259, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6526,8 +6526,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:16,798", - "created": 1610346616.798685, + "asctime": "2021-01-11 11:25:06,572", + "created": 1610360706.572093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6537,14 +6537,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 798.6850738525391, + "msecs": 572.0930099487305, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2732.227087020874, - "thread": 140634736203584, + "relativeCreated": 2724.816083908081, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6554,8 +6554,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:16,798", - "created": 1610346616.798852, + "asctime": "2021-01-11 11:25:06,572", + "created": 1610360706.572232, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6565,14 +6565,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 798.8519668579102, + "msecs": 572.2320079803467, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2732.393980026245, - "thread": 140634736203584, + "relativeCreated": 2724.9550819396973, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6581,8 +6581,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:16,799", - "created": 1610346616.799005, + "asctime": "2021-01-11 11:25:06,572", + "created": 1610360706.572365, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6592,14 +6592,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 799.0050315856934, + "msecs": 572.3650455474854, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2732.5470447540283, - "thread": 140634736203584, + "relativeCreated": 2725.088119506836, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6608,8 +6608,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:16,799", - "created": 1610346616.799112, + "asctime": "2021-01-11 11:25:06,572", + "created": 1610360706.572453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6619,14 +6619,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 799.11208152771, + "msecs": 572.4530220031738, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2732.654094696045, - "thread": 140634736203584, + "relativeCreated": 2725.1760959625244, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6635,8 +6635,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:16,799", - "created": 1610346616.799211, + "asctime": "2021-01-11 11:25:06,572", + "created": 1610360706.572538, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6646,22 +6646,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 799.2110252380371, + "msecs": 572.537899017334, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2732.753038406372, - "thread": 140634736203584, + "relativeCreated": 2725.2609729766846, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:16,799", - "created": 1610346616.799311, + "asctime": "2021-01-11 11:25:06,572", + "created": 1610360706.572632, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6671,22 +6671,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 799.3109226226807, + "msecs": 572.6320743560791, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2732.8529357910156, - "thread": 140634736203584, + "relativeCreated": 2725.3551483154297, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:16,799", - "created": 1610346616.799564, + "asctime": "2021-01-11 11:25:06,572", + "created": 1610360706.572867, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6696,14 +6696,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 799.5638847351074, + "msecs": 572.8669166564941, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2733.1058979034424, - "thread": 140634736203584, + "relativeCreated": 2725.5899906158447, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6712,8 +6712,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:16,799", - "created": 1610346616.799683, + "asctime": "2021-01-11 11:25:06,572", + "created": 1610360706.572971, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6723,14 +6723,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 799.6830940246582, + "msecs": 572.9711055755615, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2733.225107192993, - "thread": 140634736203584, + "relativeCreated": 2725.694179534912, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6738,8 +6738,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:16,799", - "created": 1610346616.799824, + "asctime": "2021-01-11 11:25:06,573", + "created": 1610360706.573102, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6749,14 +6749,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 799.8239994049072, + "msecs": 573.1019973754883, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2733.366012573242, - "thread": 140634736203584, + "relativeCreated": 2725.825071334839, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6764,8 +6764,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:16,799", - "created": 1610346616.79993, + "asctime": "2021-01-11 11:25:06,573", + "created": 1610360706.573216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6775,14 +6775,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 799.9300956726074, + "msecs": 573.2159614562988, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2733.4721088409424, - "thread": 140634736203584, + "relativeCreated": 2725.9390354156494, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6790,8 +6790,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:16,800", - "created": 1610346616.80003, + "asctime": "2021-01-11 11:25:06,573", + "created": 1610360706.573331, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6801,14 +6801,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 800.029993057251, + "msecs": 573.3311176300049, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2733.572006225586, - "thread": 140634736203584, + "relativeCreated": 2726.0541915893555, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6816,8 +6816,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:16,800", - "created": 1610346616.800136, + "asctime": "2021-01-11 11:25:06,573", + "created": 1610360706.573443, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6827,14 +6827,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 800.1360893249512, + "msecs": 573.4429359436035, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2733.678102493286, - "thread": 140634736203584, + "relativeCreated": 2726.166009902954, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6844,8 +6844,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:16,800", - "created": 1610346616.800249, + "asctime": "2021-01-11 11:25:06,573", + "created": 1610360706.573559, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6855,14 +6855,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 800.2490997314453, + "msecs": 573.559045791626, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2733.7911128997803, - "thread": 140634736203584, + "relativeCreated": 2726.2821197509766, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6872,8 +6872,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:16,800", - "created": 1610346616.800358, + "asctime": "2021-01-11 11:25:06,573", + "created": 1610360706.57371, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6883,14 +6883,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 800.3580570220947, + "msecs": 573.7099647521973, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2733.9000701904297, - "thread": 140634736203584, + "relativeCreated": 2726.433038711548, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6900,8 +6900,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:16,800", - "created": 1610346616.800466, + "asctime": "2021-01-11 11:25:06,573", + "created": 1610360706.573853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6911,14 +6911,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 800.4660606384277, + "msecs": 573.8530158996582, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2734.0080738067627, - "thread": 140634736203584, + "relativeCreated": 2726.576089859009, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6928,8 +6928,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:16,800", - "created": 1610346616.80058, + "asctime": "2021-01-11 11:25:06,573", + "created": 1610360706.573972, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6939,22 +6939,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 800.5800247192383, + "msecs": 573.9719867706299, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2734.1220378875732, - "thread": 140634736203584, + "relativeCreated": 2726.6950607299805, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:16,800", - "created": 1610346616.800686, + "asctime": "2021-01-11 11:25:06,574", + "created": 1610360706.574083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6964,14 +6964,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 800.6858825683594, + "msecs": 574.0830898284912, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2734.2278957366943, - "thread": 140634736203584, + "relativeCreated": 2726.806163787842, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -6980,8 +6980,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:16,800", - "created": 1610346616.800819, + "asctime": "2021-01-11 11:25:06,574", + "created": 1610360706.574214, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -6991,14 +6991,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 800.818920135498, + "msecs": 574.213981628418, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2734.360933303833, - "thread": 140634736203584, + "relativeCreated": 2726.9370555877686, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -7006,8 +7006,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:16,800", - "created": 1610346616.800963, + "asctime": "2021-01-11 11:25:06,574", + "created": 1610360706.574364, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7017,14 +7017,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 800.9629249572754, + "msecs": 574.3639469146729, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2734.5049381256104, - "thread": 140634736203584, + "relativeCreated": 2727.0870208740234, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -7032,8 +7032,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:16,801", - "created": 1610346616.801129, + "asctime": "2021-01-11 11:25:06,574", + "created": 1610360706.574496, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7043,14 +7043,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 801.1291027069092, + "msecs": 574.4960308074951, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2734.671115875244, - "thread": 140634736203584, + "relativeCreated": 2727.2191047668457, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -7060,8 +7060,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:16,801", - "created": 1610346616.801277, + "asctime": "2021-01-11 11:25:06,574", + "created": 1610360706.57462, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7071,14 +7071,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 801.2769222259521, + "msecs": 574.6200084686279, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2734.818935394287, - "thread": 140634736203584, + "relativeCreated": 2727.3430824279785, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -7088,8 +7088,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:16,801", - "created": 1610346616.801441, + "asctime": "2021-01-11 11:25:06,574", + "created": 1610360706.57476, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7099,14 +7099,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 801.440954208374, + "msecs": 574.7599601745605, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2734.982967376709, - "thread": 140634736203584, + "relativeCreated": 2727.483034133911, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -7115,8 +7115,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:16,801", - "created": 1610346616.801893, + "asctime": "2021-01-11 11:25:06,575", + "created": 1610360706.575148, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7126,14 +7126,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 801.8929958343506, + "msecs": 575.1481056213379, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2735.4350090026855, - "thread": 140634736203584, + "relativeCreated": 2727.8711795806885, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -7142,8 +7142,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:16,802", - "created": 1610346616.802054, + "asctime": "2021-01-11 11:25:06,575", + "created": 1610360706.575282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7153,14 +7153,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 802.0539283752441, + "msecs": 575.282096862793, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2735.595941543579, - "thread": 140634736203584, + "relativeCreated": 2728.0051708221436, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -7169,8 +7169,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:16,802", - "created": 1610346616.802203, + "asctime": "2021-01-11 11:25:06,575", + "created": 1610360706.575406, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7180,22 +7180,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 802.2029399871826, + "msecs": 575.4060745239258, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2735.7449531555176, - "thread": 140634736203584, + "relativeCreated": 2728.1291484832764, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:16,802", - "created": 1610346616.802345, + "asctime": "2021-01-11 11:25:06,575", + "created": 1610360706.575536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7205,32 +7205,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 802.3450374603271, + "msecs": 575.5360126495361, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2735.887050628662, - "thread": 140634736203584, + "relativeCreated": 2728.2590866088867, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 802.4890422821045, + "msecs": 575.6609439849854, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2736.0310554504395, - "thread": 140634736203584, + "relativeCreated": 2728.384017944336, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00014400482177734375 + "time_consumption": 0.00012493133544921875 }, { "args": [], - "asctime": "2021-01-11 07:30:17,147", - "created": 1610346617.147087, + "asctime": "2021-01-11 11:25:06,920", + "created": 1610360706.920615, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -7245,8 +7245,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:16,802", - "created": 1610346616.802792, + "asctime": "2021-01-11 11:25:06,576", + "created": 1610360706.576084, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7256,22 +7256,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 802.7920722961426, + "msecs": 576.0838985443115, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2736.3340854644775, - "thread": 140634736203584, + "relativeCreated": 2728.806972503662, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:16,802", - "created": 1610346616.802907, + "asctime": "2021-01-11 11:25:06,576", + "created": 1610360706.576305, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7281,22 +7281,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 802.9069900512695, + "msecs": 576.3049125671387, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2736.4490032196045, - "thread": 140634736203584, + "relativeCreated": 2729.0279865264893, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:16,803", - "created": 1610346616.803017, + "asctime": "2021-01-11 11:25:06,576", + "created": 1610360706.576444, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7306,14 +7306,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 803.0169010162354, + "msecs": 576.4439105987549, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2736.5589141845703, - "thread": 140634736203584, + "relativeCreated": 2729.1669845581055, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -7324,8 +7324,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:16,803", - "created": 1610346616.803201, + "asctime": "2021-01-11 11:25:06,576", + "created": 1610360706.576638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7335,22 +7335,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 803.2009601593018, + "msecs": 576.6379833221436, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2736.7429733276367, - "thread": 140634736203584, + "relativeCreated": 2729.361057281494, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:16,803", - "created": 1610346616.803547, + "asctime": "2021-01-11 11:25:06,577", + "created": 1610360706.577087, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7360,22 +7360,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 803.5469055175781, + "msecs": 577.0869255065918, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2737.088918685913, - "thread": 140634736203584, + "relativeCreated": 2729.8099994659424, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:16,803", - "created": 1610346616.803672, + "asctime": "2021-01-11 11:25:06,577", + "created": 1610360706.577238, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7385,22 +7385,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 803.6720752716064, + "msecs": 577.2380828857422, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2737.2140884399414, - "thread": 140634736203584, + "relativeCreated": 2729.961156845093, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:16,803", - "created": 1610346616.803782, + "asctime": "2021-01-11 11:25:06,577", + "created": 1610360706.577388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7410,14 +7410,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 803.7819862365723, + "msecs": 577.3880481719971, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2737.323999404907, - "thread": 140634736203584, + "relativeCreated": 2730.1111221313477, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -7425,8 +7425,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:16,806", - "created": 1610346616.806807, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580031, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7436,14 +7436,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 806.8070411682129, + "msecs": 580.0309181213379, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2740.349054336548, - "thread": 140634459461376, + "relativeCreated": 2732.7539920806885, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7451,8 +7451,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807003, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580259, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7462,14 +7462,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 807.0030212402344, + "msecs": 580.2590847015381, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2740.5450344085693, - "thread": 140634459461376, + "relativeCreated": 2732.9821586608887, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7477,8 +7477,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.80714, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580341, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7488,14 +7488,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 807.1401119232178, + "msecs": 580.341100692749, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2740.6821250915527, - "thread": 140634459461376, + "relativeCreated": 2733.0641746520996, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7504,8 +7504,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807258, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580412, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7515,14 +7515,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 807.257890701294, + "msecs": 580.4119110107422, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2740.799903869629, - "thread": 140634459461376, + "relativeCreated": 2733.134984970093, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7530,8 +7530,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807367, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580514, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7541,14 +7541,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 807.3670864105225, + "msecs": 580.5139541625977, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2740.9090995788574, - "thread": 140634459461376, + "relativeCreated": 2733.2370281219482, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7557,8 +7557,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807432, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.58057, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7568,14 +7568,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 807.4319362640381, + "msecs": 580.5699825286865, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2740.973949432373, - "thread": 140634459461376, + "relativeCreated": 2733.293056488037, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7583,8 +7583,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807523, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580641, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7594,14 +7594,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 807.5230121612549, + "msecs": 580.6410312652588, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.06502532959, - "thread": 140634459461376, + "relativeCreated": 2733.3641052246094, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7610,8 +7610,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807584, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580692, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7621,14 +7621,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 807.5840473175049, + "msecs": 580.6920528411865, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.12606048584, - "thread": 140634459461376, + "relativeCreated": 2733.415126800537, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7636,8 +7636,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807666, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580771, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7647,14 +7647,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 807.6660633087158, + "msecs": 580.7709693908691, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.208076477051, - "thread": 140634459461376, + "relativeCreated": 2733.4940433502197, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7663,8 +7663,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807726, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580823, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7674,14 +7674,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 807.7259063720703, + "msecs": 580.8229446411133, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.2679195404053, - "thread": 140634459461376, + "relativeCreated": 2733.546018600464, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7689,8 +7689,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807814, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580896, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7700,14 +7700,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 807.8138828277588, + "msecs": 580.8959007263184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.3558959960938, - "thread": 140634459461376, + "relativeCreated": 2733.618974685669, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7716,8 +7716,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807903, + "asctime": "2021-01-11 11:25:06,580", + "created": 1610360706.580946, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7727,14 +7727,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 807.9030513763428, + "msecs": 580.9459686279297, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.4450645446777, - "thread": 140634459461376, + "relativeCreated": 2733.6690425872803, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7742,8 +7742,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:16,807", - "created": 1610346616.807993, + "asctime": "2021-01-11 11:25:06,581", + "created": 1610360706.581022, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7753,14 +7753,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 807.9929351806641, + "msecs": 581.0220241546631, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.534948348999, - "thread": 140634459461376, + "relativeCreated": 2733.7450981140137, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7768,8 +7768,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:16,808", - "created": 1610346616.808058, + "asctime": "2021-01-11 11:25:06,581", + "created": 1610360706.581087, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7779,14 +7779,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 808.0580234527588, + "msecs": 581.0871124267578, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.6000366210938, - "thread": 140634459461376, + "relativeCreated": 2733.8101863861084, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7794,8 +7794,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,808", - "created": 1610346616.808112, + "asctime": "2021-01-11 11:25:06,581", + "created": 1610360706.581144, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7805,14 +7805,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 808.1119060516357, + "msecs": 581.1440944671631, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.6539192199707, - "thread": 140634459461376, + "relativeCreated": 2733.8671684265137, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7821,8 +7821,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,808", - "created": 1610346616.808163, + "asctime": "2021-01-11 11:25:06,581", + "created": 1610360706.581195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7832,14 +7832,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 808.1629276275635, + "msecs": 581.1951160430908, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.7049407958984, - "thread": 140634459461376, + "relativeCreated": 2733.9181900024414, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7847,8 +7847,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:16,808", - "created": 1610346616.808264, + "asctime": "2021-01-11 11:25:06,581", + "created": 1610360706.581301, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -7858,14 +7858,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 808.2640171051025, + "msecs": 581.3009738922119, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.8060302734375, - "thread": 140634459461376, + "relativeCreated": 2734.0240478515625, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7876,8 +7876,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:16,808", - "created": 1610346616.808398, + "asctime": "2021-01-11 11:25:06,581", + "created": 1610360706.581437, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7887,14 +7887,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 808.3980083465576, + "msecs": 581.4371109008789, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2741.9400215148926, - "thread": 140634459461376, + "relativeCreated": 2734.1601848602295, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7902,8 +7902,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:16,808", - "created": 1610346616.80849, + "asctime": "2021-01-11 11:25:06,581", + "created": 1610360706.58152, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7913,14 +7913,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 808.4900379180908, + "msecs": 581.5200805664062, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2742.032051086426, - "thread": 140634459461376, + "relativeCreated": 2734.243154525757, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7931,8 +7931,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:16,808", - "created": 1610346616.808583, + "asctime": "2021-01-11 11:25:06,581", + "created": 1610360706.581621, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7942,14 +7942,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 808.5830211639404, + "msecs": 581.6209316253662, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2742.1250343322754, - "thread": 140634459461376, + "relativeCreated": 2734.344005584717, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -7957,8 +7957,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:16,814", - "created": 1610346616.814817, + "asctime": "2021-01-11 11:25:06,589", + "created": 1610360706.589948, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7968,14 +7968,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 814.816951751709, + "msecs": 589.9479389190674, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2748.358964920044, - "thread": 140634451068672, + "relativeCreated": 2742.671012878418, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -7983,8 +7983,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:16,814", - "created": 1610346616.814976, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.59008, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -7994,14 +7994,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 814.9759769439697, + "msecs": 590.0800228118896, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2748.5179901123047, - "thread": 140634451068672, + "relativeCreated": 2742.8030967712402, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8009,8 +8009,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.81507, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590137, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8020,14 +8020,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 815.0699138641357, + "msecs": 590.1370048522949, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2748.6119270324707, - "thread": 140634451068672, + "relativeCreated": 2742.8600788116455, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8036,8 +8036,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815159, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8047,14 +8047,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 815.1590824127197, + "msecs": 590.1908874511719, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2748.7010955810547, - "thread": 140634451068672, + "relativeCreated": 2742.9139614105225, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8062,8 +8062,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815262, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590258, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8073,14 +8073,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.2620792388916, + "msecs": 590.2578830718994, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2748.8040924072266, - "thread": 140634451068672, + "relativeCreated": 2742.98095703125, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8089,8 +8089,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815334, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590308, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8100,14 +8100,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 815.3340816497803, + "msecs": 590.3079509735107, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2748.8760948181152, - "thread": 140634451068672, + "relativeCreated": 2743.0310249328613, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8115,8 +8115,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815437, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590377, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8126,14 +8126,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.4370784759521, + "msecs": 590.3770923614502, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2748.979091644287, - "thread": 140634451068672, + "relativeCreated": 2743.100166320801, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8142,8 +8142,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815504, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590427, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8153,14 +8153,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 815.5040740966797, + "msecs": 590.4269218444824, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.0460872650146, - "thread": 140634451068672, + "relativeCreated": 2743.149995803833, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8168,8 +8168,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815594, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590489, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8179,14 +8179,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.593957901001, + "msecs": 590.4889106750488, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.135971069336, - "thread": 140634451068672, + "relativeCreated": 2743.2119846343994, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8195,8 +8195,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815673, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590541, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8206,14 +8206,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 815.6731128692627, + "msecs": 590.540885925293, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.2151260375977, - "thread": 140634451068672, + "relativeCreated": 2743.2639598846436, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8221,8 +8221,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815742, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590609, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8232,14 +8232,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 815.742015838623, + "msecs": 590.609073638916, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.284029006958, - "thread": 140634451068672, + "relativeCreated": 2743.3321475982666, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8248,8 +8248,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815794, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590661, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8259,14 +8259,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 815.7939910888672, + "msecs": 590.6610488891602, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.336004257202, - "thread": 140634451068672, + "relativeCreated": 2743.3841228485107, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8274,8 +8274,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815871, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590735, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8285,14 +8285,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 815.871000289917, + "msecs": 590.7349586486816, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.413013458252, - "thread": 140634451068672, + "relativeCreated": 2743.458032608032, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8300,8 +8300,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:16,815", - "created": 1610346616.815968, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590798, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8311,14 +8311,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 815.9680366516113, + "msecs": 590.7979011535645, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.5100498199463, - "thread": 140634451068672, + "relativeCreated": 2743.520975112915, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8326,8 +8326,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,816", - "created": 1610346616.816039, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590854, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8337,14 +8337,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 816.0390853881836, + "msecs": 590.8539295196533, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.5810985565186, - "thread": 140634451068672, + "relativeCreated": 2743.577003479004, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8353,8 +8353,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,816", - "created": 1610346616.816099, + "asctime": "2021-01-11 11:25:06,590", + "created": 1610360706.590902, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8364,14 +8364,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 816.0989284515381, + "msecs": 590.9020900726318, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.640941619873, - "thread": 140634451068672, + "relativeCreated": 2743.6251640319824, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8379,8 +8379,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:16,816", - "created": 1610346616.816222, + "asctime": "2021-01-11 11:25:06,591", + "created": 1610360706.591005, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8390,14 +8390,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 816.2219524383545, + "msecs": 591.0050868988037, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.7639656066895, - "thread": 140634451068672, + "relativeCreated": 2743.7281608581543, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8408,8 +8408,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:16,816", - "created": 1610346616.816351, + "asctime": "2021-01-11 11:25:06,591", + "created": 1610360706.591119, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8419,14 +8419,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 816.3509368896484, + "msecs": 591.1190509796143, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.8929500579834, - "thread": 140634451068672, + "relativeCreated": 2743.842124938965, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -8434,8 +8434,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:16,816", - "created": 1610346616.816432, + "asctime": "2021-01-11 11:25:06,591", + "created": 1610360706.591185, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8445,32 +8445,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 816.431999206543, + "msecs": 591.1850929260254, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2749.974012374878, - "thread": 140634451068672, + "relativeCreated": 2743.908166885376, + "thread": 139854704785152, "threadName": "Thread-8" } ], - "msecs": 147.08709716796875, + "msecs": 920.6149578094482, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3080.6291103363037, - "thread": 140634736203584, + "relativeCreated": 3073.338031768799, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3306550979614258 + "time_consumption": 0.32942986488342285 }, { "args": [], - "asctime": "2021-01-11 07:30:17,147", - "created": 1610346617.147652, + "asctime": "2021-01-11 11:25:06,921", + "created": 1610360706.921322, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -8481,14 +8481,14 @@ "message": "Identical secrets set and automatic authentification", "module": "test_communication", "moduleLogger": [], - "msecs": 147.65191078186035, + "msecs": 921.3221073150635, "msg": "Identical secrets set and automatic authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3081.1939239501953, - "thread": 140634736203584, + "relativeCreated": 3074.045181274414, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -8497,8 +8497,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:17,148", - "created": 1610346617.14833, + "asctime": "2021-01-11 11:25:06,921", + "created": 1610360706.921988, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8515,8 +8515,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:17,147", - "created": 1610346617.147958, + "asctime": "2021-01-11 11:25:06,921", + "created": 1610360706.921641, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8526,14 +8526,14 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 147.95804023742676, + "msecs": 921.6411113739014, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3081.5000534057617, - "thread": 140634736203584, + "relativeCreated": 3074.364185333252, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -8542,8 +8542,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:17,148", - "created": 1610346617.148146, + "asctime": "2021-01-11 11:25:06,921", + "created": 1610360706.92182, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8553,35 +8553,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 148.1459140777588, + "msecs": 921.8199253082275, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3081.6879272460938, - "thread": 140634736203584, + "relativeCreated": 3074.542999267578, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 148.3299732208252, + "msecs": 921.9880104064941, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3081.87198638916, - "thread": 140634736203584, + "relativeCreated": 3074.7110843658447, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00018405914306640625 + "time_consumption": 0.00016808509826660156 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:17,148", - "created": 1610346617.148915, + "asctime": "2021-01-11 11:25:06,922", + "created": 1610360706.922564, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8598,8 +8598,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:17,148", - "created": 1610346617.148587, + "asctime": "2021-01-11 11:25:06,922", + "created": 1610360706.922242, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8609,14 +8609,14 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 148.58698844909668, + "msecs": 922.2419261932373, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3082.1290016174316, - "thread": 140634736203584, + "relativeCreated": 3074.965000152588, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -8625,8 +8625,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:17,148", - "created": 1610346617.148745, + "asctime": "2021-01-11 11:25:06,922", + "created": 1610360706.922394, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -8636,32 +8636,32 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 148.74505996704102, + "msecs": 922.3940372467041, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3082.287073135376, - "thread": 140634736203584, + "relativeCreated": 3075.1171112060547, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 148.91505241394043, + "msecs": 922.5640296936035, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3082.4570655822754, - "thread": 140634736203584, + "relativeCreated": 3075.287103652954, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.00016999244689941406 }, { "args": [], - "asctime": "2021-01-11 07:30:19,501", - "created": 1610346619.501187, + "asctime": "2021-01-11 11:25:09,275", + "created": 1610360709.275617, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -8676,8 +8676,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:17,149", - "created": 1610346617.149294, + "asctime": "2021-01-11 11:25:06,922", + "created": 1610360706.922826, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8687,22 +8687,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 149.2938995361328, + "msecs": 922.8260517120361, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3082.835912704468, - "thread": 140634736203584, + "relativeCreated": 3075.5491256713867, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:17,149", - "created": 1610346617.149679, + "asctime": "2021-01-11 11:25:06,923", + "created": 1610360706.923028, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8712,22 +8712,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 149.67894554138184, + "msecs": 923.0279922485352, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3083.220958709717, - "thread": 140634736203584, + "relativeCreated": 3075.7510662078857, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:17,149", - "created": 1610346617.149877, + "asctime": "2021-01-11 11:25:06,923", + "created": 1610360706.923222, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8737,22 +8737,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 149.87707138061523, + "msecs": 923.2220649719238, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3083.41908454895, - "thread": 140634736203584, + "relativeCreated": 3075.9451389312744, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:17,150", - "created": 1610346617.150052, + "asctime": "2021-01-11 11:25:06,923", + "created": 1610360706.923395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8762,22 +8762,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 150.05207061767578, + "msecs": 923.3949184417725, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3083.5940837860107, - "thread": 140634736203584, + "relativeCreated": 3076.117992401123, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:17,150", - "created": 1610346617.150253, + "asctime": "2021-01-11 11:25:06,923", + "created": 1610360706.923574, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8787,22 +8787,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 150.2530574798584, + "msecs": 923.5739707946777, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3083.7950706481934, - "thread": 140634736203584, + "relativeCreated": 3076.2970447540283, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:17,150", - "created": 1610346617.150421, + "asctime": "2021-01-11 11:25:06,923", + "created": 1610360706.923774, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8812,22 +8812,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 150.4209041595459, + "msecs": 923.774003982544, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3083.962917327881, - "thread": 140634736203584, + "relativeCreated": 3076.4970779418945, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:17,150", - "created": 1610346617.150591, + "asctime": "2021-01-11 11:25:06,923", + "created": 1610360706.92395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8837,14 +8837,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 150.5908966064453, + "msecs": 923.9499568939209, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3084.1329097747803, - "thread": 140634736203584, + "relativeCreated": 3076.6730308532715, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -8855,8 +8855,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:17,150", - "created": 1610346617.15089, + "asctime": "2021-01-11 11:25:06,924", + "created": 1610360706.92442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8866,14 +8866,14 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 150.89011192321777, + "msecs": 924.4201183319092, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3084.4321250915527, - "thread": 140634736203584, + "relativeCreated": 3077.1431922912598, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -8884,8 +8884,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:17,151", - "created": 1610346617.151532, + "asctime": "2021-01-11 11:25:06,925", + "created": 1610360706.925668, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8895,14 +8895,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 151.53193473815918, + "msecs": 925.6680011749268, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3085.073947906494, - "thread": 140634736203584, + "relativeCreated": 3078.3910751342773, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -8910,8 +8910,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:17,173", - "created": 1610346617.173784, + "asctime": "2021-01-11 11:25:06,947", + "created": 1610360706.947208, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8921,14 +8921,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 173.7840175628662, + "msecs": 947.2079277038574, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3107.326030731201, - "thread": 140634459461376, + "relativeCreated": 3099.931001663208, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -8936,8 +8936,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:17,174", - "created": 1610346617.174153, + "asctime": "2021-01-11 11:25:06,947", + "created": 1610360706.947755, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -8947,14 +8947,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 174.15308952331543, + "msecs": 947.7550983428955, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3107.6951026916504, - "thread": 140634459461376, + "relativeCreated": 3100.478172302246, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -8962,8 +8962,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:17,174", - "created": 1610346617.174291, + "asctime": "2021-01-11 11:25:06,947", + "created": 1610360706.94799, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -8973,14 +8973,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 174.29089546203613, + "msecs": 947.9899406433105, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3107.832908630371, - "thread": 140634459461376, + "relativeCreated": 3100.713014602661, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -8989,8 +8989,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:17,174", - "created": 1610346617.174412, + "asctime": "2021-01-11 11:25:06,948", + "created": 1610360706.948197, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9000,14 +9000,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 174.41201210021973, + "msecs": 948.1968879699707, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3107.9540252685547, - "thread": 140634459461376, + "relativeCreated": 3100.9199619293213, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9015,8 +9015,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:17,174", - "created": 1610346617.174555, + "asctime": "2021-01-11 11:25:06,948", + "created": 1610360706.94845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9026,14 +9026,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 174.55506324768066, + "msecs": 948.4500885009766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3108.0970764160156, - "thread": 140634459461376, + "relativeCreated": 3101.173162460327, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9042,8 +9042,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:17,174", - "created": 1610346617.17467, + "asctime": "2021-01-11 11:25:06,948", + "created": 1610360706.948657, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9053,14 +9053,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 174.66998100280762, + "msecs": 948.6570358276367, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3108.2119941711426, - "thread": 140634459461376, + "relativeCreated": 3101.3801097869873, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9068,8 +9068,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:17,174", - "created": 1610346617.174822, + "asctime": "2021-01-11 11:25:06,948", + "created": 1610360706.948969, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9079,14 +9079,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 174.8220920562744, + "msecs": 948.9688873291016, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3108.3641052246094, - "thread": 140634459461376, + "relativeCreated": 3101.691961288452, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9095,8 +9095,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:17,174", - "created": 1610346617.174927, + "asctime": "2021-01-11 11:25:06,949", + "created": 1610360706.949245, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9106,14 +9106,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 174.9269962310791, + "msecs": 949.2449760437012, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3108.469009399414, - "thread": 140634459461376, + "relativeCreated": 3101.9680500030518, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9121,8 +9121,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:17,175", - "created": 1610346617.17507, + "asctime": "2021-01-11 11:25:06,949", + "created": 1610360706.949514, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9132,14 +9132,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 175.07004737854004, + "msecs": 949.5139122009277, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3108.612060546875, - "thread": 140634459461376, + "relativeCreated": 3102.2369861602783, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9148,8 +9148,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:17,175", - "created": 1610346617.175173, + "asctime": "2021-01-11 11:25:06,949", + "created": 1610360706.94968, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9159,14 +9159,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 175.1730442047119, + "msecs": 949.6800899505615, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3108.715057373047, - "thread": 140634459461376, + "relativeCreated": 3102.403163909912, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9174,8 +9174,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:17,175", - "created": 1610346617.175317, + "asctime": "2021-01-11 11:25:06,949", + "created": 1610360706.949908, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9185,14 +9185,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 175.31704902648926, + "msecs": 949.9080181121826, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3108.859062194824, - "thread": 140634459461376, + "relativeCreated": 3102.631092071533, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9201,8 +9201,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:17,175", - "created": 1610346617.175422, + "asctime": "2021-01-11 11:25:06,950", + "created": 1610360706.950067, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9212,14 +9212,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 175.42195320129395, + "msecs": 950.0670433044434, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3108.963966369629, - "thread": 140634459461376, + "relativeCreated": 3102.790117263794, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9227,8 +9227,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:17,175", - "created": 1610346617.175588, + "asctime": "2021-01-11 11:25:06,950", + "created": 1610360706.950322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9238,14 +9238,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 175.58789253234863, + "msecs": 950.3219127655029, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3109.1299057006836, - "thread": 140634459461376, + "relativeCreated": 3103.0449867248535, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9253,8 +9253,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:17,175", - "created": 1610346617.175721, + "asctime": "2021-01-11 11:25:06,950", + "created": 1610360706.9506, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9264,14 +9264,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 175.7209300994873, + "msecs": 950.5999088287354, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3109.2629432678223, - "thread": 140634459461376, + "relativeCreated": 3103.322982788086, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9279,8 +9279,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:17,175", - "created": 1610346617.175839, + "asctime": "2021-01-11 11:25:06,950", + "created": 1610360706.950757, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9290,14 +9290,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 175.83894729614258, + "msecs": 950.7570266723633, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3109.3809604644775, - "thread": 140634459461376, + "relativeCreated": 3103.480100631714, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9306,8 +9306,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:17,175", - "created": 1610346617.175943, + "asctime": "2021-01-11 11:25:06,950", + "created": 1610360706.950885, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9317,14 +9317,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 175.94289779663086, + "msecs": 950.8850574493408, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3109.484910964966, - "thread": 140634459461376, + "relativeCreated": 3103.6081314086914, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9332,8 +9332,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:17,176", - "created": 1610346617.17616, + "asctime": "2021-01-11 11:25:06,951", + "created": 1610360706.951156, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9343,14 +9343,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 176.16009712219238, + "msecs": 951.1559009552002, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3109.7021102905273, - "thread": 140634459461376, + "relativeCreated": 3103.878974914551, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9361,8 +9361,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:17,176", - "created": 1610346617.176472, + "asctime": "2021-01-11 11:25:06,951", + "created": 1610360706.951503, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9372,14 +9372,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 176.47194862365723, + "msecs": 951.5030384063721, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3110.013961791992, - "thread": 140634459461376, + "relativeCreated": 3104.2261123657227, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9387,8 +9387,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:17,176", - "created": 1610346617.176616, + "asctime": "2021-01-11 11:25:06,951", + "created": 1610360706.951678, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9398,14 +9398,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 176.61595344543457, + "msecs": 951.6780376434326, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3110.1579666137695, - "thread": 140634459461376, + "relativeCreated": 3104.401111602783, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9416,8 +9416,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:17,176", - "created": 1610346617.176795, + "asctime": "2021-01-11 11:25:06,951", + "created": 1610360706.951896, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9427,22 +9427,22 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 176.79500579833984, + "msecs": 951.8959522247314, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 3110.337018966675, - "thread": 140634459461376, + "relativeCreated": 3104.619026184082, + "thread": 139854713177856, "threadName": "Thread-7" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:19,157", - "created": 1610346619.157282, + "asctime": "2021-01-11 11:25:08,931", + "created": 1610360708.931629, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9452,22 +9452,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 157.28211402893066, + "msecs": 931.628942489624, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5090.824127197266, - "thread": 140634736203584, + "relativeCreated": 5084.352016448975, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:19,157", - "created": 1610346619.157677, + "asctime": "2021-01-11 11:25:08,932", + "created": 1610360708.93201, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9477,22 +9477,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 157.67693519592285, + "msecs": 932.0099353790283, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5091.218948364258, - "thread": 140634736203584, + "relativeCreated": 5084.733009338379, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:19,157", - "created": 1610346619.157902, + "asctime": "2021-01-11 11:25:08,932", + "created": 1610360708.932234, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9502,14 +9502,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 157.90200233459473, + "msecs": 932.2340488433838, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5091.44401550293, - "thread": 140634736203584, + "relativeCreated": 5084.957122802734, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -9517,8 +9517,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:19,182", - "created": 1610346619.182259, + "asctime": "2021-01-11 11:25:08,957", + "created": 1610360708.95718, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9528,14 +9528,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 182.25908279418945, + "msecs": 957.1800231933594, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5115.801095962524, - "thread": 140634459461376, + "relativeCreated": 5109.90309715271, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9543,8 +9543,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:19,182", - "created": 1610346619.182777, + "asctime": "2021-01-11 11:25:08,957", + "created": 1610360708.957695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9554,14 +9554,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 182.77692794799805, + "msecs": 957.6950073242188, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5116.318941116333, - "thread": 140634459461376, + "relativeCreated": 5110.418081283569, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9569,8 +9569,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,182", - "created": 1610346619.182989, + "asctime": "2021-01-11 11:25:08,957", + "created": 1610360708.957911, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9580,14 +9580,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 182.98888206481934, + "msecs": 957.9110145568848, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5116.530895233154, - "thread": 140634459461376, + "relativeCreated": 5110.634088516235, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9596,8 +9596,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:19,183", - "created": 1610346619.183164, + "asctime": "2021-01-11 11:25:08,958", + "created": 1610360708.958091, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9607,14 +9607,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 183.16388130187988, + "msecs": 958.0910205841064, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5116.705894470215, - "thread": 140634459461376, + "relativeCreated": 5110.814094543457, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9622,8 +9622,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,183", - "created": 1610346619.183377, + "asctime": "2021-01-11 11:25:08,958", + "created": 1610360708.9583, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9633,14 +9633,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 183.37702751159668, + "msecs": 958.3001136779785, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5116.919040679932, - "thread": 140634459461376, + "relativeCreated": 5111.023187637329, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9649,8 +9649,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,183", - "created": 1610346619.183538, + "asctime": "2021-01-11 11:25:08,958", + "created": 1610360708.958463, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9660,14 +9660,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 183.53796005249023, + "msecs": 958.4629535675049, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5117.079973220825, - "thread": 140634459461376, + "relativeCreated": 5111.1860275268555, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9675,8 +9675,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,183", - "created": 1610346619.183754, + "asctime": "2021-01-11 11:25:08,958", + "created": 1610360708.958681, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9686,14 +9686,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 183.75396728515625, + "msecs": 958.6811065673828, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5117.295980453491, - "thread": 140634459461376, + "relativeCreated": 5111.404180526733, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9702,8 +9702,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,183", - "created": 1610346619.183941, + "asctime": "2021-01-11 11:25:08,958", + "created": 1610360708.958858, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9713,14 +9713,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 183.94088745117188, + "msecs": 958.8580131530762, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5117.482900619507, - "thread": 140634459461376, + "relativeCreated": 5111.581087112427, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9728,8 +9728,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,184", - "created": 1610346619.184136, + "asctime": "2021-01-11 11:25:08,959", + "created": 1610360708.959051, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9739,14 +9739,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 184.13591384887695, + "msecs": 959.0508937835693, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5117.677927017212, - "thread": 140634459461376, + "relativeCreated": 5111.77396774292, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9755,8 +9755,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,184", - "created": 1610346619.184285, + "asctime": "2021-01-11 11:25:08,959", + "created": 1610360708.959203, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9766,14 +9766,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 184.28492546081543, + "msecs": 959.2030048370361, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5117.82693862915, - "thread": 140634459461376, + "relativeCreated": 5111.926078796387, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9781,8 +9781,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,184", - "created": 1610346619.184497, + "asctime": "2021-01-11 11:25:08,959", + "created": 1610360708.959417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9792,14 +9792,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 184.49711799621582, + "msecs": 959.4171047210693, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5118.039131164551, - "thread": 140634459461376, + "relativeCreated": 5112.14017868042, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9808,8 +9808,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,184", - "created": 1610346619.184657, + "asctime": "2021-01-11 11:25:08,959", + "created": 1610360708.959581, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9819,14 +9819,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 184.65709686279297, + "msecs": 959.5808982849121, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5118.199110031128, - "thread": 140634459461376, + "relativeCreated": 5112.303972244263, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9834,8 +9834,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:19,184", - "created": 1610346619.184886, + "asctime": "2021-01-11 11:25:08,959", + "created": 1610360708.959812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9845,14 +9845,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 184.88597869873047, + "msecs": 959.8119258880615, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5118.427991867065, - "thread": 140634459461376, + "relativeCreated": 5112.534999847412, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9860,8 +9860,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:19,185", - "created": 1610346619.185071, + "asctime": "2021-01-11 11:25:08,960", + "created": 1610360708.96, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9871,14 +9871,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 185.07099151611328, + "msecs": 960.0000381469727, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5118.613004684448, - "thread": 140634459461376, + "relativeCreated": 5112.723112106323, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9886,8 +9886,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,185", - "created": 1610346619.185244, + "asctime": "2021-01-11 11:25:08,960", + "created": 1610360708.960176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9897,14 +9897,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 185.24408340454102, + "msecs": 960.1759910583496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5118.786096572876, - "thread": 140634459461376, + "relativeCreated": 5112.8990650177, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9913,8 +9913,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:19,185", - "created": 1610346619.185397, + "asctime": "2021-01-11 11:25:08,960", + "created": 1610360708.960331, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9924,14 +9924,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 185.39690971374512, + "msecs": 960.3309631347656, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5118.93892288208, - "thread": 140634459461376, + "relativeCreated": 5113.054037094116, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9939,8 +9939,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55" ], - "asctime": "2021-01-11 07:30:19,185", - "created": 1610346619.185764, + "asctime": "2021-01-11 11:25:08,960", + "created": 1610360708.960671, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -9950,14 +9950,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55", "module": "stp", - "msecs": 185.76407432556152, + "msecs": 960.6709480285645, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5119.3060874938965, - "thread": 140634459461376, + "relativeCreated": 5113.394021987915, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9968,8 +9968,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:19,186", - "created": 1610346619.186197, + "asctime": "2021-01-11 11:25:08,961", + "created": 1610360708.961122, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -9979,14 +9979,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 186.19704246520996, + "msecs": 961.1220359802246, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5119.739055633545, - "thread": 140634459461376, + "relativeCreated": 5113.845109939575, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -9994,8 +9994,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:19,186", - "created": 1610346619.186414, + "asctime": "2021-01-11 11:25:08,961", + "created": 1610360708.961341, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10005,14 +10005,14 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 186.41400337219238, + "msecs": 961.3409042358398, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5119.956016540527, - "thread": 140634459461376, + "relativeCreated": 5114.06397819519, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -10021,10 +10021,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'1dc8483c3a1bf1fc7e154481a48e1d0c026e3c351cc01d98c8cc75bc9af1b3a8'" + "'d371997e950011742c5a54a0df9c730b2c44e8455a717ccce418941e3ea9c36c'" ], - "asctime": "2021-01-11 07:30:19,186", - "created": 1610346619.186741, + "asctime": "2021-01-11 11:25:08,961", + "created": 1610360708.961639, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10032,16 +10032,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'1dc8483c3a1bf1fc7e154481a48e1d0c026e3c351cc01d98c8cc75bc9af1b3a8'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'d371997e950011742c5a54a0df9c730b2c44e8455a717ccce418941e3ea9c36c'\"", "module": "__init__", - "msecs": 186.74111366271973, + "msecs": 961.6389274597168, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5120.283126831055, - "thread": 140634459461376, + "relativeCreated": 5114.362001419067, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -10049,8 +10049,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:19,188", - "created": 1610346619.188128, + "asctime": "2021-01-11 11:25:08,962", + "created": 1610360708.962626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10060,14 +10060,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 188.12799453735352, + "msecs": 962.6259803771973, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5121.6700077056885, - "thread": 140634451068672, + "relativeCreated": 5115.349054336548, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10075,8 +10075,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:19,188", - "created": 1610346619.188779, + "asctime": "2021-01-11 11:25:08,963", + "created": 1610360708.96324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10086,14 +10086,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 188.77911567687988, + "msecs": 963.2399082183838, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5122.321128845215, - "thread": 140634451068672, + "relativeCreated": 5115.962982177734, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10101,8 +10101,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,189", - "created": 1610346619.189053, + "asctime": "2021-01-11 11:25:08,963", + "created": 1610360708.963472, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10112,14 +10112,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 189.05305862426758, + "msecs": 963.4718894958496, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5122.5950717926025, - "thread": 140634451068672, + "relativeCreated": 5116.1949634552, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10128,8 +10128,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:19,189", - "created": 1610346619.189293, + "asctime": "2021-01-11 11:25:08,963", + "created": 1610360708.963652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10139,14 +10139,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 189.29290771484375, + "msecs": 963.6518955230713, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5122.834920883179, - "thread": 140634451068672, + "relativeCreated": 5116.374969482422, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10154,8 +10154,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,189", - "created": 1610346619.189639, + "asctime": "2021-01-11 11:25:08,963", + "created": 1610360708.963862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10165,14 +10165,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 189.63909149169922, + "msecs": 963.8619422912598, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5123.181104660034, - "thread": 140634451068672, + "relativeCreated": 5116.58501625061, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10181,8 +10181,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,189", - "created": 1610346619.189878, + "asctime": "2021-01-11 11:25:08,964", + "created": 1610360708.964023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10192,14 +10192,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 189.87798690795898, + "msecs": 964.0231132507324, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5123.420000076294, - "thread": 140634451068672, + "relativeCreated": 5116.746187210083, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10207,8 +10207,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,190", - "created": 1610346619.190235, + "asctime": "2021-01-11 11:25:08,964", + "created": 1610360708.964319, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10218,14 +10218,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 190.23489952087402, + "msecs": 964.3189907073975, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5123.776912689209, - "thread": 140634451068672, + "relativeCreated": 5117.042064666748, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10234,8 +10234,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,190", - "created": 1610346619.190483, + "asctime": "2021-01-11 11:25:08,964", + "created": 1610360708.964519, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10245,14 +10245,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 190.48309326171875, + "msecs": 964.5190238952637, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5124.025106430054, - "thread": 140634451068672, + "relativeCreated": 5117.242097854614, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10260,8 +10260,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,190", - "created": 1610346619.190781, + "asctime": "2021-01-11 11:25:08,964", + "created": 1610360708.964794, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10271,14 +10271,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 190.7811164855957, + "msecs": 964.7939205169678, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5124.323129653931, - "thread": 140634451068672, + "relativeCreated": 5117.516994476318, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10287,8 +10287,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,190", - "created": 1610346619.190998, + "asctime": "2021-01-11 11:25:08,964", + "created": 1610360708.964993, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10298,14 +10298,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 190.99807739257812, + "msecs": 964.9930000305176, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5124.540090560913, - "thread": 140634451068672, + "relativeCreated": 5117.716073989868, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10313,8 +10313,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,191", - "created": 1610346619.19135, + "asctime": "2021-01-11 11:25:08,965", + "created": 1610360708.965281, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10324,14 +10324,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 191.34998321533203, + "msecs": 965.2810096740723, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5124.891996383667, - "thread": 140634451068672, + "relativeCreated": 5118.004083633423, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10340,8 +10340,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,191", - "created": 1610346619.191506, + "asctime": "2021-01-11 11:25:08,965", + "created": 1610360708.96547, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10351,14 +10351,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 191.50590896606445, + "msecs": 965.4700756072998, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5125.047922134399, - "thread": 140634451068672, + "relativeCreated": 5118.19314956665, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10366,8 +10366,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:19,191", - "created": 1610346619.191755, + "asctime": "2021-01-11 11:25:08,965", + "created": 1610360708.965819, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10377,14 +10377,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 191.7550563812256, + "msecs": 965.8188819885254, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5125.297069549561, - "thread": 140634451068672, + "relativeCreated": 5118.541955947876, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10392,8 +10392,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:19,191", - "created": 1610346619.191943, + "asctime": "2021-01-11 11:25:08,966", + "created": 1610360708.966014, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10403,14 +10403,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 191.94293022155762, + "msecs": 966.0139083862305, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5125.484943389893, - "thread": 140634451068672, + "relativeCreated": 5118.736982345581, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10418,8 +10418,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,192", - "created": 1610346619.192115, + "asctime": "2021-01-11 11:25:08,966", + "created": 1610360708.966189, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10429,14 +10429,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 192.11506843566895, + "msecs": 966.188907623291, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5125.657081604004, - "thread": 140634451068672, + "relativeCreated": 5118.911981582642, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10445,8 +10445,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:19,192", - "created": 1610346619.192276, + "asctime": "2021-01-11 11:25:08,966", + "created": 1610360708.966344, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10456,14 +10456,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 192.2760009765625, + "msecs": 966.3441181182861, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5125.8180141448975, - "thread": 140634451068672, + "relativeCreated": 5119.067192077637, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10471,8 +10471,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:19,192", - "created": 1610346619.192428, + "asctime": "2021-01-11 11:25:08,966", + "created": 1610360708.966676, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10482,14 +10482,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 192.4281120300293, + "msecs": 966.6759967803955, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5125.970125198364, - "thread": 140634451068672, + "relativeCreated": 5119.399070739746, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10500,8 +10500,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:19,192", - "created": 1610346619.192575, + "asctime": "2021-01-11 11:25:08,967", + "created": 1610360708.967056, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10511,14 +10511,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 192.57497787475586, + "msecs": 967.0560359954834, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5126.116991043091, - "thread": 140634451068672, + "relativeCreated": 5119.779109954834, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10526,8 +10526,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:19,192", - "created": 1610346619.192667, + "asctime": "2021-01-11 11:25:08,967", + "created": 1610360708.967267, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10537,23 +10537,23 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 192.66700744628906, + "msecs": 967.2670364379883, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5126.209020614624, - "thread": 140634451068672, + "relativeCreated": 5119.990110397339, + "thread": 139854704785152, "threadName": "Thread-8" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 31 64 63 38 34 38 33 63 33 61 31 62 66 31 66 63 37 65 31" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 64 33 37 31 39 39 37 65 39 35 30 30 31 31 37 34 32 63 35" ], - "asctime": "2021-01-11 07:30:19,192", - "created": 1610346619.192857, + "asctime": "2021-01-11 11:25:08,967", + "created": 1610360708.967438, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10561,25 +10561,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 31 64 63 38 34 38 33 63 33 61 31 62 66 31 66 63 37 65 31", + "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 64 33 37 31 39 39 37 65 39 35 30 30 31 31 37 34 32 63 35", "module": "__init__", - "msecs": 192.857027053833, + "msecs": 967.4379825592041, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5126.399040222168, - "thread": 140634451068672, + "relativeCreated": 5120.161056518555, + "thread": 139854704785152, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 31 64 63 38 34 38 33 63 33 61 31 62 66 31 66 63 37 65 31" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 64 33 37 31 39 39 37 65 39 35 30 30 31 31 37 34 32 63 35" ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.19302, + "asctime": "2021-01-11 11:25:08,967", + "created": 1610360708.967554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10587,16 +10587,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 31 64 63 38 34 38 33 63 33 61 31 62 66 31 66 63 37 65 31", + "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 64 33 37 31 39 39 37 65 39 35 30 30 31 31 37 34 32 63 35", "module": "__init__", - "msecs": 193.02010536193848, + "msecs": 967.5540924072266, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5126.562118530273, - "thread": 140634451068672, + "relativeCreated": 5120.277166366577, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10604,8 +10604,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193096, + "asctime": "2021-01-11 11:25:08,967", + "created": 1610360708.96761, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10615,14 +10615,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 193.09592247009277, + "msecs": 967.6098823547363, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5126.637935638428, - "thread": 140634451068672, + "relativeCreated": 5120.332956314087, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10631,8 +10631,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193177, + "asctime": "2021-01-11 11:25:08,967", + "created": 1610360708.967663, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10642,14 +10642,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 193.1769847869873, + "msecs": 967.663049697876, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5126.718997955322, - "thread": 140634451068672, + "relativeCreated": 5120.386123657227, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10657,8 +10657,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193264, + "asctime": "2021-01-11 11:25:08,967", + "created": 1610360708.96773, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10668,14 +10668,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 193.26400756835938, + "msecs": 967.7300453186035, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5126.806020736694, - "thread": 140634451068672, + "relativeCreated": 5120.453119277954, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10684,8 +10684,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193336, + "asctime": "2021-01-11 11:25:08,967", + "created": 1610360708.967781, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10695,14 +10695,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 193.33600997924805, + "msecs": 967.7810668945312, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5126.878023147583, - "thread": 140634451068672, + "relativeCreated": 5120.504140853882, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10710,8 +10710,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193405, + "asctime": "2021-01-11 11:25:08,967", + "created": 1610360708.967875, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10721,14 +10721,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 193.4049129486084, + "msecs": 967.8750038146973, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5126.946926116943, - "thread": 140634451068672, + "relativeCreated": 5120.598077774048, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10737,8 +10737,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193456, + "asctime": "2021-01-11 11:25:08,967", + "created": 1610360708.967938, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10748,14 +10748,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 193.45593452453613, + "msecs": 967.9379463195801, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5126.997947692871, - "thread": 140634451068672, + "relativeCreated": 5120.661020278931, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10763,8 +10763,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193512, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968019, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10774,14 +10774,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 193.511962890625, + "msecs": 968.0190086364746, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.05397605896, - "thread": 140634451068672, + "relativeCreated": 5120.742082595825, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10790,8 +10790,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193558, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10801,23 +10801,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 193.5579776763916, + "msecs": 968.087911605835, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.099990844727, - "thread": 140634451068672, + "relativeCreated": 5120.810985565186, + "thread": 139854704785152, "threadName": "Thread-8" }, { "args": [ "comm-server:", - "(64): 35 34 34 38 31 61 34 38 65 31 64 30 63 30 32 36 65 33 63 33 35 31 63 63 30 31 64 39 38 63 38 63 63 37 35 62 63 39 61 66 31 62 33 61 38 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 23 67" + "(64): 61 35 34 61 30 64 66 39 63 37 33 30 62 32 63 34 34 65 38 34 35 35 61 37 31 37 63 63 63 65 34 31 38 39 34 31 65 33 65 61 39 63 33 36 63 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1d 18" ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193685, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10825,25 +10825,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 35 34 34 38 31 61 34 38 65 31 64 30 63 30 32 36 65 33 63 33 35 31 63 63 30 31 64 39 38 63 38 63 63 37 35 62 63 39 61 66 31 62 33 61 38 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 23 67", + "message": "comm-server: TX -> (64): 61 35 34 61 30 64 66 39 63 37 33 30 62 32 63 34 34 65 38 34 35 35 61 37 31 37 63 63 63 65 34 31 38 39 34 31 65 33 65 61 39 63 33 36 63 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1d 18", "module": "__init__", - "msecs": 193.68505477905273, + "msecs": 968.2369232177734, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.227067947388, - "thread": 140634451068672, + "relativeCreated": 5120.959997177124, + "thread": 139854704785152, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(64): 35 34 34 38 31 61 34 38 65 31 64 30 63 30 32 36 65 33 63 33 35 31 63 63 30 31 64 39 38 63 38 63 63 37 35 62 63 39 61 66 31 62 33 61 38 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 23 67" + "(64): 61 35 34 61 30 64 66 39 63 37 33 30 62 32 63 34 34 65 38 34 35 35 61 37 31 37 63 63 63 65 34 31 38 39 34 31 65 33 65 61 39 63 33 36 63 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1d 18" ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193793, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968361, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10851,16 +10851,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 35 34 34 38 31 61 34 38 65 31 64 30 63 30 32 36 65 33 63 33 35 31 63 63 30 31 64 39 38 63 38 63 63 37 35 62 63 39 61 66 31 62 33 61 38 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 23 67", + "message": "comm-client: RX <- (64): 61 35 34 61 30 64 66 39 63 37 33 30 62 32 63 34 34 65 38 34 35 35 61 37 31 37 63 63 63 65 34 31 38 39 34 31 65 33 65 61 39 63 33 36 63 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1d 18", "module": "__init__", - "msecs": 193.79305839538574, + "msecs": 968.3609008789062, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.335071563721, - "thread": 140634451068672, + "relativeCreated": 5121.083974838257, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10868,8 +10868,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.1939, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10879,14 +10879,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 193.90010833740234, + "msecs": 968.4829711914062, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.442121505737, - "thread": 140634451068672, + "relativeCreated": 5121.206045150757, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10895,8 +10895,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,193", - "created": 1610346619.193945, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968535, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10906,23 +10906,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 193.94493103027344, + "msecs": 968.5349464416504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.486944198608, - "thread": 140634451068672, + "relativeCreated": 5121.258020401001, + "thread": 139854704785152, "threadName": "Thread-8" }, { "args": [ "comm-server:", - "(4): 43 73 3a 3e" + "(4): 01 27 3a 3e" ], - "asctime": "2021-01-11 07:30:19,194", - "created": 1610346619.194013, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10930,25 +10930,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): 43 73 3a 3e", + "message": "comm-server: TX -> (4): 01 27 3a 3e", "module": "__init__", - "msecs": 194.01311874389648, + "msecs": 968.6141014099121, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.555131912231, - "thread": 140634451068672, + "relativeCreated": 5121.337175369263, + "thread": 139854704785152, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(4): 43 73 3a 3e" + "(4): 01 27 3a 3e" ], - "asctime": "2021-01-11 07:30:19,194", - "created": 1610346619.194063, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968673, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -10956,16 +10956,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): 43 73 3a 3e", + "message": "comm-client: RX <- (4): 01 27 3a 3e", "module": "__init__", - "msecs": 194.0629482269287, + "msecs": 968.6729907989502, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.604961395264, - "thread": 140634451068672, + "relativeCreated": 5121.396064758301, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -10973,8 +10973,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,194", - "created": 1610346619.19411, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968727, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -10984,14 +10984,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 194.10991668701172, + "msecs": 968.7271118164062, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.651929855347, - "thread": 140634451068672, + "relativeCreated": 5121.450185775757, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11000,8 +11000,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:19,194", - "created": 1610346619.194156, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968787, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11011,23 +11011,23 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 194.15593147277832, + "msecs": 968.7869548797607, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.697944641113, - "thread": 140634451068672, + "relativeCreated": 5121.510028839111, + "thread": 139854704785152, "threadName": "Thread-8" }, { "args": [ "STP:", - "(124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 31 64 63 38 34 38 33 63 33 61 31 62 66 31 66 63 37 65 31 35 34 34 38 31 61 34 38 65 31 64 30 63 30 32 36 65 33 63 33 35 31 63 63 30 31 64 39 38 63 38 63 63 37 35 62 63 39 61 66 31 62 33 61 38 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 23 67 43 73" + "(124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 64 33 37 31 39 39 37 65 39 35 30 30 31 31 37 34 32 63 35 61 35 34 61 30 64 66 39 63 37 33 30 62 32 63 34 34 65 38 34 35 35 61 37 31 37 63 63 63 65 34 31 38 39 34 31 65 33 65 61 39 63 33 36 63 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 1d 18 01 27" ], - "asctime": "2021-01-11 07:30:19,194", - "created": 1610346619.194349, + "asctime": "2021-01-11 11:25:08,968", + "created": 1610360708.968947, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11035,16 +11035,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 31 64 63 38 34 38 33 63 33 61 31 62 66 31 66 63 37 65 31 35 34 34 38 31 61 34 38 65 31 64 30 63 30 32 36 65 33 63 33 35 31 63 63 30 31 64 39 38 63 38 63 63 37 35 62 63 39 61 66 31 62 33 61 38 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 23 67 43 73", + "message": "STP: message identified - (124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 64 33 37 31 39 39 37 65 39 35 30 30 31 31 37 34 32 63 35 61 35 34 61 30 64 66 39 63 37 33 30 62 32 63 34 34 65 38 34 35 35 61 37 31 37 63 63 63 65 34 31 38 39 34 31 65 33 65 61 39 63 33 36 63 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 1d 18 01 27", "module": "stp", - "msecs": 194.3490505218506, + "msecs": 968.9469337463379, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5127.891063690186, - "thread": 140634451068672, + "relativeCreated": 5121.6700077056885, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11053,10 +11053,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "u'1dc8483c3a1bf1fc7e154481a48e1d0c026e3c351cc01d98c8cc75bc9af1b3a8'" + "u'd371997e950011742c5a54a0df9c730b2c44e8455a717ccce418941e3ea9c36c'" ], - "asctime": "2021-01-11 07:30:19,194", - "created": 1610346619.194468, + "asctime": "2021-01-11 11:25:08,969", + "created": 1610360708.969067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11064,16 +11064,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'1dc8483c3a1bf1fc7e154481a48e1d0c026e3c351cc01d98c8cc75bc9af1b3a8'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'd371997e950011742c5a54a0df9c730b2c44e8455a717ccce418941e3ea9c36c'\"", "module": "__init__", - "msecs": 194.46802139282227, + "msecs": 969.0670967102051, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5128.010034561157, - "thread": 140634451068672, + "relativeCreated": 5121.790170669556, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11081,8 +11081,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 07:30:19,194", - "created": 1610346619.194542, + "asctime": "2021-01-11 11:25:08,969", + "created": 1610360708.969135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11092,14 +11092,14 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 194.54193115234375, + "msecs": 969.135046005249, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5128.083944320679, - "thread": 140634451068672, + "relativeCreated": 5121.8581199646, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11108,10 +11108,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'41ae5a3e375f6ef26562ec7f1c203d6e8110fa0bd72bb37be24bb45739fdfe9b7069b5746c953a4b07538e7f16e2364f25a62ab2f28004455695dccea4690950'" + "'165e3227e2694b2966978a66775b7e0407d84cbad6a5b08c21a18b516ee48fb67922f204cff0c457b05b08dccce4a10546b59fc6edc10d19355ea247e462fbb2'" ], - "asctime": "2021-01-11 07:30:19,194", - "created": 1610346619.194651, + "asctime": "2021-01-11 11:25:08,969", + "created": 1610360708.969243, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11119,25 +11119,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'41ae5a3e375f6ef26562ec7f1c203d6e8110fa0bd72bb37be24bb45739fdfe9b7069b5746c953a4b07538e7f16e2364f25a62ab2f28004455695dccea4690950'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'165e3227e2694b2966978a66775b7e0407d84cbad6a5b08c21a18b516ee48fb67922f204cff0c457b05b08dccce4a10546b59fc6edc10d19355ea247e462fbb2'\"", "module": "__init__", - "msecs": 194.65088844299316, + "msecs": 969.243049621582, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5128.192901611328, - "thread": 140634451068672, + "relativeCreated": 5121.966123580933, + "thread": 139854704785152, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 31 61 65 35 61 33 65 33 37 35 66 36 65 66 32 36 35 36" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 31 36 35 65 33 32 32 37 65 32 36 39 34 62 32 39 36 36 39" ], - "asctime": "2021-01-11 07:30:19,195", - "created": 1610346619.19545, + "asctime": "2021-01-11 11:25:08,972", + "created": 1610360708.972224, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11145,25 +11145,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 31 61 65 35 61 33 65 33 37 35 66 36 65 66 32 36 35 36", + "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 31 36 35 65 33 32 32 37 65 32 36 39 34 62 32 39 36 36 39", "module": "__init__", - "msecs": 195.4500675201416, + "msecs": 972.2239971160889, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5128.992080688477, - "thread": 140634459461376, + "relativeCreated": 5124.947071075439, + "thread": 139854713177856, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 31 61 65 35 61 33 65 33 37 35 66 36 65 66 32 36 35 36" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 31 36 35 65 33 32 32 37 65 32 36 39 34 62 32 39 36 36 39" ], - "asctime": "2021-01-11 07:30:19,195", - "created": 1610346619.195563, + "asctime": "2021-01-11 11:25:08,972", + "created": 1610360708.972461, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11171,16 +11171,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 31 61 65 35 61 33 65 33 37 35 66 36 65 66 32 36 35 36", + "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 31 36 35 65 33 32 32 37 65 32 36 39 34 62 32 39 36 36 39", "module": "__init__", - "msecs": 195.56307792663574, + "msecs": 972.4609851837158, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.105091094971, - "thread": 140634459461376, + "relativeCreated": 5125.184059143066, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11188,8 +11188,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,195", - "created": 1610346619.195612, + "asctime": "2021-01-11 11:25:08,972", + "created": 1610360708.972548, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11199,14 +11199,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 195.61195373535156, + "msecs": 972.5480079650879, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.1539669036865, - "thread": 140634459461376, + "relativeCreated": 5125.2710819244385, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11215,8 +11215,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:19,195", - "created": 1610346619.195657, + "asctime": "2021-01-11 11:25:08,972", + "created": 1610360708.972624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11226,14 +11226,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 195.65701484680176, + "msecs": 972.6240634918213, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.199028015137, - "thread": 140634459461376, + "relativeCreated": 5125.347137451172, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11241,8 +11241,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,195", - "created": 1610346619.195716, + "asctime": "2021-01-11 11:25:08,972", + "created": 1610360708.97276, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11252,14 +11252,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 195.71590423583984, + "msecs": 972.7599620819092, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.257917404175, - "thread": 140634459461376, + "relativeCreated": 5125.48303604126, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11268,8 +11268,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,195", - "created": 1610346619.195759, + "asctime": "2021-01-11 11:25:08,972", + "created": 1610360708.972844, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11279,14 +11279,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 195.75905799865723, + "msecs": 972.8438854217529, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.301071166992, - "thread": 140634459461376, + "relativeCreated": 5125.5669593811035, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11294,8 +11294,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,195", - "created": 1610346619.195817, + "asctime": "2021-01-11 11:25:08,972", + "created": 1610360708.972976, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11305,14 +11305,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 195.8169937133789, + "msecs": 972.9759693145752, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.359006881714, - "thread": 140634459461376, + "relativeCreated": 5125.699043273926, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11321,8 +11321,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,195", - "created": 1610346619.195861, + "asctime": "2021-01-11 11:25:08,973", + "created": 1610360708.973048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11332,14 +11332,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 195.8611011505127, + "msecs": 973.0479717254639, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.403114318848, - "thread": 140634459461376, + "relativeCreated": 5125.771045684814, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11347,8 +11347,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,195", - "created": 1610346619.195912, + "asctime": "2021-01-11 11:25:08,973", + "created": 1610360708.973131, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11358,14 +11358,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 195.91188430786133, + "msecs": 973.1309413909912, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.453897476196, - "thread": 140634459461376, + "relativeCreated": 5125.854015350342, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11374,8 +11374,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,195", - "created": 1610346619.195956, + "asctime": "2021-01-11 11:25:08,973", + "created": 1610360708.973206, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11385,23 +11385,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 195.95599174499512, + "msecs": 973.2060432434082, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.49800491333, - "thread": 140634459461376, + "relativeCreated": 5125.929117202759, + "thread": 139854713177856, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(64): 32 65 63 37 66 31 63 32 30 33 64 36 65 38 31 31 30 66 61 30 62 64 37 32 62 62 33 37 62 65 32 34 62 62 34 35 37 33 39 66 64 66 65 39 62 37 30 36 39 62 35 37 34 36 63 39 35 33 61 34 62 30 37 35" + "(64): 37 38 61 36 36 37 37 35 62 37 65 30 34 30 37 64 38 34 63 62 61 64 36 61 35 62 30 38 63 32 31 61 31 38 62 35 31 36 65 65 34 38 66 62 36 37 39 32 32 66 32 30 34 63 66 66 30 63 34 35 37 62 30 35" ], - "asctime": "2021-01-11 07:30:19,196", - "created": 1610346619.19611, + "asctime": "2021-01-11 11:25:08,973", + "created": 1610360708.9734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11409,25 +11409,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 32 65 63 37 66 31 63 32 30 33 64 36 65 38 31 31 30 66 61 30 62 64 37 32 62 62 33 37 62 65 32 34 62 62 34 35 37 33 39 66 64 66 65 39 62 37 30 36 39 62 35 37 34 36 63 39 35 33 61 34 62 30 37 35", + "message": "comm-client: TX -> (64): 37 38 61 36 36 37 37 35 62 37 65 30 34 30 37 64 38 34 63 62 61 64 36 61 35 62 30 38 63 32 31 61 31 38 62 35 31 36 65 65 34 38 66 62 36 37 39 32 32 66 32 30 34 63 66 66 30 63 34 35 37 62 30 35", "module": "__init__", - "msecs": 196.11001014709473, + "msecs": 973.4001159667969, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.65202331543, - "thread": 140634459461376, + "relativeCreated": 5126.1231899261475, + "thread": 139854713177856, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(64): 32 65 63 37 66 31 63 32 30 33 64 36 65 38 31 31 30 66 61 30 62 64 37 32 62 62 33 37 62 65 32 34 62 62 34 35 37 33 39 66 64 66 65 39 62 37 30 36 39 62 35 37 34 36 63 39 35 33 61 34 62 30 37 35" + "(64): 37 38 61 36 36 37 37 35 62 37 65 30 34 30 37 64 38 34 63 62 61 64 36 61 35 62 30 38 63 32 31 61 31 38 62 35 31 36 65 65 34 38 66 62 36 37 39 32 32 66 32 30 34 63 66 66 30 63 34 35 37 62 30 35" ], - "asctime": "2021-01-11 07:30:19,196", - "created": 1610346619.196231, + "asctime": "2021-01-11 11:25:08,973", + "created": 1610360708.973539, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11435,25 +11435,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 32 65 63 37 66 31 63 32 30 33 64 36 65 38 31 31 30 66 61 30 62 64 37 32 62 62 33 37 62 65 32 34 62 62 34 35 37 33 39 66 64 66 65 39 62 37 30 36 39 62 35 37 34 36 63 39 35 33 61 34 62 30 37 35", + "message": "comm-server: RX <- (64): 37 38 61 36 36 37 37 35 62 37 65 30 34 30 37 64 38 34 63 62 61 64 36 61 35 62 30 38 63 32 31 61 31 38 62 35 31 36 65 65 34 38 66 62 36 37 39 32 32 66 32 30 34 63 66 66 30 63 34 35 37 62 30 35", "module": "__init__", - "msecs": 196.23088836669922, + "msecs": 973.5391139984131, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.772901535034, - "thread": 140634459461376, + "relativeCreated": 5126.262187957764, + "thread": 139854713177856, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(64): 33 38 65 37 66 31 36 65 32 33 36 34 66 32 35 61 36 32 61 62 32 66 32 38 30 30 34 34 35 35 36 39 35 64 63 63 65 61 34 36 39 30 39 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 58 7d" + "(64): 62 30 38 64 63 63 63 65 34 61 31 30 35 34 36 62 35 39 66 63 36 65 64 63 31 30 64 31 39 33 35 35 65 61 32 34 37 65 34 36 32 66 62 62 32 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 07 66" ], - "asctime": "2021-01-11 07:30:19,196", - "created": 1610346619.196401, + "asctime": "2021-01-11 11:25:08,973", + "created": 1610360708.973746, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11461,25 +11461,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 33 38 65 37 66 31 36 65 32 33 36 34 66 32 35 61 36 32 61 62 32 66 32 38 30 30 34 34 35 35 36 39 35 64 63 63 65 61 34 36 39 30 39 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 58 7d", + "message": "comm-client: TX -> (64): 62 30 38 64 63 63 63 65 34 61 31 30 35 34 36 62 35 39 66 63 36 65 64 63 31 30 64 31 39 33 35 35 65 61 32 34 37 65 34 36 32 66 62 62 32 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 07 66", "module": "__init__", - "msecs": 196.40088081359863, + "msecs": 973.7460613250732, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5129.942893981934, - "thread": 140634459461376, + "relativeCreated": 5126.469135284424, + "thread": 139854713177856, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(64): 33 38 65 37 66 31 36 65 32 33 36 34 66 32 35 61 36 32 61 62 32 66 32 38 30 30 34 34 35 35 36 39 35 64 63 63 65 61 34 36 39 30 39 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 58 7d" + "(64): 62 30 38 64 63 63 63 65 34 61 31 30 35 34 36 62 35 39 66 63 36 65 64 63 31 30 64 31 39 33 35 35 65 61 32 34 37 65 34 36 32 66 62 62 32 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 07 66" ], - "asctime": "2021-01-11 07:30:19,196", - "created": 1610346619.196497, + "asctime": "2021-01-11 11:25:08,973", + "created": 1610360708.973867, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11487,16 +11487,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 33 38 65 37 66 31 36 65 32 33 36 34 66 32 35 61 36 32 61 62 32 66 32 38 30 30 34 34 35 35 36 39 35 64 63 63 65 61 34 36 39 30 39 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 58 7d", + "message": "comm-server: RX <- (64): 62 30 38 64 63 63 63 65 34 61 31 30 35 34 36 62 35 39 66 63 36 65 64 63 31 30 64 31 39 33 35 35 65 61 32 34 37 65 34 36 32 66 62 62 32 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 07 66", "module": "__init__", - "msecs": 196.49696350097656, + "msecs": 973.8669395446777, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.0389766693115, - "thread": 140634459461376, + "relativeCreated": 5126.590013504028, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11504,8 +11504,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,196", - "created": 1610346619.196596, + "asctime": "2021-01-11 11:25:08,973", + "created": 1610360708.973993, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11515,14 +11515,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 196.5959072113037, + "msecs": 973.9930629730225, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.137920379639, - "thread": 140634459461376, + "relativeCreated": 5126.716136932373, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11531,8 +11531,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,196", - "created": 1610346619.196638, + "asctime": "2021-01-11 11:25:08,974", + "created": 1610360708.974048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11542,23 +11542,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 196.6381072998047, + "msecs": 974.0478992462158, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.18012046814, - "thread": 140634459461376, + "relativeCreated": 5126.770973205566, + "thread": 139854713177856, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(4): be 39 3a 3e" + "(4): c2 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:19,196", - "created": 1610346619.196698, + "asctime": "2021-01-11 11:25:08,974", + "created": 1610360708.974126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11566,25 +11566,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): be 39 3a 3e", + "message": "comm-client: TX -> (4): c2 0b 3a 3e", "module": "__init__", - "msecs": 196.69795036315918, + "msecs": 974.1261005401611, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.239963531494, - "thread": 140634459461376, + "relativeCreated": 5126.849174499512, + "thread": 139854713177856, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(4): be 39 3a 3e" + "(4): c2 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:19,196", - "created": 1610346619.196744, + "asctime": "2021-01-11 11:25:08,974", + "created": 1610360708.974186, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11592,16 +11592,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): be 39 3a 3e", + "message": "comm-server: RX <- (4): c2 0b 3a 3e", "module": "__init__", - "msecs": 196.74396514892578, + "msecs": 974.1859436035156, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.285978317261, - "thread": 140634459461376, + "relativeCreated": 5126.909017562866, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11609,8 +11609,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,196", - "created": 1610346619.19679, + "asctime": "2021-01-11 11:25:08,974", + "created": 1610360708.974246, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11620,14 +11620,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 196.78997993469238, + "msecs": 974.2460250854492, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.331993103027, - "thread": 140634459461376, + "relativeCreated": 5126.9690990448, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11636,8 +11636,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:19,196", - "created": 1610346619.196833, + "asctime": "2021-01-11 11:25:08,974", + "created": 1610360708.974302, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11647,23 +11647,23 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 196.83289527893066, + "msecs": 974.3020534515381, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.374908447266, - "thread": 140634459461376, + "relativeCreated": 5127.025127410889, + "thread": 139854713177856, "threadName": "Thread-7" }, { "args": [ "STP:", - "(188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 31 61 65 35 61 33 65 33 37 35 66 36 65 66 32 36 35 36 32 65 63 37 66 31 63 32 30 33 64 36 65 38 31 31 30 66 61 30 62 64 37 32 62 62 33 37 62 65 32 34 62 62 34 35 37 33 39 66 64 66 65 39 62 37 30 36 39 62 35 37 34 36 63 39 35 33 61 34 62 30 37 35 33 38 65 37 66 31 36 65 32 33 36 34 66 32 35 61 36 32 61 62 32 66 32 38 30 30 34 34 35 35 36 39 35 64 63 63 65 61 34 36 39 30 39 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 58 7d be 39" + "(188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 31 36 35 65 33 32 32 37 65 32 36 39 34 62 32 39 36 36 39 37 38 61 36 36 37 37 35 62 37 65 30 34 30 37 64 38 34 63 62 61 64 36 61 35 62 30 38 63 32 31 61 31 38 62 35 31 36 65 65 34 38 66 62 36 37 39 32 32 66 32 30 34 63 66 66 30 63 34 35 37 62 30 35 62 30 38 64 63 63 63 65 34 61 31 30 35 34 36 62 35 39 66 63 36 65 64 63 31 30 64 31 39 33 35 35 65 61 32 34 37 65 34 36 32 66 62 62 32 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 07 66 c2 0b" ], - "asctime": "2021-01-11 07:30:19,197", - "created": 1610346619.197005, + "asctime": "2021-01-11 11:25:08,974", + "created": 1610360708.974522, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11671,16 +11671,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 31 61 65 35 61 33 65 33 37 35 66 36 65 66 32 36 35 36 32 65 63 37 66 31 63 32 30 33 64 36 65 38 31 31 30 66 61 30 62 64 37 32 62 62 33 37 62 65 32 34 62 62 34 35 37 33 39 66 64 66 65 39 62 37 30 36 39 62 35 37 34 36 63 39 35 33 61 34 62 30 37 35 33 38 65 37 66 31 36 65 32 33 36 34 66 32 35 61 36 32 61 62 32 66 32 38 30 30 34 34 35 35 36 39 35 64 63 63 65 61 34 36 39 30 39 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 58 7d be 39", + "message": "STP: message identified - (188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 31 36 35 65 33 32 32 37 65 32 36 39 34 62 32 39 36 36 39 37 38 61 36 36 37 37 35 62 37 65 30 34 30 37 64 38 34 63 62 61 64 36 61 35 62 30 38 63 32 31 61 31 38 62 35 31 36 65 65 34 38 66 62 36 37 39 32 32 66 32 30 34 63 66 66 30 63 34 35 37 62 30 35 62 30 38 64 63 63 63 65 34 61 31 30 35 34 36 62 35 39 66 63 36 65 64 63 31 30 64 31 39 33 35 35 65 61 32 34 37 65 34 36 32 66 62 62 32 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 07 66 c2 0b", "module": "stp", - "msecs": 197.005033493042, + "msecs": 974.5221138000488, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.547046661377, - "thread": 140634459461376, + "relativeCreated": 5127.245187759399, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11689,10 +11689,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "u'41ae5a3e375f6ef26562ec7f1c203d6e8110fa0bd72bb37be24bb45739fdfe9b7069b5746c953a4b07538e7f16e2364f25a62ab2f28004455695dccea4690950'" + "u'165e3227e2694b2966978a66775b7e0407d84cbad6a5b08c21a18b516ee48fb67922f204cff0c457b05b08dccce4a10546b59fc6edc10d19355ea247e462fbb2'" ], - "asctime": "2021-01-11 07:30:19,197", - "created": 1610346619.197102, + "asctime": "2021-01-11 11:25:08,974", + "created": 1610360708.974671, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11700,16 +11700,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'41ae5a3e375f6ef26562ec7f1c203d6e8110fa0bd72bb37be24bb45739fdfe9b7069b5746c953a4b07538e7f16e2364f25a62ab2f28004455695dccea4690950'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'165e3227e2694b2966978a66775b7e0407d84cbad6a5b08c21a18b516ee48fb67922f204cff0c457b05b08dccce4a10546b59fc6edc10d19355ea247e462fbb2'\"", "module": "__init__", - "msecs": 197.10206985473633, + "msecs": 974.6708869934082, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.644083023071, - "thread": 140634459461376, + "relativeCreated": 5127.393960952759, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11717,8 +11717,8 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 07:30:19,197", - "created": 1610346619.197157, + "asctime": "2021-01-11 11:25:08,974", + "created": 1610360708.974759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11728,14 +11728,14 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 197.1569061279297, + "msecs": 974.7591018676758, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.698919296265, - "thread": 140634459461376, + "relativeCreated": 5127.482175827026, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11746,8 +11746,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:19,197", - "created": 1610346619.197249, + "asctime": "2021-01-11 11:25:08,974", + "created": 1610360708.974882, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11757,14 +11757,14 @@ "lineno": 445, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 197.2489356994629, + "msecs": 974.8818874359131, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5130.790948867798, - "thread": 140634459461376, + "relativeCreated": 5127.604961395264, + "thread": 139854713177856, "threadName": "Thread-7" }, { @@ -11772,8 +11772,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d" ], - "asctime": "2021-01-11 07:30:19,198", - "created": 1610346619.198329, + "asctime": "2021-01-11 11:25:08,976", + "created": 1610360708.976844, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11783,14 +11783,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d", "module": "__init__", - "msecs": 198.32897186279297, + "msecs": 976.844072341919, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5131.870985031128, - "thread": 140634451068672, + "relativeCreated": 5129.5671463012695, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11798,8 +11798,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d" ], - "asctime": "2021-01-11 07:30:19,198", - "created": 1610346619.198475, + "asctime": "2021-01-11 11:25:08,976", + "created": 1610360708.977, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -11809,14 +11809,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d", "module": "__init__", - "msecs": 198.47488403320312, + "msecs": 976.9999980926514, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.016897201538, - "thread": 140634451068672, + "relativeCreated": 5129.723072052002, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11824,8 +11824,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,198", - "created": 1610346619.198556, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977067, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11835,14 +11835,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 198.55594635009766, + "msecs": 977.0669937133789, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.097959518433, - "thread": 140634451068672, + "relativeCreated": 5129.7900676727295, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11851,8 +11851,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:19,198", - "created": 1610346619.198631, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977127, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11862,14 +11862,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 198.63104820251465, + "msecs": 977.1270751953125, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.17306137085, - "thread": 140634451068672, + "relativeCreated": 5129.850149154663, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11877,8 +11877,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,198", - "created": 1610346619.198725, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977224, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11888,14 +11888,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 198.72498512268066, + "msecs": 977.2241115570068, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.266998291016, - "thread": 140634451068672, + "relativeCreated": 5129.947185516357, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11904,8 +11904,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,198", - "created": 1610346619.198802, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.97731, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11915,14 +11915,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 198.80199432373047, + "msecs": 977.3099422454834, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.344007492065, - "thread": 140634451068672, + "relativeCreated": 5130.033016204834, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11930,8 +11930,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,198", - "created": 1610346619.19891, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977427, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11941,14 +11941,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 198.90999794006348, + "msecs": 977.4270057678223, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.452011108398, - "thread": 140634451068672, + "relativeCreated": 5130.150079727173, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11957,8 +11957,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,198", - "created": 1610346619.198986, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977511, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11968,14 +11968,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 198.98605346679688, + "msecs": 977.510929107666, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.528066635132, - "thread": 140634451068672, + "relativeCreated": 5130.234003067017, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -11983,8 +11983,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199082, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977605, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -11994,14 +11994,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 199.0818977355957, + "msecs": 977.6051044464111, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.623910903931, - "thread": 140634451068672, + "relativeCreated": 5130.328178405762, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -12010,8 +12010,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199152, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977657, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12021,14 +12021,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 199.15199279785156, + "msecs": 977.6570796966553, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.6940059661865, - "thread": 140634451068672, + "relativeCreated": 5130.380153656006, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -12036,8 +12036,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199258, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977731, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12047,14 +12047,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 199.25808906555176, + "msecs": 977.7309894561768, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.800102233887, - "thread": 140634451068672, + "relativeCreated": 5130.454063415527, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -12063,8 +12063,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199333, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977782, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12074,14 +12074,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 199.33295249938965, + "msecs": 977.7820110321045, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.874965667725, - "thread": 140634451068672, + "relativeCreated": 5130.505084991455, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -12089,8 +12089,8 @@ "comm-server:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199424, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977859, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12100,14 +12100,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 199.42402839660645, + "msecs": 977.8590202331543, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5132.966041564941, - "thread": 140634451068672, + "relativeCreated": 5130.582094192505, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -12115,8 +12115,8 @@ "comm-client:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.1995, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.977922, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12126,14 +12126,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 199.50008392333984, + "msecs": 977.9219627380371, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5133.042097091675, - "thread": 140634451068672, + "relativeCreated": 5130.645036697388, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -12141,8 +12141,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199546, + "asctime": "2021-01-11 11:25:08,977", + "created": 1610360708.97798, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12152,14 +12152,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 199.54609870910645, + "msecs": 977.9798984527588, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5133.088111877441, - "thread": 140634451068672, + "relativeCreated": 5130.702972412109, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -12168,8 +12168,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199586, + "asctime": "2021-01-11 11:25:08,978", + "created": 1610360708.978035, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12179,14 +12179,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 199.5859146118164, + "msecs": 978.0349731445312, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5133.127927780151, - "thread": 140634451068672, + "relativeCreated": 5130.758047103882, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -12194,8 +12194,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 11 d3 26 78" ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199669, + "asctime": "2021-01-11 11:25:08,978", + "created": 1610360708.978148, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -12205,14 +12205,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 11 d3 26 78", "module": "stp", - "msecs": 199.66888427734375, + "msecs": 978.1479835510254, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5133.210897445679, - "thread": 140634451068672, + "relativeCreated": 5130.871057510376, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -12223,8 +12223,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199755, + "asctime": "2021-01-11 11:25:08,978", + "created": 1610360708.978273, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12234,14 +12234,14 @@ "lineno": 445, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 199.7549533843994, + "msecs": 978.2729148864746, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5133.296966552734, - "thread": 140634451068672, + "relativeCreated": 5130.995988845825, + "thread": 139854704785152, "threadName": "Thread-8" }, { @@ -12249,8 +12249,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199806, + "asctime": "2021-01-11 11:25:08,978", + "created": 1610360708.978354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12260,22 +12260,22 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 199.80597496032715, + "msecs": 978.3539772033691, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5133.347988128662, - "thread": 140634451068672, + "relativeCreated": 5131.07705116272, + "thread": 139854704785152, "threadName": "Thread-8" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:19,199", - "created": 1610346619.199853, + "asctime": "2021-01-11 11:25:08,978", + "created": 1610360708.978428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12285,35 +12285,35 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 199.85294342041016, + "msecs": 978.4278869628906, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5133.394956588745, - "thread": 140634451068672, + "relativeCreated": 5131.150960922241, + "thread": 139854704785152, "threadName": "Thread-8" } ], - "msecs": 501.1870861053467, + "msecs": 275.6168842315674, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5434.729099273682, - "thread": 140634736203584, + "relativeCreated": 5428.339958190918, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3013341426849365 + "time_consumption": 0.29718899726867676 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:19,502", - "created": 1610346619.502449, + "asctime": "2021-01-11 11:25:09,277", + "created": 1610360709.277438, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12330,8 +12330,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:19,501", - "created": 1610346619.501972, + "asctime": "2021-01-11 11:25:09,276", + "created": 1610360709.276674, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12341,14 +12341,14 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 501.971960067749, + "msecs": 276.6740322113037, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5435.513973236084, - "thread": 140634736203584, + "relativeCreated": 5429.397106170654, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -12357,8 +12357,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:19,502", - "created": 1610346619.502237, + "asctime": "2021-01-11 11:25:09,277", + "created": 1610360709.277234, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12368,35 +12368,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 502.23708152770996, + "msecs": 277.2340774536133, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5435.779094696045, - "thread": 140634736203584, + "relativeCreated": 5429.957151412964, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 502.44903564453125, + "msecs": 277.4379253387451, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5435.991048812866, - "thread": 140634736203584, + "relativeCreated": 5430.160999298096, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00021195411682128906 + "time_consumption": 0.00020384788513183594 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:19,503", - "created": 1610346619.503334, + "asctime": "2021-01-11 11:25:09,278", + "created": 1610360709.278098, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12413,8 +12413,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:19,503", - "created": 1610346619.503009, + "asctime": "2021-01-11 11:25:09,277", + "created": 1610360709.277746, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12424,14 +12424,14 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 503.0090808868408, + "msecs": 277.74596214294434, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5436.551094055176, - "thread": 140634736203584, + "relativeCreated": 5430.469036102295, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -12440,8 +12440,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:19,503", - "created": 1610346619.503183, + "asctime": "2021-01-11 11:25:09,277", + "created": 1610360709.277916, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12451,39 +12451,39 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 503.18288803100586, + "msecs": 277.91595458984375, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5436.724901199341, - "thread": 140634736203584, + "relativeCreated": 5430.639028549194, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 503.33404541015625, + "msecs": 278.09810638427734, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5436.876058578491, - "thread": 140634736203584, + "relativeCreated": 5430.821180343628, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015115737915039062 + "time_consumption": 0.00018215179443359375 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 2.709181070327759, - "time_finished": "2021-01-11 07:30:19,503", - "time_start": "2021-01-11 07:30:16,794" + "time_consumption": 2.709778070449829, + "time_finished": "2021-01-11 11:25:09,278", + "time_start": "2021-01-11 11:25:06,568" }, "_7izDUEzYEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108684, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12494,20 +12494,20 @@ "message": "_7izDUEzYEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 108.68406295776367, + "msecs": 880.5980682373047, "msg": "_7izDUEzYEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.22607612609863, + "relativeCreated": 33.32114219665527, "testcaseLogger": [ { "args": [ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108765, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880674, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -12518,14 +12518,14 @@ "message": "Creating empty message object: {'status': None, 'service_id': None, 'data': None, 'data_id': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 108.7648868560791, + "msecs": 880.673885345459, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.30690002441406, - "thread": 140634736203584, + "relativeCreated": 33.39695930480957, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12533,8 +12533,8 @@ "args": [ "'service_id'" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108915, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880857, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12551,8 +12551,8 @@ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}", "" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108836, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880763, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12562,14 +12562,14 @@ "lineno": 22, "message": "Result (service_id is part of the message object): {'status': None, 'service_id': None, 'data': None, 'data_id': None} ()", "module": "test", - "msecs": 108.83593559265137, + "msecs": 880.763053894043, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.37794876098633, - "thread": 140634736203584, + "relativeCreated": 33.486127853393555, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -12577,8 +12577,8 @@ "service_id is part of the message object", "'service_id'" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108877, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880818, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12588,34 +12588,34 @@ "lineno": 30, "message": "Expectation (service_id is part of the message object): 'service_id' in result", "module": "test", - "msecs": 108.87694358825684, + "msecs": 880.8178901672363, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.4189567565918, - "thread": 140634736203584, + "relativeCreated": 33.540964126586914, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 108.91509056091309, + "msecs": 880.856990814209, "msg": "service_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.45710372924805, - "thread": 140634736203584, + "relativeCreated": 33.58006477355957, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 3.910064697265625e-05 }, { "args": [ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108988, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880928, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -12626,14 +12626,14 @@ "message": "Creating a maximum message object: {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 108.98804664611816, + "msecs": 880.9280395507812, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.530059814453125, - "thread": 140634736203584, + "relativeCreated": 33.651113510131836, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12641,8 +12641,8 @@ "args": [ "'service_id'" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109136, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881069, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12659,8 +12659,8 @@ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109057, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880994, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12670,14 +12670,14 @@ "lineno": 22, "message": "Result (service_id is part of the message object): {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'} ()", "module": "test", - "msecs": 109.05694961547852, + "msecs": 880.9940814971924, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.59896278381348, - "thread": 140634736203584, + "relativeCreated": 33.71715545654297, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -12685,8 +12685,8 @@ "service_id is part of the message object", "'service_id'" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109099, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881032, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12696,35 +12696,35 @@ "lineno": 30, "message": "Expectation (service_id is part of the message object): 'service_id' in result", "module": "test", - "msecs": 109.09891128540039, + "msecs": 881.0319900512695, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.64092445373535, - "thread": 140634736203584, + "relativeCreated": 33.75506401062012, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 109.13610458374023, + "msecs": 881.0689449310303, "msg": "service_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.678117752075195, - "thread": 140634736203584, + "relativeCreated": 33.79201889038086, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 3.719329833984375e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "'SID'", "" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109286, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881212, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12741,8 +12741,8 @@ "'SID'", "" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109208, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881135, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12752,14 +12752,14 @@ "lineno": 22, "message": "Result (Content in message object for service_id): 'SID' ()", "module": "test", - "msecs": 109.2081069946289, + "msecs": 881.1349868774414, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.75012016296387, - "thread": 140634736203584, + "relativeCreated": 33.85806083679199, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -12768,8 +12768,8 @@ "'SID'", "" ], - "asctime": "2021-01-11 07:30:14,109", - "created": 1610346614.109247, + "asctime": "2021-01-11 11:25:03,881", + "created": 1610360703.881173, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12779,39 +12779,39 @@ "lineno": 26, "message": "Expectation (Content in message object for service_id): result = 'SID' ()", "module": "test", - "msecs": 109.24696922302246, + "msecs": 881.1728954315186, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.78898239135742, - "thread": 140634736203584, + "relativeCreated": 33.89596939086914, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 109.28606986999512, + "msecs": 881.2119960784912, "msg": "Content in message object for service_id is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.82808303833008, - "thread": 140634736203584, + "relativeCreated": 33.9350700378418, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 3.910064697265625e-05 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0006020069122314453, - "time_finished": "2021-01-11 07:30:14,109", - "time_start": "2021-01-11 07:30:14,108" + "time_consumption": 0.0006139278411865234, + "time_finished": "2021-01-11 11:25:03,881", + "time_start": "2021-01-11 11:25:03,880" }, "_AlIUwEzZEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110166, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.882012, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -12822,20 +12822,20 @@ "message": "_AlIUwEzZEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 110.16607284545898, + "msecs": 882.011890411377, "msg": "_AlIUwEzZEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.708086013793945, + "relativeCreated": 34.73496437072754, "testcaseLogger": [ { "args": [ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.11024, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.882086, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -12846,14 +12846,14 @@ "message": "Creating empty message object: {'status': None, 'service_id': None, 'data': None, 'data_id': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 110.23998260498047, + "msecs": 882.0860385894775, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.78199577331543, - "thread": 140634736203584, + "relativeCreated": 34.809112548828125, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12861,8 +12861,8 @@ "args": [ "'data'" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110387, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.88223, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12879,8 +12879,8 @@ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}", "" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110309, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.882153, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12890,14 +12890,14 @@ "lineno": 22, "message": "Result (data is part of the message object): {'status': None, 'service_id': None, 'data': None, 'data_id': None} ()", "module": "test", - "msecs": 110.30888557434082, + "msecs": 882.1530342102051, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.85089874267578, - "thread": 140634736203584, + "relativeCreated": 34.876108169555664, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -12905,8 +12905,8 @@ "data is part of the message object", "'data'" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110349, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.882193, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12916,34 +12916,34 @@ "lineno": 30, "message": "Expectation (data is part of the message object): 'data' in result", "module": "test", - "msecs": 110.34893989562988, + "msecs": 882.1930885314941, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.890953063964844, - "thread": 140634736203584, + "relativeCreated": 34.91616249084473, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 110.38708686828613, + "msecs": 882.2300434112549, "msg": "data is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 43.929100036621094, - "thread": 140634736203584, + "relativeCreated": 34.95311737060547, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 3.814697265625e-05 + "time_consumption": 3.695487976074219e-05 }, { "args": [ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110463, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.8823, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -12954,14 +12954,14 @@ "message": "Creating a maximum message object: {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 110.46290397644043, + "msecs": 882.2999000549316, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 44.00491714477539, - "thread": 140634736203584, + "relativeCreated": 35.02297401428223, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -12969,8 +12969,8 @@ "args": [ "'data'" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110607, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.88244, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12987,8 +12987,8 @@ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110531, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.882365, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -12998,14 +12998,14 @@ "lineno": 22, "message": "Result (data is part of the message object): {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'} ()", "module": "test", - "msecs": 110.53109169006348, + "msecs": 882.3649883270264, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 44.07310485839844, - "thread": 140634736203584, + "relativeCreated": 35.08806228637695, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13013,8 +13013,8 @@ "data is part of the message object", "'data'" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.11057, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.882403, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13024,35 +13024,35 @@ "lineno": 30, "message": "Expectation (data is part of the message object): 'data' in result", "module": "test", - "msecs": 110.56995391845703, + "msecs": 882.4028968811035, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 44.11196708679199, - "thread": 140634736203584, + "relativeCreated": 35.1259708404541, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 110.60690879821777, + "msecs": 882.4400901794434, "msg": "data is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 44.148921966552734, - "thread": 140634736203584, + "relativeCreated": 35.163164138793945, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 3.695487976074219e-05 + "time_consumption": 3.719329833984375e-05 }, { "args": [ "'D'", "" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110758, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.882583, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13069,8 +13069,8 @@ "'D'", "" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110677, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.882506, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13080,14 +13080,14 @@ "lineno": 22, "message": "Result (Content in message object for data): 'D' ()", "module": "test", - "msecs": 110.67700386047363, + "msecs": 882.5058937072754, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 44.219017028808594, - "thread": 140634736203584, + "relativeCreated": 35.22896766662598, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13096,8 +13096,8 @@ "'D'", "" ], - "asctime": "2021-01-11 07:30:14,110", - "created": 1610346614.110716, + "asctime": "2021-01-11 11:25:03,882", + "created": 1610360703.882545, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -13107,39 +13107,39 @@ "lineno": 26, "message": "Expectation (Content in message object for data): result = 'D' ()", "module": "test", - "msecs": 110.71610450744629, + "msecs": 882.544994354248, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 44.25811767578125, - "thread": 140634736203584, + "relativeCreated": 35.26806831359863, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 110.75806617736816, + "msecs": 882.5829029083252, "msg": "Content in message object for data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 44.300079345703125, - "thread": 140634736203584, + "relativeCreated": 35.30597686767578, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 4.1961669921875e-05 + "time_consumption": 3.790855407714844e-05 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0005919933319091797, - "time_finished": "2021-01-11 07:30:14,110", - "time_start": "2021-01-11 07:30:14,110" + "time_consumption": 0.0005710124969482422, + "time_finished": "2021-01-11 11:25:03,882", + "time_start": "2021-01-11 11:25:03,882" }, "_CZeooE0YEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:21,480", - "created": 1610346621.480687, + "asctime": "2021-01-11 11:25:11,256", + "created": 1610360711.256768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13150,18 +13150,18 @@ "message": "_CZeooE0YEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 480.68690299987793, + "msecs": 256.76798820495605, "msg": "_CZeooE0YEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7414.228916168213, + "relativeCreated": 7409.491062164307, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:21,490", - "created": 1610346621.49019, + "asctime": "2021-01-11 11:25:11,266", + "created": 1610360711.266061, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -13176,8 +13176,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:21,481", - "created": 1610346621.48184, + "asctime": "2021-01-11 11:25:11,258", + "created": 1610360711.258123, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13187,22 +13187,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 481.8398952484131, + "msecs": 258.12292098999023, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7415.381908416748, - "thread": 140634736203584, + "relativeCreated": 7410.845994949341, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:21,483", - "created": 1610346621.483743, + "asctime": "2021-01-11 11:25:11,259", + "created": 1610360711.259795, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13212,22 +13212,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 483.74295234680176, + "msecs": 259.7949504852295, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7417.284965515137, - "thread": 140634736203584, + "relativeCreated": 7412.51802444458, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:21,484", - "created": 1610346621.484094, + "asctime": "2021-01-11 11:25:11,260", + "created": 1610360711.260069, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13237,22 +13237,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 484.09390449523926, + "msecs": 260.0688934326172, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7417.635917663574, - "thread": 140634736203584, + "relativeCreated": 7412.791967391968, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:21,484", - "created": 1610346621.484558, + "asctime": "2021-01-11 11:25:11,260", + "created": 1610360711.260532, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13262,14 +13262,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 484.55810546875, + "msecs": 260.5319023132324, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7418.100118637085, - "thread": 140634736203584, + "relativeCreated": 7413.254976272583, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13278,8 +13278,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:21,484", - "created": 1610346621.484781, + "asctime": "2021-01-11 11:25:11,260", + "created": 1610360711.260787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13289,14 +13289,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 484.78102684020996, + "msecs": 260.7870101928711, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7418.323040008545, - "thread": 140634736203584, + "relativeCreated": 7413.510084152222, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13304,8 +13304,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:21,485", - "created": 1610346621.485066, + "asctime": "2021-01-11 11:25:11,261", + "created": 1610360711.261183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13315,14 +13315,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 485.0659370422363, + "msecs": 261.1830234527588, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7418.607950210571, - "thread": 140634736203584, + "relativeCreated": 7413.906097412109, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13330,8 +13330,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:21,485", - "created": 1610346621.485285, + "asctime": "2021-01-11 11:25:11,261", + "created": 1610360711.261493, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13341,14 +13341,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 485.28504371643066, + "msecs": 261.4929676055908, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7418.827056884766, - "thread": 140634736203584, + "relativeCreated": 7414.216041564941, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13356,8 +13356,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:21,485", - "created": 1610346621.485592, + "asctime": "2021-01-11 11:25:11,261", + "created": 1610360711.261741, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13367,14 +13367,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 485.5918884277344, + "msecs": 261.74092292785645, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7419.133901596069, - "thread": 140634736203584, + "relativeCreated": 7414.463996887207, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13382,8 +13382,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:21,485", - "created": 1610346621.485868, + "asctime": "2021-01-11 11:25:11,261", + "created": 1610360711.26198, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13393,14 +13393,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 485.867977142334, + "msecs": 261.9800567626953, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7419.409990310669, - "thread": 140634736203584, + "relativeCreated": 7414.703130722046, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13410,8 +13410,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:21,486", - "created": 1610346621.486147, + "asctime": "2021-01-11 11:25:11,262", + "created": 1610360711.262306, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13421,14 +13421,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 486.1469268798828, + "msecs": 262.30597496032715, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7419.688940048218, - "thread": 140634736203584, + "relativeCreated": 7415.029048919678, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13438,8 +13438,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:21,486", - "created": 1610346621.486424, + "asctime": "2021-01-11 11:25:11,262", + "created": 1610360711.262617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13449,14 +13449,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 486.4239692687988, + "msecs": 262.6171112060547, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7419.965982437134, - "thread": 140634736203584, + "relativeCreated": 7415.340185165405, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13466,8 +13466,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:21,486", - "created": 1610346621.48668, + "asctime": "2021-01-11 11:25:11,262", + "created": 1610360711.262806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13477,14 +13477,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 486.6800308227539, + "msecs": 262.8059387207031, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7420.222043991089, - "thread": 140634736203584, + "relativeCreated": 7415.529012680054, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13494,8 +13494,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:21,486", - "created": 1610346621.486941, + "asctime": "2021-01-11 11:25:11,262", + "created": 1610360711.262992, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13505,22 +13505,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 486.9410991668701, + "msecs": 262.99190521240234, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7420.483112335205, - "thread": 140634736203584, + "relativeCreated": 7415.714979171753, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:21,487", - "created": 1610346621.487165, + "asctime": "2021-01-11 11:25:11,263", + "created": 1610360711.263163, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13530,14 +13530,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 487.1649742126465, + "msecs": 263.16308975219727, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7420.706987380981, - "thread": 140634736203584, + "relativeCreated": 7415.886163711548, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13546,8 +13546,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:21,487", - "created": 1610346621.487435, + "asctime": "2021-01-11 11:25:11,263", + "created": 1610360711.263366, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13557,14 +13557,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 487.43510246276855, + "msecs": 263.3659839630127, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7420.9771156311035, - "thread": 140634736203584, + "relativeCreated": 7416.089057922363, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13572,8 +13572,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:21,487", - "created": 1610346621.487833, + "asctime": "2021-01-11 11:25:11,263", + "created": 1610360711.263556, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13583,14 +13583,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 487.83302307128906, + "msecs": 263.55600357055664, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7421.375036239624, - "thread": 140634736203584, + "relativeCreated": 7416.279077529907, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13598,8 +13598,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:21,487", - "created": 1610346621.48793, + "asctime": "2021-01-11 11:25:11,263", + "created": 1610360711.26372, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13609,14 +13609,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 487.9300594329834, + "msecs": 263.7200355529785, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7421.472072601318, - "thread": 140634736203584, + "relativeCreated": 7416.443109512329, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13626,8 +13626,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:21,488", - "created": 1610346621.488024, + "asctime": "2021-01-11 11:25:11,263", + "created": 1610360711.263903, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13637,14 +13637,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 488.0239963531494, + "msecs": 263.9029026031494, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7421.566009521484, - "thread": 140634736203584, + "relativeCreated": 7416.6259765625, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13654,8 +13654,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:21,488", - "created": 1610346621.488095, + "asctime": "2021-01-11 11:25:11,264", + "created": 1610360711.264081, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13665,14 +13665,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 488.0950450897217, + "msecs": 264.0810012817383, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7421.637058258057, - "thread": 140634736203584, + "relativeCreated": 7416.804075241089, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13681,8 +13681,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:21,488", - "created": 1610346621.488224, + "asctime": "2021-01-11 11:25:11,264", + "created": 1610360711.264258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13692,14 +13692,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 488.2240295410156, + "msecs": 264.25790786743164, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7421.766042709351, - "thread": 140634736203584, + "relativeCreated": 7416.980981826782, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13708,8 +13708,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:21,488", - "created": 1610346621.488351, + "asctime": "2021-01-11 11:25:11,264", + "created": 1610360711.264428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13719,14 +13719,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 488.35110664367676, + "msecs": 264.42790031433105, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7421.893119812012, - "thread": 140634736203584, + "relativeCreated": 7417.150974273682, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13735,8 +13735,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:21,488", - "created": 1610346621.488484, + "asctime": "2021-01-11 11:25:11,264", + "created": 1610360711.264626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13746,22 +13746,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 488.4839057922363, + "msecs": 264.62602615356445, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7422.025918960571, - "thread": 140634736203584, + "relativeCreated": 7417.349100112915, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:21,488", - "created": 1610346621.488565, + "asctime": "2021-01-11 11:25:11,264", + "created": 1610360711.264814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13771,22 +13771,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 488.56496810913086, + "msecs": 264.8138999938965, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7422.106981277466, - "thread": 140634736203584, + "relativeCreated": 7417.536973953247, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:21,488", - "created": 1610346621.48879, + "asctime": "2021-01-11 11:25:11,264", + "created": 1610360711.264945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13796,14 +13796,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 488.79003524780273, + "msecs": 264.94503021240234, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7422.332048416138, - "thread": 140634736203584, + "relativeCreated": 7417.668104171753, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13812,8 +13812,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:21,488", - "created": 1610346621.488894, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13823,14 +13823,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 488.893985748291, + "msecs": 265.00511169433594, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7422.435998916626, - "thread": 140634736203584, + "relativeCreated": 7417.7281856536865, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13838,8 +13838,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489073, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265079, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13849,14 +13849,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 489.0730381011963, + "msecs": 265.0790214538574, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7422.615051269531, - "thread": 140634736203584, + "relativeCreated": 7417.802095413208, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13864,8 +13864,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.48914, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13875,14 +13875,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 489.1400337219238, + "msecs": 265.13195037841797, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7422.682046890259, - "thread": 140634736203584, + "relativeCreated": 7417.855024337769, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13890,8 +13890,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489207, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265182, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13901,14 +13901,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 489.20702934265137, + "msecs": 265.1820182800293, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7422.749042510986, - "thread": 140634736203584, + "relativeCreated": 7417.90509223938, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13916,8 +13916,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489277, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265233, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13927,14 +13927,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 489.2768859863281, + "msecs": 265.23303985595703, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7422.818899154663, - "thread": 140634736203584, + "relativeCreated": 7417.956113815308, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13944,8 +13944,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489334, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265285, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13955,14 +13955,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 489.3341064453125, + "msecs": 265.2850151062012, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7422.8761196136475, - "thread": 140634736203584, + "relativeCreated": 7418.008089065552, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -13972,8 +13972,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489392, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.26534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -13983,14 +13983,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 489.3920421600342, + "msecs": 265.34008979797363, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7422.934055328369, - "thread": 140634736203584, + "relativeCreated": 7418.063163757324, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14000,8 +14000,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489473, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265397, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14011,14 +14011,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 489.4731044769287, + "msecs": 265.3970718383789, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.015117645264, - "thread": 140634736203584, + "relativeCreated": 7418.1201457977295, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14028,8 +14028,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489522, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14039,22 +14039,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 489.52198028564453, + "msecs": 265.4550075531006, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.0639934539795, - "thread": 140634736203584, + "relativeCreated": 7418.178081512451, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489565, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265503, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14064,14 +14064,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 489.5648956298828, + "msecs": 265.5029296875, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.106908798218, - "thread": 140634736203584, + "relativeCreated": 7418.226003646851, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14080,8 +14080,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489614, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265559, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14091,14 +14091,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 489.61400985717773, + "msecs": 265.55895805358887, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.156023025513, - "thread": 140634736203584, + "relativeCreated": 7418.282032012939, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14106,8 +14106,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489661, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14117,14 +14117,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 489.66097831726074, + "msecs": 265.61498641967773, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.202991485596, - "thread": 140634736203584, + "relativeCreated": 7418.338060379028, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14132,8 +14132,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489708, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265672, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14143,14 +14143,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 489.70794677734375, + "msecs": 265.671968460083, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.249959945679, - "thread": 140634736203584, + "relativeCreated": 7418.395042419434, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14160,8 +14160,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489752, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14171,14 +14171,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 489.75205421447754, + "msecs": 265.72299003601074, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.2940673828125, - "thread": 140634736203584, + "relativeCreated": 7418.446063995361, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14188,8 +14188,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489798, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265771, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14199,14 +14199,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 489.79806900024414, + "msecs": 265.77091217041016, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.340082168579, - "thread": 140634736203584, + "relativeCreated": 7418.493986129761, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14215,8 +14215,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489842, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265818, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14226,14 +14226,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 489.8419380187988, + "msecs": 265.81811904907227, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.383951187134, - "thread": 140634736203584, + "relativeCreated": 7418.541193008423, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14242,8 +14242,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:21,489", - "created": 1610346621.489971, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14253,14 +14253,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 489.9709224700928, + "msecs": 265.8660411834717, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.512935638428, - "thread": 140634736203584, + "relativeCreated": 7418.589115142822, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14269,8 +14269,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:21,490", - "created": 1610346621.490043, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265929, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14280,22 +14280,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 490.04292488098145, + "msecs": 265.9289836883545, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.584938049316, - "thread": 140634736203584, + "relativeCreated": 7418.652057647705, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:21,490", - "created": 1610346621.490115, + "asctime": "2021-01-11 11:25:11,265", + "created": 1610360711.265993, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14305,32 +14305,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 490.1149272918701, + "msecs": 265.9931182861328, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.656940460205, - "thread": 140634736203584, + "relativeCreated": 7418.716192245483, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 490.1900291442871, + "msecs": 266.06106758117676, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.732042312622, - "thread": 140634736203584, + "relativeCreated": 7418.784141540527, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 7.510185241699219e-05 + "time_consumption": 6.794929504394531e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:21,834", - "created": 1610346621.834482, + "asctime": "2021-01-11 11:25:11,609", + "created": 1610360711.609871, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -14345,8 +14345,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:21,490", - "created": 1610346621.49032, + "asctime": "2021-01-11 11:25:11,266", + "created": 1610360711.266205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14356,22 +14356,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 490.31996726989746, + "msecs": 266.2050724029541, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.861980438232, - "thread": 140634736203584, + "relativeCreated": 7418.928146362305, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:21,490", - "created": 1610346621.490441, + "asctime": "2021-01-11 11:25:11,266", + "created": 1610360711.266274, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14381,22 +14381,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 490.44108390808105, + "msecs": 266.27397537231445, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7423.983097076416, - "thread": 140634736203584, + "relativeCreated": 7418.997049331665, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:21,490", - "created": 1610346621.490553, + "asctime": "2021-01-11 11:25:11,266", + "created": 1610360711.266344, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14406,14 +14406,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 490.5529022216797, + "msecs": 266.3440704345703, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7424.094915390015, - "thread": 140634736203584, + "relativeCreated": 7419.067144393921, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14424,8 +14424,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:21,490", - "created": 1610346621.490731, + "asctime": "2021-01-11 11:25:11,266", + "created": 1610360711.266463, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14435,22 +14435,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 490.73100090026855, + "msecs": 266.463041305542, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7424.2730140686035, - "thread": 140634736203584, + "relativeCreated": 7419.186115264893, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:21,490", - "created": 1610346621.490962, + "asctime": "2021-01-11 11:25:11,266", + "created": 1610360711.266615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14460,22 +14460,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 490.96202850341797, + "msecs": 266.6149139404297, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7424.504041671753, - "thread": 140634736203584, + "relativeCreated": 7419.33798789978, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:21,491", - "created": 1610346621.491042, + "asctime": "2021-01-11 11:25:11,266", + "created": 1610360711.26667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14485,22 +14485,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 491.041898727417, + "msecs": 266.66998863220215, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7424.583911895752, - "thread": 140634736203584, + "relativeCreated": 7419.393062591553, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:21,491", - "created": 1610346621.491165, + "asctime": "2021-01-11 11:25:11,266", + "created": 1610360711.266731, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14510,14 +14510,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 491.1649227142334, + "msecs": 266.73102378845215, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7424.706935882568, - "thread": 140634736203584, + "relativeCreated": 7419.454097747803, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -14525,8 +14525,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:21,491", - "created": 1610346621.491855, + "asctime": "2021-01-11 11:25:11,274", + "created": 1610360711.274562, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14536,14 +14536,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 491.8549060821533, + "msecs": 274.56188201904297, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7425.396919250488, - "thread": 140634425890560, + "relativeCreated": 7427.284955978394, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14551,8 +14551,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492031, + "asctime": "2021-01-11 11:25:11,274", + "created": 1610360711.27471, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14562,14 +14562,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 492.0310974121094, + "msecs": 274.70993995666504, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7425.573110580444, - "thread": 140634425890560, + "relativeCreated": 7427.433013916016, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14577,8 +14577,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492112, + "asctime": "2021-01-11 11:25:11,274", + "created": 1610360711.274774, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14588,14 +14588,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 492.1119213104248, + "msecs": 274.77407455444336, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7425.65393447876, - "thread": 140634425890560, + "relativeCreated": 7427.497148513794, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14604,8 +14604,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492186, + "asctime": "2021-01-11 11:25:11,274", + "created": 1610360711.274829, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14615,14 +14615,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 492.1860694885254, + "msecs": 274.8289108276367, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7425.72808265686, - "thread": 140634425890560, + "relativeCreated": 7427.551984786987, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14630,8 +14630,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492287, + "asctime": "2021-01-11 11:25:11,274", + "created": 1610360711.274899, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14641,14 +14641,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.28692054748535, + "msecs": 274.8990058898926, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7425.82893371582, - "thread": 140634425890560, + "relativeCreated": 7427.622079849243, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14657,8 +14657,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492345, + "asctime": "2021-01-11 11:25:11,274", + "created": 1610360711.274956, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14668,14 +14668,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 492.34509468078613, + "msecs": 274.95598793029785, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7425.887107849121, - "thread": 140634425890560, + "relativeCreated": 7427.679061889648, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14683,8 +14683,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492415, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275027, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14694,14 +14694,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.4149513244629, + "msecs": 275.0270366668701, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7425.956964492798, - "thread": 140634425890560, + "relativeCreated": 7427.750110626221, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14710,8 +14710,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492462, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275076, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14721,14 +14721,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 492.4619197845459, + "msecs": 275.07591247558594, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.003932952881, - "thread": 140634425890560, + "relativeCreated": 7427.7989864349365, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14736,8 +14736,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.49252, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275135, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14747,14 +14747,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.5200939178467, + "msecs": 275.1350402832031, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.062107086182, - "thread": 140634425890560, + "relativeCreated": 7427.858114242554, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14763,8 +14763,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492565, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275181, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14774,14 +14774,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 492.5649166107178, + "msecs": 275.1810550689697, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.106929779053, - "thread": 140634425890560, + "relativeCreated": 7427.90412902832, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14789,8 +14789,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492629, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275247, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14800,14 +14800,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.6290512084961, + "msecs": 275.24709701538086, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.171064376831, - "thread": 140634425890560, + "relativeCreated": 7427.970170974731, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14816,8 +14816,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492677, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275296, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14827,14 +14827,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 492.6769733428955, + "msecs": 275.2959728240967, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.2189865112305, - "thread": 140634425890560, + "relativeCreated": 7428.019046783447, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14842,8 +14842,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492747, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275369, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14853,14 +14853,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 492.74706840515137, + "msecs": 275.36892890930176, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.289081573486, - "thread": 140634425890560, + "relativeCreated": 7428.092002868652, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14868,8 +14868,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492802, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14879,14 +14879,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 492.8019046783447, + "msecs": 275.42591094970703, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.34391784668, - "thread": 140634425890560, + "relativeCreated": 7428.148984909058, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14894,8 +14894,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492853, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.27548, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14905,14 +14905,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.85292625427246, + "msecs": 275.4800319671631, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.394939422607, - "thread": 140634425890560, + "relativeCreated": 7428.203105926514, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14921,8 +14921,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:21,492", - "created": 1610346621.492902, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.27553, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14932,14 +14932,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 492.9020404815674, + "msecs": 275.5300998687744, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.444053649902, - "thread": 140634425890560, + "relativeCreated": 7428.253173828125, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14947,8 +14947,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:21,493", - "created": 1610346621.493003, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275632, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -14958,14 +14958,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 493.00289154052734, + "msecs": 275.6319046020508, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.544904708862, - "thread": 140634425890560, + "relativeCreated": 7428.354978561401, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -14976,8 +14976,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:21,493", - "created": 1610346621.493123, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275755, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -14987,14 +14987,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 493.12305450439453, + "msecs": 275.7549285888672, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.6650676727295, - "thread": 140634425890560, + "relativeCreated": 7428.478002548218, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -15002,8 +15002,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:21,493", - "created": 1610346621.493186, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275822, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15013,14 +15013,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 493.18599700927734, + "msecs": 275.8219242095947, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.728010177612, - "thread": 140634425890560, + "relativeCreated": 7428.544998168945, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -15031,8 +15031,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:21,493", - "created": 1610346621.493267, + "asctime": "2021-01-11 11:25:11,275", + "created": 1610360711.275913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15042,14 +15042,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 493.2670593261719, + "msecs": 275.9130001068115, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7426.809072494507, - "thread": 140634425890560, + "relativeCreated": 7428.636074066162, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -15057,8 +15057,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:21,500", - "created": 1610346621.500399, + "asctime": "2021-01-11 11:25:11,277", + "created": 1610360711.277026, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15068,14 +15068,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 500.399112701416, + "msecs": 277.0259380340576, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7433.941125869751, - "thread": 140633872267008, + "relativeCreated": 7429.749011993408, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15083,8 +15083,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:21,500", - "created": 1610346621.500535, + "asctime": "2021-01-11 11:25:11,277", + "created": 1610360711.277274, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15094,14 +15094,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 500.5350112915039, + "msecs": 277.27389335632324, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.077024459839, - "thread": 140633872267008, + "relativeCreated": 7429.996967315674, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15109,8 +15109,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,500", - "created": 1610346621.500601, + "asctime": "2021-01-11 11:25:11,277", + "created": 1610360711.277368, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15120,14 +15120,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 500.60105323791504, + "msecs": 277.36806869506836, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.14306640625, - "thread": 140633872267008, + "relativeCreated": 7430.091142654419, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15136,8 +15136,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:21,500", - "created": 1610346621.500685, + "asctime": "2021-01-11 11:25:11,277", + "created": 1610360711.27745, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15147,14 +15147,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 500.6849765777588, + "msecs": 277.4500846862793, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.226989746094, - "thread": 140633872267008, + "relativeCreated": 7430.17315864563, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15162,8 +15162,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,500", - "created": 1610346621.500779, + "asctime": "2021-01-11 11:25:11,277", + "created": 1610360711.27755, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15173,14 +15173,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 500.7789134979248, + "msecs": 277.54998207092285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.32092666626, - "thread": 140633872267008, + "relativeCreated": 7430.273056030273, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15189,8 +15189,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,500", - "created": 1610346621.500851, + "asctime": "2021-01-11 11:25:11,277", + "created": 1610360711.277629, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15200,14 +15200,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 500.8509159088135, + "msecs": 277.62889862060547, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.392929077148, - "thread": 140633872267008, + "relativeCreated": 7430.351972579956, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15215,8 +15215,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,500", - "created": 1610346621.500958, + "asctime": "2021-01-11 11:25:11,277", + "created": 1610360711.277742, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15226,14 +15226,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 500.9579658508301, + "msecs": 277.7419090270996, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.499979019165, - "thread": 140633872267008, + "relativeCreated": 7430.46498298645, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15242,8 +15242,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,501", - "created": 1610346621.501035, + "asctime": "2021-01-11 11:25:11,277", + "created": 1610360711.277824, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15253,14 +15253,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 501.0349750518799, + "msecs": 277.82392501831055, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.576988220215, - "thread": 140633872267008, + "relativeCreated": 7430.546998977661, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15268,8 +15268,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,501", - "created": 1610346621.501132, + "asctime": "2021-01-11 11:25:11,277", + "created": 1610360711.27792, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15279,14 +15279,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 501.1320114135742, + "msecs": 277.9200077056885, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.674024581909, - "thread": 140633872267008, + "relativeCreated": 7430.643081665039, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15295,8 +15295,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,501", - "created": 1610346621.501204, + "asctime": "2021-01-11 11:25:11,277", + "created": 1610360711.277998, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15306,14 +15306,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 501.2040138244629, + "msecs": 277.9979705810547, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.746026992798, - "thread": 140633872267008, + "relativeCreated": 7430.721044540405, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15321,8 +15321,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,501", - "created": 1610346621.501308, + "asctime": "2021-01-11 11:25:11,278", + "created": 1610360711.278103, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15332,14 +15332,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 501.3079643249512, + "msecs": 278.1031131744385, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.849977493286, - "thread": 140633872267008, + "relativeCreated": 7430.826187133789, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15348,8 +15348,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,501", - "created": 1610346621.501379, + "asctime": "2021-01-11 11:25:11,278", + "created": 1610360711.278183, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15359,14 +15359,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 501.37901306152344, + "msecs": 278.1829833984375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7434.921026229858, - "thread": 140633872267008, + "relativeCreated": 7430.906057357788, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15374,8 +15374,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:21,501", - "created": 1610346621.501516, + "asctime": "2021-01-11 11:25:11,278", + "created": 1610360711.2783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15385,14 +15385,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 501.51610374450684, + "msecs": 278.30004692077637, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7435.058116912842, - "thread": 140633872267008, + "relativeCreated": 7431.023120880127, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15400,8 +15400,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:21,501", - "created": 1610346621.50161, + "asctime": "2021-01-11 11:25:11,278", + "created": 1610360711.278393, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15411,14 +15411,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 501.61004066467285, + "msecs": 278.393030166626, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7435.152053833008, - "thread": 140633872267008, + "relativeCreated": 7431.116104125977, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15426,8 +15426,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,501", - "created": 1610346621.501699, + "asctime": "2021-01-11 11:25:11,278", + "created": 1610360711.278481, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15437,14 +15437,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 501.69897079467773, + "msecs": 278.48100662231445, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7435.240983963013, - "thread": 140633872267008, + "relativeCreated": 7431.204080581665, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15453,8 +15453,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:21,501", - "created": 1610346621.501777, + "asctime": "2021-01-11 11:25:11,278", + "created": 1610360711.278563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15464,14 +15464,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 501.77693367004395, + "msecs": 278.5630226135254, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7435.318946838379, - "thread": 140633872267008, + "relativeCreated": 7431.286096572876, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15479,8 +15479,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:21,501", - "created": 1610346621.501932, + "asctime": "2021-01-11 11:25:11,278", + "created": 1610360711.278722, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -15490,14 +15490,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 501.93190574645996, + "msecs": 278.72204780578613, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7435.473918914795, - "thread": 140633872267008, + "relativeCreated": 7431.445121765137, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15508,8 +15508,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:21,502", - "created": 1610346621.502125, + "asctime": "2021-01-11 11:25:11,278", + "created": 1610360711.278924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15519,14 +15519,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 502.1250247955322, + "msecs": 278.92398834228516, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7435.667037963867, - "thread": 140633872267008, + "relativeCreated": 7431.647062301636, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -15534,8 +15534,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:21,502", - "created": 1610346621.502214, + "asctime": "2021-01-11 11:25:11,279", + "created": 1610360711.279072, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15545,32 +15545,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 502.2139549255371, + "msecs": 279.0720462799072, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7435.755968093872, - "thread": 140633872267008, + "relativeCreated": 7431.795120239258, + "thread": 139854193092352, "threadName": "Thread-12" } ], - "msecs": 834.481954574585, + "msecs": 609.8709106445312, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7768.02396774292, - "thread": 140634736203584, + "relativeCreated": 7762.593984603882, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.33226799964904785 + "time_consumption": 0.330798864364624 }, { "args": [], - "asctime": "2021-01-11 07:30:21,835", - "created": 1610346621.835468, + "asctime": "2021-01-11 11:25:11,610", + "created": 1610360711.610423, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -15581,21 +15581,21 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 835.468053817749, + "msecs": 610.4230880737305, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7769.010066986084, - "thread": 140634736203584, + "relativeCreated": 7763.146162033081, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:22,137", - "created": 1610346622.137686, + "asctime": "2021-01-11 11:25:11,912", + "created": 1610360711.912242, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -15613,8 +15613,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:21,836", - "created": 1610346621.836027, + "asctime": "2021-01-11 11:25:11,610", + "created": 1610360711.610793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15624,14 +15624,14 @@ "lineno": 736, "message": "prot-client: Authentification is required. TX-Message service: 17, data_id: 34, status: okay, data: 'msg1_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 836.0269069671631, + "msecs": 610.7931137084961, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7769.568920135498, - "thread": 140634736203584, + "relativeCreated": 7763.516187667847, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -15641,8 +15641,8 @@ "17", "34" ], - "asctime": "2021-01-11 07:30:22,137", - "created": 1610346622.137295, + "asctime": "2021-01-11 11:25:11,911", + "created": 1610360711.911897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15652,35 +15652,35 @@ "lineno": 668, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 137.29500770568848, + "msecs": 911.8969440460205, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8070.837020874023, - "thread": 140634736203584, + "relativeCreated": 8064.620018005371, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 137.68601417541504, + "msecs": 912.2419357299805, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8071.22802734375, - "thread": 140634736203584, + "relativeCreated": 8064.965009689331, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0003910064697265625 + "time_consumption": 0.00034499168395996094 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:22,138", - "created": 1610346622.138416, + "asctime": "2021-01-11 11:25:11,913", + "created": 1610360711.913279, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15697,8 +15697,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:22,138", - "created": 1610346622.138058, + "asctime": "2021-01-11 11:25:11,912", + "created": 1610360711.91266, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15708,14 +15708,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): False ()", "module": "test", - "msecs": 138.05794715881348, + "msecs": 912.6598834991455, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8071.599960327148, - "thread": 140634736203584, + "relativeCreated": 8065.382957458496, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -15724,8 +15724,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:22,138", - "created": 1610346622.138245, + "asctime": "2021-01-11 11:25:11,912", + "created": 1610360711.912898, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15735,35 +15735,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = False ()", "module": "test", - "msecs": 138.2451057434082, + "msecs": 912.898063659668, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8071.787118911743, - "thread": 140634736203584, + "relativeCreated": 8065.621137619019, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 138.41605186462402, + "msecs": 913.2790565490723, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8071.958065032959, - "thread": 140634736203584, + "relativeCreated": 8066.002130508423, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001709461212158203 + "time_consumption": 0.0003809928894042969 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:22,139", - "created": 1610346622.139127, + "asctime": "2021-01-11 11:25:11,914", + "created": 1610360711.914055, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15780,8 +15780,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:22,138", - "created": 1610346622.138686, + "asctime": "2021-01-11 11:25:11,913", + "created": 1610360711.913678, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15791,14 +15791,14 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 138.685941696167, + "msecs": 913.6779308319092, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8072.227954864502, - "thread": 140634736203584, + "relativeCreated": 8066.40100479126, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -15807,8 +15807,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:22,138", - "created": 1610346622.138959, + "asctime": "2021-01-11 11:25:11,913", + "created": 1610360711.913878, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15818,32 +15818,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 138.95893096923828, + "msecs": 913.8779640197754, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8072.500944137573, - "thread": 140634736203584, + "relativeCreated": 8066.601037979126, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 139.12701606750488, + "msecs": 914.0551090240479, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8072.66902923584, - "thread": 140634736203584, + "relativeCreated": 8066.778182983398, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00016808509826660156 + "time_consumption": 0.00017714500427246094 }, { "args": [], - "asctime": "2021-01-11 07:30:22,441", - "created": 1610346622.441026, + "asctime": "2021-01-11 11:25:12,216", + "created": 1610360712.216084, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -15861,8 +15861,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:22,139", - "created": 1610346622.139461, + "asctime": "2021-01-11 11:25:11,914", + "created": 1610360711.914496, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15872,14 +15872,14 @@ "lineno": 736, "message": "prot-server: Authentification is required. TX-Message service: 17, data_id: 35, status: service or data unknown, data: 'msg2_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 139.46104049682617, + "msecs": 914.4959449768066, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8073.003053665161, - "thread": 140634736203584, + "relativeCreated": 8067.219018936157, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -15889,8 +15889,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:22,440", - "created": 1610346622.440613, + "asctime": "2021-01-11 11:25:12,215", + "created": 1610360712.215678, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -15900,35 +15900,35 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 440.6130313873291, + "msecs": 215.67797660827637, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8374.155044555664, - "thread": 140634736203584, + "relativeCreated": 8368.401050567627, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 441.025972366333, + "msecs": 216.08400344848633, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8374.567985534668, - "thread": 140634736203584, + "relativeCreated": 8368.807077407837, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00041294097900390625 + "time_consumption": 0.00040602684020996094 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:22,441", - "created": 1610346622.441798, + "asctime": "2021-01-11 11:25:12,217", + "created": 1610360712.217346, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15945,8 +15945,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:22,441", - "created": 1610346622.44139, + "asctime": "2021-01-11 11:25:12,216", + "created": 1610360712.216549, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15956,14 +15956,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 441.3900375366211, + "msecs": 216.54891967773438, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8374.932050704956, - "thread": 140634736203584, + "relativeCreated": 8369.271993637085, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -15972,8 +15972,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:22,441", - "created": 1610346622.441623, + "asctime": "2021-01-11 11:25:12,216", + "created": 1610360712.216832, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -15983,35 +15983,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 441.6229724884033, + "msecs": 216.83192253112793, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8375.164985656738, - "thread": 140634736203584, + "relativeCreated": 8369.554996490479, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 441.79797172546387, + "msecs": 217.3459529876709, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8375.339984893799, - "thread": 140634736203584, + "relativeCreated": 8370.069026947021, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00017499923706054688 + "time_consumption": 0.0005140304565429688 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:22,442", - "created": 1610346622.442548, + "asctime": "2021-01-11 11:25:12,218", + "created": 1610360712.218252, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16028,8 +16028,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:22,442", - "created": 1610346622.442135, + "asctime": "2021-01-11 11:25:12,217", + "created": 1610360712.217779, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16039,14 +16039,14 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 442.1350955963135, + "msecs": 217.77892112731934, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8375.677108764648, - "thread": 140634736203584, + "relativeCreated": 8370.50199508667, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -16055,8 +16055,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:22,442", - "created": 1610346622.442326, + "asctime": "2021-01-11 11:25:12,218", + "created": 1610360712.218014, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16066,35 +16066,35 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 442.3260688781738, + "msecs": 218.01400184631348, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8375.868082046509, - "thread": 140634736203584, + "relativeCreated": 8370.737075805664, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 442.5480365753174, + "msecs": 218.25194358825684, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8376.090049743652, - "thread": 140634736203584, + "relativeCreated": 8370.975017547607, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002219676971435547 + "time_consumption": 0.00023794174194335938 }, { "args": [ 17, 34 ], - "asctime": "2021-01-11 07:30:22,443", - "created": 1610346622.443257, + "asctime": "2021-01-11 11:25:12,218", + "created": 1610360712.218986, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -16110,8 +16110,8 @@ "prot-client:", "service: 17, data_id: 34" ], - "asctime": "2021-01-11 07:30:22,443", - "created": 1610346622.443074, + "asctime": "2021-01-11 11:25:12,218", + "created": 1610360712.218691, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16121,32 +16121,32 @@ "lineno": 556, "message": "prot-client: Adding Message (service: 17, data_id: 34) to the authentification whitelist", "module": "__init__", - "msecs": 443.07398796081543, + "msecs": 218.6911106109619, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8376.61600112915, - "thread": 140634736203584, + "relativeCreated": 8371.414184570312, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 443.25709342956543, + "msecs": 218.98603439331055, "msg": "Added msg1 to client whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8376.7991065979, - "thread": 140634736203584, + "relativeCreated": 8371.709108352661, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00018310546875 + "time_consumption": 0.0002949237823486328 }, { "args": [], - "asctime": "2021-01-11 07:30:22,745", - "created": 1610346622.745616, + "asctime": "2021-01-11 11:25:12,521", + "created": 1610360712.521273, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -16165,8 +16165,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:22,443", - "created": 1610346622.443627, + "asctime": "2021-01-11 11:25:12,219", + "created": 1610360712.219361, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16176,14 +16176,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 443.62711906433105, + "msecs": 219.3610668182373, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8377.169132232666, - "thread": 140634736203584, + "relativeCreated": 8372.084140777588, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -16191,8 +16191,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:22,460", - "created": 1610346622.460415, + "asctime": "2021-01-11 11:25:12,243", + "created": 1610360712.243092, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16202,14 +16202,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 460.4148864746094, + "msecs": 243.09206008911133, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8393.956899642944, - "thread": 140634425890560, + "relativeCreated": 8395.815134048462, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16217,8 +16217,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:22,460", - "created": 1610346622.460924, + "asctime": "2021-01-11 11:25:12,243", + "created": 1610360712.243499, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16228,14 +16228,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 460.9239101409912, + "msecs": 243.4990406036377, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8394.465923309326, - "thread": 140634425890560, + "relativeCreated": 8396.222114562988, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16243,8 +16243,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:22,461", - "created": 1610346622.461133, + "asctime": "2021-01-11 11:25:12,243", + "created": 1610360712.243668, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16254,14 +16254,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 461.1330032348633, + "msecs": 243.6680793762207, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8394.675016403198, - "thread": 140634425890560, + "relativeCreated": 8396.391153335571, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16270,8 +16270,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:22,461", - "created": 1610346622.461325, + "asctime": "2021-01-11 11:25:12,243", + "created": 1610360712.24381, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16281,14 +16281,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 461.32493019104004, + "msecs": 243.80993843078613, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8394.866943359375, - "thread": 140634425890560, + "relativeCreated": 8396.533012390137, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16296,8 +16296,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:22,461", - "created": 1610346622.461647, + "asctime": "2021-01-11 11:25:12,243", + "created": 1610360712.243975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16307,14 +16307,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 461.64703369140625, + "msecs": 243.9749240875244, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8395.189046859741, - "thread": 140634425890560, + "relativeCreated": 8396.697998046875, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16323,8 +16323,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:22,461", - "created": 1610346622.461878, + "asctime": "2021-01-11 11:25:12,244", + "created": 1610360712.244103, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16334,14 +16334,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 461.87806129455566, + "msecs": 244.10295486450195, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8395.42007446289, - "thread": 140634425890560, + "relativeCreated": 8396.826028823853, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16349,8 +16349,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:22,462", - "created": 1610346622.462156, + "asctime": "2021-01-11 11:25:12,244", + "created": 1610360712.244297, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16360,14 +16360,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 462.1560573577881, + "msecs": 244.29702758789062, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8395.698070526123, - "thread": 140634425890560, + "relativeCreated": 8397.020101547241, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16376,8 +16376,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:22,462", - "created": 1610346622.462442, + "asctime": "2021-01-11 11:25:12,244", + "created": 1610360712.244432, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16387,14 +16387,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 462.44192123413086, + "msecs": 244.4319725036621, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8395.983934402466, - "thread": 140634425890560, + "relativeCreated": 8397.155046463013, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16402,8 +16402,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:22,462", - "created": 1610346622.462652, + "asctime": "2021-01-11 11:25:12,244", + "created": 1610360712.24459, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16413,14 +16413,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 462.65196800231934, + "msecs": 244.59004402160645, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8396.193981170654, - "thread": 140634425890560, + "relativeCreated": 8397.313117980957, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16429,8 +16429,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:22,462", - "created": 1610346622.462809, + "asctime": "2021-01-11 11:25:12,244", + "created": 1610360712.244712, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16440,14 +16440,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 462.80908584594727, + "msecs": 244.71211433410645, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8396.351099014282, - "thread": 140634425890560, + "relativeCreated": 8397.435188293457, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16455,8 +16455,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:22,463", - "created": 1610346622.463202, + "asctime": "2021-01-11 11:25:12,245", + "created": 1610360712.245079, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16466,14 +16466,14 @@ "lineno": 284, "message": "comm-client: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 463.20199966430664, + "msecs": 245.07904052734375, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8396.744012832642, - "thread": 140634425890560, + "relativeCreated": 8397.802114486694, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16481,8 +16481,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:22,463", - "created": 1610346622.463466, + "asctime": "2021-01-11 11:25:12,245", + "created": 1610360712.245287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16492,14 +16492,14 @@ "lineno": 414, "message": "comm-server: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 463.46592903137207, + "msecs": 245.2869415283203, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8397.007942199707, - "thread": 140634425890560, + "relativeCreated": 8398.01001548767, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16507,8 +16507,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:22,463", - "created": 1610346622.463705, + "asctime": "2021-01-11 11:25:12,245", + "created": 1610360712.245475, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16518,14 +16518,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 463.70506286621094, + "msecs": 245.47505378723145, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8397.247076034546, - "thread": 140634425890560, + "relativeCreated": 8398.198127746582, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16534,8 +16534,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:22,463", - "created": 1610346622.463916, + "asctime": "2021-01-11 11:25:12,245", + "created": 1610360712.2456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16545,14 +16545,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 463.9160633087158, + "msecs": 245.59998512268066, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8397.45807647705, - "thread": 140634425890560, + "relativeCreated": 8398.323059082031, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16560,8 +16560,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:22,464", - "created": 1610346622.464109, + "asctime": "2021-01-11 11:25:12,245", + "created": 1610360712.245755, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16571,14 +16571,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 464.108943939209, + "msecs": 245.75495719909668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8397.650957107544, - "thread": 140634425890560, + "relativeCreated": 8398.478031158447, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16587,8 +16587,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:22,464", - "created": 1610346622.464265, + "asctime": "2021-01-11 11:25:12,245", + "created": 1610360712.245877, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16598,14 +16598,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 464.2651081085205, + "msecs": 245.87702751159668, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8397.807121276855, - "thread": 140634425890560, + "relativeCreated": 8398.600101470947, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16613,8 +16613,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b" ], - "asctime": "2021-01-11 07:30:22,464", - "created": 1610346622.464664, + "asctime": "2021-01-11 11:25:12,246", + "created": 1610360712.246298, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -16624,14 +16624,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b", "module": "stp", - "msecs": 464.6639823913574, + "msecs": 246.29807472229004, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8398.205995559692, - "thread": 140634425890560, + "relativeCreated": 8399.02114868164, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16642,8 +16642,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:22,465", - "created": 1610346622.465087, + "asctime": "2021-01-11 11:25:12,246", + "created": 1610360712.246707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16653,22 +16653,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 465.0869369506836, + "msecs": 246.70696258544922, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8398.628950119019, - "thread": 140634425890560, + "relativeCreated": 8399.4300365448, + "thread": 139854201485056, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:22,465", - "created": 1610346622.465284, + "asctime": "2021-01-11 11:25:12,246", + "created": 1610360712.246833, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16678,14 +16678,14 @@ "lineno": 463, "message": "prot-server: Authentification is required. Incomming message will be ignored.", "module": "__init__", - "msecs": 465.2841091156006, + "msecs": 246.83308601379395, "msg": "%s Authentification is required. Incomming message will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8398.826122283936, - "thread": 140634425890560, + "relativeCreated": 8399.556159973145, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -16695,8 +16695,8 @@ "17", "34" ], - "asctime": "2021-01-11 07:30:22,745", - "created": 1610346622.745235, + "asctime": "2021-01-11 11:25:12,520", + "created": 1610360712.520886, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16706,35 +16706,35 @@ "lineno": 668, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 745.2349662780762, + "msecs": 520.8859443664551, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8678.776979446411, - "thread": 140634736203584, + "relativeCreated": 8673.609018325806, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 745.6159591674805, + "msecs": 521.2728977203369, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8679.157972335815, - "thread": 140634736203584, + "relativeCreated": 8673.995971679688, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0003809928894042969 + "time_consumption": 0.00038695335388183594 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:22,746", - "created": 1610346622.746383, + "asctime": "2021-01-11 11:25:12,522", + "created": 1610360712.522184, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16751,8 +16751,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:22,746", - "created": 1610346622.746011, + "asctime": "2021-01-11 11:25:12,521", + "created": 1610360712.521793, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16762,14 +16762,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 746.0110187530518, + "msecs": 521.7928886413574, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8679.553031921387, - "thread": 140634736203584, + "relativeCreated": 8674.515962600708, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -16778,8 +16778,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:22,746", - "created": 1610346622.746204, + "asctime": "2021-01-11 11:25:12,522", + "created": 1610360712.522002, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16789,35 +16789,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 746.2038993835449, + "msecs": 522.0019817352295, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8679.74591255188, - "thread": 140634736203584, + "relativeCreated": 8674.72505569458, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 746.3829517364502, + "msecs": 522.183895111084, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8679.924964904785, - "thread": 140634736203584, + "relativeCreated": 8674.906969070435, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00017905235290527344 + "time_consumption": 0.0001819133758544922 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:22,747", - "created": 1610346622.747007, + "asctime": "2021-01-11 11:25:12,522", + "created": 1610360712.522817, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16834,8 +16834,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:22,746", - "created": 1610346622.74666, + "asctime": "2021-01-11 11:25:12,522", + "created": 1610360712.522473, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16845,14 +16845,14 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 746.6599941253662, + "msecs": 522.4730968475342, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8680.202007293701, - "thread": 140634736203584, + "relativeCreated": 8675.196170806885, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -16861,8 +16861,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:22,746", - "created": 1610346622.746834, + "asctime": "2021-01-11 11:25:12,522", + "created": 1610360712.522648, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16872,32 +16872,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 746.8340396881104, + "msecs": 522.6480960845947, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8680.376052856445, - "thread": 140634736203584, + "relativeCreated": 8675.371170043945, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 747.006893157959, + "msecs": 522.8168964385986, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8680.548906326294, - "thread": 140634736203584, + "relativeCreated": 8675.53997039795, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001728534698486328 + "time_consumption": 0.00016880035400390625 }, { "args": [], - "asctime": "2021-01-11 07:30:23,048", - "created": 1610346623.048847, + "asctime": "2021-01-11 11:25:12,824", + "created": 1610360712.824625, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -16915,8 +16915,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:22,747", - "created": 1610346622.74734, + "asctime": "2021-01-11 11:25:12,523", + "created": 1610360712.523131, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16926,14 +16926,14 @@ "lineno": 736, "message": "prot-server: Authentification is required. TX-Message service: 17, data_id: 35, status: service or data unknown, data: 'msg2_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 747.3399639129639, + "msecs": 523.1308937072754, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8680.881977081299, - "thread": 140634736203584, + "relativeCreated": 8675.853967666626, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -16943,8 +16943,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:23,048", - "created": 1610346623.048501, + "asctime": "2021-01-11 11:25:12,824", + "created": 1610360712.824263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -16954,35 +16954,35 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 48.501014709472656, + "msecs": 824.2630958557129, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8982.043027877808, - "thread": 140634736203584, + "relativeCreated": 8976.986169815063, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 48.84696006774902, + "msecs": 824.6250152587891, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8982.388973236084, - "thread": 140634736203584, + "relativeCreated": 8977.34808921814, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0003459453582763672 + "time_consumption": 0.0003619194030761719 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:23,049", - "created": 1610346623.04964, + "asctime": "2021-01-11 11:25:12,825", + "created": 1610360712.825382, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -16999,8 +16999,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:23,049", - "created": 1610346623.049224, + "asctime": "2021-01-11 11:25:12,825", + "created": 1610360712.825018, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17010,14 +17010,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 49.223899841308594, + "msecs": 825.0179290771484, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8982.765913009644, - "thread": 140634736203584, + "relativeCreated": 8977.741003036499, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -17026,8 +17026,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:23,049", - "created": 1610346623.049411, + "asctime": "2021-01-11 11:25:12,825", + "created": 1610360712.825209, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17037,35 +17037,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 49.41105842590332, + "msecs": 825.2089023590088, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8982.953071594238, - "thread": 140634736203584, + "relativeCreated": 8977.93197631836, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 49.63994026184082, + "msecs": 825.3819942474365, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8983.181953430176, - "thread": 140634736203584, + "relativeCreated": 8978.105068206787, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002288818359375 + "time_consumption": 0.00017309188842773438 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:23,050", - "created": 1610346623.050232, + "asctime": "2021-01-11 11:25:12,825", + "created": 1610360712.82597, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17082,8 +17082,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:23,049", - "created": 1610346623.049911, + "asctime": "2021-01-11 11:25:12,825", + "created": 1610360712.82565, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17093,14 +17093,14 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 49.9110221862793, + "msecs": 825.6499767303467, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8983.453035354614, - "thread": 140634736203584, + "relativeCreated": 8978.373050689697, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -17109,8 +17109,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:23,050", - "created": 1610346623.050073, + "asctime": "2021-01-11 11:25:12,825", + "created": 1610360712.82581, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17120,35 +17120,35 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 50.07290840148926, + "msecs": 825.8099555969238, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8983.614921569824, - "thread": 140634736203584, + "relativeCreated": 8978.533029556274, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 50.23193359375, + "msecs": 825.969934463501, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8983.773946762085, - "thread": 140634736203584, + "relativeCreated": 8978.693008422852, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001590251922607422 + "time_consumption": 0.00015997886657714844 }, { "args": [ 17, 34 ], - "asctime": "2021-01-11 07:30:23,050", - "created": 1610346623.050702, + "asctime": "2021-01-11 11:25:12,826", + "created": 1610360712.826453, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -17164,8 +17164,8 @@ "prot-server:", "service: 17, data_id: 34" ], - "asctime": "2021-01-11 07:30:23,050", - "created": 1610346623.050534, + "asctime": "2021-01-11 11:25:12,826", + "created": 1610360712.826288, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17175,32 +17175,32 @@ "lineno": 556, "message": "prot-server: Adding Message (service: 17, data_id: 34) to the authentification whitelist", "module": "__init__", - "msecs": 50.53400993347168, + "msecs": 826.2879848480225, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8984.076023101807, - "thread": 140634736203584, + "relativeCreated": 8979.011058807373, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 50.70209503173828, + "msecs": 826.4529705047607, "msg": "Added msg1 to server whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8984.244108200073, - "thread": 140634736203584, + "relativeCreated": 8979.176044464111, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00016808509826660156 + "time_consumption": 0.00016498565673828125 }, { "args": [], - "asctime": "2021-01-11 07:30:23,252", - "created": 1610346623.252376, + "asctime": "2021-01-11 11:25:13,028", + "created": 1610360713.02803, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -17219,8 +17219,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:23,051", - "created": 1610346623.0511, + "asctime": "2021-01-11 11:25:12,826", + "created": 1610360712.826817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17230,14 +17230,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 51.10001564025879, + "msecs": 826.8170356750488, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 8984.642028808594, - "thread": 140634736203584, + "relativeCreated": 8979.5401096344, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -17245,8 +17245,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:23,067", - "created": 1610346623.067382, + "asctime": "2021-01-11 11:25:12,849", + "created": 1610360712.849289, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17256,14 +17256,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 67.3820972442627, + "msecs": 849.2889404296875, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9000.924110412598, - "thread": 140634425890560, + "relativeCreated": 9002.012014389038, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17271,8 +17271,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:23,067", - "created": 1610346623.067936, + "asctime": "2021-01-11 11:25:12,849", + "created": 1610360712.849864, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17282,14 +17282,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 67.93594360351562, + "msecs": 849.8640060424805, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9001.47795677185, - "thread": 140634425890560, + "relativeCreated": 9002.587080001831, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17297,8 +17297,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,068", - "created": 1610346623.068149, + "asctime": "2021-01-11 11:25:12,850", + "created": 1610360712.850173, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17308,14 +17308,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 68.14908981323242, + "msecs": 850.1729965209961, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9001.691102981567, - "thread": 140634425890560, + "relativeCreated": 9002.896070480347, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17324,8 +17324,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:23,068", - "created": 1610346623.068332, + "asctime": "2021-01-11 11:25:12,850", + "created": 1610360712.850365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17335,14 +17335,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 68.33195686340332, + "msecs": 850.3649234771729, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9001.873970031738, - "thread": 140634425890560, + "relativeCreated": 9003.087997436523, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17350,8 +17350,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,068", - "created": 1610346623.068572, + "asctime": "2021-01-11 11:25:12,850", + "created": 1610360712.850574, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17361,14 +17361,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 68.5720443725586, + "msecs": 850.5740165710449, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9002.114057540894, - "thread": 140634425890560, + "relativeCreated": 9003.297090530396, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17377,8 +17377,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,068", - "created": 1610346623.068731, + "asctime": "2021-01-11 11:25:12,850", + "created": 1610360712.850762, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17388,14 +17388,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 68.73106956481934, + "msecs": 850.761890411377, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9002.273082733154, - "thread": 140634425890560, + "relativeCreated": 9003.484964370728, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17403,8 +17403,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,068", - "created": 1610346623.068949, + "asctime": "2021-01-11 11:25:12,850", + "created": 1610360712.850977, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17414,14 +17414,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 68.94898414611816, + "msecs": 850.9769439697266, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9002.490997314453, - "thread": 140634425890560, + "relativeCreated": 9003.700017929077, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17430,8 +17430,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,069", - "created": 1610346623.069104, + "asctime": "2021-01-11 11:25:12,851", + "created": 1610360712.851179, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17441,14 +17441,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 69.10395622253418, + "msecs": 851.1788845062256, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9002.64596939087, - "thread": 140634425890560, + "relativeCreated": 9003.901958465576, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17456,8 +17456,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,069", - "created": 1610346623.069312, + "asctime": "2021-01-11 11:25:12,851", + "created": 1610360712.85143, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17467,14 +17467,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 69.31209564208984, + "msecs": 851.4299392700195, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9002.854108810425, - "thread": 140634425890560, + "relativeCreated": 9004.15301322937, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17483,8 +17483,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,069", - "created": 1610346623.069514, + "asctime": "2021-01-11 11:25:12,851", + "created": 1610360712.851621, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17494,14 +17494,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 69.51403617858887, + "msecs": 851.6209125518799, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9003.056049346924, - "thread": 140634425890560, + "relativeCreated": 9004.34398651123, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17509,8 +17509,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:23,069", - "created": 1610346623.069907, + "asctime": "2021-01-11 11:25:12,852", + "created": 1610360712.852107, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17520,14 +17520,14 @@ "lineno": 284, "message": "comm-client: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 69.90694999694824, + "msecs": 852.107048034668, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9003.448963165283, - "thread": 140634425890560, + "relativeCreated": 9004.830121994019, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17535,8 +17535,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:23,070", - "created": 1610346623.070168, + "asctime": "2021-01-11 11:25:12,852", + "created": 1610360712.852447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17546,14 +17546,14 @@ "lineno": 414, "message": "comm-server: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 70.16801834106445, + "msecs": 852.4470329284668, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9003.7100315094, - "thread": 140634425890560, + "relativeCreated": 9005.170106887817, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17561,8 +17561,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,070", - "created": 1610346623.070423, + "asctime": "2021-01-11 11:25:12,852", + "created": 1610360712.852691, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17572,14 +17572,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 70.42288780212402, + "msecs": 852.6909351348877, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9003.964900970459, - "thread": 140634425890560, + "relativeCreated": 9005.414009094238, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17588,8 +17588,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,070", - "created": 1610346623.070582, + "asctime": "2021-01-11 11:25:12,852", + "created": 1610360712.852961, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17599,14 +17599,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 70.58191299438477, + "msecs": 852.9610633850098, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9004.12392616272, - "thread": 140634425890560, + "relativeCreated": 9005.68413734436, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17614,8 +17614,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,070", - "created": 1610346623.070788, + "asctime": "2021-01-11 11:25:12,853", + "created": 1610360712.853191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17625,14 +17625,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 70.78790664672852, + "msecs": 853.1908988952637, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9004.329919815063, - "thread": 140634425890560, + "relativeCreated": 9005.913972854614, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17641,8 +17641,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:23,070", - "created": 1610346623.070984, + "asctime": "2021-01-11 11:25:12,853", + "created": 1610360712.853438, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17652,14 +17652,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 70.98388671875, + "msecs": 853.4379005432129, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9004.525899887085, - "thread": 140634425890560, + "relativeCreated": 9006.160974502563, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17667,8 +17667,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b" ], - "asctime": "2021-01-11 07:30:23,071", - "created": 1610346623.071533, + "asctime": "2021-01-11 11:25:12,854", + "created": 1610360712.85426, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -17678,14 +17678,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b", "module": "stp", - "msecs": 71.5329647064209, + "msecs": 854.2599678039551, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9005.074977874756, - "thread": 140634425890560, + "relativeCreated": 9006.983041763306, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -17696,8 +17696,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:23,071", - "created": 1610346623.071954, + "asctime": "2021-01-11 11:25:12,854", + "created": 1610360712.854778, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17707,22 +17707,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 71.95401191711426, + "msecs": 854.7780513763428, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9005.49602508545, - "thread": 140634425890560, + "relativeCreated": 9007.501125335693, + "thread": 139854201485056, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:23,072", - "created": 1610346623.072079, + "asctime": "2021-01-11 11:25:12,855", + "created": 1610360712.855211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17732,35 +17732,35 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 72.07894325256348, + "msecs": 855.2110195159912, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9005.620956420898, - "thread": 140634425890560, + "relativeCreated": 9007.934093475342, + "thread": 139854201485056, "threadName": "Thread-11" } ], - "msecs": 252.37607955932617, + "msecs": 28.029918670654297, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9185.918092727661, - "thread": 140634736203584, + "relativeCreated": 9180.752992630005, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.1802971363067627 + "time_consumption": 0.17281889915466309 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:23,253", - "created": 1610346623.253321, + "asctime": "2021-01-11 11:25:13,029", + "created": 1610360713.029115, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17777,8 +17777,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:23,252", - "created": 1610346623.252926, + "asctime": "2021-01-11 11:25:13,028", + "created": 1610360713.028672, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17788,14 +17788,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 252.92611122131348, + "msecs": 28.671979904174805, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9186.468124389648, - "thread": 140634736203584, + "relativeCreated": 9181.395053863525, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -17804,8 +17804,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:23,253", - "created": 1610346623.253132, + "asctime": "2021-01-11 11:25:13,028", + "created": 1610360713.028928, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17815,35 +17815,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 253.13210487365723, + "msecs": 28.928041458129883, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9186.674118041992, - "thread": 140634736203584, + "relativeCreated": 9181.65111541748, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 253.32093238830566, + "msecs": 29.114961624145508, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9186.86294555664, - "thread": 140634736203584, + "relativeCreated": 9181.838035583496, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001888275146484375 + "time_consumption": 0.000186920166015625 }, { "args": [ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:23,254", - "created": 1610346623.254032, + "asctime": "2021-01-11 11:25:13,030", + "created": 1610360713.030054, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17860,8 +17860,8 @@ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:23,253", - "created": 1610346623.253645, + "asctime": "2021-01-11 11:25:13,029", + "created": 1610360713.029451, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17871,14 +17871,14 @@ "lineno": 22, "message": "Result (Received message on server side): {u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34} ()", "module": "test", - "msecs": 253.6449432373047, + "msecs": 29.45089340209961, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9187.18695640564, - "thread": 140634736203584, + "relativeCreated": 9182.17396736145, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -17887,8 +17887,8 @@ "{'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:23,253", - "created": 1610346623.253851, + "asctime": "2021-01-11 11:25:13,029", + "created": 1610360713.029835, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -17898,32 +17898,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34} ()", "module": "test", - "msecs": 253.85093688964844, + "msecs": 29.834985733032227, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9187.392950057983, - "thread": 140634736203584, + "relativeCreated": 9182.558059692383, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 254.03189659118652, + "msecs": 30.054092407226562, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9187.573909759521, - "thread": 140634736203584, + "relativeCreated": 9182.777166366577, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00018095970153808594 + "time_consumption": 0.00021910667419433594 }, { "args": [], - "asctime": "2021-01-11 07:30:23,555", - "created": 1610346623.55583, + "asctime": "2021-01-11 11:25:13,332", + "created": 1610360713.33206, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -17941,8 +17941,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:23,254", - "created": 1610346623.254365, + "asctime": "2021-01-11 11:25:13,030", + "created": 1610360713.03051, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17952,14 +17952,14 @@ "lineno": 736, "message": "prot-server: Authentification is required. TX-Message service: 17, data_id: 35, status: service or data unknown, data: 'msg2_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 254.3649673461914, + "msecs": 30.50994873046875, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9187.906980514526, - "thread": 140634736203584, + "relativeCreated": 9183.23302268982, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -17969,8 +17969,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:23,555", - "created": 1610346623.555481, + "asctime": "2021-01-11 11:25:13,331", + "created": 1610360713.331706, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -17980,35 +17980,35 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 555.48095703125, + "msecs": 331.70604705810547, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9489.022970199585, - "thread": 140634736203584, + "relativeCreated": 9484.429121017456, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 555.8300018310547, + "msecs": 332.0600986480713, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9489.37201499939, - "thread": 140634736203584, + "relativeCreated": 9484.783172607422, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0003490447998046875 + "time_consumption": 0.0003540515899658203 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:23,556", - "created": 1610346623.556785, + "asctime": "2021-01-11 11:25:13,332", + "created": 1610360713.332791, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18025,8 +18025,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:23,556", - "created": 1610346623.556189, + "asctime": "2021-01-11 11:25:13,332", + "created": 1610360713.332402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18036,14 +18036,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 556.1890602111816, + "msecs": 332.40199089050293, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9489.731073379517, - "thread": 140634736203584, + "relativeCreated": 9485.125064849854, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -18052,8 +18052,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:23,556", - "created": 1610346623.556517, + "asctime": "2021-01-11 11:25:13,332", + "created": 1610360713.332588, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18063,35 +18063,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 556.5168857574463, + "msecs": 332.58795738220215, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9490.058898925781, - "thread": 140634736203584, + "relativeCreated": 9485.311031341553, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 556.7851066589355, + "msecs": 332.7910900115967, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9490.32711982727, - "thread": 140634736203584, + "relativeCreated": 9485.514163970947, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002682209014892578 + "time_consumption": 0.00020313262939453125 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:23,557", - "created": 1610346623.557801, + "asctime": "2021-01-11 11:25:13,333", + "created": 1610360713.333398, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18108,8 +18108,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:23,557", - "created": 1610346623.557336, + "asctime": "2021-01-11 11:25:13,333", + "created": 1610360713.333062, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18119,14 +18119,14 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 557.3360919952393, + "msecs": 333.06193351745605, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9490.878105163574, - "thread": 140634736203584, + "relativeCreated": 9485.785007476807, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -18135,8 +18135,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:23,557", - "created": 1610346623.557651, + "asctime": "2021-01-11 11:25:13,333", + "created": 1610360713.333222, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18146,35 +18146,35 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 557.6510429382324, + "msecs": 333.2219123840332, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9491.193056106567, - "thread": 140634736203584, + "relativeCreated": 9485.944986343384, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 557.8010082244873, + "msecs": 333.39810371398926, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9491.343021392822, - "thread": 140634736203584, + "relativeCreated": 9486.12117767334, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001499652862548828 + "time_consumption": 0.0001761913299560547 }, { "args": [ 17, 35 ], - "asctime": "2021-01-11 07:30:23,558", - "created": 1610346623.558343, + "asctime": "2021-01-11 11:25:13,334", + "created": 1610360713.33403, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -18190,8 +18190,8 @@ "prot-client:", "service: 17, data_id: 35" ], - "asctime": "2021-01-11 07:30:23,558", - "created": 1610346623.558061, + "asctime": "2021-01-11 11:25:13,333", + "created": 1610360713.333683, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18201,14 +18201,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: 17, data_id: 35) to the authentification whitelist", "module": "__init__", - "msecs": 558.060884475708, + "msecs": 333.6830139160156, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9491.602897644043, - "thread": 140634736203584, + "relativeCreated": 9486.406087875366, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -18216,8 +18216,8 @@ "prot-server:", "service: 17, data_id: 35" ], - "asctime": "2021-01-11 07:30:23,558", - "created": 1610346623.558216, + "asctime": "2021-01-11 11:25:13,333", + "created": 1610360713.333869, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18227,32 +18227,32 @@ "lineno": 556, "message": "prot-server: Adding Message (service: 17, data_id: 35) to the authentification whitelist", "module": "__init__", - "msecs": 558.2160949707031, + "msecs": 333.86898040771484, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9491.758108139038, - "thread": 140634736203584, + "relativeCreated": 9486.592054367065, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 558.3429336547852, + "msecs": 334.0299129486084, "msg": "Added msg2 to client and server whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9491.88494682312, - "thread": 140634736203584, + "relativeCreated": 9486.752986907959, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00012683868408203125 + "time_consumption": 0.0001609325408935547 }, { "args": [], - "asctime": "2021-01-11 07:30:23,759", - "created": 1610346623.759709, + "asctime": "2021-01-11 11:25:13,535", + "created": 1610360713.535615, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -18271,8 +18271,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:23,558", - "created": 1610346623.558657, + "asctime": "2021-01-11 11:25:13,334", + "created": 1610360713.334394, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18282,14 +18282,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 558.6569309234619, + "msecs": 334.3939781188965, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9492.198944091797, - "thread": 140634736203584, + "relativeCreated": 9487.117052078247, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -18297,8 +18297,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:23,573", - "created": 1610346623.573722, + "asctime": "2021-01-11 11:25:13,357", + "created": 1610360713.357122, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18308,14 +18308,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 573.7218856811523, + "msecs": 357.12194442749023, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9507.263898849487, - "thread": 140634425890560, + "relativeCreated": 9509.84501838684, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18323,8 +18323,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:23,574", - "created": 1610346623.574272, + "asctime": "2021-01-11 11:25:13,357", + "created": 1610360713.35779, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18334,14 +18334,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 574.2719173431396, + "msecs": 357.7899932861328, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9507.813930511475, - "thread": 140634425890560, + "relativeCreated": 9510.513067245483, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18349,8 +18349,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,574", - "created": 1610346623.574526, + "asctime": "2021-01-11 11:25:13,358", + "created": 1610360713.358, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18360,14 +18360,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 574.5260715484619, + "msecs": 358.0000400543213, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9508.068084716797, - "thread": 140634425890560, + "relativeCreated": 9510.723114013672, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18376,8 +18376,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:23,574", - "created": 1610346623.574744, + "asctime": "2021-01-11 11:25:13,358", + "created": 1610360713.358181, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18387,14 +18387,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 574.7439861297607, + "msecs": 358.1809997558594, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9508.285999298096, - "thread": 140634425890560, + "relativeCreated": 9510.90407371521, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18402,8 +18402,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,575", - "created": 1610346623.575041, + "asctime": "2021-01-11 11:25:13,358", + "created": 1610360713.358417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18413,14 +18413,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 575.0410556793213, + "msecs": 358.4170341491699, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9508.583068847656, - "thread": 140634425890560, + "relativeCreated": 9511.14010810852, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18429,8 +18429,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,575", - "created": 1610346623.575307, + "asctime": "2021-01-11 11:25:13,358", + "created": 1610360713.358581, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18440,14 +18440,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 575.3068923950195, + "msecs": 358.5810661315918, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9508.848905563354, - "thread": 140634425890560, + "relativeCreated": 9511.304140090942, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18455,8 +18455,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,575", - "created": 1610346623.5757, + "asctime": "2021-01-11 11:25:13,358", + "created": 1610360713.358795, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18466,14 +18466,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 575.700044631958, + "msecs": 358.7949275970459, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9509.242057800293, - "thread": 140634425890560, + "relativeCreated": 9511.518001556396, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18482,8 +18482,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,575", - "created": 1610346623.575865, + "asctime": "2021-01-11 11:25:13,358", + "created": 1610360713.358961, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18493,14 +18493,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 575.8650302886963, + "msecs": 358.9611053466797, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9509.407043457031, - "thread": 140634425890560, + "relativeCreated": 9511.68417930603, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18508,8 +18508,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,576", - "created": 1610346623.576107, + "asctime": "2021-01-11 11:25:13,359", + "created": 1610360713.359166, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18519,14 +18519,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 576.1070251464844, + "msecs": 359.16590690612793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9509.64903831482, - "thread": 140634425890560, + "relativeCreated": 9511.888980865479, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18535,8 +18535,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,576", - "created": 1610346623.576304, + "asctime": "2021-01-11 11:25:13,359", + "created": 1610360713.359319, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18546,14 +18546,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 576.3039588928223, + "msecs": 359.31897163391113, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9509.845972061157, - "thread": 140634425890560, + "relativeCreated": 9512.042045593262, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18561,8 +18561,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:23,576", - "created": 1610346623.576922, + "asctime": "2021-01-11 11:25:13,359", + "created": 1610360713.359872, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18572,14 +18572,14 @@ "lineno": 284, "message": "comm-client: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 576.9219398498535, + "msecs": 359.87210273742676, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9510.463953018188, - "thread": 140634425890560, + "relativeCreated": 9512.595176696777, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18587,8 +18587,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:23,577", - "created": 1610346623.577269, + "asctime": "2021-01-11 11:25:13,360", + "created": 1610360713.360263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18598,14 +18598,14 @@ "lineno": 414, "message": "comm-server: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 577.2690773010254, + "msecs": 360.2631092071533, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9510.81109046936, - "thread": 140634425890560, + "relativeCreated": 9512.986183166504, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18613,8 +18613,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,577", - "created": 1610346623.57756, + "asctime": "2021-01-11 11:25:13,360", + "created": 1610360713.360506, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18624,14 +18624,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 577.5599479675293, + "msecs": 360.5060577392578, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9511.101961135864, - "thread": 140634425890560, + "relativeCreated": 9513.229131698608, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18640,8 +18640,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,577", - "created": 1610346623.577816, + "asctime": "2021-01-11 11:25:13,360", + "created": 1610360713.360681, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18651,14 +18651,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 577.8160095214844, + "msecs": 360.68105697631836, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9511.35802268982, - "thread": 140634425890560, + "relativeCreated": 9513.404130935669, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18666,8 +18666,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,578", - "created": 1610346623.578091, + "asctime": "2021-01-11 11:25:13,360", + "created": 1610360713.360842, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18677,14 +18677,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 578.0909061431885, + "msecs": 360.8419895172119, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9511.632919311523, - "thread": 140634425890560, + "relativeCreated": 9513.565063476562, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18693,8 +18693,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:23,578", - "created": 1610346623.578306, + "asctime": "2021-01-11 11:25:13,360", + "created": 1610360713.36092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18704,14 +18704,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 578.3059597015381, + "msecs": 360.9199523925781, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9511.847972869873, - "thread": 140634425890560, + "relativeCreated": 9513.643026351929, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18719,8 +18719,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b" ], - "asctime": "2021-01-11 07:30:23,578", - "created": 1610346623.578834, + "asctime": "2021-01-11 11:25:13,361", + "created": 1610360713.361114, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -18730,14 +18730,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b", "module": "stp", - "msecs": 578.834056854248, + "msecs": 361.1140251159668, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9512.376070022583, - "thread": 140634425890560, + "relativeCreated": 9513.837099075317, + "thread": 139854201485056, "threadName": "Thread-11" }, { @@ -18748,8 +18748,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:23,579", - "created": 1610346623.579348, + "asctime": "2021-01-11 11:25:13,361", + "created": 1610360713.361332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18759,22 +18759,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 579.348087310791, + "msecs": 361.3319396972656, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9512.890100479126, - "thread": 140634425890560, + "relativeCreated": 9514.055013656616, + "thread": 139854201485056, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:23,579", - "created": 1610346623.579745, + "asctime": "2021-01-11 11:25:13,361", + "created": 1610360713.361453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -18784,35 +18784,35 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 579.7450542449951, + "msecs": 361.4530563354492, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9513.28706741333, - "thread": 140634425890560, + "relativeCreated": 9514.1761302948, + "thread": 139854201485056, "threadName": "Thread-11" } ], - "msecs": 759.7088813781738, + "msecs": 535.6149673461914, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9693.250894546509, - "thread": 140634736203584, + "relativeCreated": 9688.338041305542, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.1799638271331787 + "time_consumption": 0.1741619110107422 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:23,760", - "created": 1610346623.760588, + "asctime": "2021-01-11 11:25:13,537", + "created": 1610360713.537872, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18829,8 +18829,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:23,760", - "created": 1610346623.760196, + "asctime": "2021-01-11 11:25:13,537", + "created": 1610360713.537293, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18840,14 +18840,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 760.1959705352783, + "msecs": 537.2929573059082, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9693.737983703613, - "thread": 140634736203584, + "relativeCreated": 9690.016031265259, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -18856,8 +18856,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:23,760", - "created": 1610346623.760399, + "asctime": "2021-01-11 11:25:13,537", + "created": 1610360713.537649, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18867,35 +18867,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 760.3991031646729, + "msecs": 537.6489162445068, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9693.941116333008, - "thread": 140634736203584, + "relativeCreated": 9690.371990203857, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 760.5879306793213, + "msecs": 537.8720760345459, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9694.129943847656, - "thread": 140634736203584, + "relativeCreated": 9690.595149993896, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001888275146484375 + "time_consumption": 0.0002231597900390625 }, { "args": [ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:23,761", - "created": 1610346623.761263, + "asctime": "2021-01-11 11:25:13,538", + "created": 1610360713.538725, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18912,8 +18912,8 @@ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:23,760", - "created": 1610346623.760889, + "asctime": "2021-01-11 11:25:13,538", + "created": 1610360713.538294, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18923,14 +18923,14 @@ "lineno": 22, "message": "Result (Received message on server side): {u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34} ()", "module": "test", - "msecs": 760.8890533447266, + "msecs": 538.2940769195557, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9694.431066513062, - "thread": 140634736203584, + "relativeCreated": 9691.017150878906, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -18939,8 +18939,8 @@ "{'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:23,761", - "created": 1610346623.761071, + "asctime": "2021-01-11 11:25:13,538", + "created": 1610360713.53855, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -18950,32 +18950,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34} ()", "module": "test", - "msecs": 761.070966720581, + "msecs": 538.5499000549316, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9694.612979888916, - "thread": 140634736203584, + "relativeCreated": 9691.272974014282, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 761.2628936767578, + "msecs": 538.7248992919922, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9694.804906845093, - "thread": 140634736203584, + "relativeCreated": 9691.447973251343, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001919269561767578 + "time_consumption": 0.00017499923706054688 }, { "args": [], - "asctime": "2021-01-11 07:30:23,962", - "created": 1610346623.962912, + "asctime": "2021-01-11 11:25:13,740", + "created": 1610360713.740306, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -18994,8 +18994,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:23,761", - "created": 1610346623.761716, + "asctime": "2021-01-11 11:25:13,539", + "created": 1610360713.539132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19005,14 +19005,14 @@ "lineno": 445, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 761.7158889770508, + "msecs": 539.1321182250977, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9695.257902145386, - "thread": 140634736203584, + "relativeCreated": 9691.855192184448, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -19020,8 +19020,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:23,772", - "created": 1610346623.772771, + "asctime": "2021-01-11 11:25:13,551", + "created": 1610360713.551131, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19031,14 +19031,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 772.770881652832, + "msecs": 551.131010055542, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9706.312894821167, - "thread": 140633872267008, + "relativeCreated": 9703.854084014893, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19046,8 +19046,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:23,773", - "created": 1610346623.77311, + "asctime": "2021-01-11 11:25:13,551", + "created": 1610360713.551532, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19057,14 +19057,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 773.1099128723145, + "msecs": 551.5320301055908, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9706.65192604065, - "thread": 140633872267008, + "relativeCreated": 9704.255104064941, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19072,8 +19072,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,773", - "created": 1610346623.773277, + "asctime": "2021-01-11 11:25:13,551", + "created": 1610360713.551664, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19083,14 +19083,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 773.2770442962646, + "msecs": 551.6641139984131, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9706.8190574646, - "thread": 140633872267008, + "relativeCreated": 9704.387187957764, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19099,8 +19099,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:23,773", - "created": 1610346623.773385, + "asctime": "2021-01-11 11:25:13,551", + "created": 1610360713.551771, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19110,14 +19110,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 773.3850479125977, + "msecs": 551.7709255218506, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9706.927061080933, - "thread": 140633872267008, + "relativeCreated": 9704.493999481201, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19125,8 +19125,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,773", - "created": 1610346623.773615, + "asctime": "2021-01-11 11:25:13,551", + "created": 1610360713.551906, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19136,14 +19136,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 773.6148834228516, + "msecs": 551.9061088562012, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9707.156896591187, - "thread": 140633872267008, + "relativeCreated": 9704.629182815552, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19152,8 +19152,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,773", - "created": 1610346623.773768, + "asctime": "2021-01-11 11:25:13,552", + "created": 1610360713.552007, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19163,14 +19163,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 773.7679481506348, + "msecs": 552.0069599151611, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9707.30996131897, - "thread": 140633872267008, + "relativeCreated": 9704.730033874512, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19178,8 +19178,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,774", - "created": 1610346623.774023, + "asctime": "2021-01-11 11:25:13,552", + "created": 1610360713.552131, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19189,14 +19189,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 774.0230560302734, + "msecs": 552.130937576294, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9707.565069198608, - "thread": 140633872267008, + "relativeCreated": 9704.854011535645, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19205,8 +19205,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,774", - "created": 1610346623.774207, + "asctime": "2021-01-11 11:25:13,552", + "created": 1610360713.552221, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19216,14 +19216,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 774.2071151733398, + "msecs": 552.2210597991943, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9707.749128341675, - "thread": 140633872267008, + "relativeCreated": 9704.944133758545, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19231,8 +19231,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,774", - "created": 1610346623.77446, + "asctime": "2021-01-11 11:25:13,552", + "created": 1610360713.552334, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19242,14 +19242,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 774.4600772857666, + "msecs": 552.3340702056885, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9708.002090454102, - "thread": 140633872267008, + "relativeCreated": 9705.057144165039, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19258,8 +19258,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,774", - "created": 1610346623.774946, + "asctime": "2021-01-11 11:25:13,552", + "created": 1610360713.552421, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19269,14 +19269,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 774.9459743499756, + "msecs": 552.4210929870605, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9708.48798751831, - "thread": 140633872267008, + "relativeCreated": 9705.144166946411, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19284,8 +19284,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e" ], - "asctime": "2021-01-11 07:30:23,775", - "created": 1610346623.775324, + "asctime": "2021-01-11 11:25:13,552", + "created": 1610360713.552796, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19295,14 +19295,14 @@ "lineno": 284, "message": "comm-server: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e", "module": "__init__", - "msecs": 775.3241062164307, + "msecs": 552.7958869934082, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9708.866119384766, - "thread": 140633872267008, + "relativeCreated": 9705.518960952759, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19310,8 +19310,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e" ], - "asctime": "2021-01-11 07:30:23,775", - "created": 1610346623.77571, + "asctime": "2021-01-11 11:25:13,553", + "created": 1610360713.553004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19321,14 +19321,14 @@ "lineno": 414, "message": "comm-client: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e", "module": "__init__", - "msecs": 775.7101058959961, + "msecs": 553.0040264129639, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9709.252119064331, - "thread": 140633872267008, + "relativeCreated": 9705.727100372314, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19336,8 +19336,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,776", - "created": 1610346623.776041, + "asctime": "2021-01-11 11:25:13,553", + "created": 1610360713.553187, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19347,14 +19347,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 776.0410308837891, + "msecs": 553.1868934631348, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9709.583044052124, - "thread": 140633872267008, + "relativeCreated": 9705.909967422485, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19363,8 +19363,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,776", - "created": 1610346623.776252, + "asctime": "2021-01-11 11:25:13,553", + "created": 1610360713.55331, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19374,14 +19374,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 776.252031326294, + "msecs": 553.3099174499512, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9709.794044494629, - "thread": 140633872267008, + "relativeCreated": 9706.032991409302, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19389,8 +19389,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,776", - "created": 1610346623.776478, + "asctime": "2021-01-11 11:25:13,553", + "created": 1610360713.553447, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19400,14 +19400,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 776.4780521392822, + "msecs": 553.4470081329346, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9710.020065307617, - "thread": 140633872267008, + "relativeCreated": 9706.170082092285, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19416,8 +19416,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:23,776", - "created": 1610346623.77667, + "asctime": "2021-01-11 11:25:13,553", + "created": 1610360713.553566, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19427,14 +19427,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 776.669979095459, + "msecs": 553.5659790039062, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9710.211992263794, - "thread": 140633872267008, + "relativeCreated": 9706.289052963257, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19442,8 +19442,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 35 7d 20 18 19 e8" ], - "asctime": "2021-01-11 07:30:23,777", - "created": 1610346623.777065, + "asctime": "2021-01-11 11:25:13,553", + "created": 1610360713.553849, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -19453,14 +19453,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 35 7d 20 18 19 e8", "module": "stp", - "msecs": 777.0650386810303, + "msecs": 553.8489818572998, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9710.607051849365, - "thread": 140633872267008, + "relativeCreated": 9706.57205581665, + "thread": 139854193092352, "threadName": "Thread-12" }, { @@ -19471,8 +19471,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:23,777", - "created": 1610346623.777685, + "asctime": "2021-01-11 11:25:13,554", + "created": 1610360713.554166, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19482,22 +19482,22 @@ "lineno": 445, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"u'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 777.6849269866943, + "msecs": 554.1660785675049, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9711.22694015503, - "thread": 140633872267008, + "relativeCreated": 9706.889152526855, + "thread": 139854193092352, "threadName": "Thread-12" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:23,778", - "created": 1610346623.778028, + "asctime": "2021-01-11 11:25:13,554", + "created": 1610360713.554355, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19507,35 +19507,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 778.0280113220215, + "msecs": 554.3549060821533, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9711.570024490356, - "thread": 140633872267008, + "relativeCreated": 9707.077980041504, + "thread": 139854193092352, "threadName": "Thread-12" } ], - "msecs": 962.9120826721191, + "msecs": 740.3059005737305, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9896.454095840454, - "thread": 140634736203584, + "relativeCreated": 9893.028974533081, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.18488407135009766 + "time_consumption": 0.18595099449157715 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:23,963", - "created": 1610346623.963713, + "asctime": "2021-01-11 11:25:13,741", + "created": 1610360713.741278, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19552,8 +19552,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:23,963", - "created": 1610346623.963335, + "asctime": "2021-01-11 11:25:13,740", + "created": 1610360713.740876, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19563,14 +19563,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 963.3350372314453, + "msecs": 740.8759593963623, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9896.87705039978, - "thread": 140634736203584, + "relativeCreated": 9893.599033355713, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -19579,8 +19579,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:23,963", - "created": 1610346623.963523, + "asctime": "2021-01-11 11:25:13,741", + "created": 1610360713.741091, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19590,35 +19590,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 963.5229110717773, + "msecs": 741.0910129547119, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9897.064924240112, - "thread": 140634736203584, + "relativeCreated": 9893.814086914062, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 963.7129306793213, + "msecs": 741.2779331207275, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9897.254943847656, - "thread": 140634736203584, + "relativeCreated": 9894.001007080078, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001900196075439453 + "time_consumption": 0.000186920166015625 }, { "args": [ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:23,964", - "created": 1610346623.964454, + "asctime": "2021-01-11 11:25:13,741", + "created": 1610360713.741934, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19635,8 +19635,8 @@ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:23,964", - "created": 1610346623.964051, + "asctime": "2021-01-11 11:25:13,741", + "created": 1610360713.741571, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19646,14 +19646,14 @@ "lineno": 22, "message": "Result (Received message on client side): {u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35} ()", "module": "test", - "msecs": 964.0510082244873, + "msecs": 741.5709495544434, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9897.593021392822, - "thread": 140634736203584, + "relativeCreated": 9894.294023513794, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -19662,8 +19662,8 @@ "{'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:23,964", - "created": 1610346623.964261, + "asctime": "2021-01-11 11:25:13,741", + "created": 1610360713.741754, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -19673,39 +19673,39 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = {'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35} ()", "module": "test", - "msecs": 964.2610549926758, + "msecs": 741.7540550231934, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9897.80306816101, - "thread": 140634736203584, + "relativeCreated": 9894.477128982544, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 964.453935623169, + "msecs": 741.934061050415, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9897.995948791504, - "thread": 140634736203584, + "relativeCreated": 9894.657135009766, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00019288063049316406 + "time_consumption": 0.0001800060272216797 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 2.483767032623291, - "time_finished": "2021-01-11 07:30:23,964", - "time_start": "2021-01-11 07:30:21,480" + "time_consumption": 2.485166072845459, + "time_finished": "2021-01-11 11:25:13,741", + "time_start": "2021-01-11 11:25:11,256" }, "_Lmn-kE0hEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:23,965", - "created": 1610346623.965319, + "asctime": "2021-01-11 11:25:13,742", + "created": 1610360713.742564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19716,18 +19716,18 @@ "message": "_Lmn-kE0hEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 965.3189182281494, + "msecs": 742.5639629364014, "msg": "_Lmn-kE0hEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9898.860931396484, + "relativeCreated": 9895.287036895752, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:23,972", - "created": 1610346623.972131, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749734, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -19742,8 +19742,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:23,966", - "created": 1610346623.966451, + "asctime": "2021-01-11 11:25:13,744", + "created": 1610360713.744235, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19753,22 +19753,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 966.4509296417236, + "msecs": 744.2350387573242, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9899.992942810059, - "thread": 140634736203584, + "relativeCreated": 9896.958112716675, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:23,966", - "created": 1610346623.966997, + "asctime": "2021-01-11 11:25:13,745", + "created": 1610360713.745357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19778,22 +19778,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 966.9969081878662, + "msecs": 745.3570365905762, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9900.538921356201, - "thread": 140634736203584, + "relativeCreated": 9898.080110549927, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:23,967", - "created": 1610346623.967155, + "asctime": "2021-01-11 11:25:13,745", + "created": 1610360713.74571, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19803,22 +19803,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 967.1549797058105, + "msecs": 745.7098960876465, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9900.696992874146, - "thread": 140634736203584, + "relativeCreated": 9898.432970046997, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:23,967", - "created": 1610346623.967601, + "asctime": "2021-01-11 11:25:13,746", + "created": 1610360713.746424, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19828,14 +19828,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 967.6010608673096, + "msecs": 746.4239597320557, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9901.143074035645, - "thread": 140634736203584, + "relativeCreated": 9899.147033691406, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -19844,8 +19844,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:23,967", - "created": 1610346623.967798, + "asctime": "2021-01-11 11:25:13,746", + "created": 1610360713.746725, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19855,14 +19855,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 967.7979946136475, + "msecs": 746.7250823974609, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9901.340007781982, - "thread": 140634736203584, + "relativeCreated": 9899.448156356812, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -19870,8 +19870,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:23,968", - "created": 1610346623.968037, + "asctime": "2021-01-11 11:25:13,747", + "created": 1610360713.747075, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19881,14 +19881,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 968.0368900299072, + "msecs": 747.075080871582, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9901.578903198242, - "thread": 140634736203584, + "relativeCreated": 9899.798154830933, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -19896,8 +19896,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:23,968", - "created": 1610346623.968237, + "asctime": "2021-01-11 11:25:13,747", + "created": 1610360713.747365, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19907,14 +19907,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 968.2369232177734, + "msecs": 747.3649978637695, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9901.778936386108, - "thread": 140634736203584, + "relativeCreated": 9900.08807182312, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -19922,8 +19922,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:23,968", - "created": 1610346623.968426, + "asctime": "2021-01-11 11:25:13,747", + "created": 1610360713.747601, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19933,14 +19933,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 968.425989151001, + "msecs": 747.6010322570801, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9901.968002319336, - "thread": 140634736203584, + "relativeCreated": 9900.32410621643, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -19948,8 +19948,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:23,968", - "created": 1610346623.968565, + "asctime": "2021-01-11 11:25:13,747", + "created": 1610360713.74775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19959,14 +19959,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 968.5649871826172, + "msecs": 747.7500438690186, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9902.107000350952, - "thread": 140634736203584, + "relativeCreated": 9900.47311782837, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -19976,8 +19976,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:23,968", - "created": 1610346623.968689, + "asctime": "2021-01-11 11:25:13,747", + "created": 1610360713.747812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -19987,14 +19987,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 968.68896484375, + "msecs": 747.812032699585, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9902.230978012085, - "thread": 140634736203584, + "relativeCreated": 9900.535106658936, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20004,8 +20004,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:23,968", - "created": 1610346623.968825, + "asctime": "2021-01-11 11:25:13,747", + "created": 1610360713.747871, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20015,14 +20015,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 968.825101852417, + "msecs": 747.870922088623, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9902.367115020752, - "thread": 140634736203584, + "relativeCreated": 9900.593996047974, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20032,8 +20032,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:23,968", - "created": 1610346623.968928, + "asctime": "2021-01-11 11:25:13,747", + "created": 1610360713.74793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20043,14 +20043,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 968.9280986785889, + "msecs": 747.9300498962402, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9902.470111846924, - "thread": 140634736203584, + "relativeCreated": 9900.65312385559, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20060,8 +20060,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:23,969", - "created": 1610346623.969018, + "asctime": "2021-01-11 11:25:13,747", + "created": 1610360713.747985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20071,22 +20071,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 969.0179824829102, + "msecs": 747.9848861694336, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9902.559995651245, - "thread": 140634736203584, + "relativeCreated": 9900.707960128784, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:23,969", - "created": 1610346623.969102, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748035, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20096,14 +20096,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 969.1019058227539, + "msecs": 748.0349540710449, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9902.643918991089, - "thread": 140634736203584, + "relativeCreated": 9900.758028030396, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20112,8 +20112,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:23,969", - "created": 1610346623.969202, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748094, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20123,14 +20123,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 969.2020416259766, + "msecs": 748.0940818786621, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9902.744054794312, - "thread": 140634736203584, + "relativeCreated": 9900.817155838013, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20138,8 +20138,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:23,969", - "created": 1610346623.969303, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748158, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20149,14 +20149,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 969.3028926849365, + "msecs": 748.1579780578613, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9902.844905853271, - "thread": 140634736203584, + "relativeCreated": 9900.881052017212, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20164,8 +20164,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:23,969", - "created": 1610346623.969387, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748208, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20175,14 +20175,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 969.3870544433594, + "msecs": 748.2080459594727, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9902.929067611694, - "thread": 140634736203584, + "relativeCreated": 9900.931119918823, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20192,8 +20192,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:23,969", - "created": 1610346623.969498, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748262, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20203,14 +20203,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 969.4979190826416, + "msecs": 748.2619285583496, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9903.039932250977, - "thread": 140634736203584, + "relativeCreated": 9900.9850025177, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20220,8 +20220,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:23,969", - "created": 1610346623.969604, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748316, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20231,14 +20231,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 969.6040153503418, + "msecs": 748.3160495758057, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9903.146028518677, - "thread": 140634736203584, + "relativeCreated": 9901.039123535156, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20247,8 +20247,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:23,969", - "created": 1610346623.969723, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748372, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20258,14 +20258,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 969.7229862213135, + "msecs": 748.3720779418945, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9903.264999389648, - "thread": 140634736203584, + "relativeCreated": 9901.095151901245, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20274,8 +20274,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:23,969", - "created": 1610346623.969828, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748427, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20285,14 +20285,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 969.8278903961182, + "msecs": 748.4269142150879, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9903.369903564453, - "thread": 140634736203584, + "relativeCreated": 9901.149988174438, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20301,8 +20301,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:23,969", - "created": 1610346623.96991, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748477, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20312,22 +20312,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 969.9099063873291, + "msecs": 748.4769821166992, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9903.451919555664, - "thread": 140634736203584, + "relativeCreated": 9901.20005607605, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:23,970", - "created": 1610346623.970003, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748529, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20337,22 +20337,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 970.0028896331787, + "msecs": 748.5289573669434, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9903.544902801514, - "thread": 140634736203584, + "relativeCreated": 9901.252031326294, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:23,970", - "created": 1610346623.970202, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20362,14 +20362,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 970.2019691467285, + "msecs": 748.6519813537598, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9903.743982315063, - "thread": 140634736203584, + "relativeCreated": 9901.37505531311, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20378,8 +20378,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:23,970", - "created": 1610346623.970298, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.74871, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20389,14 +20389,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 970.2980518341064, + "msecs": 748.7099170684814, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9903.840065002441, - "thread": 140634736203584, + "relativeCreated": 9901.432991027832, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20404,8 +20404,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:23,970", - "created": 1610346623.970415, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20415,14 +20415,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 970.4151153564453, + "msecs": 748.8059997558594, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9903.95712852478, - "thread": 140634736203584, + "relativeCreated": 9901.52907371521, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20430,8 +20430,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:23,970", - "created": 1610346623.970515, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20441,14 +20441,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 970.5150127410889, + "msecs": 748.8939762115479, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9904.057025909424, - "thread": 140634736203584, + "relativeCreated": 9901.617050170898, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20456,8 +20456,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:23,970", - "created": 1610346623.970598, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748946, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20467,14 +20467,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 970.5979824066162, + "msecs": 748.945951461792, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9904.139995574951, - "thread": 140634736203584, + "relativeCreated": 9901.669025421143, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20482,8 +20482,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:23,970", - "created": 1610346623.970679, + "asctime": "2021-01-11 11:25:13,748", + "created": 1610360713.748995, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20493,14 +20493,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 970.6790447235107, + "msecs": 748.9950656890869, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9904.221057891846, - "thread": 140634736203584, + "relativeCreated": 9901.718139648438, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20510,8 +20510,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:23,970", - "created": 1610346623.970772, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749048, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20521,14 +20521,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 970.7720279693604, + "msecs": 749.0479946136475, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9904.314041137695, - "thread": 140634736203584, + "relativeCreated": 9901.771068572998, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20538,8 +20538,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:23,970", - "created": 1610346623.97087, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749107, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20549,14 +20549,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 970.8700180053711, + "msecs": 749.1068840026855, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9904.412031173706, - "thread": 140634736203584, + "relativeCreated": 9901.829957962036, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20566,8 +20566,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:23,970", - "created": 1610346623.970983, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20577,14 +20577,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 970.9830284118652, + "msecs": 749.1610050201416, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9904.5250415802, - "thread": 140634736203584, + "relativeCreated": 9901.884078979492, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20594,8 +20594,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:23,971", - "created": 1610346623.971092, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20605,22 +20605,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 971.0919857025146, + "msecs": 749.2148876190186, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9904.63399887085, - "thread": 140634736203584, + "relativeCreated": 9901.93796157837, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:23,971", - "created": 1610346623.971191, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20630,14 +20630,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 971.1909294128418, + "msecs": 749.2630481719971, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9904.732942581177, - "thread": 140634736203584, + "relativeCreated": 9901.986122131348, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20646,8 +20646,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:23,971", - "created": 1610346623.971348, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749325, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20657,14 +20657,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 971.3480472564697, + "msecs": 749.3250370025635, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9904.890060424805, - "thread": 140634736203584, + "relativeCreated": 9902.048110961914, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20672,8 +20672,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:23,971", - "created": 1610346623.971445, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.74939, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20683,14 +20683,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 971.4450836181641, + "msecs": 749.3898868560791, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9904.987096786499, - "thread": 140634736203584, + "relativeCreated": 9902.11296081543, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20698,8 +20698,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:23,971", - "created": 1610346623.97153, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749432, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20709,14 +20709,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 971.5299606323242, + "msecs": 749.4320869445801, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9905.07197380066, - "thread": 140634736203584, + "relativeCreated": 9902.15516090393, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20726,8 +20726,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:23,971", - "created": 1610346623.971617, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749475, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20737,14 +20737,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 971.6169834136963, + "msecs": 749.4750022888184, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9905.158996582031, - "thread": 140634736203584, + "relativeCreated": 9902.198076248169, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20754,8 +20754,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:23,971", - "created": 1610346623.971713, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.74952, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20765,14 +20765,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 971.7130661010742, + "msecs": 749.5200634002686, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9905.25507926941, - "thread": 140634736203584, + "relativeCreated": 9902.24313735962, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20781,8 +20781,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:23,971", - "created": 1610346623.971799, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749565, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20792,14 +20792,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 971.7988967895508, + "msecs": 749.5648860931396, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9905.340909957886, - "thread": 140634736203584, + "relativeCreated": 9902.28796005249, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20808,8 +20808,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:23,971", - "created": 1610346623.97188, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749606, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20819,14 +20819,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 971.8799591064453, + "msecs": 749.6058940887451, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9905.42197227478, - "thread": 140634736203584, + "relativeCreated": 9902.328968048096, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20835,8 +20835,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:23,971", - "created": 1610346623.971959, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749645, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20846,22 +20846,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 971.959114074707, + "msecs": 749.6449947357178, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9905.501127243042, - "thread": 140634736203584, + "relativeCreated": 9902.368068695068, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:23,972", - "created": 1610346623.972048, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749693, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20871,32 +20871,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 972.0480442047119, + "msecs": 749.6929168701172, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9905.590057373047, - "thread": 140634736203584, + "relativeCreated": 9902.415990829468, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 972.1310138702393, + "msecs": 749.7339248657227, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9905.673027038574, - "thread": 140634736203584, + "relativeCreated": 9902.456998825073, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 8.296966552734375e-05 + "time_consumption": 4.100799560546875e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:24,316", - "created": 1610346624.316449, + "asctime": "2021-01-11 11:25:14,093", + "created": 1610360714.09336, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -20911,8 +20911,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:23,972", - "created": 1610346623.972306, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.74982, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20922,22 +20922,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 972.3060131072998, + "msecs": 749.8199939727783, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9905.848026275635, - "thread": 140634736203584, + "relativeCreated": 9902.543067932129, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:23,972", - "created": 1610346623.972398, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749865, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20947,22 +20947,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 972.398042678833, + "msecs": 749.8650550842285, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9905.940055847168, - "thread": 140634736203584, + "relativeCreated": 9902.58812904358, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:23,972", - "created": 1610346623.972485, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749912, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -20972,14 +20972,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 972.4850654602051, + "msecs": 749.9120235443115, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9906.02707862854, - "thread": 140634736203584, + "relativeCreated": 9902.635097503662, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -20990,8 +20990,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:23,972", - "created": 1610346623.972636, + "asctime": "2021-01-11 11:25:13,749", + "created": 1610360713.749985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21001,22 +21001,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 972.6359844207764, + "msecs": 749.9849796295166, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9906.177997589111, - "thread": 140634736203584, + "relativeCreated": 9902.708053588867, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:23,972", - "created": 1610346623.972915, + "asctime": "2021-01-11 11:25:13,750", + "created": 1610360713.750129, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21026,22 +21026,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 972.9149341583252, + "msecs": 750.128984451294, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9906.45694732666, - "thread": 140634736203584, + "relativeCreated": 9902.852058410645, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:23,973", - "created": 1610346623.973015, + "asctime": "2021-01-11 11:25:13,750", + "created": 1610360713.750183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21051,22 +21051,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 973.0150699615479, + "msecs": 750.18310546875, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9906.557083129883, - "thread": 140634736203584, + "relativeCreated": 9902.9061794281, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:23,973", - "created": 1610346623.973106, + "asctime": "2021-01-11 11:25:13,750", + "created": 1610360713.750228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21076,14 +21076,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 973.1059074401855, + "msecs": 750.2279281616211, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9906.64792060852, - "thread": 140634736203584, + "relativeCreated": 9902.951002120972, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -21091,8 +21091,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:23,973", - "created": 1610346623.973932, + "asctime": "2021-01-11 11:25:13,751", + "created": 1610360713.751846, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21102,14 +21102,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 973.9320278167725, + "msecs": 751.8460750579834, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9907.474040985107, - "thread": 140633863874304, + "relativeCreated": 9904.569149017334, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21117,8 +21117,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:23,974", - "created": 1610346623.974226, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752002, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21128,14 +21128,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 974.2259979248047, + "msecs": 752.0020008087158, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9907.76801109314, - "thread": 140633863874304, + "relativeCreated": 9904.725074768066, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21143,8 +21143,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,974", - "created": 1610346623.974351, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752071, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21154,14 +21154,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 974.3509292602539, + "msecs": 752.0709037780762, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9907.892942428589, - "thread": 140633863874304, + "relativeCreated": 9904.793977737427, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21170,8 +21170,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:23,974", - "created": 1610346623.974503, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752127, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21181,14 +21181,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 974.5030403137207, + "msecs": 752.126932144165, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9908.045053482056, - "thread": 140633863874304, + "relativeCreated": 9904.850006103516, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21196,8 +21196,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,974", - "created": 1610346623.974644, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21207,14 +21207,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 974.6439456939697, + "msecs": 752.1910667419434, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9908.185958862305, - "thread": 140633863874304, + "relativeCreated": 9904.914140701294, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21223,8 +21223,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,974", - "created": 1610346623.974741, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752241, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21234,14 +21234,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 974.7409820556641, + "msecs": 752.2408962249756, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9908.282995223999, - "thread": 140633863874304, + "relativeCreated": 9904.963970184326, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21249,8 +21249,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,974", - "created": 1610346623.97487, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752312, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21260,14 +21260,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 974.869966506958, + "msecs": 752.3119449615479, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9908.411979675293, - "thread": 140633863874304, + "relativeCreated": 9905.035018920898, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21276,8 +21276,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,974", - "created": 1610346623.974973, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752359, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21287,14 +21287,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 974.9729633331299, + "msecs": 752.3589134216309, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9908.514976501465, - "thread": 140633863874304, + "relativeCreated": 9905.081987380981, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21302,8 +21302,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,975", - "created": 1610346623.97513, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752418, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21313,14 +21313,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 975.1300811767578, + "msecs": 752.418041229248, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9908.672094345093, - "thread": 140633863874304, + "relativeCreated": 9905.141115188599, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21329,8 +21329,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,975", - "created": 1610346623.975356, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752464, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21340,14 +21340,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 975.3561019897461, + "msecs": 752.4640560150146, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9908.898115158081, - "thread": 140633863874304, + "relativeCreated": 9905.187129974365, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21355,8 +21355,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,975", - "created": 1610346623.97555, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752532, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21366,14 +21366,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 975.5499362945557, + "msecs": 752.5320053100586, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9909.09194946289, - "thread": 140633863874304, + "relativeCreated": 9905.25507926941, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21382,8 +21382,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,975", - "created": 1610346623.97568, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752582, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21393,14 +21393,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 975.6801128387451, + "msecs": 752.5820732116699, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9909.22212600708, - "thread": 140633863874304, + "relativeCreated": 9905.30514717102, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21408,8 +21408,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:23,975", - "created": 1610346623.975875, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752657, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21419,14 +21419,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 975.8749008178711, + "msecs": 752.6569366455078, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9909.416913986206, - "thread": 140633863874304, + "relativeCreated": 9905.380010604858, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21434,8 +21434,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:23,976", - "created": 1610346623.97613, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752715, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21445,14 +21445,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 976.1300086975098, + "msecs": 752.7151107788086, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9909.672021865845, - "thread": 140633863874304, + "relativeCreated": 9905.43818473816, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21460,8 +21460,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,976", - "created": 1610346623.9764, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752781, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21471,14 +21471,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 976.3998985290527, + "msecs": 752.7809143066406, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9909.941911697388, - "thread": 140633863874304, + "relativeCreated": 9905.503988265991, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21487,8 +21487,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:23,976", - "created": 1610346623.976614, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752829, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21498,14 +21498,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 976.6139984130859, + "msecs": 752.8290748596191, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9910.15601158142, - "thread": 140633863874304, + "relativeCreated": 9905.55214881897, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21513,8 +21513,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:23,976", - "created": 1610346623.976893, + "asctime": "2021-01-11 11:25:13,752", + "created": 1610360713.752932, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21524,14 +21524,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 976.8929481506348, + "msecs": 752.932071685791, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9910.43496131897, - "thread": 140633863874304, + "relativeCreated": 9905.655145645142, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21542,8 +21542,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:23,977", - "created": 1610346623.977202, + "asctime": "2021-01-11 11:25:13,753", + "created": 1610360713.753048, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21553,14 +21553,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 977.2019386291504, + "msecs": 753.0479431152344, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9910.743951797485, - "thread": 140633863874304, + "relativeCreated": 9905.771017074585, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21568,8 +21568,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:23,977", - "created": 1610346623.977334, + "asctime": "2021-01-11 11:25:13,753", + "created": 1610360713.753144, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21579,14 +21579,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 977.3340225219727, + "msecs": 753.1440258026123, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9910.876035690308, - "thread": 140633863874304, + "relativeCreated": 9905.867099761963, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21597,8 +21597,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:23,977", - "created": 1610346623.97751, + "asctime": "2021-01-11 11:25:13,753", + "created": 1610360713.753263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21608,14 +21608,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 977.5099754333496, + "msecs": 753.262996673584, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9911.051988601685, - "thread": 140633863874304, + "relativeCreated": 9905.986070632935, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -21623,8 +21623,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:23,984", - "created": 1610346623.984265, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755112, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21634,14 +21634,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 984.2650890350342, + "msecs": 755.1119327545166, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9917.80710220337, - "thread": 140633855481600, + "relativeCreated": 9907.835006713867, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21649,8 +21649,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:23,984", - "created": 1610346623.984585, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755261, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21660,14 +21660,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 984.5850467681885, + "msecs": 755.2609443664551, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.127059936523, - "thread": 140633855481600, + "relativeCreated": 9907.984018325806, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21675,8 +21675,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,984", - "created": 1610346623.984715, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755326, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21686,14 +21686,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 984.7149848937988, + "msecs": 755.3260326385498, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.256998062134, - "thread": 140633855481600, + "relativeCreated": 9908.0491065979, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21702,8 +21702,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:23,984", - "created": 1610346623.984784, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.75538, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21713,14 +21713,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.7838878631592, + "msecs": 755.3799152374268, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.325901031494, - "thread": 140633855481600, + "relativeCreated": 9908.102989196777, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21728,8 +21728,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,984", - "created": 1610346623.984856, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755447, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21739,14 +21739,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.8558902740479, + "msecs": 755.4469108581543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.397903442383, - "thread": 140633855481600, + "relativeCreated": 9908.169984817505, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21755,8 +21755,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,984", - "created": 1610346623.984908, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755497, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21766,14 +21766,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 984.9081039428711, + "msecs": 755.4969787597656, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.450117111206, - "thread": 140633855481600, + "relativeCreated": 9908.220052719116, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21781,8 +21781,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,984", - "created": 1610346623.984978, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21792,14 +21792,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 984.9779605865479, + "msecs": 755.5630207061768, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.519973754883, - "thread": 140633855481600, + "relativeCreated": 9908.286094665527, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21808,8 +21808,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.985027, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755612, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21819,14 +21819,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 985.0270748138428, + "msecs": 755.6118965148926, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.569087982178, - "thread": 140633855481600, + "relativeCreated": 9908.334970474243, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21834,8 +21834,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.985108, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755671, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21845,14 +21845,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 985.1078987121582, + "msecs": 755.6710243225098, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.649911880493, - "thread": 140633855481600, + "relativeCreated": 9908.39409828186, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21861,8 +21861,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.985165, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755722, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21872,14 +21872,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 985.1651191711426, + "msecs": 755.7220458984375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.707132339478, - "thread": 140633855481600, + "relativeCreated": 9908.445119857788, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21887,8 +21887,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.985232, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755787, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21898,14 +21898,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 985.2321147918701, + "msecs": 755.7868957519531, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.774127960205, - "thread": 140633855481600, + "relativeCreated": 9908.509969711304, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21914,8 +21914,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.98528, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755834, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -21925,14 +21925,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 985.2800369262695, + "msecs": 755.8341026306152, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.822050094604, - "thread": 140633855481600, + "relativeCreated": 9908.557176589966, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21940,8 +21940,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.985363, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21951,14 +21951,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 985.3630065917969, + "msecs": 755.9070587158203, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.905019760132, - "thread": 140633855481600, + "relativeCreated": 9908.63013267517, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21966,8 +21966,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.985421, + "asctime": "2021-01-11 11:25:13,755", + "created": 1610360713.755967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -21977,14 +21977,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 985.4209423065186, + "msecs": 755.9669017791748, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9918.962955474854, - "thread": 140633855481600, + "relativeCreated": 9908.689975738525, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -21992,8 +21992,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.985493, + "asctime": "2021-01-11 11:25:13,756", + "created": 1610360713.756027, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22003,14 +22003,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 985.4929447174072, + "msecs": 756.0269832611084, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9919.034957885742, - "thread": 140633855481600, + "relativeCreated": 9908.750057220459, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -22019,8 +22019,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.985543, + "asctime": "2021-01-11 11:25:13,756", + "created": 1610360713.756085, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22030,14 +22030,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 985.5430126190186, + "msecs": 756.0849189758301, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9919.085025787354, - "thread": 140633855481600, + "relativeCreated": 9908.80799293518, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -22045,8 +22045,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.985643, + "asctime": "2021-01-11 11:25:13,756", + "created": 1610360713.756208, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22056,14 +22056,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 985.6429100036621, + "msecs": 756.2079429626465, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9919.184923171997, - "thread": 140633855481600, + "relativeCreated": 9908.931016921997, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -22074,8 +22074,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.98576, + "asctime": "2021-01-11 11:25:13,756", + "created": 1610360713.756354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22085,14 +22085,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 985.759973526001, + "msecs": 756.3540935516357, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9919.301986694336, - "thread": 140633855481600, + "relativeCreated": 9909.077167510986, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -22100,8 +22100,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:23,985", - "created": 1610346623.985831, + "asctime": "2021-01-11 11:25:13,756", + "created": 1610360713.756433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22111,32 +22111,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 985.8310222625732, + "msecs": 756.4330101013184, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 9919.373035430908, - "thread": 140633855481600, + "relativeCreated": 9909.156084060669, + "thread": 139854176306944, "threadName": "Thread-14" } ], - "msecs": 316.4489269256592, + "msecs": 93.35994720458984, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10249.990940093994, - "thread": 140634736203584, + "relativeCreated": 10246.08302116394, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.33061790466308594 + "time_consumption": 0.3369269371032715 }, { "args": [], - "asctime": "2021-01-11 07:30:24,316", - "created": 1610346624.316966, + "asctime": "2021-01-11 11:25:14,094", + "created": 1610360714.094104, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -22147,14 +22147,14 @@ "message": "Setting no Channel name for server and client", "module": "test_communication", "moduleLogger": [], - "msecs": 316.96605682373047, + "msecs": 94.10405158996582, "msg": "Setting no Channel name for server and client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10250.508069992065, - "thread": 140634736203584, + "relativeCreated": 10246.827125549316, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -22163,8 +22163,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:24,317", - "created": 1610346624.317565, + "asctime": "2021-01-11 11:25:14,095", + "created": 1610360714.095063, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22181,8 +22181,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:24,317", - "created": 1610346624.317242, + "asctime": "2021-01-11 11:25:14,094", + "created": 1610360714.094533, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22192,14 +22192,14 @@ "lineno": 22, "message": "Result (Channel name of server): None ()", "module": "test", - "msecs": 317.241907119751, + "msecs": 94.53296661376953, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10250.783920288086, - "thread": 140634736203584, + "relativeCreated": 10247.25604057312, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -22208,8 +22208,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:24,317", - "created": 1610346624.317414, + "asctime": "2021-01-11 11:25:14,094", + "created": 1610360714.094803, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22219,35 +22219,35 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = None ()", "module": "test", - "msecs": 317.4140453338623, + "msecs": 94.8030948638916, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10250.956058502197, - "thread": 140634736203584, + "relativeCreated": 10247.526168823242, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 317.5649642944336, + "msecs": 95.0629711151123, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10251.106977462769, - "thread": 140634736203584, + "relativeCreated": 10247.786045074463, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015091896057128906 + "time_consumption": 0.0002598762512207031 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:24,318", - "created": 1610346624.318159, + "asctime": "2021-01-11 11:25:14,095", + "created": 1610360714.095973, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22264,8 +22264,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:24,317", - "created": 1610346624.317842, + "asctime": "2021-01-11 11:25:14,095", + "created": 1610360714.095503, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22275,14 +22275,14 @@ "lineno": 22, "message": "Result (Channel name of client): None ()", "module": "test", - "msecs": 317.8420066833496, + "msecs": 95.50309181213379, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10251.384019851685, - "thread": 140634736203584, + "relativeCreated": 10248.226165771484, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -22291,8 +22291,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:24,318", - "created": 1610346624.318001, + "asctime": "2021-01-11 11:25:14,095", + "created": 1610360714.095743, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -22302,32 +22302,32 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = None ()", "module": "test", - "msecs": 318.00103187561035, + "msecs": 95.74294090270996, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10251.543045043945, - "thread": 140634736203584, + "relativeCreated": 10248.46601486206, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 318.1591033935547, + "msecs": 95.97301483154297, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10251.70111656189, - "thread": 140634736203584, + "relativeCreated": 10248.696088790894, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015807151794433594 + "time_consumption": 0.0002300739288330078 }, { "args": [], - "asctime": "2021-01-11 07:30:24,318", - "created": 1610346624.318845, + "asctime": "2021-01-11 11:25:14,097", + "created": 1610360714.09722, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -22338,21 +22338,21 @@ "message": "Setting different Channel names for client and Server", "module": "test_communication", "moduleLogger": [], - "msecs": 318.8450336456299, + "msecs": 97.21994400024414, "msg": "Setting different Channel names for client and Server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10252.387046813965, - "thread": 140634736203584, + "relativeCreated": 10249.943017959595, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:24,665", - "created": 1610346624.665414, + "asctime": "2021-01-11 11:25:14,443", + "created": 1610360714.4435, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -22367,8 +22367,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:24,319", - "created": 1610346624.31907, + "asctime": "2021-01-11 11:25:14,097", + "created": 1610360714.097519, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22378,22 +22378,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 319.07010078430176, + "msecs": 97.5189208984375, "msg": "%s Connection Lost...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10252.612113952637, - "thread": 140634736203584, + "relativeCreated": 10250.241994857788, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:24,319", - "created": 1610346624.319294, + "asctime": "2021-01-11 11:25:14,097", + "created": 1610360714.097734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22403,22 +22403,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 319.2939758300781, + "msecs": 97.73397445678711, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10252.835988998413, - "thread": 140634736203584, + "relativeCreated": 10250.457048416138, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:24,319", - "created": 1610346624.319532, + "asctime": "2021-01-11 11:25:14,097", + "created": 1610360714.097937, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22428,22 +22428,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 319.5319175720215, + "msecs": 97.93710708618164, "msg": "%s Connection Lost...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10253.073930740356, - "thread": 140634736203584, + "relativeCreated": 10250.660181045532, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:24,319", - "created": 1610346624.319719, + "asctime": "2021-01-11 11:25:14,098", + "created": 1610360714.098196, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22453,22 +22453,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 319.7190761566162, + "msecs": 98.19602966308594, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10253.261089324951, - "thread": 140634736203584, + "relativeCreated": 10250.919103622437, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:24,319", - "created": 1610346624.319923, + "asctime": "2021-01-11 11:25:14,098", + "created": 1610360714.098473, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22478,22 +22478,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 319.92292404174805, + "msecs": 98.47307205200195, "msg": "%s Connection established...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10253.464937210083, - "thread": 140634736203584, + "relativeCreated": 10251.196146011353, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:24,320", - "created": 1610346624.320104, + "asctime": "2021-01-11 11:25:14,098", + "created": 1610360714.098742, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22503,22 +22503,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 320.10388374328613, + "msecs": 98.74200820922852, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10253.645896911621, - "thread": 140634736203584, + "relativeCreated": 10251.46508216858, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:24,320", - "created": 1610346624.320486, + "asctime": "2021-01-11 11:25:14,098", + "created": 1610360714.098921, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22528,14 +22528,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 320.48606872558594, + "msecs": 98.92106056213379, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10254.02808189392, - "thread": 140634736203584, + "relativeCreated": 10251.644134521484, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -22546,8 +22546,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 07:30:24,320", - "created": 1610346624.320907, + "asctime": "2021-01-11 11:25:14,099", + "created": 1610360714.099198, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22557,22 +22557,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 320.9071159362793, + "msecs": 99.1981029510498, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10254.449129104614, - "thread": 140634736203584, + "relativeCreated": 10251.9211769104, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:24,321", - "created": 1610346624.321682, + "asctime": "2021-01-11 11:25:14,099", + "created": 1610360714.099761, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22582,22 +22582,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 321.6819763183594, + "msecs": 99.7610092163086, "msg": "%s Connection established...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10255.223989486694, - "thread": 140634736203584, + "relativeCreated": 10252.48408317566, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:24,321", - "created": 1610346624.3219, + "asctime": "2021-01-11 11:25:14,099", + "created": 1610360714.099965, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22607,22 +22607,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 321.8998908996582, + "msecs": 99.96509552001953, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10255.441904067993, - "thread": 140634736203584, + "relativeCreated": 10252.68816947937, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:24,322", - "created": 1610346624.322053, + "asctime": "2021-01-11 11:25:14,100", + "created": 1610360714.100148, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22632,14 +22632,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 322.0529556274414, + "msecs": 100.14796257019043, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10255.594968795776, - "thread": 140634736203584, + "relativeCreated": 10252.871036529541, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -22647,8 +22647,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a" ], - "asctime": "2021-01-11 07:30:24,342", - "created": 1610346624.342487, + "asctime": "2021-01-11 11:25:14,118", + "created": 1610360714.118755, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22658,14 +22658,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a", "module": "__init__", - "msecs": 342.487096786499, + "msecs": 118.75510215759277, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10276.029109954834, - "thread": 140633863874304, + "relativeCreated": 10271.478176116943, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22673,8 +22673,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a" ], - "asctime": "2021-01-11 07:30:24,343", - "created": 1610346624.343468, + "asctime": "2021-01-11 11:25:14,119", + "created": 1610360714.119057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22684,14 +22684,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a", "module": "__init__", - "msecs": 343.46795082092285, + "msecs": 119.05694007873535, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10277.009963989258, - "thread": 140633863874304, + "relativeCreated": 10271.780014038086, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22699,8 +22699,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,343", - "created": 1610346624.343868, + "asctime": "2021-01-11 11:25:14,119", + "created": 1610360714.11917, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22710,14 +22710,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 343.8680171966553, + "msecs": 119.16995048522949, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10277.41003036499, - "thread": 140633863874304, + "relativeCreated": 10271.89302444458, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22726,8 +22726,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:24,344", - "created": 1610346624.344231, + "asctime": "2021-01-11 11:25:14,119", + "created": 1610360714.119274, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22737,14 +22737,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 344.23089027404785, + "msecs": 119.27390098571777, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10277.772903442383, - "thread": 140633863874304, + "relativeCreated": 10271.996974945068, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22752,8 +22752,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,345", - "created": 1610346624.345123, + "asctime": "2021-01-11 11:25:14,119", + "created": 1610360714.119387, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22763,14 +22763,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 345.1230525970459, + "msecs": 119.38691139221191, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10278.66506576538, - "thread": 140633863874304, + "relativeCreated": 10272.109985351562, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22779,8 +22779,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,345", - "created": 1610346624.345322, + "asctime": "2021-01-11 11:25:14,119", + "created": 1610360714.119474, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22790,14 +22790,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 345.3218936920166, + "msecs": 119.47393417358398, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10278.863906860352, - "thread": 140633863874304, + "relativeCreated": 10272.197008132935, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22805,8 +22805,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,345", - "created": 1610346624.345678, + "asctime": "2021-01-11 11:25:14,119", + "created": 1610360714.119592, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22816,14 +22816,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 345.67809104919434, + "msecs": 119.59195137023926, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10279.22010421753, - "thread": 140633863874304, + "relativeCreated": 10272.31502532959, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22832,8 +22832,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,345", - "created": 1610346624.345915, + "asctime": "2021-01-11 11:25:14,119", + "created": 1610360714.119708, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22843,14 +22843,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 345.9150791168213, + "msecs": 119.70806121826172, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10279.457092285156, - "thread": 140633863874304, + "relativeCreated": 10272.431135177612, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22858,8 +22858,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,346", - "created": 1610346624.346162, + "asctime": "2021-01-11 11:25:14,119", + "created": 1610360714.11984, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22869,14 +22869,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 346.1620807647705, + "msecs": 119.83990669250488, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10279.704093933105, - "thread": 140633863874304, + "relativeCreated": 10272.562980651855, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22885,8 +22885,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,346", - "created": 1610346624.346348, + "asctime": "2021-01-11 11:25:14,119", + "created": 1610360714.119937, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22896,14 +22896,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 346.3480472564697, + "msecs": 119.93694305419922, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10279.890060424805, - "thread": 140633863874304, + "relativeCreated": 10272.66001701355, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22911,8 +22911,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,346", - "created": 1610346624.346607, + "asctime": "2021-01-11 11:25:14,120", + "created": 1610360714.120091, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -22922,14 +22922,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 346.606969833374, + "msecs": 120.09096145629883, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10280.148983001709, - "thread": 140633863874304, + "relativeCreated": 10272.81403541565, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22937,8 +22937,8 @@ "comm-client:", "(10): 3d 20 30 7d 93 56 e3 b4 3a 3e" ], - "asctime": "2021-01-11 07:30:24,346", - "created": 1610346624.346825, + "asctime": "2021-01-11 11:25:14,120", + "created": 1610360714.120255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22948,14 +22948,14 @@ "lineno": 284, "message": "comm-client: TX -> (10): 3d 20 30 7d 93 56 e3 b4 3a 3e", "module": "__init__", - "msecs": 346.82488441467285, + "msecs": 120.2549934387207, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10280.366897583008, - "thread": 140633863874304, + "relativeCreated": 10272.978067398071, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22963,8 +22963,8 @@ "comm-server:", "(10): 3d 20 30 7d 93 56 e3 b4 3a 3e" ], - "asctime": "2021-01-11 07:30:24,347", - "created": 1610346624.347048, + "asctime": "2021-01-11 11:25:14,120", + "created": 1610360714.120389, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -22974,14 +22974,14 @@ "lineno": 414, "message": "comm-server: RX <- (10): 3d 20 30 7d 93 56 e3 b4 3a 3e", "module": "__init__", - "msecs": 347.0480442047119, + "msecs": 120.38898468017578, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10280.590057373047, - "thread": 140633863874304, + "relativeCreated": 10273.112058639526, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -22990,8 +22990,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,347", - "created": 1610346624.347244, + "asctime": "2021-01-11 11:25:14,120", + "created": 1610360714.120496, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23001,14 +23001,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 347.2440242767334, + "msecs": 120.49603462219238, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10280.786037445068, - "thread": 140633863874304, + "relativeCreated": 10273.219108581543, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -23016,8 +23016,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,347", - "created": 1610346624.34743, + "asctime": "2021-01-11 11:25:14,120", + "created": 1610360714.120622, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23027,14 +23027,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 347.4299907684326, + "msecs": 120.62191963195801, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10280.972003936768, - "thread": 140633863874304, + "relativeCreated": 10273.344993591309, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -23043,8 +23043,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:24,347", - "created": 1610346624.347591, + "asctime": "2021-01-11 11:25:14,120", + "created": 1610360714.120739, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23054,14 +23054,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 347.5909233093262, + "msecs": 120.73898315429688, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10281.132936477661, - "thread": 140633863874304, + "relativeCreated": 10273.462057113647, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -23069,8 +23069,8 @@ "STP:", "(66): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 93 56 e3 b4" ], - "asctime": "2021-01-11 07:30:24,348", - "created": 1610346624.348082, + "asctime": "2021-01-11 11:25:14,121", + "created": 1610360714.121021, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23080,14 +23080,14 @@ "lineno": 148, "message": "STP: message identified - (66): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 93 56 e3 b4", "module": "stp", - "msecs": 348.0820655822754, + "msecs": 121.02103233337402, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10281.62407875061, - "thread": 140633863874304, + "relativeCreated": 10273.744106292725, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -23098,8 +23098,8 @@ "status: okay", "u'client'" ], - "asctime": "2021-01-11 07:30:24,348", - "created": 1610346624.348815, + "asctime": "2021-01-11 11:25:14,121", + "created": 1610360714.121304, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23109,14 +23109,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"u'client'\"", "module": "__init__", - "msecs": 348.8149642944336, + "msecs": 121.30403518676758, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10282.356977462769, - "thread": 140633863874304, + "relativeCreated": 10274.027109146118, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -23124,8 +23124,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:24,349", - "created": 1610346624.349274, + "asctime": "2021-01-11 11:25:14,121", + "created": 1610360714.121652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23135,14 +23135,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 349.2739200592041, + "msecs": 121.65188789367676, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10282.815933227539, - "thread": 140633863874304, + "relativeCreated": 10274.374961853027, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -23151,8 +23151,8 @@ "'server'", "u'client'" ], - "asctime": "2021-01-11 07:30:24,349", - "created": 1610346624.349941, + "asctime": "2021-01-11 11:25:14,122", + "created": 1610360714.122103, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23162,14 +23162,14 @@ "lineno": 418, "message": "prot-server: overwriting user defined channel name from 'server' to u'client'", "module": "__init__", - "msecs": 349.9410152435303, + "msecs": 122.10297584533691, "msg": "%s overwriting user defined channel name from %s to %s", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10283.483028411865, - "thread": 140633863874304, + "relativeCreated": 10274.826049804688, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -23180,8 +23180,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:24,350", - "created": 1610346624.350309, + "asctime": "2021-01-11 11:25:14,122", + "created": 1610360714.122322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23191,14 +23191,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 350.308895111084, + "msecs": 122.32208251953125, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10283.850908279419, - "thread": 140633863874304, + "relativeCreated": 10275.045156478882, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -23206,8 +23206,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:24,353", - "created": 1610346624.353947, + "asctime": "2021-01-11 11:25:14,157", + "created": 1610360714.157745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23217,14 +23217,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 353.9469242095947, + "msecs": 157.7448844909668, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10287.48893737793, - "thread": 140633855481600, + "relativeCreated": 10310.467958450317, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23232,8 +23232,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:24,354", - "created": 1610346624.354438, + "asctime": "2021-01-11 11:25:14,158", + "created": 1610360714.158591, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23243,14 +23243,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 354.43806648254395, + "msecs": 158.59103202819824, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10287.980079650879, - "thread": 140633855481600, + "relativeCreated": 10311.314105987549, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23258,8 +23258,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,354", - "created": 1610346624.354706, + "asctime": "2021-01-11 11:25:14,158", + "created": 1610360714.158906, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23269,14 +23269,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 354.7060489654541, + "msecs": 158.9059829711914, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10288.248062133789, - "thread": 140633855481600, + "relativeCreated": 10311.629056930542, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23285,8 +23285,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:24,354", - "created": 1610346624.354985, + "asctime": "2021-01-11 11:25:14,159", + "created": 1610360714.159168, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23296,14 +23296,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 354.98499870300293, + "msecs": 159.16800498962402, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10288.527011871338, - "thread": 140633855481600, + "relativeCreated": 10311.891078948975, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23311,8 +23311,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,355", - "created": 1610346624.355301, + "asctime": "2021-01-11 11:25:14,159", + "created": 1610360714.159775, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23322,14 +23322,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 355.3009033203125, + "msecs": 159.7750186920166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10288.842916488647, - "thread": 140633855481600, + "relativeCreated": 10312.498092651367, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23338,8 +23338,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,355", - "created": 1610346624.355588, + "asctime": "2021-01-11 11:25:14,160", + "created": 1610360714.16005, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23349,14 +23349,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 355.5879592895508, + "msecs": 160.0499153137207, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10289.129972457886, - "thread": 140633855481600, + "relativeCreated": 10312.772989273071, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23364,8 +23364,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,355", - "created": 1610346624.355849, + "asctime": "2021-01-11 11:25:14,160", + "created": 1610360714.160386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23375,14 +23375,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 355.849027633667, + "msecs": 160.3860855102539, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10289.391040802002, - "thread": 140633855481600, + "relativeCreated": 10313.109159469604, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23391,8 +23391,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,355", - "created": 1610346624.355992, + "asctime": "2021-01-11 11:25:14,160", + "created": 1610360714.160569, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23402,14 +23402,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 355.99207878112793, + "msecs": 160.5689525604248, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10289.534091949463, - "thread": 140633855481600, + "relativeCreated": 10313.292026519775, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23417,8 +23417,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,356", - "created": 1610346624.35616, + "asctime": "2021-01-11 11:25:14,160", + "created": 1610360714.160806, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23428,14 +23428,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 356.15992546081543, + "msecs": 160.80594062805176, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10289.70193862915, - "thread": 140633855481600, + "relativeCreated": 10313.529014587402, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23444,8 +23444,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,356", - "created": 1610346624.356288, + "asctime": "2021-01-11 11:25:14,161", + "created": 1610360714.161018, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23455,14 +23455,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 356.28795623779297, + "msecs": 161.01789474487305, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10289.829969406128, - "thread": 140633855481600, + "relativeCreated": 10313.740968704224, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23470,8 +23470,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,356", - "created": 1610346624.356473, + "asctime": "2021-01-11 11:25:14,161", + "created": 1610360714.16132, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23481,14 +23481,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 356.4729690551758, + "msecs": 161.31997108459473, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10290.01498222351, - "thread": 140633855481600, + "relativeCreated": 10314.043045043945, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23497,8 +23497,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,356", - "created": 1610346624.356627, + "asctime": "2021-01-11 11:25:14,161", + "created": 1610360714.161549, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23508,14 +23508,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 356.6269874572754, + "msecs": 161.54909133911133, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10290.16900062561, - "thread": 140633855481600, + "relativeCreated": 10314.272165298462, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23523,8 +23523,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:24,356", - "created": 1610346624.356781, + "asctime": "2021-01-11 11:25:14,161", + "created": 1610360714.161896, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23534,14 +23534,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 356.781005859375, + "msecs": 161.8959903717041, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10290.32301902771, - "thread": 140633855481600, + "relativeCreated": 10314.619064331055, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23549,8 +23549,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:24,356", - "created": 1610346624.356879, + "asctime": "2021-01-11 11:25:14,162", + "created": 1610360714.162257, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23560,14 +23560,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 356.87899589538574, + "msecs": 162.25695610046387, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10290.42100906372, - "thread": 140633855481600, + "relativeCreated": 10314.980030059814, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23575,8 +23575,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,356", - "created": 1610346624.356947, + "asctime": "2021-01-11 11:25:14,162", + "created": 1610360714.162488, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23586,14 +23586,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 356.9469451904297, + "msecs": 162.48798370361328, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10290.488958358765, - "thread": 140633855481600, + "relativeCreated": 10315.211057662964, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23602,8 +23602,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:24,357", - "created": 1610346624.35701, + "asctime": "2021-01-11 11:25:14,162", + "created": 1610360714.162691, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23613,14 +23613,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 357.0098876953125, + "msecs": 162.6911163330078, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10290.551900863647, - "thread": 140633855481600, + "relativeCreated": 10315.414190292358, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23628,8 +23628,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:24,357", - "created": 1610346624.357129, + "asctime": "2021-01-11 11:25:14,163", + "created": 1610360714.16309, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -23639,14 +23639,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 357.1290969848633, + "msecs": 163.08999061584473, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10290.671110153198, - "thread": 140633855481600, + "relativeCreated": 10315.813064575195, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23657,8 +23657,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:24,357", - "created": 1610346624.357282, + "asctime": "2021-01-11 11:25:14,163", + "created": 1610360714.163579, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23668,14 +23668,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 357.2819232940674, + "msecs": 163.57898712158203, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10290.823936462402, - "thread": 140633855481600, + "relativeCreated": 10316.302061080933, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -23683,8 +23683,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:24,357", - "created": 1610346624.357358, + "asctime": "2021-01-11 11:25:14,163", + "created": 1610360714.163957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23694,35 +23694,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 357.3579788208008, + "msecs": 163.9571189880371, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10290.899991989136, - "thread": 140633855481600, + "relativeCreated": 10316.680192947388, + "thread": 139854176306944, "threadName": "Thread-14" } ], - "msecs": 665.4140949249268, + "msecs": 443.5000419616699, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10598.956108093262, - "thread": 140634736203584, + "relativeCreated": 10596.22311592102, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.308056116104126 + "time_consumption": 0.2795429229736328 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 07:30:24,666", - "created": 1610346624.66686, + "asctime": "2021-01-11 11:25:14,444", + "created": 1610360714.44449, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23739,8 +23739,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:24,666", - "created": 1610346624.666369, + "asctime": "2021-01-11 11:25:14,444", + "created": 1610360714.444099, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23750,14 +23750,14 @@ "lineno": 22, "message": "Result (Channel name of server): 'client' ()", "module": "test", - "msecs": 666.3689613342285, + "msecs": 444.09894943237305, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10599.910974502563, - "thread": 140634736203584, + "relativeCreated": 10596.822023391724, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -23766,8 +23766,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:24,666", - "created": 1610346624.666627, + "asctime": "2021-01-11 11:25:14,444", + "created": 1610360714.444309, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23777,35 +23777,35 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'client' ()", "module": "test", - "msecs": 666.6269302368164, + "msecs": 444.3089962005615, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10600.168943405151, - "thread": 140634736203584, + "relativeCreated": 10597.032070159912, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 666.8601036071777, + "msecs": 444.4899559020996, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10600.402116775513, - "thread": 140634736203584, + "relativeCreated": 10597.21302986145, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00023317337036132812 + "time_consumption": 0.00018095970153808594 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 07:30:24,667", - "created": 1610346624.66781, + "asctime": "2021-01-11 11:25:14,445", + "created": 1610360714.44521, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23822,8 +23822,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:24,667", - "created": 1610346624.66737, + "asctime": "2021-01-11 11:25:14,444", + "created": 1610360714.444813, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23833,14 +23833,14 @@ "lineno": 22, "message": "Result (Channel name of client): 'client' ()", "module": "test", - "msecs": 667.370080947876, + "msecs": 444.8130130767822, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10600.912094116211, - "thread": 140634736203584, + "relativeCreated": 10597.536087036133, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -23849,8 +23849,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:24,667", - "created": 1610346624.667555, + "asctime": "2021-01-11 11:25:14,444", + "created": 1610360714.444988, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -23860,32 +23860,32 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'client' ()", "module": "test", - "msecs": 667.5550937652588, + "msecs": 444.9880123138428, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10601.097106933594, - "thread": 140634736203584, + "relativeCreated": 10597.711086273193, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 667.8099632263184, + "msecs": 445.2099800109863, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10601.351976394653, - "thread": 140634736203584, + "relativeCreated": 10597.933053970337, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002548694610595703 + "time_consumption": 0.0002219676971435547 }, { "args": [], - "asctime": "2021-01-11 07:30:24,668", - "created": 1610346624.668493, + "asctime": "2021-01-11 11:25:14,445", + "created": 1610360714.445845, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -23896,21 +23896,21 @@ "message": "Setting identical Channel names for client and server", "module": "test_communication", "moduleLogger": [], - "msecs": 668.4930324554443, + "msecs": 445.8448886871338, "msg": "Setting identical Channel names for client and server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10602.03504562378, - "thread": 140634736203584, + "relativeCreated": 10598.567962646484, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:25,014", - "created": 1610346625.01434, + "asctime": "2021-01-11 11:25:14,791", + "created": 1610360714.791726, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -23925,8 +23925,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:24,668", - "created": 1610346624.668764, + "asctime": "2021-01-11 11:25:14,446", + "created": 1610360714.446111, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23936,22 +23936,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 668.7641143798828, + "msecs": 446.11096382141113, "msg": "%s Connection Lost...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10602.306127548218, - "thread": 140634736203584, + "relativeCreated": 10598.834037780762, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:24,668", - "created": 1610346624.668971, + "asctime": "2021-01-11 11:25:14,446", + "created": 1610360714.44632, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23961,22 +23961,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 668.971061706543, + "msecs": 446.3200569152832, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10602.513074874878, - "thread": 140634736203584, + "relativeCreated": 10599.043130874634, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:24,669", - "created": 1610346624.669158, + "asctime": "2021-01-11 11:25:14,446", + "created": 1610360714.446502, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -23986,22 +23986,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 669.1579818725586, + "msecs": 446.5019702911377, "msg": "%s Connection Lost...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10602.699995040894, - "thread": 140634736203584, + "relativeCreated": 10599.225044250488, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:24,669", - "created": 1610346624.66934, + "asctime": "2021-01-11 11:25:14,446", + "created": 1610360714.446683, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24011,22 +24011,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 669.3398952484131, + "msecs": 446.6829299926758, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10602.881908416748, - "thread": 140634736203584, + "relativeCreated": 10599.406003952026, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:24,669", - "created": 1610346624.669575, + "asctime": "2021-01-11 11:25:14,446", + "created": 1610360714.446869, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24036,22 +24036,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 669.5749759674072, + "msecs": 446.868896484375, "msg": "%s Connection established...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10603.116989135742, - "thread": 140634736203584, + "relativeCreated": 10599.591970443726, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:24,669", - "created": 1610346624.669746, + "asctime": "2021-01-11 11:25:14,447", + "created": 1610360714.447034, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24061,22 +24061,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 669.745922088623, + "msecs": 447.0338821411133, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10603.287935256958, - "thread": 140634736203584, + "relativeCreated": 10599.756956100464, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:24,669", - "created": 1610346624.669924, + "asctime": "2021-01-11 11:25:14,447", + "created": 1610360714.4472, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24086,14 +24086,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 669.9240207672119, + "msecs": 447.20005989074707, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10603.466033935547, - "thread": 140634736203584, + "relativeCreated": 10599.923133850098, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -24104,8 +24104,8 @@ "status: okay", "'unittest'" ], - "asctime": "2021-01-11 07:30:24,670", - "created": 1610346624.670217, + "asctime": "2021-01-11 11:25:14,447", + "created": 1610360714.447479, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24115,22 +24115,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'unittest'\"", "module": "__init__", - "msecs": 670.2170372009277, + "msecs": 447.4790096282959, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10603.759050369263, - "thread": 140634736203584, + "relativeCreated": 10600.202083587646, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:24,670", - "created": 1610346624.670741, + "asctime": "2021-01-11 11:25:14,447", + "created": 1610360714.447988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24140,22 +24140,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 670.741081237793, + "msecs": 447.98803329467773, "msg": "%s Connection established...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10604.283094406128, - "thread": 140634736203584, + "relativeCreated": 10600.711107254028, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:24,670", - "created": 1610346624.670938, + "asctime": "2021-01-11 11:25:14,448", + "created": 1610360714.448194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24165,22 +24165,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 670.9380149841309, + "msecs": 448.1940269470215, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10604.480028152466, - "thread": 140634736203584, + "relativeCreated": 10600.917100906372, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:24,671", - "created": 1610346624.67112, + "asctime": "2021-01-11 11:25:14,448", + "created": 1610360714.448371, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24190,14 +24190,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 671.1199283599854, + "msecs": 448.37093353271484, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10604.66194152832, - "thread": 140634736203584, + "relativeCreated": 10601.094007492065, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -24205,8 +24205,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 75 6e 69 74 74 65 73 74 22 2c 20 22 64 61 74 61 5f 69 64" ], - "asctime": "2021-01-11 07:30:24,684", - "created": 1610346624.684697, + "asctime": "2021-01-11 11:25:14,455", + "created": 1610360714.455394, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24216,14 +24216,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 75 6e 69 74 74 65 73 74 22 2c 20 22 64 61 74 61 5f 69 64", "module": "__init__", - "msecs": 684.6969127655029, + "msecs": 455.39402961730957, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10618.238925933838, - "thread": 140633863874304, + "relativeCreated": 10608.11710357666, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24231,8 +24231,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 75 6e 69 74 74 65 73 74 22 2c 20 22 64 61 74 61 5f 69 64" ], - "asctime": "2021-01-11 07:30:24,685", - "created": 1610346624.685115, + "asctime": "2021-01-11 11:25:14,455", + "created": 1610360714.455648, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24242,14 +24242,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 75 6e 69 74 74 65 73 74 22 2c 20 22 64 61 74 61 5f 69 64", "module": "__init__", - "msecs": 685.1150989532471, + "msecs": 455.64794540405273, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10618.657112121582, - "thread": 140633863874304, + "relativeCreated": 10608.371019363403, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24257,8 +24257,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,685", - "created": 1610346624.685251, + "asctime": "2021-01-11 11:25:14,455", + "created": 1610360714.455742, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24268,14 +24268,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 685.250997543335, + "msecs": 455.74188232421875, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10618.79301071167, - "thread": 140633863874304, + "relativeCreated": 10608.46495628357, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24284,8 +24284,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:24,685", - "created": 1610346624.685351, + "asctime": "2021-01-11 11:25:14,455", + "created": 1610360714.455823, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24295,14 +24295,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 685.3508949279785, + "msecs": 455.8229446411133, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10618.892908096313, - "thread": 140633863874304, + "relativeCreated": 10608.546018600464, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24310,8 +24310,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,685", - "created": 1610346624.685547, + "asctime": "2021-01-11 11:25:14,455", + "created": 1610360714.455927, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24321,14 +24321,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 685.5471134185791, + "msecs": 455.92689514160156, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10619.089126586914, - "thread": 140633863874304, + "relativeCreated": 10608.649969100952, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24337,8 +24337,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,685", - "created": 1610346624.685651, + "asctime": "2021-01-11 11:25:14,456", + "created": 1610360714.456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24348,14 +24348,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 685.6510639190674, + "msecs": 456.00008964538574, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10619.193077087402, - "thread": 140633863874304, + "relativeCreated": 10608.723163604736, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24363,8 +24363,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,685", - "created": 1610346624.685777, + "asctime": "2021-01-11 11:25:14,456", + "created": 1610360714.456097, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24374,14 +24374,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 685.776948928833, + "msecs": 456.096887588501, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10619.318962097168, - "thread": 140633863874304, + "relativeCreated": 10608.819961547852, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24390,8 +24390,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,685", - "created": 1610346624.685867, + "asctime": "2021-01-11 11:25:14,456", + "created": 1610360714.456165, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24401,14 +24401,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 685.8670711517334, + "msecs": 456.165075302124, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10619.409084320068, - "thread": 140633863874304, + "relativeCreated": 10608.888149261475, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24416,8 +24416,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,686", - "created": 1610346624.686015, + "asctime": "2021-01-11 11:25:14,456", + "created": 1610360714.456259, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24427,14 +24427,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 686.0148906707764, + "msecs": 456.25901222229004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10619.556903839111, - "thread": 140633863874304, + "relativeCreated": 10608.98208618164, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24443,8 +24443,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,686", - "created": 1610346624.686142, + "asctime": "2021-01-11 11:25:14,456", + "created": 1610360714.456328, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24454,14 +24454,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 686.1419677734375, + "msecs": 456.3279151916504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10619.683980941772, - "thread": 140633863874304, + "relativeCreated": 10609.050989151001, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24469,8 +24469,8 @@ "comm-client:", "(12): 22 3a 3d 20 30 7d b0 bd 92 06 3a 3e" ], - "asctime": "2021-01-11 07:30:24,686", - "created": 1610346624.68638, + "asctime": "2021-01-11 11:25:14,456", + "created": 1610360714.456469, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24480,14 +24480,14 @@ "lineno": 284, "message": "comm-client: TX -> (12): 22 3a 3d 20 30 7d b0 bd 92 06 3a 3e", "module": "__init__", - "msecs": 686.3799095153809, + "msecs": 456.4690589904785, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10619.921922683716, - "thread": 140633863874304, + "relativeCreated": 10609.19213294983, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24495,8 +24495,8 @@ "comm-server:", "(12): 22 3a 3d 20 30 7d b0 bd 92 06 3a 3e" ], - "asctime": "2021-01-11 07:30:24,686", - "created": 1610346624.686478, + "asctime": "2021-01-11 11:25:14,456", + "created": 1610360714.456559, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24506,14 +24506,14 @@ "lineno": 414, "message": "comm-server: RX <- (12): 22 3a 3d 20 30 7d b0 bd 92 06 3a 3e", "module": "__init__", - "msecs": 686.4778995513916, + "msecs": 456.5589427947998, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10620.019912719727, - "thread": 140633863874304, + "relativeCreated": 10609.28201675415, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24521,8 +24521,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,686", - "created": 1610346624.686554, + "asctime": "2021-01-11 11:25:14,456", + "created": 1610360714.456637, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24532,14 +24532,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 686.553955078125, + "msecs": 456.636905670166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10620.09596824646, - "thread": 140633863874304, + "relativeCreated": 10609.359979629517, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24548,8 +24548,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,686", - "created": 1610346624.686641, + "asctime": "2021-01-11 11:25:14,456", + "created": 1610360714.456737, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24559,14 +24559,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 686.6409778594971, + "msecs": 456.7370414733887, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10620.182991027832, - "thread": 140633863874304, + "relativeCreated": 10609.46011543274, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24574,8 +24574,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,686", - "created": 1610346624.686723, + "asctime": "2021-01-11 11:25:14,456", + "created": 1610360714.45689, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24585,14 +24585,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 686.722993850708, + "msecs": 456.8901062011719, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10620.265007019043, - "thread": 140633863874304, + "relativeCreated": 10609.613180160522, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24601,8 +24601,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:24,686", - "created": 1610346624.686792, + "asctime": "2021-01-11 11:25:14,457", + "created": 1610360714.457017, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24612,14 +24612,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 686.7918968200684, + "msecs": 457.0169448852539, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10620.333909988403, - "thread": 140633863874304, + "relativeCreated": 10609.740018844604, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24627,8 +24627,8 @@ "STP:", "(68): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 22 75 6e 69 74 74 65 73 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d b0 bd 92 06" ], - "asctime": "2021-01-11 07:30:24,686", - "created": 1610346624.686942, + "asctime": "2021-01-11 11:25:14,457", + "created": 1610360714.457256, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24638,14 +24638,14 @@ "lineno": 148, "message": "STP: message identified - (68): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 22 75 6e 69 74 74 65 73 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d b0 bd 92 06", "module": "stp", - "msecs": 686.9421005249023, + "msecs": 457.2560787200928, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10620.484113693237, - "thread": 140633863874304, + "relativeCreated": 10609.979152679443, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24656,8 +24656,8 @@ "status: okay", "u'unittest'" ], - "asctime": "2021-01-11 07:30:24,687", - "created": 1610346624.687144, + "asctime": "2021-01-11 11:25:14,457", + "created": 1610360714.4575, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24667,14 +24667,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"u'unittest'\"", "module": "__init__", - "msecs": 687.1440410614014, + "msecs": 457.4999809265137, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10620.686054229736, - "thread": 140633863874304, + "relativeCreated": 10610.223054885864, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24682,8 +24682,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:24,687", - "created": 1610346624.687244, + "asctime": "2021-01-11 11:25:14,457", + "created": 1610360714.457631, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24693,14 +24693,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 687.2439384460449, + "msecs": 457.63111114501953, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10620.78595161438, - "thread": 140633863874304, + "relativeCreated": 10610.35418510437, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24711,8 +24711,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:24,687", - "created": 1610346624.687447, + "asctime": "2021-01-11 11:25:14,457", + "created": 1610360714.457944, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24722,14 +24722,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 687.4470710754395, + "msecs": 457.9439163208008, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10620.989084243774, - "thread": 140633863874304, + "relativeCreated": 10610.666990280151, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -24737,8 +24737,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:24,690", - "created": 1610346624.690377, + "asctime": "2021-01-11 11:25:14,465", + "created": 1610360714.465341, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24748,14 +24748,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 690.3769969940186, + "msecs": 465.34109115600586, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10623.919010162354, - "thread": 140633855481600, + "relativeCreated": 10618.064165115356, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -24763,8 +24763,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:24,691", - "created": 1610346624.691022, + "asctime": "2021-01-11 11:25:14,465", + "created": 1610360714.465968, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -24774,14 +24774,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 691.0219192504883, + "msecs": 465.96789360046387, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10624.563932418823, - "thread": 140633855481600, + "relativeCreated": 10618.690967559814, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -24789,8 +24789,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,691", - "created": 1610346624.691307, + "asctime": "2021-01-11 11:25:14,466", + "created": 1610360714.466177, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24800,14 +24800,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 691.3070678710938, + "msecs": 466.17698669433594, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10624.849081039429, - "thread": 140633855481600, + "relativeCreated": 10618.900060653687, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -24816,8 +24816,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:24,691", - "created": 1610346624.69155, + "asctime": "2021-01-11 11:25:14,466", + "created": 1610360714.466325, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24827,14 +24827,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 691.5500164031982, + "msecs": 466.325044631958, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10625.092029571533, - "thread": 140633855481600, + "relativeCreated": 10619.048118591309, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -24842,8 +24842,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,691", - "created": 1610346624.691821, + "asctime": "2021-01-11 11:25:14,466", + "created": 1610360714.466503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24853,14 +24853,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 691.8210983276367, + "msecs": 466.5029048919678, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10625.363111495972, - "thread": 140633855481600, + "relativeCreated": 10619.225978851318, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -24869,8 +24869,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,692", - "created": 1610346624.692044, + "asctime": "2021-01-11 11:25:14,466", + "created": 1610360714.466689, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24880,14 +24880,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 692.0440196990967, + "msecs": 466.6891098022461, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10625.586032867432, - "thread": 140633855481600, + "relativeCreated": 10619.412183761597, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -24895,8 +24895,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,692", - "created": 1610346624.69236, + "asctime": "2021-01-11 11:25:14,466", + "created": 1610360714.466875, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24906,14 +24906,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 692.3599243164062, + "msecs": 466.8750762939453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10625.901937484741, - "thread": 140633855481600, + "relativeCreated": 10619.598150253296, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -24922,8 +24922,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,692", - "created": 1610346624.692592, + "asctime": "2021-01-11 11:25:14,467", + "created": 1610360714.467024, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24933,14 +24933,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 692.5919055938721, + "msecs": 467.0240879058838, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10626.133918762207, - "thread": 140633855481600, + "relativeCreated": 10619.747161865234, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -24948,8 +24948,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,692", - "created": 1610346624.692881, + "asctime": "2021-01-11 11:25:14,467", + "created": 1610360714.4672, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24959,14 +24959,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 692.8811073303223, + "msecs": 467.20004081726074, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10626.423120498657, - "thread": 140633855481600, + "relativeCreated": 10619.923114776611, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -24975,8 +24975,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,693", - "created": 1610346624.693091, + "asctime": "2021-01-11 11:25:14,467", + "created": 1610360714.467335, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -24986,14 +24986,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 693.0909156799316, + "msecs": 467.3349857330322, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10626.632928848267, - "thread": 140633855481600, + "relativeCreated": 10620.058059692383, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -25001,8 +25001,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,693", - "created": 1610346624.693377, + "asctime": "2021-01-11 11:25:14,467", + "created": 1610360714.467529, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25012,14 +25012,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 693.3770179748535, + "msecs": 467.5290584564209, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10626.919031143188, - "thread": 140633855481600, + "relativeCreated": 10620.252132415771, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -25028,8 +25028,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:24,693", - "created": 1610346624.693609, + "asctime": "2021-01-11 11:25:14,467", + "created": 1610360714.467679, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25039,14 +25039,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 693.6089992523193, + "msecs": 467.6790237426758, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10627.151012420654, - "thread": 140633855481600, + "relativeCreated": 10620.402097702026, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -25054,8 +25054,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:24,693", - "created": 1610346624.693944, + "asctime": "2021-01-11 11:25:14,467", + "created": 1610360714.467894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25065,14 +25065,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 693.943977355957, + "msecs": 467.8940773010254, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10627.485990524292, - "thread": 140633855481600, + "relativeCreated": 10620.617151260376, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -25080,8 +25080,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:24,694", - "created": 1610346624.694205, + "asctime": "2021-01-11 11:25:14,468", + "created": 1610360714.468083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25091,14 +25091,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 694.2050457000732, + "msecs": 468.0829048156738, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10627.747058868408, - "thread": 140633855481600, + "relativeCreated": 10620.805978775024, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -25106,8 +25106,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:24,694", - "created": 1610346624.694546, + "asctime": "2021-01-11 11:25:14,468", + "created": 1610360714.468229, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25117,14 +25117,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 694.5459842681885, + "msecs": 468.2290554046631, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10628.087997436523, - "thread": 140633855481600, + "relativeCreated": 10620.952129364014, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -25133,8 +25133,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:24,694", - "created": 1610346624.694732, + "asctime": "2021-01-11 11:25:14,468", + "created": 1610360714.468372, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25144,14 +25144,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 694.7319507598877, + "msecs": 468.372106552124, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10628.273963928223, - "thread": 140633855481600, + "relativeCreated": 10621.095180511475, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -25159,8 +25159,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:24,695", - "created": 1610346624.695144, + "asctime": "2021-01-11 11:25:14,468", + "created": 1610360714.468576, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25170,14 +25170,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 695.1439380645752, + "msecs": 468.57595443725586, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10628.68595123291, - "thread": 140633855481600, + "relativeCreated": 10621.299028396606, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -25188,8 +25188,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:24,695", - "created": 1610346624.695573, + "asctime": "2021-01-11 11:25:14,468", + "created": 1610360714.46883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25199,14 +25199,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 695.573091506958, + "msecs": 468.8301086425781, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10629.115104675293, - "thread": 140633855481600, + "relativeCreated": 10621.553182601929, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -25214,8 +25214,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:24,695", - "created": 1610346624.695816, + "asctime": "2021-01-11 11:25:14,468", + "created": 1610360714.468957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25225,35 +25225,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 695.8160400390625, + "msecs": 468.95694732666016, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10629.358053207397, - "thread": 140633855481600, + "relativeCreated": 10621.68002128601, + "thread": 139854176306944, "threadName": "Thread-14" } ], - "msecs": 14.339923858642578, + "msecs": 791.7261123657227, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10947.881937026978, - "thread": 140634736203584, + "relativeCreated": 10944.449186325073, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3185238838195801 + "time_consumption": 0.3227691650390625 }, { "args": [ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:25,015", - "created": 1610346625.015059, + "asctime": "2021-01-11 11:25:14,793", + "created": 1610360714.793318, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25270,8 +25270,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:25,014", - "created": 1610346625.014791, + "asctime": "2021-01-11 11:25:14,792", + "created": 1610360714.792732, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25281,14 +25281,14 @@ "lineno": 22, "message": "Result (Channel name of server): 'unittest' ()", "module": "test", - "msecs": 14.791011810302734, + "msecs": 792.7320003509521, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10948.333024978638, - "thread": 140634736203584, + "relativeCreated": 10945.455074310303, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -25297,8 +25297,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:25,014", - "created": 1610346625.014943, + "asctime": "2021-01-11 11:25:14,793", + "created": 1610360714.793024, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25308,35 +25308,35 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'unittest' ()", "module": "test", - "msecs": 14.94288444519043, + "msecs": 793.0240631103516, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10948.484897613525, - "thread": 140634736203584, + "relativeCreated": 10945.747137069702, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 15.05899429321289, + "msecs": 793.3180332183838, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10948.601007461548, - "thread": 140634736203584, + "relativeCreated": 10946.041107177734, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00011610984802246094 + "time_consumption": 0.00029397010803222656 }, { "args": [ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:25,015", - "created": 1610346625.015483, + "asctime": "2021-01-11 11:25:14,794", + "created": 1610360714.794392, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25353,8 +25353,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:25,015", - "created": 1610346625.015261, + "asctime": "2021-01-11 11:25:14,793", + "created": 1610360714.79374, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25364,14 +25364,14 @@ "lineno": 22, "message": "Result (Channel name of client): 'unittest' ()", "module": "test", - "msecs": 15.260934829711914, + "msecs": 793.7400341033936, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10948.802947998047, - "thread": 140634736203584, + "relativeCreated": 10946.463108062744, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -25380,8 +25380,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:25,015", - "created": 1610346625.015372, + "asctime": "2021-01-11 11:25:14,794", + "created": 1610360714.794156, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -25391,32 +25391,32 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'unittest' ()", "module": "test", - "msecs": 15.372037887573242, + "msecs": 794.1560745239258, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10948.914051055908, - "thread": 140634736203584, + "relativeCreated": 10946.879148483276, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 15.482902526855469, + "msecs": 794.3921089172363, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10949.02491569519, - "thread": 140634736203584, + "relativeCreated": 10947.115182876587, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00011086463928222656 + "time_consumption": 0.00023603439331054688 }, { "args": [], - "asctime": "2021-01-11 07:30:25,015", - "created": 1610346625.015841, + "asctime": "2021-01-11 11:25:14,795", + "created": 1610360714.795122, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -25427,21 +25427,21 @@ "message": "Setting Channel name for client only", "module": "test_communication", "moduleLogger": [], - "msecs": 15.841007232666016, + "msecs": 795.1219081878662, "msg": "Setting Channel name for client only", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10949.383020401001, - "thread": 140634736203584, + "relativeCreated": 10947.844982147217, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:25,361", - "created": 1610346625.361583, + "asctime": "2021-01-11 11:25:15,141", + "created": 1610360715.141061, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -25456,8 +25456,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:25,016", - "created": 1610346625.016057, + "asctime": "2021-01-11 11:25:14,795", + "created": 1610360714.795393, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25467,22 +25467,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 16.05701446533203, + "msecs": 795.3929901123047, "msg": "%s Connection Lost...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10949.599027633667, - "thread": 140634736203584, + "relativeCreated": 10948.116064071655, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:25,016", - "created": 1610346625.01622, + "asctime": "2021-01-11 11:25:14,795", + "created": 1610360714.795603, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25492,22 +25492,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 16.2200927734375, + "msecs": 795.6030368804932, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10949.762105941772, - "thread": 140634736203584, + "relativeCreated": 10948.326110839844, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:25,016", - "created": 1610346625.01634, + "asctime": "2021-01-11 11:25:14,795", + "created": 1610360714.795798, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25517,22 +25517,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 16.340017318725586, + "msecs": 795.7980632781982, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10949.88203048706, - "thread": 140634736203584, + "relativeCreated": 10948.521137237549, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:25,016", - "created": 1610346625.016429, + "asctime": "2021-01-11 11:25:14,795", + "created": 1610360714.795972, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25542,22 +25542,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 16.42894744873047, + "msecs": 795.9721088409424, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10949.970960617065, - "thread": 140634736203584, + "relativeCreated": 10948.695182800293, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:25,016", - "created": 1610346625.01655, + "asctime": "2021-01-11 11:25:14,796", + "created": 1610360714.796206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25567,22 +25567,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 16.550064086914062, + "msecs": 796.205997467041, "msg": "%s Connection established...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10950.092077255249, - "thread": 140634736203584, + "relativeCreated": 10948.929071426392, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:25,016", - "created": 1610346625.01665, + "asctime": "2021-01-11 11:25:14,796", + "created": 1610360714.796377, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25592,22 +25592,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 16.649961471557617, + "msecs": 796.3769435882568, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10950.191974639893, - "thread": 140634736203584, + "relativeCreated": 10949.100017547607, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:25,016", - "created": 1610346625.016753, + "asctime": "2021-01-11 11:25:14,796", + "created": 1610360714.796564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25617,14 +25617,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 16.752958297729492, + "msecs": 796.5641021728516, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10950.294971466064, - "thread": 140634736203584, + "relativeCreated": 10949.287176132202, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -25635,8 +25635,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 07:30:25,017", - "created": 1610346625.01709, + "asctime": "2021-01-11 11:25:14,796", + "created": 1610360714.796876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25646,22 +25646,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 17.0900821685791, + "msecs": 796.8759536743164, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10950.632095336914, - "thread": 140634736203584, + "relativeCreated": 10949.599027633667, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:25,017", - "created": 1610346625.017464, + "asctime": "2021-01-11 11:25:14,797", + "created": 1610360714.797394, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25671,22 +25671,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 17.46392250061035, + "msecs": 797.3940372467041, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10951.005935668945, - "thread": 140634736203584, + "relativeCreated": 10950.117111206055, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:25,017", - "created": 1610346625.017795, + "asctime": "2021-01-11 11:25:14,797", + "created": 1610360714.797593, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25696,22 +25696,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 17.795085906982422, + "msecs": 797.5931167602539, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10951.337099075317, - "thread": 140634736203584, + "relativeCreated": 10950.316190719604, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:25,018", - "created": 1610346625.01854, + "asctime": "2021-01-11 11:25:14,797", + "created": 1610360714.797785, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25721,14 +25721,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 18.539905548095703, + "msecs": 797.7850437164307, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10952.08191871643, - "thread": 140634736203584, + "relativeCreated": 10950.508117675781, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -25736,8 +25736,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a" ], - "asctime": "2021-01-11 07:30:25,020", - "created": 1610346625.020764, + "asctime": "2021-01-11 11:25:14,826", + "created": 1610360714.82648, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25747,14 +25747,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a", "module": "__init__", - "msecs": 20.76411247253418, + "msecs": 826.4799118041992, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10954.30612564087, - "thread": 140633863874304, + "relativeCreated": 10979.20298576355, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -25762,8 +25762,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a" ], - "asctime": "2021-01-11 07:30:25,021", - "created": 1610346625.021516, + "asctime": "2021-01-11 11:25:14,827", + "created": 1610360714.827055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -25773,14 +25773,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a", "module": "__init__", - "msecs": 21.516084671020508, + "msecs": 827.0549774169922, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10955.058097839355, - "thread": 140633863874304, + "relativeCreated": 10979.778051376343, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -25788,8 +25788,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,021", - "created": 1610346625.021709, + "asctime": "2021-01-11 11:25:14,827", + "created": 1610360714.827321, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25799,14 +25799,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 21.708965301513672, + "msecs": 827.3210525512695, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10955.250978469849, - "thread": 140633863874304, + "relativeCreated": 10980.04412651062, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -25815,8 +25815,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:25,021", - "created": 1610346625.0218, + "asctime": "2021-01-11 11:25:14,827", + "created": 1610360714.827538, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25826,14 +25826,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 21.80004119873047, + "msecs": 827.538013458252, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10955.342054367065, - "thread": 140633863874304, + "relativeCreated": 10980.261087417603, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -25841,8 +25841,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,021", - "created": 1610346625.021914, + "asctime": "2021-01-11 11:25:14,827", + "created": 1610360714.827801, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25852,14 +25852,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 21.914005279541016, + "msecs": 827.800989151001, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10955.456018447876, - "thread": 140633863874304, + "relativeCreated": 10980.524063110352, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -25868,8 +25868,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,021", - "created": 1610346625.021996, + "asctime": "2021-01-11 11:25:14,828", + "created": 1610360714.828013, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25879,14 +25879,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 21.996021270751953, + "msecs": 828.0129432678223, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10955.538034439087, - "thread": 140633863874304, + "relativeCreated": 10980.736017227173, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -25894,8 +25894,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,022", - "created": 1610346625.022116, + "asctime": "2021-01-11 11:25:14,828", + "created": 1610360714.828441, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25905,14 +25905,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 22.11594581604004, + "msecs": 828.4409046173096, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10955.657958984375, - "thread": 140633863874304, + "relativeCreated": 10981.16397857666, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -25921,8 +25921,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,022", - "created": 1610346625.022193, + "asctime": "2021-01-11 11:25:14,828", + "created": 1610360714.828626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25932,14 +25932,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 22.192955017089844, + "msecs": 828.6259174346924, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10955.734968185425, - "thread": 140633863874304, + "relativeCreated": 10981.348991394043, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -25947,8 +25947,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,022", - "created": 1610346625.022298, + "asctime": "2021-01-11 11:25:14,828", + "created": 1610360714.828857, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25958,14 +25958,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 22.298097610473633, + "msecs": 828.8569450378418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10955.840110778809, - "thread": 140633863874304, + "relativeCreated": 10981.580018997192, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -25974,8 +25974,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,022", - "created": 1610346625.022368, + "asctime": "2021-01-11 11:25:14,829", + "created": 1610360714.829018, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -25985,14 +25985,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 22.36795425415039, + "msecs": 829.0181159973145, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10955.909967422485, - "thread": 140633863874304, + "relativeCreated": 10981.741189956665, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26000,8 +26000,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,022", - "created": 1610346625.022473, + "asctime": "2021-01-11 11:25:14,829", + "created": 1610360714.829246, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26011,14 +26011,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 22.47309684753418, + "msecs": 829.2460441589355, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10956.01511001587, - "thread": 140633863874304, + "relativeCreated": 10981.969118118286, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26026,8 +26026,8 @@ "comm-client:", "(10): 3d 20 30 7d 93 56 e3 b4 3a 3e" ], - "asctime": "2021-01-11 07:30:25,022", - "created": 1610346625.022606, + "asctime": "2021-01-11 11:25:14,829", + "created": 1610360714.829483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26037,14 +26037,14 @@ "lineno": 284, "message": "comm-client: TX -> (10): 3d 20 30 7d 93 56 e3 b4 3a 3e", "module": "__init__", - "msecs": 22.60589599609375, + "msecs": 829.4830322265625, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10956.147909164429, - "thread": 140633863874304, + "relativeCreated": 10982.206106185913, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26052,8 +26052,8 @@ "comm-server:", "(10): 3d 20 30 7d 93 56 e3 b4 3a 3e" ], - "asctime": "2021-01-11 07:30:25,022", - "created": 1610346625.022703, + "asctime": "2021-01-11 11:25:14,829", + "created": 1610360714.829694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26063,14 +26063,14 @@ "lineno": 414, "message": "comm-server: RX <- (10): 3d 20 30 7d 93 56 e3 b4 3a 3e", "module": "__init__", - "msecs": 22.702932357788086, + "msecs": 829.6940326690674, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10956.244945526123, - "thread": 140633863874304, + "relativeCreated": 10982.417106628418, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26079,8 +26079,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,022", - "created": 1610346625.022781, + "asctime": "2021-01-11 11:25:14,829", + "created": 1610360714.829854, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26090,14 +26090,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 22.780895233154297, + "msecs": 829.8540115356445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10956.32290840149, - "thread": 140633863874304, + "relativeCreated": 10982.577085494995, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26105,8 +26105,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,022", - "created": 1610346625.022853, + "asctime": "2021-01-11 11:25:14,830", + "created": 1610360714.830073, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26116,14 +26116,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 22.85289764404297, + "msecs": 830.0731182098389, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10956.394910812378, - "thread": 140633863874304, + "relativeCreated": 10982.79619216919, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26132,8 +26132,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:25,022", - "created": 1610346625.022927, + "asctime": "2021-01-11 11:25:14,830", + "created": 1610360714.830319, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26143,14 +26143,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 22.927045822143555, + "msecs": 830.3189277648926, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10956.469058990479, - "thread": 140633863874304, + "relativeCreated": 10983.042001724243, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26158,8 +26158,8 @@ "STP:", "(66): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 93 56 e3 b4" ], - "asctime": "2021-01-11 07:30:25,023", - "created": 1610346625.023088, + "asctime": "2021-01-11 11:25:14,830", + "created": 1610360714.830703, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26169,14 +26169,14 @@ "lineno": 148, "message": "STP: message identified - (66): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 22 63 6c 69 65 6e 74 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 93 56 e3 b4", "module": "stp", - "msecs": 23.08797836303711, + "msecs": 830.7030200958252, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10956.629991531372, - "thread": 140633863874304, + "relativeCreated": 10983.426094055176, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26187,8 +26187,8 @@ "status: okay", "u'client'" ], - "asctime": "2021-01-11 07:30:25,023", - "created": 1610346625.023727, + "asctime": "2021-01-11 11:25:14,831", + "created": 1610360714.831681, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26198,14 +26198,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"u'client'\"", "module": "__init__", - "msecs": 23.726940155029297, + "msecs": 831.6810131072998, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10957.268953323364, - "thread": 140633863874304, + "relativeCreated": 10984.40408706665, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26213,8 +26213,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:25,023", - "created": 1610346625.023905, + "asctime": "2021-01-11 11:25:14,831", + "created": 1610360714.831971, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26224,14 +26224,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 23.905038833618164, + "msecs": 831.9709300994873, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10957.447052001953, - "thread": 140633863874304, + "relativeCreated": 10984.694004058838, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26239,8 +26239,8 @@ "prot-server:", "'client'" ], - "asctime": "2021-01-11 07:30:25,024", - "created": 1610346625.024183, + "asctime": "2021-01-11 11:25:14,832", + "created": 1610360714.832446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26250,14 +26250,14 @@ "lineno": 420, "message": "prot-server: channel name is now 'client'", "module": "__init__", - "msecs": 24.183034896850586, + "msecs": 832.4460983276367, "msg": "%s channel name is now %s", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10957.725048065186, - "thread": 140633863874304, + "relativeCreated": 10985.169172286987, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26268,8 +26268,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:25,024", - "created": 1610346625.024322, + "asctime": "2021-01-11 11:25:14,832", + "created": 1610360714.832771, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26279,14 +26279,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 24.322032928466797, + "msecs": 832.7710628509521, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10957.864046096802, - "thread": 140633863874304, + "relativeCreated": 10985.494136810303, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -26294,8 +26294,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:25,028", - "created": 1610346625.02875, + "asctime": "2021-01-11 11:25:14,833", + "created": 1610360714.833777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26305,14 +26305,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 28.749942779541016, + "msecs": 833.7769508361816, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10962.291955947876, - "thread": 140633855481600, + "relativeCreated": 10986.500024795532, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26320,8 +26320,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:25,029", - "created": 1610346625.029131, + "asctime": "2021-01-11 11:25:14,834", + "created": 1610360714.834307, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26331,14 +26331,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 29.130935668945312, + "msecs": 834.3069553375244, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10962.67294883728, - "thread": 140633855481600, + "relativeCreated": 10987.030029296875, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26346,8 +26346,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,029", - "created": 1610346625.029345, + "asctime": "2021-01-11 11:25:14,834", + "created": 1610360714.834583, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26357,14 +26357,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 29.345035552978516, + "msecs": 834.583044052124, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10962.887048721313, - "thread": 140633855481600, + "relativeCreated": 10987.306118011475, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26373,8 +26373,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:25,029", - "created": 1610346625.029552, + "asctime": "2021-01-11 11:25:14,834", + "created": 1610360714.834835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26384,14 +26384,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 29.551982879638672, + "msecs": 834.8350524902344, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10963.093996047974, - "thread": 140633855481600, + "relativeCreated": 10987.558126449585, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26399,8 +26399,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,029", - "created": 1610346625.02977, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.835205, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26410,14 +26410,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 29.7698974609375, + "msecs": 835.205078125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10963.311910629272, - "thread": 140633855481600, + "relativeCreated": 10987.92815208435, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26426,8 +26426,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,029", - "created": 1610346625.029929, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.835299, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26437,14 +26437,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 29.928922653198242, + "msecs": 835.299015045166, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10963.470935821533, - "thread": 140633855481600, + "relativeCreated": 10988.022089004517, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26452,8 +26452,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,030", - "created": 1610346625.030223, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.835401, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26463,14 +26463,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 30.22289276123047, + "msecs": 835.4010581970215, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10963.764905929565, - "thread": 140633855481600, + "relativeCreated": 10988.124132156372, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26479,8 +26479,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,030", - "created": 1610346625.030984, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.835482, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26490,14 +26490,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 30.983924865722656, + "msecs": 835.4818820953369, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10964.525938034058, - "thread": 140633855481600, + "relativeCreated": 10988.204956054688, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26505,8 +26505,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,031", - "created": 1610346625.031152, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.835564, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26516,14 +26516,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 31.152009963989258, + "msecs": 835.5638980865479, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10964.694023132324, - "thread": 140633855481600, + "relativeCreated": 10988.286972045898, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26532,8 +26532,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,031", - "created": 1610346625.031272, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.835624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26543,14 +26543,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 31.271934509277344, + "msecs": 835.6239795684814, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10964.813947677612, - "thread": 140633855481600, + "relativeCreated": 10988.347053527832, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26558,8 +26558,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,031", - "created": 1610346625.031416, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.83571, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26569,14 +26569,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 31.415939331054688, + "msecs": 835.7100486755371, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10964.95795249939, - "thread": 140633855481600, + "relativeCreated": 10988.433122634888, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26585,8 +26585,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,031", - "created": 1610346625.03153, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.83576, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26596,14 +26596,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 31.529903411865234, + "msecs": 835.7601165771484, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10965.0719165802, - "thread": 140633855481600, + "relativeCreated": 10988.483190536499, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26611,8 +26611,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:25,031", - "created": 1610346625.031721, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.835838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26622,14 +26622,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 31.721115112304688, + "msecs": 835.8380794525146, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10965.26312828064, - "thread": 140633855481600, + "relativeCreated": 10988.561153411865, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26637,8 +26637,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:25,031", - "created": 1610346625.031857, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.835904, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26648,14 +26648,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 31.857013702392578, + "msecs": 835.9038829803467, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10965.399026870728, - "thread": 140633855481600, + "relativeCreated": 10988.626956939697, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26663,8 +26663,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,031", - "created": 1610346625.031968, + "asctime": "2021-01-11 11:25:14,835", + "created": 1610360714.83596, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26674,14 +26674,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 31.968116760253906, + "msecs": 835.9599113464355, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10965.510129928589, - "thread": 140633855481600, + "relativeCreated": 10988.682985305786, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26690,8 +26690,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:25,032", - "created": 1610346625.032067, + "asctime": "2021-01-11 11:25:14,836", + "created": 1610360714.836008, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26701,14 +26701,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 32.067060470581055, + "msecs": 836.0080718994141, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10965.609073638916, - "thread": 140633855481600, + "relativeCreated": 10988.731145858765, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26716,8 +26716,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:25,032", - "created": 1610346625.032259, + "asctime": "2021-01-11 11:25:14,836", + "created": 1610360714.836107, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -26727,14 +26727,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 32.25898742675781, + "msecs": 836.1070156097412, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10965.801000595093, - "thread": 140633855481600, + "relativeCreated": 10988.830089569092, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26745,8 +26745,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:25,032", - "created": 1610346625.032511, + "asctime": "2021-01-11 11:25:14,836", + "created": 1610360714.836226, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26756,14 +26756,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 32.510995864868164, + "msecs": 836.2259864807129, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10966.053009033203, - "thread": 140633855481600, + "relativeCreated": 10988.949060440063, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -26771,8 +26771,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:25,032", - "created": 1610346625.032626, + "asctime": "2021-01-11 11:25:14,836", + "created": 1610360714.836293, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -26782,35 +26782,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 32.62591361999512, + "msecs": 836.2929821014404, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 10966.16792678833, - "thread": 140633855481600, + "relativeCreated": 10989.016056060791, + "thread": 139854176306944, "threadName": "Thread-14" } ], - "msecs": 361.58299446105957, + "msecs": 141.06106758117676, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11295.125007629395, - "thread": 140634736203584, + "relativeCreated": 11293.784141540527, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.32895708084106445 + "time_consumption": 0.30476808547973633 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 07:30:25,362", - "created": 1610346625.362772, + "asctime": "2021-01-11 11:25:15,142", + "created": 1610360715.142402, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26827,8 +26827,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:25,362", - "created": 1610346625.362203, + "asctime": "2021-01-11 11:25:15,141", + "created": 1610360715.14199, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26838,14 +26838,14 @@ "lineno": 22, "message": "Result (Channel name of server): 'client' ()", "module": "test", - "msecs": 362.20288276672363, + "msecs": 141.98994636535645, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11295.744895935059, - "thread": 140634736203584, + "relativeCreated": 11294.713020324707, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -26854,8 +26854,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:25,362", - "created": 1610346625.362519, + "asctime": "2021-01-11 11:25:15,142", + "created": 1610360715.142215, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26865,35 +26865,35 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'client' ()", "module": "test", - "msecs": 362.5190258026123, + "msecs": 142.21501350402832, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11296.061038970947, - "thread": 140634736203584, + "relativeCreated": 11294.938087463379, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 362.77198791503906, + "msecs": 142.40193367004395, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11296.314001083374, - "thread": 140634736203584, + "relativeCreated": 11295.125007629395, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002529621124267578 + "time_consumption": 0.000186920166015625 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 07:30:25,363", - "created": 1610346625.363617, + "asctime": "2021-01-11 11:25:15,143", + "created": 1610360715.143028, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26910,8 +26910,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:25,363", - "created": 1610346625.363234, + "asctime": "2021-01-11 11:25:15,142", + "created": 1610360715.14269, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26921,14 +26921,14 @@ "lineno": 22, "message": "Result (Channel name of client): 'client' ()", "module": "test", - "msecs": 363.2340431213379, + "msecs": 142.68994331359863, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11296.776056289673, - "thread": 140634736203584, + "relativeCreated": 11295.41301727295, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -26937,8 +26937,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:25,363", - "created": 1610346625.363422, + "asctime": "2021-01-11 11:25:15,142", + "created": 1610360715.142858, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -26948,32 +26948,32 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'client' ()", "module": "test", - "msecs": 363.4219169616699, + "msecs": 142.85802841186523, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11296.963930130005, - "thread": 140634736203584, + "relativeCreated": 11295.581102371216, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 363.616943359375, + "msecs": 143.02802085876465, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11297.15895652771, - "thread": 140634736203584, + "relativeCreated": 11295.751094818115, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00019502639770507812 + "time_consumption": 0.00016999244689941406 }, { "args": [], - "asctime": "2021-01-11 07:30:25,364", - "created": 1610346625.364214, + "asctime": "2021-01-11 11:25:15,143", + "created": 1610360715.143516, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -26984,21 +26984,21 @@ "message": "Setting Channel name for server only", "module": "test_communication", "moduleLogger": [], - "msecs": 364.2139434814453, + "msecs": 143.51606369018555, "msg": "Setting Channel name for server only", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11297.75595664978, - "thread": 140634736203584, + "relativeCreated": 11296.239137649536, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:25,710", - "created": 1610346625.710879, + "asctime": "2021-01-11 11:25:15,490", + "created": 1610360715.490167, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -27013,8 +27013,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:25,364", - "created": 1610346625.364508, + "asctime": "2021-01-11 11:25:15,143", + "created": 1610360715.14377, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27024,22 +27024,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 364.50791358947754, + "msecs": 143.7699794769287, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11298.049926757812, - "thread": 140634736203584, + "relativeCreated": 11296.49305343628, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:25,364", - "created": 1610346625.364765, + "asctime": "2021-01-11 11:25:15,143", + "created": 1610360715.14398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27049,22 +27049,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 364.764928817749, + "msecs": 143.9800262451172, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11298.306941986084, - "thread": 140634736203584, + "relativeCreated": 11296.703100204468, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:25,364", - "created": 1610346625.364973, + "asctime": "2021-01-11 11:25:15,144", + "created": 1610360715.1442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27074,22 +27074,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 364.9730682373047, + "msecs": 144.20008659362793, "msg": "%s Connection Lost...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11298.51508140564, - "thread": 140634736203584, + "relativeCreated": 11296.923160552979, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:25,365", - "created": 1610346625.365135, + "asctime": "2021-01-11 11:25:15,144", + "created": 1610360715.144375, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27099,22 +27099,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 365.13495445251465, + "msecs": 144.37508583068848, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11298.67696762085, - "thread": 140634736203584, + "relativeCreated": 11297.098159790039, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:25,365", - "created": 1610346625.365337, + "asctime": "2021-01-11 11:25:15,144", + "created": 1610360715.144552, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27124,22 +27124,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 365.3368949890137, + "msecs": 144.55199241638184, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11298.878908157349, - "thread": 140634736203584, + "relativeCreated": 11297.275066375732, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:25,365", - "created": 1610346625.365616, + "asctime": "2021-01-11 11:25:15,144", + "created": 1610360715.144718, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27149,22 +27149,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 365.6160831451416, + "msecs": 144.71793174743652, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11299.158096313477, - "thread": 140634736203584, + "relativeCreated": 11297.441005706787, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:25,365", - "created": 1610346625.365854, + "asctime": "2021-01-11 11:25:15,144", + "created": 1610360715.144996, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27174,14 +27174,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 365.85402488708496, + "msecs": 144.99592781066895, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11299.39603805542, - "thread": 140634736203584, + "relativeCreated": 11297.71900177002, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -27192,8 +27192,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:25,366", - "created": 1610346625.366207, + "asctime": "2021-01-11 11:25:15,145", + "created": 1610360715.145401, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27203,22 +27203,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 366.2068843841553, + "msecs": 145.4010009765625, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11299.74889755249, - "thread": 140634736203584, + "relativeCreated": 11298.124074935913, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:25,367", - "created": 1610346625.367011, + "asctime": "2021-01-11 11:25:15,146", + "created": 1610360715.146191, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27228,22 +27228,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 367.01107025146484, + "msecs": 146.19088172912598, "msg": "%s Connection established...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11300.5530834198, - "thread": 140634736203584, + "relativeCreated": 11298.913955688477, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:25,367", - "created": 1610346625.367304, + "asctime": "2021-01-11 11:25:15,146", + "created": 1610360715.146484, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27253,22 +27253,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 367.30408668518066, + "msecs": 146.4838981628418, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11300.846099853516, - "thread": 140634736203584, + "relativeCreated": 11299.206972122192, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:25,367", - "created": 1610346625.367587, + "asctime": "2021-01-11 11:25:15,146", + "created": 1610360715.146755, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27278,14 +27278,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 367.5870895385742, + "msecs": 146.75498008728027, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11301.12910270691, - "thread": 140634736203584, + "relativeCreated": 11299.47805404663, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -27293,8 +27293,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395033, + "asctime": "2021-01-11 11:25:15,150", + "created": 1610360715.15022, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27304,14 +27304,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 395.0328826904297, + "msecs": 150.21991729736328, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11328.574895858765, - "thread": 140633863874304, + "relativeCreated": 11302.942991256714, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27319,8 +27319,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395232, + "asctime": "2021-01-11 11:25:15,150", + "created": 1610360715.150699, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27330,14 +27330,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 395.2319622039795, + "msecs": 150.69890022277832, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11328.773975372314, - "thread": 140633863874304, + "relativeCreated": 11303.421974182129, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27345,8 +27345,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395326, + "asctime": "2021-01-11 11:25:15,150", + "created": 1610360715.150922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27356,14 +27356,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 395.3258991241455, + "msecs": 150.92206001281738, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11328.86791229248, - "thread": 140633863874304, + "relativeCreated": 11303.645133972168, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27372,8 +27372,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395398, + "asctime": "2021-01-11 11:25:15,151", + "created": 1610360715.151099, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27383,14 +27383,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 395.3979015350342, + "msecs": 151.09896659851074, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11328.93991470337, - "thread": 140633863874304, + "relativeCreated": 11303.822040557861, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27398,8 +27398,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395469, + "asctime": "2021-01-11 11:25:15,151", + "created": 1610360715.151304, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27409,14 +27409,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 395.46895027160645, + "msecs": 151.3040065765381, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.010963439941, - "thread": 140633863874304, + "relativeCreated": 11304.027080535889, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27425,8 +27425,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395522, + "asctime": "2021-01-11 11:25:15,151", + "created": 1610360715.151465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27436,14 +27436,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 395.5221176147461, + "msecs": 151.46493911743164, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.064130783081, - "thread": 140633863874304, + "relativeCreated": 11304.188013076782, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27451,8 +27451,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395593, + "asctime": "2021-01-11 11:25:15,151", + "created": 1610360715.151686, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27462,14 +27462,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 395.59292793273926, + "msecs": 151.6859531402588, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.134941101074, - "thread": 140633863874304, + "relativeCreated": 11304.40902709961, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27478,8 +27478,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395644, + "asctime": "2021-01-11 11:25:15,151", + "created": 1610360715.151862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27489,14 +27489,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 395.643949508667, + "msecs": 151.86190605163574, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.185962677002, - "thread": 140633863874304, + "relativeCreated": 11304.584980010986, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27504,8 +27504,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395702, + "asctime": "2021-01-11 11:25:15,152", + "created": 1610360715.152054, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27515,14 +27515,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 395.7018852233887, + "msecs": 152.0540714263916, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.243898391724, - "thread": 140633863874304, + "relativeCreated": 11304.777145385742, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27531,8 +27531,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395753, + "asctime": "2021-01-11 11:25:15,152", + "created": 1610360715.152206, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27542,14 +27542,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 395.7529067993164, + "msecs": 152.2059440612793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.294919967651, - "thread": 140633863874304, + "relativeCreated": 11304.92901802063, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27557,8 +27557,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395814, + "asctime": "2021-01-11 11:25:15,152", + "created": 1610360715.152486, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27568,14 +27568,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 395.8139419555664, + "msecs": 152.48608589172363, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.355955123901, - "thread": 140633863874304, + "relativeCreated": 11305.209159851074, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27584,8 +27584,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395859, + "asctime": "2021-01-11 11:25:15,152", + "created": 1610360715.152686, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27595,14 +27595,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 395.8590030670166, + "msecs": 152.68611907958984, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.401016235352, - "thread": 140633863874304, + "relativeCreated": 11305.40919303894, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27610,8 +27610,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395938, + "asctime": "2021-01-11 11:25:15,152", + "created": 1610360715.152866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27621,14 +27621,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 395.9379196166992, + "msecs": 152.86588668823242, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.479932785034, - "thread": 140633863874304, + "relativeCreated": 11305.588960647583, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27636,8 +27636,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:25,395", - "created": 1610346625.395993, + "asctime": "2021-01-11 11:25:15,152", + "created": 1610360715.152948, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27647,14 +27647,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 395.9929943084717, + "msecs": 152.94790267944336, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.535007476807, - "thread": 140633863874304, + "relativeCreated": 11305.670976638794, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27662,8 +27662,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,396", - "created": 1610346625.396056, + "asctime": "2021-01-11 11:25:15,153", + "created": 1610360715.153019, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27673,14 +27673,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 396.0559368133545, + "msecs": 153.01895141601562, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.59794998169, - "thread": 140633863874304, + "relativeCreated": 11305.742025375366, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27689,8 +27689,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:25,396", - "created": 1610346625.396104, + "asctime": "2021-01-11 11:25:15,153", + "created": 1610360715.153088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27700,14 +27700,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 396.104097366333, + "msecs": 153.08809280395508, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.646110534668, - "thread": 140633863874304, + "relativeCreated": 11305.811166763306, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27715,8 +27715,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:25,396", - "created": 1610346625.396191, + "asctime": "2021-01-11 11:25:15,153", + "created": 1610360715.153218, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27726,14 +27726,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 396.190881729126, + "msecs": 153.21803092956543, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.732894897461, - "thread": 140633863874304, + "relativeCreated": 11305.941104888916, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27744,8 +27744,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:25,396", - "created": 1610346625.39634, + "asctime": "2021-01-11 11:25:15,153", + "created": 1610360715.153378, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27755,14 +27755,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 396.33989334106445, + "msecs": 153.37800979614258, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.8819065094, - "thread": 140633863874304, + "relativeCreated": 11306.101083755493, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27770,8 +27770,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:25,396", - "created": 1610346625.396403, + "asctime": "2021-01-11 11:25:15,153", + "created": 1610360715.153463, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27781,14 +27781,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 396.40307426452637, + "msecs": 153.46288681030273, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11329.945087432861, - "thread": 140633863874304, + "relativeCreated": 11306.185960769653, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27799,8 +27799,8 @@ "status: okay", "'server'" ], - "asctime": "2021-01-11 07:30:25,396", - "created": 1610346625.396487, + "asctime": "2021-01-11 11:25:15,153", + "created": 1610360715.153569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27810,14 +27810,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"'server'\"", "module": "__init__", - "msecs": 396.4869976043701, + "msecs": 153.56898307800293, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11330.029010772705, - "thread": 140633863874304, + "relativeCreated": 11306.292057037354, + "thread": 139854184699648, "threadName": "Thread-13" }, { @@ -27825,8 +27825,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 22 73 65 72 76 65 72 22 2c 20 22 64 61 74 61 5f 69 64 22 3a" ], - "asctime": "2021-01-11 07:30:25,399", - "created": 1610346625.399964, + "asctime": "2021-01-11 11:25:15,155", + "created": 1610360715.155196, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27836,14 +27836,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 22 73 65 72 76 65 72 22 2c 20 22 64 61 74 61 5f 69 64 22 3a", "module": "__init__", - "msecs": 399.9640941619873, + "msecs": 155.195951461792, "msg": "%s TX -> %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11333.506107330322, - "thread": 140633855481600, + "relativeCreated": 11307.919025421143, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -27851,8 +27851,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 22 73 65 72 76 65 72 22 2c 20 22 64 61 74 61 5f 69 64 22 3a" ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400116, + "asctime": "2021-01-11 11:25:15,155", + "created": 1610360715.155357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -27862,14 +27862,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 22 73 65 72 76 65 72 22 2c 20 22 64 61 74 61 5f 69 64 22 3a", "module": "__init__", - "msecs": 400.115966796875, + "msecs": 155.35688400268555, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11333.65797996521, - "thread": 140633855481600, + "relativeCreated": 11308.079957962036, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -27877,8 +27877,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400176, + "asctime": "2021-01-11 11:25:15,155", + "created": 1610360715.155437, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27888,14 +27888,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 400.1760482788086, + "msecs": 155.43699264526367, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11333.718061447144, - "thread": 140633855481600, + "relativeCreated": 11308.160066604614, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -27904,8 +27904,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400231, + "asctime": "2021-01-11 11:25:15,155", + "created": 1610360715.155546, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27915,14 +27915,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 400.23088455200195, + "msecs": 155.5459499359131, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11333.772897720337, - "thread": 140633855481600, + "relativeCreated": 11308.269023895264, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -27930,8 +27930,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400309, + "asctime": "2021-01-11 11:25:15,155", + "created": 1610360715.155668, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27941,14 +27941,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.30908584594727, + "msecs": 155.6680202484131, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11333.851099014282, - "thread": 140633855481600, + "relativeCreated": 11308.391094207764, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -27957,8 +27957,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400374, + "asctime": "2021-01-11 11:25:15,155", + "created": 1610360715.155764, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27968,14 +27968,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 400.3739356994629, + "msecs": 155.76410293579102, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11333.915948867798, - "thread": 140633855481600, + "relativeCreated": 11308.487176895142, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -27983,8 +27983,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400467, + "asctime": "2021-01-11 11:25:15,155", + "created": 1610360715.155901, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -27994,14 +27994,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.4669189453125, + "msecs": 155.9009552001953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.008932113647, - "thread": 140633855481600, + "relativeCreated": 11308.624029159546, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28010,8 +28010,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400525, + "asctime": "2021-01-11 11:25:15,155", + "created": 1610360715.155995, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28021,14 +28021,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 400.5250930786133, + "msecs": 155.99489212036133, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.067106246948, - "thread": 140633855481600, + "relativeCreated": 11308.717966079712, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28036,8 +28036,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400598, + "asctime": "2021-01-11 11:25:15,156", + "created": 1610360715.156118, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28047,14 +28047,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.59804916381836, + "msecs": 156.11791610717773, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.140062332153, - "thread": 140633855481600, + "relativeCreated": 11308.840990066528, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28063,8 +28063,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400657, + "asctime": "2021-01-11 11:25:15,156", + "created": 1610360715.156209, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28074,14 +28074,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 400.65693855285645, + "msecs": 156.20899200439453, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.198951721191, - "thread": 140633855481600, + "relativeCreated": 11308.932065963745, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28089,8 +28089,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400854, + "asctime": "2021-01-11 11:25:15,156", + "created": 1610360715.156357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28100,14 +28100,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.85411071777344, + "msecs": 156.3570499420166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.396123886108, - "thread": 140633855481600, + "relativeCreated": 11309.080123901367, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28115,8 +28115,8 @@ "comm-server:", "(10): 3d 20 30 7d 9c 48 3b b3 3a 3e" ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400924, + "asctime": "2021-01-11 11:25:15,156", + "created": 1610360715.156492, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28126,14 +28126,14 @@ "lineno": 284, "message": "comm-server: TX -> (10): 3d 20 30 7d 9c 48 3b b3 3a 3e", "module": "__init__", - "msecs": 400.9239673614502, + "msecs": 156.4919948577881, "msg": "%s TX -> %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.465980529785, - "thread": 140633855481600, + "relativeCreated": 11309.215068817139, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28141,8 +28141,8 @@ "comm-client:", "(10): 3d 20 30 7d 9c 48 3b b3 3a 3e" ], - "asctime": "2021-01-11 07:30:25,400", - "created": 1610346625.400982, + "asctime": "2021-01-11 11:25:15,156", + "created": 1610360715.156617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28152,14 +28152,14 @@ "lineno": 414, "message": "comm-client: RX <- (10): 3d 20 30 7d 9c 48 3b b3 3a 3e", "module": "__init__", - "msecs": 400.9819030761719, + "msecs": 156.6169261932373, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.523916244507, - "thread": 140633855481600, + "relativeCreated": 11309.340000152588, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28168,8 +28168,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,401", - "created": 1610346625.401025, + "asctime": "2021-01-11 11:25:15,156", + "created": 1610360715.156692, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28179,14 +28179,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 401.02505683898926, + "msecs": 156.6920280456543, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.567070007324, - "thread": 140633855481600, + "relativeCreated": 11309.415102005005, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28194,8 +28194,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,401", - "created": 1610346625.401074, + "asctime": "2021-01-11 11:25:15,156", + "created": 1610360715.156778, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28205,14 +28205,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 401.0739326477051, + "msecs": 156.77809715270996, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.61594581604, - "thread": 140633855481600, + "relativeCreated": 11309.50117111206, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28221,8 +28221,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:25,401", - "created": 1610346625.401116, + "asctime": "2021-01-11 11:25:15,156", + "created": 1610360715.156841, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28232,14 +28232,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 401.11589431762695, + "msecs": 156.84103965759277, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.657907485962, - "thread": 140633855481600, + "relativeCreated": 11309.564113616943, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28247,8 +28247,8 @@ "STP:", "(66): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 22 73 65 72 76 65 72 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 9c 48 3b b3" ], - "asctime": "2021-01-11 07:30:25,401", - "created": 1610346625.401213, + "asctime": "2021-01-11 11:25:15,156", + "created": 1610360715.156989, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -28258,14 +28258,14 @@ "lineno": 148, "message": "STP: message identified - (66): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 22 73 65 72 76 65 72 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 9c 48 3b b3", "module": "stp", - "msecs": 401.2129306793213, + "msecs": 156.98909759521484, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.754943847656, - "thread": 140633855481600, + "relativeCreated": 11309.712171554565, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28276,8 +28276,8 @@ "status: okay", "u'server'" ], - "asctime": "2021-01-11 07:30:25,401", - "created": 1610346625.401352, + "asctime": "2021-01-11 11:25:15,157", + "created": 1610360715.157201, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28287,14 +28287,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"u'server'\"", "module": "__init__", - "msecs": 401.3519287109375, + "msecs": 157.20105171203613, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.893941879272, - "thread": 140633855481600, + "relativeCreated": 11309.924125671387, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28302,8 +28302,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:25,401", - "created": 1610346625.401444, + "asctime": "2021-01-11 11:25:15,157", + "created": 1610360715.157289, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28313,14 +28313,14 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 401.4439582824707, + "msecs": 157.2890281677246, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11334.985971450806, - "thread": 140633855481600, + "relativeCreated": 11310.012102127075, + "thread": 139854176306944, "threadName": "Thread-14" }, { @@ -28328,8 +28328,8 @@ "prot-client:", "'server'" ], - "asctime": "2021-01-11 07:30:25,401", - "created": 1610346625.401588, + "asctime": "2021-01-11 11:25:15,157", + "created": 1610360715.157428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28339,35 +28339,35 @@ "lineno": 407, "message": "prot-client: channel name is now 'server'", "module": "__init__", - "msecs": 401.58796310424805, + "msecs": 157.42802619934082, "msg": "%s channel name is now %s", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11335.129976272583, - "thread": 140633855481600, + "relativeCreated": 11310.151100158691, + "thread": 139854176306944, "threadName": "Thread-14" } ], - "msecs": 710.8790874481201, + "msecs": 490.16690254211426, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11644.421100616455, - "thread": 140634736203584, + "relativeCreated": 11642.889976501465, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.30929112434387207 + "time_consumption": 0.33273887634277344 }, { "args": [ "'server'", "" ], - "asctime": "2021-01-11 07:30:25,711", - "created": 1610346625.711509, + "asctime": "2021-01-11 11:25:15,491", + "created": 1610360715.491377, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28384,8 +28384,8 @@ "'server'", "" ], - "asctime": "2021-01-11 07:30:25,711", - "created": 1610346625.71129, + "asctime": "2021-01-11 11:25:15,490", + "created": 1610360715.490972, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28395,14 +28395,14 @@ "lineno": 22, "message": "Result (Channel name of server): 'server' ()", "module": "test", - "msecs": 711.2898826599121, + "msecs": 490.97204208374023, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11644.831895828247, - "thread": 140634736203584, + "relativeCreated": 11643.69511604309, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28411,8 +28411,8 @@ "'server'", "" ], - "asctime": "2021-01-11 07:30:25,711", - "created": 1610346625.711417, + "asctime": "2021-01-11 11:25:15,491", + "created": 1610360715.491189, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28422,35 +28422,35 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'server' ()", "module": "test", - "msecs": 711.4169597625732, + "msecs": 491.18900299072266, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11644.958972930908, - "thread": 140634736203584, + "relativeCreated": 11643.912076950073, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 711.5089893341064, + "msecs": 491.3771152496338, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11645.051002502441, - "thread": 140634736203584, + "relativeCreated": 11644.100189208984, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 9.202957153320312e-05 + "time_consumption": 0.0001881122589111328 }, { "args": [ "'server'", "" ], - "asctime": "2021-01-11 07:30:25,711", - "created": 1610346625.711769, + "asctime": "2021-01-11 11:25:15,491", + "created": 1610360715.491992, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28467,8 +28467,8 @@ "'server'", "" ], - "asctime": "2021-01-11 07:30:25,711", - "created": 1610346625.711642, + "asctime": "2021-01-11 11:25:15,491", + "created": 1610360715.491668, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28478,14 +28478,14 @@ "lineno": 22, "message": "Result (Channel name of client): 'server' ()", "module": "test", - "msecs": 711.6420269012451, + "msecs": 491.6679859161377, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11645.18404006958, - "thread": 140634736203584, + "relativeCreated": 11644.391059875488, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28494,8 +28494,8 @@ "'server'", "" ], - "asctime": "2021-01-11 07:30:25,711", - "created": 1610346625.711709, + "asctime": "2021-01-11 11:25:15,491", + "created": 1610360715.491835, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -28505,39 +28505,39 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'server' ()", "module": "test", - "msecs": 711.7090225219727, + "msecs": 491.8351173400879, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11645.251035690308, - "thread": 140634736203584, + "relativeCreated": 11644.558191299438, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 711.7691040039062, + "msecs": 491.9919967651367, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11645.311117172241, - "thread": 140634736203584, + "relativeCreated": 11644.715070724487, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 6.008148193359375e-05 + "time_consumption": 0.00015687942504882812 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 1.7464501857757568, - "time_finished": "2021-01-11 07:30:25,711", - "time_start": "2021-01-11 07:30:23,965" + "time_consumption": 1.7494280338287354, + "time_finished": "2021-01-11 11:25:15,491", + "time_start": "2021-01-11 11:25:13,742" }, "_Pn3WgE0NEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:19,503", - "created": 1610346619.503809, + "asctime": "2021-01-11 11:25:09,278", + "created": 1610360709.278938, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28548,18 +28548,18 @@ "message": "_Pn3WgE0NEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 503.80897521972656, + "msecs": 278.93805503845215, "msg": "_Pn3WgE0NEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5437.3509883880615, + "relativeCreated": 5431.661128997803, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:19,510", - "created": 1610346619.510078, + "asctime": "2021-01-11 11:25:09,286", + "created": 1610360709.286819, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -28574,8 +28574,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:19,504", - "created": 1610346619.504858, + "asctime": "2021-01-11 11:25:09,280", + "created": 1610360709.280195, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28585,22 +28585,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 504.85801696777344, + "msecs": 280.1949977874756, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5438.400030136108, - "thread": 140634736203584, + "relativeCreated": 5432.918071746826, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:19,505", - "created": 1610346619.5057, + "asctime": "2021-01-11 11:25:09,281", + "created": 1610360709.281295, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28610,22 +28610,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 505.70011138916016, + "msecs": 281.2950611114502, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5439.242124557495, - "thread": 140634736203584, + "relativeCreated": 5434.018135070801, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:19,505", - "created": 1610346619.505839, + "asctime": "2021-01-11 11:25:09,281", + "created": 1610360709.281606, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28635,22 +28635,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 505.83910942077637, + "msecs": 281.60595893859863, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5439.381122589111, - "thread": 140634736203584, + "relativeCreated": 5434.329032897949, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:19,506", - "created": 1610346619.506105, + "asctime": "2021-01-11 11:25:09,282", + "created": 1610360709.282191, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28660,14 +28660,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 506.1049461364746, + "msecs": 282.19103813171387, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5439.64695930481, - "thread": 140634736203584, + "relativeCreated": 5434.914112091064, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28676,8 +28676,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:19,506", - "created": 1610346619.506205, + "asctime": "2021-01-11 11:25:09,282", + "created": 1610360709.282462, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28687,14 +28687,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 506.20508193969727, + "msecs": 282.46188163757324, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5439.747095108032, - "thread": 140634736203584, + "relativeCreated": 5435.184955596924, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28702,8 +28702,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:19,506", - "created": 1610346619.506327, + "asctime": "2021-01-11 11:25:09,282", + "created": 1610360709.282783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28713,14 +28713,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 506.32691383361816, + "msecs": 282.78303146362305, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5439.868927001953, - "thread": 140634736203584, + "relativeCreated": 5435.506105422974, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28728,8 +28728,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:19,506", - "created": 1610346619.506413, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.28301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28739,14 +28739,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 506.4129829406738, + "msecs": 283.01000595092773, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5439.954996109009, - "thread": 140634736203584, + "relativeCreated": 5435.733079910278, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28754,8 +28754,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:19,506", - "created": 1610346619.50649, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.283221, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28765,14 +28765,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 506.48999214172363, + "msecs": 283.2210063934326, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5440.032005310059, - "thread": 140634736203584, + "relativeCreated": 5435.944080352783, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28780,8 +28780,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:19,506", - "created": 1610346619.506562, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.283306, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28791,14 +28791,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 506.5619945526123, + "msecs": 283.3058834075928, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5440.104007720947, - "thread": 140634736203584, + "relativeCreated": 5436.028957366943, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28808,8 +28808,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:19,506", - "created": 1610346619.506679, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.283408, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28819,14 +28819,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 506.6790580749512, + "msecs": 283.40792655944824, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5440.221071243286, - "thread": 140634736203584, + "relativeCreated": 5436.131000518799, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28836,8 +28836,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:19,506", - "created": 1610346619.506785, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.283515, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28847,14 +28847,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 506.78491592407227, + "msecs": 283.51497650146484, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5440.326929092407, - "thread": 140634736203584, + "relativeCreated": 5436.238050460815, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28864,8 +28864,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:19,506", - "created": 1610346619.506889, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.283587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28875,14 +28875,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 506.88910484313965, + "msecs": 283.5869789123535, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5440.431118011475, - "thread": 140634736203584, + "relativeCreated": 5436.310052871704, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28892,8 +28892,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:19,506", - "created": 1610346619.506996, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.283659, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28903,22 +28903,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 506.99591636657715, + "msecs": 283.6589813232422, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5440.537929534912, - "thread": 140634736203584, + "relativeCreated": 5436.382055282593, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:19,507", - "created": 1610346619.507086, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.28373, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28928,14 +28928,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 507.08603858947754, + "msecs": 283.73003005981445, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5440.6280517578125, - "thread": 140634736203584, + "relativeCreated": 5436.453104019165, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28944,8 +28944,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:19,507", - "created": 1610346619.507206, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.283808, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28955,14 +28955,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 507.2059631347656, + "msecs": 283.80799293518066, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5440.747976303101, - "thread": 140634736203584, + "relativeCreated": 5436.531066894531, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28970,8 +28970,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:19,507", - "created": 1610346619.50731, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.283879, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -28981,14 +28981,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 507.3099136352539, + "msecs": 283.87904167175293, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5440.851926803589, - "thread": 140634736203584, + "relativeCreated": 5436.6021156311035, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -28996,8 +28996,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:19,507", - "created": 1610346619.507409, + "asctime": "2021-01-11 11:25:09,283", + "created": 1610360709.283941, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29007,14 +29007,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 507.40909576416016, + "msecs": 283.94103050231934, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5440.951108932495, - "thread": 140634736203584, + "relativeCreated": 5436.66410446167, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29024,8 +29024,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:19,507", - "created": 1610346619.507492, + "asctime": "2021-01-11 11:25:09,284", + "created": 1610360709.284011, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29035,14 +29035,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 507.4920654296875, + "msecs": 284.0108871459961, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.0340785980225, - "thread": 140634736203584, + "relativeCreated": 5436.733961105347, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29052,8 +29052,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:19,507", - "created": 1610346619.507572, + "asctime": "2021-01-11 11:25:09,284", + "created": 1610360709.284093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29063,14 +29063,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 507.5719356536865, + "msecs": 284.09290313720703, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.1139488220215, - "thread": 140634736203584, + "relativeCreated": 5436.815977096558, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29079,8 +29079,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:19,507", - "created": 1610346619.507652, + "asctime": "2021-01-11 11:25:09,284", + "created": 1610360709.284181, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29090,14 +29090,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 507.65204429626465, + "msecs": 284.1811180114746, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.1940574646, - "thread": 140634736203584, + "relativeCreated": 5436.904191970825, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29106,8 +29106,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:19,507", - "created": 1610346619.507724, + "asctime": "2021-01-11 11:25:09,284", + "created": 1610360709.284257, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29117,14 +29117,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 507.7240467071533, + "msecs": 284.2569351196289, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.266059875488, - "thread": 140634736203584, + "relativeCreated": 5436.9800090789795, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29133,8 +29133,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:19,507", - "created": 1610346619.507798, + "asctime": "2021-01-11 11:25:09,284", + "created": 1610360709.284332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29144,22 +29144,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 507.7979564666748, + "msecs": 284.3320369720459, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.33996963501, - "thread": 140634736203584, + "relativeCreated": 5437.0551109313965, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:19,507", - "created": 1610346619.50787, + "asctime": "2021-01-11 11:25:09,284", + "created": 1610360709.284412, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29169,22 +29169,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 507.8699588775635, + "msecs": 284.4119071960449, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.411972045898, - "thread": 140634736203584, + "relativeCreated": 5437.1349811553955, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.508054, + "asctime": "2021-01-11 11:25:09,284", + "created": 1610360709.284734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29194,14 +29194,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 508.0540180206299, + "msecs": 284.73401069641113, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.596031188965, - "thread": 140634736203584, + "relativeCreated": 5437.457084655762, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29210,8 +29210,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.508137, + "asctime": "2021-01-11 11:25:09,284", + "created": 1610360709.284828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29221,14 +29221,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 508.1369876861572, + "msecs": 284.82794761657715, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.679000854492, - "thread": 140634736203584, + "relativeCreated": 5437.551021575928, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29236,8 +29236,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.508246, + "asctime": "2021-01-11 11:25:09,284", + "created": 1610360709.284941, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29247,14 +29247,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 508.24594497680664, + "msecs": 284.9409580230713, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.787958145142, - "thread": 140634736203584, + "relativeCreated": 5437.664031982422, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29262,8 +29262,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.508327, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285038, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29273,14 +29273,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 508.3270072937012, + "msecs": 285.0379943847656, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.869020462036, - "thread": 140634736203584, + "relativeCreated": 5437.761068344116, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29288,8 +29288,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.5084, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285129, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29299,14 +29299,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 508.39996337890625, + "msecs": 285.1290702819824, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5441.941976547241, - "thread": 140634736203584, + "relativeCreated": 5437.852144241333, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29314,8 +29314,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.508482, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285218, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29325,14 +29325,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 508.4819793701172, + "msecs": 285.2180004119873, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.023992538452, - "thread": 140634736203584, + "relativeCreated": 5437.941074371338, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29342,8 +29342,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.508558, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29353,14 +29353,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 508.5580348968506, + "msecs": 285.31408309936523, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.100048065186, - "thread": 140634736203584, + "relativeCreated": 5438.037157058716, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29370,8 +29370,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.508637, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285411, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29381,14 +29381,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 508.6369514465332, + "msecs": 285.41088104248047, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.178964614868, - "thread": 140634736203584, + "relativeCreated": 5438.133955001831, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29398,8 +29398,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.508716, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285503, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29409,14 +29409,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 508.7161064147949, + "msecs": 285.5029106140137, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.25811958313, - "thread": 140634736203584, + "relativeCreated": 5438.225984573364, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29426,8 +29426,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.50881, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285607, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29437,22 +29437,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 508.81004333496094, + "msecs": 285.60709953308105, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.352056503296, - "thread": 140634736203584, + "relativeCreated": 5438.330173492432, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.508881, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29462,14 +29462,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 508.8810920715332, + "msecs": 285.693883895874, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.423105239868, - "thread": 140634736203584, + "relativeCreated": 5438.416957855225, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29478,8 +29478,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:19,508", - "created": 1610346619.508962, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29489,14 +29489,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 508.96191596984863, + "msecs": 285.7930660247803, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.503929138184, - "thread": 140634736203584, + "relativeCreated": 5438.516139984131, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29504,8 +29504,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:19,509", - "created": 1610346619.509043, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285887, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29515,14 +29515,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 509.04297828674316, + "msecs": 285.8870029449463, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.584991455078, - "thread": 140634736203584, + "relativeCreated": 5438.610076904297, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29530,8 +29530,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:19,509", - "created": 1610346619.509116, + "asctime": "2021-01-11 11:25:09,285", + "created": 1610360709.285979, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29541,14 +29541,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 509.11593437194824, + "msecs": 285.9790325164795, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.657947540283, - "thread": 140634736203584, + "relativeCreated": 5438.70210647583, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29558,8 +29558,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:19,509", - "created": 1610346619.509203, + "asctime": "2021-01-11 11:25:09,286", + "created": 1610360709.286075, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29569,14 +29569,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 509.2029571533203, + "msecs": 286.0751152038574, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.744970321655, - "thread": 140634736203584, + "relativeCreated": 5438.798189163208, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29586,8 +29586,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:19,509", - "created": 1610346619.509302, + "asctime": "2021-01-11 11:25:09,286", + "created": 1610360709.286166, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29597,14 +29597,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 509.30190086364746, + "msecs": 286.1659526824951, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5442.843914031982, - "thread": 140634736203584, + "relativeCreated": 5438.889026641846, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29613,8 +29613,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:19,509", - "created": 1610346619.509653, + "asctime": "2021-01-11 11:25:09,286", + "created": 1610360709.286451, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29624,14 +29624,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 509.65309143066406, + "msecs": 286.4511013031006, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5443.195104598999, - "thread": 140634736203584, + "relativeCreated": 5439.174175262451, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29640,8 +29640,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:19,509", - "created": 1610346619.509772, + "asctime": "2021-01-11 11:25:09,286", + "created": 1610360709.286554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29651,14 +29651,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 509.77206230163574, + "msecs": 286.55409812927246, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5443.314075469971, - "thread": 140634736203584, + "relativeCreated": 5439.277172088623, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29667,8 +29667,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:19,509", - "created": 1610346619.509873, + "asctime": "2021-01-11 11:25:09,286", + "created": 1610360709.286642, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29678,22 +29678,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 509.8729133605957, + "msecs": 286.64207458496094, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5443.414926528931, - "thread": 140634736203584, + "relativeCreated": 5439.3651485443115, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:19,509", - "created": 1610346619.509977, + "asctime": "2021-01-11 11:25:09,286", + "created": 1610360709.286728, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29703,32 +29703,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 509.9771022796631, + "msecs": 286.7279052734375, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5443.519115447998, - "thread": 140634736203584, + "relativeCreated": 5439.450979232788, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 510.07795333862305, + "msecs": 286.8189811706543, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5443.619966506958, - "thread": 140634736203584, + "relativeCreated": 5439.542055130005, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00010085105895996094 + "time_consumption": 9.107589721679688e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:19,854", - "created": 1610346619.854356, + "asctime": "2021-01-11 11:25:09,631", + "created": 1610360709.631096, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -29743,8 +29743,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:19,510", - "created": 1610346619.510312, + "asctime": "2021-01-11 11:25:09,287", + "created": 1610360709.287003, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29754,22 +29754,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 510.3120803833008, + "msecs": 287.0030403137207, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5443.854093551636, - "thread": 140634736203584, + "relativeCreated": 5439.726114273071, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:19,510", - "created": 1610346619.510412, + "asctime": "2021-01-11 11:25:09,287", + "created": 1610360709.287099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29779,22 +29779,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 510.41197776794434, + "msecs": 287.09888458251953, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5443.953990936279, - "thread": 140634736203584, + "relativeCreated": 5439.82195854187, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:19,510", - "created": 1610346619.510511, + "asctime": "2021-01-11 11:25:09,287", + "created": 1610360709.28719, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29804,14 +29804,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 510.5109214782715, + "msecs": 287.1899604797363, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5444.052934646606, - "thread": 140634736203584, + "relativeCreated": 5439.913034439087, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29822,8 +29822,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:19,510", - "created": 1610346619.510659, + "asctime": "2021-01-11 11:25:09,287", + "created": 1610360709.287328, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29833,22 +29833,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 510.65897941589355, + "msecs": 287.32800483703613, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5444.2009925842285, - "thread": 140634736203584, + "relativeCreated": 5440.051078796387, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:19,510", - "created": 1610346619.510952, + "asctime": "2021-01-11 11:25:09,287", + "created": 1610360709.287667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29858,22 +29858,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 510.9519958496094, + "msecs": 287.66703605651855, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5444.494009017944, - "thread": 140634736203584, + "relativeCreated": 5440.390110015869, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:19,511", - "created": 1610346619.511049, + "asctime": "2021-01-11 11:25:09,287", + "created": 1610360709.287764, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29883,22 +29883,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 511.0490322113037, + "msecs": 287.7640724182129, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5444.591045379639, - "thread": 140634736203584, + "relativeCreated": 5440.4871463775635, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:19,511", - "created": 1610346619.511128, + "asctime": "2021-01-11 11:25:09,287", + "created": 1610360709.287838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29908,14 +29908,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 511.1279487609863, + "msecs": 287.8379821777344, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5444.669961929321, - "thread": 140634736203584, + "relativeCreated": 5440.561056137085, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -29923,8 +29923,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.515087, + "asctime": "2021-01-11 11:25:09,288", + "created": 1610360709.288868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29934,14 +29934,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 515.0868892669678, + "msecs": 288.8679504394531, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5448.628902435303, - "thread": 140634442675968, + "relativeCreated": 5441.591024398804, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -29949,8 +29949,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.515246, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.289065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -29960,14 +29960,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 515.2459144592285, + "msecs": 289.064884185791, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5448.7879276275635, - "thread": 140634442675968, + "relativeCreated": 5441.787958145142, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -29975,8 +29975,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.515331, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.289151, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -29986,14 +29986,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 515.3310298919678, + "msecs": 289.1509532928467, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5448.873043060303, - "thread": 140634442675968, + "relativeCreated": 5441.874027252197, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30002,8 +30002,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.515391, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.28922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30013,14 +30013,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 515.3911113739014, + "msecs": 289.22009468078613, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5448.933124542236, - "thread": 140634442675968, + "relativeCreated": 5441.943168640137, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30028,8 +30028,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.51547, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.289315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30039,14 +30039,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 515.470027923584, + "msecs": 289.31498527526855, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.012041091919, - "thread": 140634442675968, + "relativeCreated": 5442.038059234619, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30055,8 +30055,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.515553, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.289402, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30066,14 +30066,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 515.5529975891113, + "msecs": 289.4020080566406, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.095010757446, - "thread": 140634442675968, + "relativeCreated": 5442.125082015991, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30081,8 +30081,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.515644, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.289491, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30092,14 +30092,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 515.6440734863281, + "msecs": 289.4909381866455, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.186086654663, - "thread": 140634442675968, + "relativeCreated": 5442.214012145996, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30108,8 +30108,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.51571, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.289551, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30119,14 +30119,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 515.7101154327393, + "msecs": 289.5510196685791, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.252128601074, - "thread": 140634442675968, + "relativeCreated": 5442.27409362793, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30134,8 +30134,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.515793, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.289637, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30145,14 +30145,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 515.7930850982666, + "msecs": 289.63708877563477, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.335098266602, - "thread": 140634442675968, + "relativeCreated": 5442.360162734985, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30161,8 +30161,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.515863, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.289712, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30172,14 +30172,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 515.8629417419434, + "msecs": 289.71195220947266, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.404954910278, - "thread": 140634442675968, + "relativeCreated": 5442.435026168823, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30187,8 +30187,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.515936, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.289819, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30198,14 +30198,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 515.9358978271484, + "msecs": 289.81900215148926, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.477910995483, - "thread": 140634442675968, + "relativeCreated": 5442.54207611084, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30214,8 +30214,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,515", - "created": 1610346619.51599, + "asctime": "2021-01-11 11:25:09,289", + "created": 1610360709.289895, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30225,14 +30225,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 515.9900188446045, + "msecs": 289.89505767822266, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.532032012939, - "thread": 140634442675968, + "relativeCreated": 5442.618131637573, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30240,8 +30240,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:19,516", - "created": 1610346619.516112, + "asctime": "2021-01-11 11:25:09,290", + "created": 1610360709.290014, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30251,14 +30251,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 516.1120891571045, + "msecs": 290.01402854919434, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.654102325439, - "thread": 140634442675968, + "relativeCreated": 5442.737102508545, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30266,8 +30266,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:19,516", - "created": 1610346619.516237, + "asctime": "2021-01-11 11:25:09,290", + "created": 1610360709.290123, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30277,14 +30277,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 516.2370204925537, + "msecs": 290.12298583984375, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.779033660889, - "thread": 140634442675968, + "relativeCreated": 5442.846059799194, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30292,8 +30292,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,516", - "created": 1610346619.516327, + "asctime": "2021-01-11 11:25:09,290", + "created": 1610360709.290212, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30303,14 +30303,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 516.326904296875, + "msecs": 290.21191596984863, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.86891746521, - "thread": 140634442675968, + "relativeCreated": 5442.934989929199, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30319,8 +30319,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:19,516", - "created": 1610346619.516406, + "asctime": "2021-01-11 11:25:09,290", + "created": 1610360709.290286, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30330,14 +30330,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 516.4060592651367, + "msecs": 290.2860641479492, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5449.948072433472, - "thread": 140634442675968, + "relativeCreated": 5443.0091381073, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30345,8 +30345,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:19,516", - "created": 1610346619.516566, + "asctime": "2021-01-11 11:25:09,290", + "created": 1610360709.290431, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30356,14 +30356,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 516.5660381317139, + "msecs": 290.43102264404297, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5450.108051300049, - "thread": 140634442675968, + "relativeCreated": 5443.154096603394, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30374,8 +30374,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:19,516", - "created": 1610346619.51674, + "asctime": "2021-01-11 11:25:09,290", + "created": 1610360709.290581, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30385,14 +30385,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 516.740083694458, + "msecs": 290.58098793029785, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5450.282096862793, - "thread": 140634442675968, + "relativeCreated": 5443.304061889648, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30400,8 +30400,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:19,516", - "created": 1610346619.516838, + "asctime": "2021-01-11 11:25:09,290", + "created": 1610360709.290665, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30411,14 +30411,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 516.8380737304688, + "msecs": 290.6649112701416, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5450.380086898804, - "thread": 140634442675968, + "relativeCreated": 5443.387985229492, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30429,8 +30429,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:19,516", - "created": 1610346619.51697, + "asctime": "2021-01-11 11:25:09,290", + "created": 1610360709.29078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30440,14 +30440,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 516.9699192047119, + "msecs": 290.78006744384766, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5450.511932373047, - "thread": 140634442675968, + "relativeCreated": 5443.503141403198, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -30455,8 +30455,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:19,522", - "created": 1610346619.522401, + "asctime": "2021-01-11 11:25:09,291", + "created": 1610360709.291719, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30466,14 +30466,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 522.4010944366455, + "msecs": 291.7189598083496, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5455.9431076049805, - "thread": 140634434283264, + "relativeCreated": 5444.4420337677, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30481,8 +30481,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:19,522", - "created": 1610346619.522551, + "asctime": "2021-01-11 11:25:09,291", + "created": 1610360709.291878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30492,14 +30492,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 522.5510597229004, + "msecs": 291.87798500061035, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.093072891235, - "thread": 140634434283264, + "relativeCreated": 5444.601058959961, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30507,8 +30507,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,522", - "created": 1610346619.522618, + "asctime": "2021-01-11 11:25:09,291", + "created": 1610360709.291958, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30518,14 +30518,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 522.6180553436279, + "msecs": 291.9580936431885, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.160068511963, - "thread": 140634434283264, + "relativeCreated": 5444.681167602539, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30534,8 +30534,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:19,522", - "created": 1610346619.522674, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.292022, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30545,14 +30545,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 522.6740837097168, + "msecs": 292.0219898223877, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.216096878052, - "thread": 140634434283264, + "relativeCreated": 5444.745063781738, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30560,8 +30560,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,522", - "created": 1610346619.522745, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.292122, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30571,14 +30571,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 522.74489402771, + "msecs": 292.12188720703125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.286907196045, - "thread": 140634434283264, + "relativeCreated": 5444.844961166382, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30587,8 +30587,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,522", - "created": 1610346619.522797, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.292216, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30598,14 +30598,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 522.7971076965332, + "msecs": 292.21606254577637, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.339120864868, - "thread": 140634434283264, + "relativeCreated": 5444.939136505127, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30613,8 +30613,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,522", - "created": 1610346619.522876, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.292348, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30624,14 +30624,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 522.8760242462158, + "msecs": 292.34790802001953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.418037414551, - "thread": 140634434283264, + "relativeCreated": 5445.07098197937, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30640,8 +30640,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,522", - "created": 1610346619.522928, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.29244, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30651,14 +30651,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 522.92799949646, + "msecs": 292.43993759155273, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.470012664795, - "thread": 140634434283264, + "relativeCreated": 5445.163011550903, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30666,8 +30666,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,522", - "created": 1610346619.522993, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.292556, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30677,14 +30677,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 522.9930877685547, + "msecs": 292.5560474395752, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.53510093689, - "thread": 140634434283264, + "relativeCreated": 5445.279121398926, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30693,8 +30693,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,523", - "created": 1610346619.523044, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.292618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30704,14 +30704,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 523.0441093444824, + "msecs": 292.6180362701416, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.586122512817, - "thread": 140634434283264, + "relativeCreated": 5445.341110229492, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30719,8 +30719,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,523", - "created": 1610346619.523115, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.292699, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30730,14 +30730,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 523.1149196624756, + "msecs": 292.69909858703613, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.656932830811, - "thread": 140634434283264, + "relativeCreated": 5445.422172546387, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30746,8 +30746,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,523", - "created": 1610346619.52317, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.292776, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30757,14 +30757,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 523.169994354248, + "msecs": 292.77610778808594, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.712007522583, - "thread": 140634434283264, + "relativeCreated": 5445.4991817474365, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30772,8 +30772,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:19,523", - "created": 1610346619.523247, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.292866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30783,14 +30783,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 523.2470035552979, + "msecs": 292.8659915924072, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.789016723633, - "thread": 140634434283264, + "relativeCreated": 5445.589065551758, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30798,8 +30798,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:19,523", - "created": 1610346619.523308, + "asctime": "2021-01-11 11:25:09,292", + "created": 1610360709.292938, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30809,14 +30809,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 523.3080387115479, + "msecs": 292.9379940032959, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.850051879883, - "thread": 140634434283264, + "relativeCreated": 5445.6610679626465, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30824,8 +30824,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,523", - "created": 1610346619.523367, + "asctime": "2021-01-11 11:25:09,293", + "created": 1610360709.293005, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30835,14 +30835,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 523.3669281005859, + "msecs": 293.00498962402344, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.908941268921, - "thread": 140634434283264, + "relativeCreated": 5445.728063583374, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30851,8 +30851,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:19,523", - "created": 1610346619.523424, + "asctime": "2021-01-11 11:25:09,293", + "created": 1610360709.293066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30862,14 +30862,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 523.4239101409912, + "msecs": 293.06602478027344, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5456.965923309326, - "thread": 140634434283264, + "relativeCreated": 5445.789098739624, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30877,8 +30877,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:19,523", - "created": 1610346619.523531, + "asctime": "2021-01-11 11:25:09,293", + "created": 1610360709.293193, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -30888,14 +30888,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 523.5309600830078, + "msecs": 293.19310188293457, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5457.072973251343, - "thread": 140634434283264, + "relativeCreated": 5445.916175842285, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30906,8 +30906,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:19,523", - "created": 1610346619.523646, + "asctime": "2021-01-11 11:25:09,293", + "created": 1610360709.293321, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30917,14 +30917,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 523.6461162567139, + "msecs": 293.320894241333, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5457.188129425049, - "thread": 140634434283264, + "relativeCreated": 5446.043968200684, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -30932,8 +30932,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:19,523", - "created": 1610346619.523715, + "asctime": "2021-01-11 11:25:09,293", + "created": 1610360709.293398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -30943,32 +30943,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 523.7150192260742, + "msecs": 293.3979034423828, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5457.257032394409, - "thread": 140634434283264, + "relativeCreated": 5446.120977401733, + "thread": 139854687999744, "threadName": "Thread-10" } ], - "msecs": 854.356050491333, + "msecs": 631.0958862304688, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5787.898063659668, - "thread": 140634736203584, + "relativeCreated": 5783.818960189819, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3306410312652588 + "time_consumption": 0.33769798278808594 }, { "args": [], - "asctime": "2021-01-11 07:30:19,854", - "created": 1610346619.854914, + "asctime": "2021-01-11 11:25:09,631", + "created": 1610360709.631659, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -30979,21 +30979,21 @@ "message": "Setting a Server secret and no Client secret", "module": "test_communication", "moduleLogger": [], - "msecs": 854.9139499664307, + "msecs": 631.6590309143066, "msg": "Setting a Server secret and no Client secret", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5788.455963134766, - "thread": 140634736203584, + "relativeCreated": 5784.382104873657, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:20,056", - "created": 1610346620.056598, + "asctime": "2021-01-11 11:25:09,833", + "created": 1610360709.833216, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -31012,8 +31012,8 @@ "status: okay", "'msg3_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:19,855", - "created": 1610346619.855344, + "asctime": "2021-01-11 11:25:09,632", + "created": 1610360709.632081, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31023,14 +31023,14 @@ "lineno": 445, "message": "prot-client: TX -> service: execute request, data_id: 36, status: okay, data: \"'msg3_data_to_be_transfered'\"", "module": "__init__", - "msecs": 855.3440570831299, + "msecs": 632.0810317993164, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5788.886070251465, - "thread": 140634736203584, + "relativeCreated": 5784.804105758667, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -31038,8 +31038,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:19,883", - "created": 1610346619.883797, + "asctime": "2021-01-11 11:25:09,656", + "created": 1610360709.65635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31049,14 +31049,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 883.7969303131104, + "msecs": 656.3498973846436, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5817.338943481445, - "thread": 140634442675968, + "relativeCreated": 5809.072971343994, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31064,8 +31064,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:19,884", - "created": 1610346619.884302, + "asctime": "2021-01-11 11:25:09,656", + "created": 1610360709.656875, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31075,14 +31075,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 884.3019008636475, + "msecs": 656.8748950958252, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5817.843914031982, - "thread": 140634442675968, + "relativeCreated": 5809.597969055176, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31090,8 +31090,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,884", - "created": 1610346619.884508, + "asctime": "2021-01-11 11:25:09,657", + "created": 1610360709.657088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31101,14 +31101,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 884.5078945159912, + "msecs": 657.088041305542, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5818.049907684326, - "thread": 140634442675968, + "relativeCreated": 5809.811115264893, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31117,8 +31117,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:19,884", - "created": 1610346619.884687, + "asctime": "2021-01-11 11:25:09,657", + "created": 1610360709.65727, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31128,14 +31128,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 884.6869468688965, + "msecs": 657.2699546813965, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5818.228960037231, - "thread": 140634442675968, + "relativeCreated": 5809.993028640747, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31143,8 +31143,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,884", - "created": 1610346619.884925, + "asctime": "2021-01-11 11:25:09,657", + "created": 1610360709.657507, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31154,14 +31154,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 884.9248886108398, + "msecs": 657.5069427490234, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5818.466901779175, - "thread": 140634442675968, + "relativeCreated": 5810.230016708374, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31170,8 +31170,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,885", - "created": 1610346619.885103, + "asctime": "2021-01-11 11:25:09,657", + "created": 1610360709.657692, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31181,14 +31181,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 885.1029872894287, + "msecs": 657.6919555664062, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5818.645000457764, - "thread": 140634442675968, + "relativeCreated": 5810.415029525757, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31196,8 +31196,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,885", - "created": 1610346619.885324, + "asctime": "2021-01-11 11:25:09,657", + "created": 1610360709.657912, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31207,14 +31207,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 885.3240013122559, + "msecs": 657.912015914917, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5818.866014480591, - "thread": 140634442675968, + "relativeCreated": 5810.635089874268, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31223,8 +31223,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,885", - "created": 1610346619.885528, + "asctime": "2021-01-11 11:25:09,658", + "created": 1610360709.658092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31234,14 +31234,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 885.5280876159668, + "msecs": 658.0920219421387, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5819.070100784302, - "thread": 140634442675968, + "relativeCreated": 5810.815095901489, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31249,8 +31249,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,885", - "created": 1610346619.88573, + "asctime": "2021-01-11 11:25:09,658", + "created": 1610360709.658353, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31260,14 +31260,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 885.7300281524658, + "msecs": 658.3530902862549, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5819.272041320801, - "thread": 140634442675968, + "relativeCreated": 5811.0761642456055, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31276,8 +31276,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,885", - "created": 1610346619.885908, + "asctime": "2021-01-11 11:25:09,658", + "created": 1610360709.658543, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31287,14 +31287,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 885.9078884124756, + "msecs": 658.5431098937988, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5819.449901580811, - "thread": 140634442675968, + "relativeCreated": 5811.266183853149, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31302,8 +31302,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 7d 18 82 9a 08 3a 3e" ], - "asctime": "2021-01-11 07:30:19,886", - "created": 1610346619.886287, + "asctime": "2021-01-11 11:25:09,659", + "created": 1610360709.659028, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31313,14 +31313,14 @@ "lineno": 284, "message": "comm-client: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 7d 18 82 9a 08 3a 3e", "module": "__init__", - "msecs": 886.2869739532471, + "msecs": 659.0280532836914, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5819.828987121582, - "thread": 140634442675968, + "relativeCreated": 5811.751127243042, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31328,8 +31328,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 7d 18 82 9a 08 3a 3e" ], - "asctime": "2021-01-11 07:30:19,886", - "created": 1610346619.886544, + "asctime": "2021-01-11 11:25:09,659", + "created": 1610360709.659448, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31339,14 +31339,14 @@ "lineno": 414, "message": "comm-server: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 7d 18 82 9a 08 3a 3e", "module": "__init__", - "msecs": 886.5439891815186, + "msecs": 659.4479084014893, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5820.0860023498535, - "thread": 140634442675968, + "relativeCreated": 5812.17098236084, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31354,8 +31354,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,886", - "created": 1610346619.886788, + "asctime": "2021-01-11 11:25:09,659", + "created": 1610360709.659774, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31365,14 +31365,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 886.7878913879395, + "msecs": 659.7740650177002, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5820.329904556274, - "thread": 140634442675968, + "relativeCreated": 5812.497138977051, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31381,8 +31381,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,886", - "created": 1610346619.886959, + "asctime": "2021-01-11 11:25:09,659", + "created": 1610360709.659973, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31392,14 +31392,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 886.9590759277344, + "msecs": 659.9729061126709, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5820.501089096069, - "thread": 140634442675968, + "relativeCreated": 5812.6959800720215, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31407,8 +31407,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,887", - "created": 1610346619.887157, + "asctime": "2021-01-11 11:25:09,660", + "created": 1610360709.660228, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31418,14 +31418,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 887.1569633483887, + "msecs": 660.2280139923096, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5820.698976516724, - "thread": 140634442675968, + "relativeCreated": 5812.95108795166, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31434,8 +31434,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:19,887", - "created": 1610346619.88731, + "asctime": "2021-01-11 11:25:09,660", + "created": 1610360709.660421, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31445,14 +31445,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 887.3100280761719, + "msecs": 660.4208946228027, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5820.852041244507, - "thread": 140634442675968, + "relativeCreated": 5813.143968582153, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31460,8 +31460,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 33 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 36 7d 18 82 9a 08" ], - "asctime": "2021-01-11 07:30:19,887", - "created": 1610346619.887697, + "asctime": "2021-01-11 11:25:09,660", + "created": 1610360709.660939, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31471,14 +31471,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 33 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 36 7d 18 82 9a 08", "module": "stp", - "msecs": 887.6969814300537, + "msecs": 660.9389781951904, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5821.238994598389, - "thread": 140634442675968, + "relativeCreated": 5813.662052154541, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31489,8 +31489,8 @@ "status: okay", "u'msg3_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:19,888", - "created": 1610346619.888112, + "asctime": "2021-01-11 11:25:09,661", + "created": 1610360709.661415, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31500,22 +31500,22 @@ "lineno": 445, "message": "prot-server: RX <- service: execute request, data_id: 36, status: okay, data: \"u'msg3_data_to_be_transfered'\"", "module": "__init__", - "msecs": 888.1120681762695, + "msecs": 661.4151000976562, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5821.6540813446045, - "thread": 140634442675968, + "relativeCreated": 5814.138174057007, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:19,888", - "created": 1610346619.888307, + "asctime": "2021-01-11 11:25:09,661", + "created": 1610360709.661651, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31525,14 +31525,14 @@ "lineno": 459, "message": "prot-server: Authentification is required. Just sending negative response.", "module": "__init__", - "msecs": 888.3070945739746, + "msecs": 661.6508960723877, "msg": "%s Authentification is required. Just sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5821.84910774231, - "thread": 140634442675968, + "relativeCreated": 5814.373970031738, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31543,8 +31543,8 @@ "status: authentification required", "None" ], - "asctime": "2021-01-11 07:30:19,888", - "created": 1610346619.888589, + "asctime": "2021-01-11 11:25:09,662", + "created": 1610360709.662116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31554,14 +31554,14 @@ "lineno": 445, "message": "prot-server: TX -> service: execute response, data_id: 36, status: authentification required, data: \"None\"", "module": "__init__", - "msecs": 888.5889053344727, + "msecs": 662.1160507202148, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5822.130918502808, - "thread": 140634442675968, + "relativeCreated": 5814.839124679565, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -31569,8 +31569,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 33 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33" ], - "asctime": "2021-01-11 07:30:19,889", - "created": 1610346619.889604, + "asctime": "2021-01-11 11:25:09,694", + "created": 1610360709.694762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31580,14 +31580,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 33 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33", "module": "__init__", - "msecs": 889.6040916442871, + "msecs": 694.7619915008545, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5823.146104812622, - "thread": 140634434283264, + "relativeCreated": 5847.485065460205, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31595,8 +31595,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 33 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33" ], - "asctime": "2021-01-11 07:30:19,890", - "created": 1610346619.890154, + "asctime": "2021-01-11 11:25:09,695", + "created": 1610360709.695228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31606,14 +31606,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 33 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33", "module": "__init__", - "msecs": 890.1538848876953, + "msecs": 695.228099822998, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5823.69589805603, - "thread": 140634434283264, + "relativeCreated": 5847.951173782349, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31621,8 +31621,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,890", - "created": 1610346619.890362, + "asctime": "2021-01-11 11:25:09,695", + "created": 1610360709.695416, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31632,14 +31632,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 890.362024307251, + "msecs": 695.4159736633301, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5823.904037475586, - "thread": 140634434283264, + "relativeCreated": 5848.139047622681, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31648,8 +31648,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:19,890", - "created": 1610346619.890541, + "asctime": "2021-01-11 11:25:09,695", + "created": 1610360709.695575, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31659,14 +31659,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 890.5410766601562, + "msecs": 695.5749988555908, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5824.083089828491, - "thread": 140634434283264, + "relativeCreated": 5848.298072814941, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31674,8 +31674,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,890", - "created": 1610346619.890776, + "asctime": "2021-01-11 11:25:09,695", + "created": 1610360709.695809, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31685,14 +31685,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 890.7759189605713, + "msecs": 695.8088874816895, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5824.317932128906, - "thread": 140634434283264, + "relativeCreated": 5848.53196144104, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31701,8 +31701,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,890", - "created": 1610346619.890942, + "asctime": "2021-01-11 11:25:09,696", + "created": 1610360709.696061, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31712,14 +31712,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 890.9420967102051, + "msecs": 696.0608959197998, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5824.48410987854, - "thread": 140634434283264, + "relativeCreated": 5848.78396987915, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31727,8 +31727,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,891", - "created": 1610346619.891274, + "asctime": "2021-01-11 11:25:09,696", + "created": 1610360709.696383, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31738,14 +31738,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 891.2739753723145, + "msecs": 696.382999420166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5824.815988540649, - "thread": 140634434283264, + "relativeCreated": 5849.106073379517, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31754,8 +31754,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,891", - "created": 1610346619.891441, + "asctime": "2021-01-11 11:25:09,696", + "created": 1610360709.696687, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31765,14 +31765,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 891.4411067962646, + "msecs": 696.6869831085205, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5824.9831199646, - "thread": 140634434283264, + "relativeCreated": 5849.410057067871, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31780,8 +31780,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,891", - "created": 1610346619.89164, + "asctime": "2021-01-11 11:25:09,696", + "created": 1610360709.696887, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31791,14 +31791,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 891.6399478912354, + "msecs": 696.8870162963867, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5825.18196105957, - "thread": 140634434283264, + "relativeCreated": 5849.610090255737, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31807,8 +31807,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,891", - "created": 1610346619.891802, + "asctime": "2021-01-11 11:25:09,697", + "created": 1610360709.697023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31818,14 +31818,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 891.8020725250244, + "msecs": 697.0229148864746, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5825.344085693359, - "thread": 140634434283264, + "relativeCreated": 5849.745988845825, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31833,8 +31833,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,892", - "created": 1610346619.892015, + "asctime": "2021-01-11 11:25:09,697", + "created": 1610360709.697195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31844,14 +31844,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.0149803161621, + "msecs": 697.1950531005859, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5825.556993484497, - "thread": 140634434283264, + "relativeCreated": 5849.9181270599365, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31860,8 +31860,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:19,892", - "created": 1610346619.892169, + "asctime": "2021-01-11 11:25:09,697", + "created": 1610360709.697318, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31871,14 +31871,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 892.1689987182617, + "msecs": 697.3180770874023, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5825.711011886597, - "thread": 140634434283264, + "relativeCreated": 5850.041151046753, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31886,8 +31886,8 @@ "comm-server:", "(8): 36 7d 5e 04 41 f5 3a 3e" ], - "asctime": "2021-01-11 07:30:19,892", - "created": 1610346619.892407, + "asctime": "2021-01-11 11:25:09,697", + "created": 1610360709.697513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31897,14 +31897,14 @@ "lineno": 284, "message": "comm-server: TX -> (8): 36 7d 5e 04 41 f5 3a 3e", "module": "__init__", - "msecs": 892.4069404602051, + "msecs": 697.5131034851074, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5825.94895362854, - "thread": 140634434283264, + "relativeCreated": 5850.236177444458, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31912,8 +31912,8 @@ "comm-client:", "(8): 36 7d 5e 04 41 f5 3a 3e" ], - "asctime": "2021-01-11 07:30:19,892", - "created": 1610346619.892608, + "asctime": "2021-01-11 11:25:09,697", + "created": 1610360709.69767, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -31923,14 +31923,14 @@ "lineno": 414, "message": "comm-client: RX <- (8): 36 7d 5e 04 41 f5 3a 3e", "module": "__init__", - "msecs": 892.6079273223877, + "msecs": 697.6699829101562, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5826.149940490723, - "thread": 140634434283264, + "relativeCreated": 5850.393056869507, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31938,8 +31938,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:19,892", - "created": 1610346619.89279, + "asctime": "2021-01-11 11:25:09,697", + "created": 1610360709.697817, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31949,14 +31949,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.7900791168213, + "msecs": 697.8170871734619, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5826.332092285156, - "thread": 140634434283264, + "relativeCreated": 5850.5401611328125, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31965,8 +31965,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:19,892", - "created": 1610346619.892944, + "asctime": "2021-01-11 11:25:09,697", + "created": 1610360709.697967, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -31976,14 +31976,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 892.9440975189209, + "msecs": 697.9670524597168, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5826.486110687256, - "thread": 140634434283264, + "relativeCreated": 5850.690126419067, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -31991,8 +31991,8 @@ "STP:", "(64): 7b 22 73 74 61 74 75 73 22 3a 20 33 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 33 31 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 36 7d 5e 04 41 f5" ], - "asctime": "2021-01-11 07:30:19,893", - "created": 1610346619.893297, + "asctime": "2021-01-11 11:25:09,698", + "created": 1610360709.698239, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32002,14 +32002,14 @@ "lineno": 148, "message": "STP: message identified - (64): 7b 22 73 74 61 74 75 73 22 3a 20 33 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 33 31 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 36 7d 5e 04 41 f5", "module": "stp", - "msecs": 893.2969570159912, + "msecs": 698.2390880584717, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5826.838970184326, - "thread": 140634434283264, + "relativeCreated": 5850.962162017822, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32020,8 +32020,8 @@ "status: authentification required", "None" ], - "asctime": "2021-01-11 07:30:19,893", - "created": 1610346619.893471, + "asctime": "2021-01-11 11:25:09,698", + "created": 1610360709.698563, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32031,22 +32031,22 @@ "lineno": 445, "message": "prot-client: RX <- service: execute response, data_id: 36, status: authentification required, data: \"None\"", "module": "__init__", - "msecs": 893.4710025787354, + "msecs": 698.5630989074707, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5827.01301574707, - "thread": 140634434283264, + "relativeCreated": 5851.286172866821, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:19,893", - "created": 1610346619.893612, + "asctime": "2021-01-11 11:25:09,698", + "created": 1610360709.698769, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32056,35 +32056,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 893.6119079589844, + "msecs": 698.7690925598145, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5827.153921127319, - "thread": 140634434283264, + "relativeCreated": 5851.492166519165, + "thread": 139854687999744, "threadName": "Thread-10" } ], - "msecs": 56.59794807434082, + "msecs": 833.2159519195557, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5990.139961242676, - "thread": 140634736203584, + "relativeCreated": 5985.939025878906, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.16298604011535645 + "time_consumption": 0.1344468593597412 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:20,057", - "created": 1610346620.057618, + "asctime": "2021-01-11 11:25:09,834", + "created": 1610360709.834189, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32101,8 +32101,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:20,057", - "created": 1610346620.057174, + "asctime": "2021-01-11 11:25:09,833", + "created": 1610360709.83379, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32112,14 +32112,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 57.173967361450195, + "msecs": 833.7900638580322, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5990.715980529785, - "thread": 140634736203584, + "relativeCreated": 5986.513137817383, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -32128,8 +32128,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:20,057", - "created": 1610346620.057379, + "asctime": "2021-01-11 11:25:09,833", + "created": 1610360709.833997, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32139,35 +32139,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 57.37900733947754, + "msecs": 833.9970111846924, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5990.9210205078125, - "thread": 140634736203584, + "relativeCreated": 5986.720085144043, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 57.617902755737305, + "msecs": 834.1889381408691, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5991.159915924072, - "thread": 140634736203584, + "relativeCreated": 5986.91201210022, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00023889541625976562 + "time_consumption": 0.0001919269561767578 }, { "args": [ "{u'status': 3, u'service_id': 31, u'data': None, u'data_id': 36}", "" ], - "asctime": "2021-01-11 07:30:20,058", - "created": 1610346620.05836, + "asctime": "2021-01-11 11:25:09,834", + "created": 1610360709.834834, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32184,8 +32184,8 @@ "{u'status': 3, u'service_id': 31, u'data': None, u'data_id': 36}", "" ], - "asctime": "2021-01-11 07:30:20,057", - "created": 1610346620.057925, + "asctime": "2021-01-11 11:25:09,834", + "created": 1610360709.834476, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32195,14 +32195,14 @@ "lineno": 22, "message": "Result (Received message on server side): {u'status': 3, u'service_id': 31, u'data': None, u'data_id': 36} ()", "module": "test", - "msecs": 57.92498588562012, + "msecs": 834.4759941101074, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5991.466999053955, - "thread": 140634736203584, + "relativeCreated": 5987.199068069458, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -32211,8 +32211,8 @@ "{'status': 3, 'service_id': 31, 'data': None, 'data_id': 36}", "" ], - "asctime": "2021-01-11 07:30:20,058", - "created": 1610346620.058139, + "asctime": "2021-01-11 11:25:09,834", + "created": 1610360709.834655, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32222,32 +32222,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'status': 3, 'service_id': 31, 'data': None, 'data_id': 36} ()", "module": "test", - "msecs": 58.13908576965332, + "msecs": 834.6550464630127, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5991.681098937988, - "thread": 140634736203584, + "relativeCreated": 5987.378120422363, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 58.36009979248047, + "msecs": 834.834098815918, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5991.902112960815, - "thread": 140634736203584, + "relativeCreated": 5987.557172775269, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00022101402282714844 + "time_consumption": 0.00017905235290527344 }, { "args": [], - "asctime": "2021-01-11 07:30:20,058", - "created": 1610346620.058771, + "asctime": "2021-01-11 11:25:09,835", + "created": 1610360709.835086, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -32258,21 +32258,21 @@ "message": "Setting no Server secret but a Client secret", "module": "test_communication", "moduleLogger": [], - "msecs": 58.77089500427246, + "msecs": 835.0861072540283, "msg": "Setting no Server secret but a Client secret", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5992.312908172607, - "thread": 140634736203584, + "relativeCreated": 5987.809181213379, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:20,361", - "created": 1610346620.361085, + "asctime": "2021-01-11 11:25:10,137", + "created": 1610360710.137322, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -32291,8 +32291,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:20,059", - "created": 1610346620.059165, + "asctime": "2021-01-11 11:25:09,835", + "created": 1610360709.835466, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32302,14 +32302,14 @@ "lineno": 445, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 59.165000915527344, + "msecs": 835.4659080505371, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 5992.707014083862, - "thread": 140634736203584, + "relativeCreated": 5988.188982009888, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -32317,8 +32317,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:20,094", - "created": 1610346620.094479, + "asctime": "2021-01-11 11:25:09,863", + "created": 1610360709.863778, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32328,14 +32328,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 94.47908401489258, + "msecs": 863.7781143188477, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6028.0210971832275, - "thread": 140634434283264, + "relativeCreated": 6016.501188278198, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32343,8 +32343,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:20,095", - "created": 1610346620.095273, + "asctime": "2021-01-11 11:25:09,864", + "created": 1610360709.864298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32354,14 +32354,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 95.27301788330078, + "msecs": 864.2981052398682, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6028.815031051636, - "thread": 140634434283264, + "relativeCreated": 6017.021179199219, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32369,8 +32369,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,095", - "created": 1610346620.095612, + "asctime": "2021-01-11 11:25:09,864", + "created": 1610360709.864505, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32380,14 +32380,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 95.6120491027832, + "msecs": 864.5050525665283, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6029.154062271118, - "thread": 140634434283264, + "relativeCreated": 6017.228126525879, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32396,8 +32396,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:20,095", - "created": 1610346620.095824, + "asctime": "2021-01-11 11:25:09,864", + "created": 1610360709.864721, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32407,14 +32407,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 95.82400321960449, + "msecs": 864.7210597991943, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6029.366016387939, - "thread": 140634434283264, + "relativeCreated": 6017.444133758545, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32422,8 +32422,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,096", - "created": 1610346620.09607, + "asctime": "2021-01-11 11:25:09,865", + "created": 1610360709.865034, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32433,14 +32433,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 96.0700511932373, + "msecs": 865.0341033935547, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6029.612064361572, - "thread": 140634434283264, + "relativeCreated": 6017.757177352905, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32449,8 +32449,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:20,096", - "created": 1610346620.096309, + "asctime": "2021-01-11 11:25:09,865", + "created": 1610360709.865313, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32460,14 +32460,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 96.30894660949707, + "msecs": 865.3130531311035, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6029.850959777832, - "thread": 140634434283264, + "relativeCreated": 6018.036127090454, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32475,8 +32475,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,096", - "created": 1610346620.09655, + "asctime": "2021-01-11 11:25:09,865", + "created": 1610360709.865555, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32486,14 +32486,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 96.54998779296875, + "msecs": 865.5550479888916, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6030.092000961304, - "thread": 140634434283264, + "relativeCreated": 6018.278121948242, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32502,8 +32502,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:20,096", - "created": 1610346620.096722, + "asctime": "2021-01-11 11:25:09,865", + "created": 1610360709.865713, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32513,14 +32513,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 96.72188758850098, + "msecs": 865.7128810882568, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6030.263900756836, - "thread": 140634434283264, + "relativeCreated": 6018.435955047607, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32528,8 +32528,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,096", - "created": 1610346620.096938, + "asctime": "2021-01-11 11:25:09,865", + "created": 1610360709.865944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32539,14 +32539,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 96.93789482116699, + "msecs": 865.9439086914062, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6030.479907989502, - "thread": 140634434283264, + "relativeCreated": 6018.666982650757, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32555,8 +32555,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:20,097", - "created": 1610346620.097108, + "asctime": "2021-01-11 11:25:09,866", + "created": 1610360709.866168, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32566,14 +32566,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 97.1078872680664, + "msecs": 866.1680221557617, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6030.649900436401, - "thread": 140634434283264, + "relativeCreated": 6018.891096115112, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32581,8 +32581,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e" ], - "asctime": "2021-01-11 07:30:20,097", - "created": 1610346620.09772, + "asctime": "2021-01-11 11:25:09,866", + "created": 1610360709.866554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32592,14 +32592,14 @@ "lineno": 284, "message": "comm-server: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e", "module": "__init__", - "msecs": 97.71990776062012, + "msecs": 866.5540218353271, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6031.261920928955, - "thread": 140634434283264, + "relativeCreated": 6019.277095794678, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32607,8 +32607,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e" ], - "asctime": "2021-01-11 07:30:20,098", - "created": 1610346620.098053, + "asctime": "2021-01-11 11:25:09,866", + "created": 1610360709.866815, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32618,14 +32618,14 @@ "lineno": 414, "message": "comm-client: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e", "module": "__init__", - "msecs": 98.052978515625, + "msecs": 866.8150901794434, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6031.59499168396, - "thread": 140634434283264, + "relativeCreated": 6019.538164138794, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32633,8 +32633,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,098", - "created": 1610346620.098268, + "asctime": "2021-01-11 11:25:09,867", + "created": 1610360709.867057, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32644,14 +32644,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.26803207397461, + "msecs": 867.0570850372314, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6031.81004524231, - "thread": 140634434283264, + "relativeCreated": 6019.780158996582, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32660,8 +32660,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:20,098", - "created": 1610346620.098428, + "asctime": "2021-01-11 11:25:09,867", + "created": 1610360709.867215, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32671,14 +32671,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 98.42801094055176, + "msecs": 867.2149181365967, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6031.970024108887, - "thread": 140634434283264, + "relativeCreated": 6019.937992095947, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32686,8 +32686,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,098", - "created": 1610346620.098575, + "asctime": "2021-01-11 11:25:09,867", + "created": 1610360709.867468, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32697,14 +32697,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.57511520385742, + "msecs": 867.4681186676025, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6032.117128372192, - "thread": 140634434283264, + "relativeCreated": 6020.191192626953, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32713,8 +32713,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:20,098", - "created": 1610346620.098699, + "asctime": "2021-01-11 11:25:09,867", + "created": 1610360709.86766, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32724,14 +32724,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 98.69909286499023, + "msecs": 867.6600456237793, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6032.241106033325, - "thread": 140634434283264, + "relativeCreated": 6020.38311958313, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32739,8 +32739,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 35 7d 20 18 19 e8" ], - "asctime": "2021-01-11 07:30:20,098", - "created": 1610346620.098974, + "asctime": "2021-01-11 11:25:09,868", + "created": 1610360709.868153, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -32750,14 +32750,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 35 7d 20 18 19 e8", "module": "stp", - "msecs": 98.97398948669434, + "msecs": 868.1530952453613, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6032.516002655029, - "thread": 140634434283264, + "relativeCreated": 6020.876169204712, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32768,8 +32768,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:20,099", - "created": 1610346620.099368, + "asctime": "2021-01-11 11:25:09,868", + "created": 1610360709.868621, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32779,22 +32779,22 @@ "lineno": 445, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"u'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 99.36809539794922, + "msecs": 868.6211109161377, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6032.910108566284, - "thread": 140634434283264, + "relativeCreated": 6021.344184875488, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:20,099", - "created": 1610346620.099529, + "asctime": "2021-01-11 11:25:09,868", + "created": 1610360709.868893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32804,14 +32804,14 @@ "lineno": 463, "message": "prot-client: Authentification is required. Incomming message will be ignored.", "module": "__init__", - "msecs": 99.52902793884277, + "msecs": 868.8929080963135, "msg": "%s Authentification is required. Incomming message will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6033.071041107178, - "thread": 140634434283264, + "relativeCreated": 6021.615982055664, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -32821,8 +32821,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:20,360", - "created": 1610346620.360717, + "asctime": "2021-01-11 11:25:10,136", + "created": 1610360710.136982, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -32832,35 +32832,35 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 360.7170581817627, + "msecs": 136.98196411132812, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6294.259071350098, - "thread": 140634736203584, + "relativeCreated": 6289.705038070679, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 361.0849380493164, + "msecs": 137.32194900512695, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6294.626951217651, - "thread": 140634736203584, + "relativeCreated": 6290.0450229644775, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00036787986755371094 + "time_consumption": 0.0003399848937988281 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:20,361", - "created": 1610346620.361889, + "asctime": "2021-01-11 11:25:10,138", + "created": 1610360710.1381, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32877,8 +32877,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:20,361", - "created": 1610346620.361515, + "asctime": "2021-01-11 11:25:10,137", + "created": 1610360710.137714, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32888,14 +32888,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 361.5150451660156, + "msecs": 137.71390914916992, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6295.057058334351, - "thread": 140634736203584, + "relativeCreated": 6290.4369831085205, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -32904,8 +32904,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:20,361", - "created": 1610346620.361713, + "asctime": "2021-01-11 11:25:10,137", + "created": 1610360710.137917, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32915,35 +32915,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 361.7129325866699, + "msecs": 137.91704177856445, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6295.254945755005, - "thread": 140634736203584, + "relativeCreated": 6290.640115737915, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 361.8888854980469, + "msecs": 138.09990882873535, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6295.430898666382, - "thread": 140634736203584, + "relativeCreated": 6290.822982788086, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00017595291137695312 + "time_consumption": 0.00018286705017089844 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:20,362", - "created": 1610346620.362475, + "asctime": "2021-01-11 11:25:10,138", + "created": 1610360710.138684, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32960,8 +32960,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:20,362", - "created": 1610346620.362158, + "asctime": "2021-01-11 11:25:10,138", + "created": 1610360710.138361, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32971,14 +32971,14 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 362.15806007385254, + "msecs": 138.36097717285156, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6295.7000732421875, - "thread": 140634736203584, + "relativeCreated": 6291.084051132202, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -32987,8 +32987,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:20,362", - "created": 1610346620.362318, + "asctime": "2021-01-11 11:25:10,138", + "created": 1610360710.13852, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -32998,32 +32998,32 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 362.3180389404297, + "msecs": 138.5200023651123, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6295.860052108765, - "thread": 140634736203584, + "relativeCreated": 6291.243076324463, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 362.4749183654785, + "msecs": 138.68403434753418, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6296.0169315338135, - "thread": 140634736203584, + "relativeCreated": 6291.407108306885, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015687942504882812 + "time_consumption": 0.000164031982421875 }, { "args": [], - "asctime": "2021-01-11 07:30:20,362", - "created": 1610346620.362791, + "asctime": "2021-01-11 11:25:10,138", + "created": 1610360710.138926, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -33034,21 +33034,21 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 362.7910614013672, + "msecs": 138.92602920532227, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6296.333074569702, - "thread": 140634736203584, + "relativeCreated": 6291.649103164673, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:20,664", - "created": 1610346620.664972, + "asctime": "2021-01-11 11:25:10,440", + "created": 1610360710.440702, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -33066,8 +33066,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:20,363", - "created": 1610346620.363411, + "asctime": "2021-01-11 11:25:10,139", + "created": 1610360710.139236, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33077,14 +33077,14 @@ "lineno": 736, "message": "prot-client: Authentification is required. TX-Message service: 17, data_id: 34, status: okay, data: 'msg1_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 363.41094970703125, + "msecs": 139.2359733581543, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6296.952962875366, - "thread": 140634736203584, + "relativeCreated": 6291.959047317505, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -33094,8 +33094,8 @@ "17", "34" ], - "asctime": "2021-01-11 07:30:20,664", - "created": 1610346620.664576, + "asctime": "2021-01-11 11:25:10,440", + "created": 1610360710.440356, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33105,35 +33105,35 @@ "lineno": 668, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 664.5760536193848, + "msecs": 440.3560161590576, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6598.11806678772, - "thread": 140634736203584, + "relativeCreated": 6593.079090118408, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 664.9720668792725, + "msecs": 440.701961517334, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6598.514080047607, - "thread": 140634736203584, + "relativeCreated": 6593.425035476685, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0003960132598876953 + "time_consumption": 0.0003459453582763672 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:20,665", - "created": 1610346620.66592, + "asctime": "2021-01-11 11:25:10,441", + "created": 1610360710.441588, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33150,8 +33150,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:20,665", - "created": 1610346620.665318, + "asctime": "2021-01-11 11:25:10,441", + "created": 1610360710.441149, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33161,14 +33161,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): False ()", "module": "test", - "msecs": 665.3180122375488, + "msecs": 441.1489963531494, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6598.860025405884, - "thread": 140634736203584, + "relativeCreated": 6593.8720703125, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -33177,8 +33177,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:20,665", - "created": 1610346620.665659, + "asctime": "2021-01-11 11:25:10,441", + "created": 1610360710.441372, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33188,35 +33188,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = False ()", "module": "test", - "msecs": 665.6589508056641, + "msecs": 441.3719177246094, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6599.200963973999, - "thread": 140634736203584, + "relativeCreated": 6594.09499168396, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 665.9200191497803, + "msecs": 441.5879249572754, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6599.462032318115, - "thread": 140634736203584, + "relativeCreated": 6594.310998916626, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00026106834411621094 + "time_consumption": 0.00021600723266601562 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:20,666", - "created": 1610346620.666938, + "asctime": "2021-01-11 11:25:10,442", + "created": 1610360710.442426, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33233,8 +33233,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:20,666", - "created": 1610346620.666437, + "asctime": "2021-01-11 11:25:10,442", + "created": 1610360710.44204, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33244,14 +33244,14 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 666.4369106292725, + "msecs": 442.03996658325195, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6599.978923797607, - "thread": 140634736203584, + "relativeCreated": 6594.7630405426025, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -33260,8 +33260,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:20,666", - "created": 1610346620.666717, + "asctime": "2021-01-11 11:25:10,442", + "created": 1610360710.44222, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33271,32 +33271,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 666.7170524597168, + "msecs": 442.21997261047363, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6600.259065628052, - "thread": 140634736203584, + "relativeCreated": 6594.943046569824, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 666.938066482544, + "msecs": 442.4259662628174, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6600.480079650879, - "thread": 140634736203584, + "relativeCreated": 6595.149040222168, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00022101402282714844 + "time_consumption": 0.00020599365234375 }, { "args": [], - "asctime": "2021-01-11 07:30:20,969", - "created": 1610346620.969552, + "asctime": "2021-01-11 11:25:10,744", + "created": 1610360710.744441, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -33314,8 +33314,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:20,667", - "created": 1610346620.667393, + "asctime": "2021-01-11 11:25:10,442", + "created": 1610360710.442839, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33325,14 +33325,14 @@ "lineno": 736, "message": "prot-server: Authentification is required. TX-Message service: 17, data_id: 35, status: service or data unknown, data: 'msg2_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 667.3929691314697, + "msecs": 442.8389072418213, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6600.934982299805, - "thread": 140634736203584, + "relativeCreated": 6595.561981201172, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -33342,8 +33342,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:20,969", - "created": 1610346620.969078, + "asctime": "2021-01-11 11:25:10,744", + "created": 1610360710.744063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33353,35 +33353,35 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 969.0780639648438, + "msecs": 744.0629005432129, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6902.620077133179, - "thread": 140634736203584, + "relativeCreated": 6896.7859745025635, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 969.5520401000977, + "msecs": 744.441032409668, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6903.094053268433, - "thread": 140634736203584, + "relativeCreated": 6897.164106369019, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00047397613525390625 + "time_consumption": 0.0003781318664550781 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:20,970", - "created": 1610346620.970576, + "asctime": "2021-01-11 11:25:10,745", + "created": 1610360710.745593, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33398,8 +33398,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:20,970", - "created": 1610346620.970062, + "asctime": "2021-01-11 11:25:10,744", + "created": 1610360710.744965, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33409,14 +33409,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 970.0620174407959, + "msecs": 744.9650764465332, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6903.604030609131, - "thread": 140634736203584, + "relativeCreated": 6897.688150405884, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -33425,8 +33425,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:20,970", - "created": 1610346620.970327, + "asctime": "2021-01-11 11:25:10,745", + "created": 1610360710.745349, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33436,35 +33436,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 970.3269004821777, + "msecs": 745.3489303588867, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6903.868913650513, - "thread": 140634736203584, + "relativeCreated": 6898.072004318237, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 970.5760478973389, + "msecs": 745.5930709838867, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6904.118061065674, - "thread": 140634736203584, + "relativeCreated": 6898.316144943237, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002491474151611328 + "time_consumption": 0.000244140625 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:20,971", - "created": 1610346620.971447, + "asctime": "2021-01-11 11:25:10,746", + "created": 1610360710.746947, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33481,8 +33481,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:20,970", - "created": 1610346620.970976, + "asctime": "2021-01-11 11:25:10,746", + "created": 1610360710.74623, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33492,14 +33492,14 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 970.9761142730713, + "msecs": 746.229887008667, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6904.518127441406, - "thread": 140634736203584, + "relativeCreated": 6898.952960968018, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -33508,8 +33508,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:20,971", - "created": 1610346620.971214, + "asctime": "2021-01-11 11:25:10,746", + "created": 1610360710.746702, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -33519,32 +33519,32 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 971.2140560150146, + "msecs": 746.7019557952881, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6904.75606918335, - "thread": 140634736203584, + "relativeCreated": 6899.425029754639, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 971.4469909667969, + "msecs": 746.9470500946045, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6904.989004135132, - "thread": 140634736203584, + "relativeCreated": 6899.670124053955, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00023293495178222656 + "time_consumption": 0.00024509429931640625 }, { "args": [], - "asctime": "2021-01-11 07:30:21,072", - "created": 1610346621.072709, + "asctime": "2021-01-11 11:25:10,848", + "created": 1610360710.848433, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -33563,8 +33563,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:20,971", - "created": 1610346620.971908, + "asctime": "2021-01-11 11:25:10,747", + "created": 1610360710.747434, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33574,14 +33574,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 971.9080924987793, + "msecs": 747.4339008331299, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6905.450105667114, - "thread": 140634736203584, + "relativeCreated": 6900.1569747924805, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -33589,8 +33589,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:20,993", - "created": 1610346620.993405, + "asctime": "2021-01-11 11:25:10,766", + "created": 1610360710.766342, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33600,14 +33600,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 993.4051036834717, + "msecs": 766.3419246673584, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6926.947116851807, - "thread": 140634442675968, + "relativeCreated": 6919.064998626709, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33615,8 +33615,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:20,993", - "created": 1610346620.993779, + "asctime": "2021-01-11 11:25:10,766", + "created": 1610360710.766841, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33626,14 +33626,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 993.7789440155029, + "msecs": 766.840934753418, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6927.320957183838, - "thread": 140634442675968, + "relativeCreated": 6919.564008712769, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33641,8 +33641,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,993", - "created": 1610346620.993935, + "asctime": "2021-01-11 11:25:10,767", + "created": 1610360710.767047, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33652,14 +33652,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 993.9351081848145, + "msecs": 767.0469284057617, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6927.477121353149, - "thread": 140634442675968, + "relativeCreated": 6919.770002365112, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33668,8 +33668,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:20,994", - "created": 1610346620.994054, + "asctime": "2021-01-11 11:25:10,767", + "created": 1610360710.76725, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33679,14 +33679,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 994.0540790557861, + "msecs": 767.2500610351562, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6927.596092224121, - "thread": 140634442675968, + "relativeCreated": 6919.973134994507, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33694,8 +33694,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,994", - "created": 1610346620.994198, + "asctime": "2021-01-11 11:25:10,767", + "created": 1610360710.767459, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33705,14 +33705,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 994.1980838775635, + "msecs": 767.4589157104492, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6927.740097045898, - "thread": 140634442675968, + "relativeCreated": 6920.1819896698, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33721,8 +33721,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:20,994", - "created": 1610346620.994307, + "asctime": "2021-01-11 11:25:10,767", + "created": 1610360710.767617, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33732,14 +33732,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 994.3070411682129, + "msecs": 767.6169872283936, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6927.849054336548, - "thread": 140634442675968, + "relativeCreated": 6920.340061187744, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33747,8 +33747,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,994", - "created": 1610346620.994461, + "asctime": "2021-01-11 11:25:10,767", + "created": 1610360710.767832, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33758,14 +33758,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 994.4610595703125, + "msecs": 767.8320407867432, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6928.0030727386475, - "thread": 140634442675968, + "relativeCreated": 6920.555114746094, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33774,8 +33774,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:20,994", - "created": 1610346620.994567, + "asctime": "2021-01-11 11:25:10,767", + "created": 1610360710.767997, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33785,14 +33785,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 994.5669174194336, + "msecs": 767.9970264434814, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6928.108930587769, - "thread": 140634442675968, + "relativeCreated": 6920.720100402832, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33800,8 +33800,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,994", - "created": 1610346620.994697, + "asctime": "2021-01-11 11:25:10,768", + "created": 1610360710.768188, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33811,14 +33811,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 994.697093963623, + "msecs": 768.1879997253418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6928.239107131958, - "thread": 140634442675968, + "relativeCreated": 6920.911073684692, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33827,8 +33827,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:20,994", - "created": 1610346620.994798, + "asctime": "2021-01-11 11:25:10,768", + "created": 1610360710.768341, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33838,14 +33838,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 994.797945022583, + "msecs": 768.341064453125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6928.339958190918, - "thread": 140634442675968, + "relativeCreated": 6921.064138412476, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33853,8 +33853,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,994", - "created": 1610346620.994955, + "asctime": "2021-01-11 11:25:10,768", + "created": 1610360710.768551, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33864,14 +33864,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 994.9550628662109, + "msecs": 768.5511112213135, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6928.497076034546, - "thread": 140634442675968, + "relativeCreated": 6921.274185180664, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33880,8 +33880,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:20,995", - "created": 1610346620.995065, + "asctime": "2021-01-11 11:25:10,768", + "created": 1610360710.768701, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33891,14 +33891,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 995.0649738311768, + "msecs": 768.7010765075684, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6928.606986999512, - "thread": 140634442675968, + "relativeCreated": 6921.424150466919, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33906,8 +33906,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:20,995", - "created": 1610346620.995225, + "asctime": "2021-01-11 11:25:10,768", + "created": 1610360710.768981, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33917,14 +33917,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 995.2249526977539, + "msecs": 768.9809799194336, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6928.766965866089, - "thread": 140634442675968, + "relativeCreated": 6921.704053878784, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33932,8 +33932,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:20,995", - "created": 1610346620.995351, + "asctime": "2021-01-11 11:25:10,769", + "created": 1610360710.769169, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -33943,14 +33943,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 995.3510761260986, + "msecs": 769.1690921783447, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6928.893089294434, - "thread": 140634442675968, + "relativeCreated": 6921.892166137695, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33958,8 +33958,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:20,995", - "created": 1610346620.995469, + "asctime": "2021-01-11 11:25:10,769", + "created": 1610360710.769358, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33969,14 +33969,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 995.4690933227539, + "msecs": 769.3579196929932, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6929.011106491089, - "thread": 140634442675968, + "relativeCreated": 6922.080993652344, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -33985,8 +33985,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:20,995", - "created": 1610346620.995584, + "asctime": "2021-01-11 11:25:10,769", + "created": 1610360710.76951, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -33996,14 +33996,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 995.5840110778809, + "msecs": 769.51003074646, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6929.126024246216, - "thread": 140634442675968, + "relativeCreated": 6922.233104705811, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34011,8 +34011,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55" ], - "asctime": "2021-01-11 07:30:20,995", - "created": 1610346620.995805, + "asctime": "2021-01-11 11:25:10,769", + "created": 1610360710.769845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34022,14 +34022,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55", "module": "stp", - "msecs": 995.805025100708, + "msecs": 769.8450088500977, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6929.347038269043, - "thread": 140634442675968, + "relativeCreated": 6922.568082809448, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34040,8 +34040,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:20,996", - "created": 1610346620.996083, + "asctime": "2021-01-11 11:25:10,770", + "created": 1610360710.770241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34051,14 +34051,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 996.0830211639404, + "msecs": 770.2410221099854, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6929.625034332275, - "thread": 140634442675968, + "relativeCreated": 6922.964096069336, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34066,8 +34066,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:20,996", - "created": 1610346620.996231, + "asctime": "2021-01-11 11:25:10,770", + "created": 1610360710.770452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34077,14 +34077,14 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 996.2310791015625, + "msecs": 770.4520225524902, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6929.7730922698975, - "thread": 140634442675968, + "relativeCreated": 6923.175096511841, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34093,10 +34093,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'b0400e33eb4935de70d79719cf43210361e9ee1e635b91639c4b3b8fd1434f6f'" + "'6116ec2c14dd6fcb3a92c0fb2f4a9cc79da9d30d05d8230d3a27c39aaa658805'" ], - "asctime": "2021-01-11 07:30:20,996", - "created": 1610346620.99643, + "asctime": "2021-01-11 11:25:10,770", + "created": 1610360710.770734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34104,25 +34104,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'b0400e33eb4935de70d79719cf43210361e9ee1e635b91639c4b3b8fd1434f6f'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'6116ec2c14dd6fcb3a92c0fb2f4a9cc79da9d30d05d8230d3a27c39aaa658805'\"", "module": "__init__", - "msecs": 996.4299201965332, + "msecs": 770.7340717315674, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6929.971933364868, - "thread": 140634442675968, + "relativeCreated": 6923.457145690918, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 30 34 30 30 65 33 33 65 62 34 39 33 35 64 65 37 30 64" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 36 31 31 36 65 63 32 63 31 34 64 64 36 66 63 62 33 61 39" ], - "asctime": "2021-01-11 07:30:21,003", - "created": 1610346621.003598, + "asctime": "2021-01-11 11:25:10,772", + "created": 1610360710.772065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34130,25 +34130,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 30 34 30 30 65 33 33 65 62 34 39 33 35 64 65 37 30 64", + "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 36 31 31 36 65 63 32 63 31 34 64 64 36 66 63 62 33 61 39", "module": "__init__", - "msecs": 3.5979747772216797, + "msecs": 772.0649242401123, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6937.139987945557, - "thread": 140634434283264, + "relativeCreated": 6924.787998199463, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 30 34 30 30 65 33 33 65 62 34 39 33 35 64 65 37 30 64" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 36 31 31 36 65 63 32 63 31 34 64 64 36 66 63 62 33 61 39" ], - "asctime": "2021-01-11 07:30:21,004", - "created": 1610346621.004003, + "asctime": "2021-01-11 11:25:10,772", + "created": 1610360710.772596, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34156,16 +34156,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 30 34 30 30 65 33 33 65 62 34 39 33 35 64 65 37 30 64", + "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 36 31 31 36 65 63 32 63 31 34 64 64 36 66 63 62 33 61 39", "module": "__init__", - "msecs": 4.003047943115234, + "msecs": 772.5958824157715, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6937.54506111145, - "thread": 140634434283264, + "relativeCreated": 6925.318956375122, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34173,8 +34173,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,004", - "created": 1610346621.004147, + "asctime": "2021-01-11 11:25:10,772", + "created": 1610360710.772934, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34184,14 +34184,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 4.147052764892578, + "msecs": 772.9339599609375, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6937.6890659332275, - "thread": 140634434283264, + "relativeCreated": 6925.657033920288, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34200,8 +34200,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:21,004", - "created": 1610346621.00425, + "asctime": "2021-01-11 11:25:10,773", + "created": 1610360710.773129, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34211,14 +34211,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 4.250049591064453, + "msecs": 773.1289863586426, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6937.792062759399, - "thread": 140634434283264, + "relativeCreated": 6925.852060317993, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34226,8 +34226,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,004", - "created": 1610346621.004429, + "asctime": "2021-01-11 11:25:10,773", + "created": 1610360710.77336, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34237,14 +34237,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 4.429101943969727, + "msecs": 773.360013961792, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6937.971115112305, - "thread": 140634434283264, + "relativeCreated": 6926.083087921143, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34253,8 +34253,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,004", - "created": 1610346621.004549, + "asctime": "2021-01-11 11:25:10,773", + "created": 1610360710.773536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34264,14 +34264,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 4.5490264892578125, + "msecs": 773.535966873169, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6938.091039657593, - "thread": 140634434283264, + "relativeCreated": 6926.2590408325195, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34279,8 +34279,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,004", - "created": 1610346621.004675, + "asctime": "2021-01-11 11:25:10,773", + "created": 1610360710.773767, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34290,14 +34290,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 4.6749114990234375, + "msecs": 773.7669944763184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6938.216924667358, - "thread": 140634434283264, + "relativeCreated": 6926.490068435669, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34306,8 +34306,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,004", - "created": 1610346621.00476, + "asctime": "2021-01-11 11:25:10,773", + "created": 1610360710.773925, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34317,14 +34317,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 4.760026931762695, + "msecs": 773.9250659942627, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6938.302040100098, - "thread": 140634434283264, + "relativeCreated": 6926.648139953613, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34332,8 +34332,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,004", - "created": 1610346621.004892, + "asctime": "2021-01-11 11:25:10,774", + "created": 1610360710.774121, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34343,14 +34343,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 4.892110824584961, + "msecs": 774.1210460662842, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6938.43412399292, - "thread": 140634434283264, + "relativeCreated": 6926.844120025635, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34359,8 +34359,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,005", - "created": 1610346621.005002, + "asctime": "2021-01-11 11:25:10,774", + "created": 1610360710.774337, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34370,23 +34370,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 5.002021789550781, + "msecs": 774.3370532989502, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6938.544034957886, - "thread": 140634434283264, + "relativeCreated": 6927.060127258301, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "comm-server:", - "(64): 37 39 37 31 39 63 66 34 33 32 31 30 33 36 31 65 39 65 65 31 65 36 33 35 62 39 31 36 33 39 63 34 62 33 62 38 66 64 31 34 33 34 66 36 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 87 e4" + "(64): 32 63 30 66 62 32 66 34 61 39 63 63 37 39 64 61 39 64 33 30 64 30 35 64 38 32 33 30 64 33 61 32 37 63 33 39 61 61 61 36 35 38 38 30 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 5a 75" ], - "asctime": "2021-01-11 07:30:21,005", - "created": 1610346621.005327, + "asctime": "2021-01-11 11:25:10,774", + "created": 1610360710.77482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34394,25 +34394,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 37 39 37 31 39 63 66 34 33 32 31 30 33 36 31 65 39 65 65 31 65 36 33 35 62 39 31 36 33 39 63 34 62 33 62 38 66 64 31 34 33 34 66 36 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 87 e4", + "message": "comm-server: TX -> (64): 32 63 30 66 62 32 66 34 61 39 63 63 37 39 64 61 39 64 33 30 64 30 35 64 38 32 33 30 64 33 61 32 37 63 33 39 61 61 61 36 35 38 38 30 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 5a 75", "module": "__init__", - "msecs": 5.326986312866211, + "msecs": 774.82008934021, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6938.868999481201, - "thread": 140634434283264, + "relativeCreated": 6927.543163299561, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(64): 37 39 37 31 39 63 66 34 33 32 31 30 33 36 31 65 39 65 65 31 65 36 33 35 62 39 31 36 33 39 63 34 62 33 62 38 66 64 31 34 33 34 66 36 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 87 e4" + "(64): 32 63 30 66 62 32 66 34 61 39 63 63 37 39 64 61 39 64 33 30 64 30 35 64 38 32 33 30 64 33 61 32 37 63 33 39 61 61 61 36 35 38 38 30 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 5a 75" ], - "asctime": "2021-01-11 07:30:21,005", - "created": 1610346621.00559, + "asctime": "2021-01-11 11:25:10,775", + "created": 1610360710.775211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34420,16 +34420,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 37 39 37 31 39 63 66 34 33 32 31 30 33 36 31 65 39 65 65 31 65 36 33 35 62 39 31 36 33 39 63 34 62 33 62 38 66 64 31 34 33 34 66 36 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 87 e4", + "message": "comm-client: RX <- (64): 32 63 30 66 62 32 66 34 61 39 63 63 37 39 64 61 39 64 33 30 64 30 35 64 38 32 33 30 64 33 61 32 37 63 33 39 61 61 61 36 35 38 38 30 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 5a 75", "module": "__init__", - "msecs": 5.589962005615234, + "msecs": 775.2110958099365, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6939.13197517395, - "thread": 140634434283264, + "relativeCreated": 6927.934169769287, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34437,8 +34437,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,005", - "created": 1610346621.00587, + "asctime": "2021-01-11 11:25:10,775", + "created": 1610360710.775598, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34448,14 +34448,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 5.87010383605957, + "msecs": 775.5980491638184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6939.4121170043945, - "thread": 140634434283264, + "relativeCreated": 6928.321123123169, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34464,8 +34464,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,005", - "created": 1610346621.005979, + "asctime": "2021-01-11 11:25:10,775", + "created": 1610360710.775771, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34475,23 +34475,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 5.979061126708984, + "msecs": 775.770902633667, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6939.521074295044, - "thread": 140634434283264, + "relativeCreated": 6928.493976593018, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "comm-server:", - "(4): be 8a 3a 3e" + "(4): 7a d9 3a 3e" ], - "asctime": "2021-01-11 07:30:21,006", - "created": 1610346621.006141, + "asctime": "2021-01-11 11:25:10,776", + "created": 1610360710.776006, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34499,25 +34499,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): be 8a 3a 3e", + "message": "comm-server: TX -> (4): 7a d9 3a 3e", "module": "__init__", - "msecs": 6.140947341918945, + "msecs": 776.0059833526611, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6939.682960510254, - "thread": 140634434283264, + "relativeCreated": 6928.729057312012, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(4): be 8a 3a 3e" + "(4): 7a d9 3a 3e" ], - "asctime": "2021-01-11 07:30:21,006", - "created": 1610346621.006379, + "asctime": "2021-01-11 11:25:10,776", + "created": 1610360710.776188, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34525,16 +34525,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): be 8a 3a 3e", + "message": "comm-client: RX <- (4): 7a d9 3a 3e", "module": "__init__", - "msecs": 6.378889083862305, + "msecs": 776.1878967285156, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6939.920902252197, - "thread": 140634434283264, + "relativeCreated": 6928.910970687866, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34542,8 +34542,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,006", - "created": 1610346621.006554, + "asctime": "2021-01-11 11:25:10,776", + "created": 1610360710.776357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34553,14 +34553,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 6.553888320922852, + "msecs": 776.3569355010986, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6940.095901489258, - "thread": 140634434283264, + "relativeCreated": 6929.080009460449, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34569,8 +34569,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:21,006", - "created": 1610346621.006695, + "asctime": "2021-01-11 11:25:10,776", + "created": 1610360710.776513, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34580,23 +34580,23 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 6.695032119750977, + "msecs": 776.5130996704102, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6940.237045288086, - "thread": 140634434283264, + "relativeCreated": 6929.236173629761, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "STP:", - "(124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 62 30 34 30 30 65 33 33 65 62 34 39 33 35 64 65 37 30 64 37 39 37 31 39 63 66 34 33 32 31 30 33 36 31 65 39 65 65 31 65 36 33 35 62 39 31 36 33 39 63 34 62 33 62 38 66 64 31 34 33 34 66 36 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 87 e4 be 8a" + "(124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 36 31 31 36 65 63 32 63 31 34 64 64 36 66 63 62 33 61 39 32 63 30 66 62 32 66 34 61 39 63 63 37 39 64 61 39 64 33 30 64 30 35 64 38 32 33 30 64 33 61 32 37 63 33 39 61 61 61 36 35 38 38 30 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 5a 75 7a d9" ], - "asctime": "2021-01-11 07:30:21,006", - "created": 1610346621.006981, + "asctime": "2021-01-11 11:25:10,776", + "created": 1610360710.776877, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34604,16 +34604,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 62 30 34 30 30 65 33 33 65 62 34 39 33 35 64 65 37 30 64 37 39 37 31 39 63 66 34 33 32 31 30 33 36 31 65 39 65 65 31 65 36 33 35 62 39 31 36 33 39 63 34 62 33 62 38 66 64 31 34 33 34 66 36 66 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 87 e4 be 8a", + "message": "STP: message identified - (124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 36 31 31 36 65 63 32 63 31 34 64 64 36 66 63 62 33 61 39 32 63 30 66 62 32 66 34 61 39 63 63 37 39 64 61 39 64 33 30 64 30 35 64 38 32 33 30 64 33 61 32 37 63 33 39 61 61 61 36 35 38 38 30 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 5a 75 7a d9", "module": "stp", - "msecs": 6.98089599609375, + "msecs": 776.8769264221191, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6940.522909164429, - "thread": 140634434283264, + "relativeCreated": 6929.60000038147, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34622,10 +34622,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "u'b0400e33eb4935de70d79719cf43210361e9ee1e635b91639c4b3b8fd1434f6f'" + "u'6116ec2c14dd6fcb3a92c0fb2f4a9cc79da9d30d05d8230d3a27c39aaa658805'" ], - "asctime": "2021-01-11 07:30:21,007", - "created": 1610346621.007234, + "asctime": "2021-01-11 11:25:10,777", + "created": 1610360710.777054, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34633,16 +34633,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'b0400e33eb4935de70d79719cf43210361e9ee1e635b91639c4b3b8fd1434f6f'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'6116ec2c14dd6fcb3a92c0fb2f4a9cc79da9d30d05d8230d3a27c39aaa658805'\"", "module": "__init__", - "msecs": 7.234096527099609, + "msecs": 777.0540714263916, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6940.776109695435, - "thread": 140634434283264, + "relativeCreated": 6929.777145385742, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34650,8 +34650,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 07:30:21,007", - "created": 1610346621.007356, + "asctime": "2021-01-11 11:25:10,777", + "created": 1610360710.777141, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34661,14 +34661,14 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 7.355928421020508, + "msecs": 777.1410942077637, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6940.8979415893555, - "thread": 140634434283264, + "relativeCreated": 6929.864168167114, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -34677,10 +34677,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'b0cf717b5315305fa5f3e061dffe6cbfd387064e0e83c88695bde8e6e18c391eb9fe831ecef725167eeb8ddb87992c79adbaec1dc800e97bf0aa05242959b1a9'" + "'7ff3e52b9d2d8b22113e1cf68b71f1cba2fbcc01c0095db59702fb60f7a2811dccb6b6961fc14ed8d89f5e88a709dc00d7e08fc7aaf186d9cdf0c5ff5cb327c1'" ], - "asctime": "2021-01-11 07:30:21,007", - "created": 1610346621.007552, + "asctime": "2021-01-11 11:25:10,777", + "created": 1610360710.777264, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34688,25 +34688,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'b0cf717b5315305fa5f3e061dffe6cbfd387064e0e83c88695bde8e6e18c391eb9fe831ecef725167eeb8ddb87992c79adbaec1dc800e97bf0aa05242959b1a9'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'7ff3e52b9d2d8b22113e1cf68b71f1cba2fbcc01c0095db59702fb60f7a2811dccb6b6961fc14ed8d89f5e88a709dc00d7e08fc7aaf186d9cdf0c5ff5cb327c1'\"", "module": "__init__", - "msecs": 7.551908493041992, + "msecs": 777.2641181945801, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6941.093921661377, - "thread": 140634434283264, + "relativeCreated": 6929.987192153931, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 30 63 66 37 31 37 62 35 33 31 35 33 30 35 66 61 35 66" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 37 66 66 33 65 35 32 62 39 64 32 64 38 62 32 32 31 31 33" ], - "asctime": "2021-01-11 07:30:21,012", - "created": 1610346621.012715, + "asctime": "2021-01-11 11:25:10,779", + "created": 1610360710.779078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34714,25 +34714,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 30 63 66 37 31 37 62 35 33 31 35 33 30 35 66 61 35 66", + "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 37 66 66 33 65 35 32 62 39 64 32 64 38 62 32 32 31 31 33", "module": "__init__", - "msecs": 12.71510124206543, + "msecs": 779.0780067443848, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6946.2571144104, - "thread": 140634442675968, + "relativeCreated": 6931.801080703735, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 30 63 66 37 31 37 62 35 33 31 35 33 30 35 66 61 35 66" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 37 66 66 33 65 35 32 62 39 64 32 64 38 62 32 32 31 31 33" ], - "asctime": "2021-01-11 07:30:21,013", - "created": 1610346621.013019, + "asctime": "2021-01-11 11:25:10,779", + "created": 1610360710.779259, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34740,16 +34740,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 30 63 66 37 31 37 62 35 33 31 35 33 30 35 66 61 35 66", + "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 37 66 66 33 65 35 32 62 39 64 32 64 38 62 32 32 31 31 33", "module": "__init__", - "msecs": 13.019084930419922, + "msecs": 779.2589664459229, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6946.561098098755, - "thread": 140634442675968, + "relativeCreated": 6931.982040405273, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34757,8 +34757,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,013", - "created": 1610346621.013136, + "asctime": "2021-01-11 11:25:10,779", + "created": 1610360710.779337, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34768,14 +34768,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 13.135910034179688, + "msecs": 779.3369293212891, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6946.677923202515, - "thread": 140634442675968, + "relativeCreated": 6932.06000328064, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34784,8 +34784,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:21,013", - "created": 1610346621.013231, + "asctime": "2021-01-11 11:25:10,779", + "created": 1610360710.779404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34795,14 +34795,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 13.231039047241211, + "msecs": 779.4039249420166, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6946.773052215576, - "thread": 140634442675968, + "relativeCreated": 6932.126998901367, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34810,8 +34810,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,013", - "created": 1610346621.013351, + "asctime": "2021-01-11 11:25:10,779", + "created": 1610360710.779483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34821,14 +34821,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 13.350963592529297, + "msecs": 779.4830799102783, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6946.892976760864, - "thread": 140634442675968, + "relativeCreated": 6932.206153869629, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34837,8 +34837,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,013", - "created": 1610346621.013453, + "asctime": "2021-01-11 11:25:10,779", + "created": 1610360710.779551, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34848,14 +34848,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 13.453006744384766, + "msecs": 779.5510292053223, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6946.99501991272, - "thread": 140634442675968, + "relativeCreated": 6932.274103164673, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34863,8 +34863,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,013", - "created": 1610346621.013564, + "asctime": "2021-01-11 11:25:10,779", + "created": 1610360710.779634, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34874,14 +34874,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 13.564109802246094, + "msecs": 779.6339988708496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6947.106122970581, - "thread": 140634442675968, + "relativeCreated": 6932.3570728302, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34890,8 +34890,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,013", - "created": 1610346621.013635, + "asctime": "2021-01-11 11:25:10,779", + "created": 1610360710.779693, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34901,14 +34901,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 13.634920120239258, + "msecs": 779.6928882598877, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6947.176933288574, - "thread": 140634442675968, + "relativeCreated": 6932.415962219238, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34916,8 +34916,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,013", - "created": 1610346621.013734, + "asctime": "2021-01-11 11:25:10,779", + "created": 1610360710.779776, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34927,14 +34927,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 13.734102249145508, + "msecs": 779.7760963439941, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6947.2761154174805, - "thread": 140634442675968, + "relativeCreated": 6932.499170303345, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -34943,8 +34943,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,013", - "created": 1610346621.013814, + "asctime": "2021-01-11 11:25:10,779", + "created": 1610360710.779852, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -34954,23 +34954,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 13.813972473144531, + "msecs": 779.8519134521484, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6947.3559856414795, - "thread": 140634442675968, + "relativeCreated": 6932.574987411499, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(64): 33 65 30 36 31 64 66 66 65 36 63 62 66 64 33 38 37 30 36 34 65 30 65 38 33 63 38 38 36 39 35 62 64 65 38 65 36 65 31 38 63 33 39 31 65 62 39 66 65 38 33 31 65 63 65 66 37 32 35 31 36 37 65 65" + "(64): 65 31 63 66 36 38 62 37 31 66 31 63 62 61 32 66 62 63 63 30 31 63 30 30 39 35 64 62 35 39 37 30 32 66 62 36 30 66 37 61 32 38 31 31 64 63 63 62 36 62 36 39 36 31 66 63 31 34 65 64 38 64 38 39" ], - "asctime": "2021-01-11 07:30:21,014", - "created": 1610346621.01407, + "asctime": "2021-01-11 11:25:10,780", + "created": 1610360710.780071, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -34978,25 +34978,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 33 65 30 36 31 64 66 66 65 36 63 62 66 64 33 38 37 30 36 34 65 30 65 38 33 63 38 38 36 39 35 62 64 65 38 65 36 65 31 38 63 33 39 31 65 62 39 66 65 38 33 31 65 63 65 66 37 32 35 31 36 37 65 65", + "message": "comm-client: TX -> (64): 65 31 63 66 36 38 62 37 31 66 31 63 62 61 32 66 62 63 63 30 31 63 30 30 39 35 64 62 35 39 37 30 32 66 62 36 30 66 37 61 32 38 31 31 64 63 63 62 36 62 36 39 36 31 66 63 31 34 65 64 38 64 38 39", "module": "__init__", - "msecs": 14.07003402709961, + "msecs": 780.0710201263428, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6947.612047195435, - "thread": 140634442675968, + "relativeCreated": 6932.794094085693, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(64): 33 65 30 36 31 64 66 66 65 36 63 62 66 64 33 38 37 30 36 34 65 30 65 38 33 63 38 38 36 39 35 62 64 65 38 65 36 65 31 38 63 33 39 31 65 62 39 66 65 38 33 31 65 63 65 66 37 32 35 31 36 37 65 65" + "(64): 65 31 63 66 36 38 62 37 31 66 31 63 62 61 32 66 62 63 63 30 31 63 30 30 39 35 64 62 35 39 37 30 32 66 62 36 30 66 37 61 32 38 31 31 64 63 63 62 36 62 36 39 36 31 66 63 31 34 65 64 38 64 38 39" ], - "asctime": "2021-01-11 07:30:21,014", - "created": 1610346621.014269, + "asctime": "2021-01-11 11:25:10,780", + "created": 1610360710.78023, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35004,25 +35004,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 33 65 30 36 31 64 66 66 65 36 63 62 66 64 33 38 37 30 36 34 65 30 65 38 33 63 38 38 36 39 35 62 64 65 38 65 36 65 31 38 63 33 39 31 65 62 39 66 65 38 33 31 65 63 65 66 37 32 35 31 36 37 65 65", + "message": "comm-server: RX <- (64): 65 31 63 66 36 38 62 37 31 66 31 63 62 61 32 66 62 63 63 30 31 63 30 30 39 35 64 62 35 39 37 30 32 66 62 36 30 66 37 61 32 38 31 31 64 63 63 62 36 62 36 39 36 31 66 63 31 34 65 64 38 64 38 39", "module": "__init__", - "msecs": 14.269113540649414, + "msecs": 780.2300453186035, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6947.811126708984, - "thread": 140634442675968, + "relativeCreated": 6932.953119277954, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(64): 62 38 64 64 62 38 37 39 39 32 63 37 39 61 64 62 61 65 63 31 64 63 38 30 30 65 39 37 62 66 30 61 61 30 35 32 34 32 39 35 39 62 31 61 39 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d df ec" + "(64): 66 35 65 38 38 61 37 30 39 64 63 30 30 64 37 65 30 38 66 63 37 61 61 66 31 38 36 64 39 63 64 66 30 63 35 66 66 35 63 62 33 32 37 63 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d d2 93" ], - "asctime": "2021-01-11 07:30:21,014", - "created": 1610346621.014546, + "asctime": "2021-01-11 11:25:10,780", + "created": 1610360710.780566, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35030,25 +35030,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 62 38 64 64 62 38 37 39 39 32 63 37 39 61 64 62 61 65 63 31 64 63 38 30 30 65 39 37 62 66 30 61 61 30 35 32 34 32 39 35 39 62 31 61 39 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d df ec", + "message": "comm-client: TX -> (64): 66 35 65 38 38 61 37 30 39 64 63 30 30 64 37 65 30 38 66 63 37 61 61 66 31 38 36 64 39 63 64 66 30 63 35 66 66 35 63 62 33 32 37 63 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d d2 93", "module": "__init__", - "msecs": 14.545917510986328, + "msecs": 780.5659770965576, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6948.087930679321, - "thread": 140634442675968, + "relativeCreated": 6933.289051055908, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(64): 62 38 64 64 62 38 37 39 39 32 63 37 39 61 64 62 61 65 63 31 64 63 38 30 30 65 39 37 62 66 30 61 61 30 35 32 34 32 39 35 39 62 31 61 39 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d df ec" + "(64): 66 35 65 38 38 61 37 30 39 64 63 30 30 64 37 65 30 38 66 63 37 61 61 66 31 38 36 64 39 63 64 66 30 63 35 66 66 35 63 62 33 32 37 63 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d d2 93" ], - "asctime": "2021-01-11 07:30:21,014", - "created": 1610346621.0147, + "asctime": "2021-01-11 11:25:10,780", + "created": 1610360710.780737, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35056,16 +35056,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 62 38 64 64 62 38 37 39 39 32 63 37 39 61 64 62 61 65 63 31 64 63 38 30 30 65 39 37 62 66 30 61 61 30 35 32 34 32 39 35 39 62 31 61 39 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d df ec", + "message": "comm-server: RX <- (64): 66 35 65 38 38 61 37 30 39 64 63 30 30 64 37 65 30 38 66 63 37 61 61 66 31 38 36 64 39 63 64 66 30 63 35 66 66 35 63 62 33 32 37 63 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d d2 93", "module": "__init__", - "msecs": 14.699935913085938, + "msecs": 780.7369232177734, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6948.241949081421, - "thread": 140634442675968, + "relativeCreated": 6933.459997177124, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -35073,8 +35073,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,014", - "created": 1610346621.014881, + "asctime": "2021-01-11 11:25:10,780", + "created": 1610360710.780985, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35084,14 +35084,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 14.880895614624023, + "msecs": 780.9851169586182, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6948.422908782959, - "thread": 140634442675968, + "relativeCreated": 6933.708190917969, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -35100,8 +35100,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,014", - "created": 1610346621.014954, + "asctime": "2021-01-11 11:25:10,781", + "created": 1610360710.781079, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35111,23 +35111,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 14.954090118408203, + "msecs": 781.0790538787842, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6948.496103286743, - "thread": 140634442675968, + "relativeCreated": 6933.802127838135, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(4): 89 49 3a 3e" + "(4): 4e 28 3a 3e" ], - "asctime": "2021-01-11 07:30:21,015", - "created": 1610346621.015057, + "asctime": "2021-01-11 11:25:10,781", + "created": 1610360710.78121, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35135,25 +35135,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 89 49 3a 3e", + "message": "comm-client: TX -> (4): 4e 28 3a 3e", "module": "__init__", - "msecs": 15.057086944580078, + "msecs": 781.2099456787109, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6948.599100112915, - "thread": 140634442675968, + "relativeCreated": 6933.9330196380615, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(4): 89 49 3a 3e" + "(4): 4e 28 3a 3e" ], - "asctime": "2021-01-11 07:30:21,015", - "created": 1610346621.015137, + "asctime": "2021-01-11 11:25:10,781", + "created": 1610360710.781375, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35161,16 +35161,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 89 49 3a 3e", + "message": "comm-server: RX <- (4): 4e 28 3a 3e", "module": "__init__", - "msecs": 15.136957168579102, + "msecs": 781.3749313354492, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6948.678970336914, - "thread": 140634442675968, + "relativeCreated": 6934.0980052948, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -35178,8 +35178,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,015", - "created": 1610346621.015214, + "asctime": "2021-01-11 11:25:10,781", + "created": 1610360710.781482, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35189,14 +35189,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 15.213966369628906, + "msecs": 781.4819812774658, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6948.755979537964, - "thread": 140634442675968, + "relativeCreated": 6934.205055236816, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -35205,8 +35205,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:21,015", - "created": 1610346621.015282, + "asctime": "2021-01-11 11:25:10,781", + "created": 1610360710.781574, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35216,23 +35216,23 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 15.281915664672852, + "msecs": 781.574010848999, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6948.823928833008, - "thread": 140634442675968, + "relativeCreated": 6934.29708480835, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "STP:", - "(188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 62 30 63 66 37 31 37 62 35 33 31 35 33 30 35 66 61 35 66 33 65 30 36 31 64 66 66 65 36 63 62 66 64 33 38 37 30 36 34 65 30 65 38 33 63 38 38 36 39 35 62 64 65 38 65 36 65 31 38 63 33 39 31 65 62 39 66 65 38 33 31 65 63 65 66 37 32 35 31 36 37 65 65 62 38 64 64 62 38 37 39 39 32 63 37 39 61 64 62 61 65 63 31 64 63 38 30 30 65 39 37 62 66 30 61 61 30 35 32 34 32 39 35 39 62 31 61 39 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d df ec 89 49" + "(188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 37 66 66 33 65 35 32 62 39 64 32 64 38 62 32 32 31 31 33 65 31 63 66 36 38 62 37 31 66 31 63 62 61 32 66 62 63 63 30 31 63 30 30 39 35 64 62 35 39 37 30 32 66 62 36 30 66 37 61 32 38 31 31 64 63 63 62 36 62 36 39 36 31 66 63 31 34 65 64 38 64 38 39 66 35 65 38 38 61 37 30 39 64 63 30 30 64 37 65 30 38 66 63 37 61 61 66 31 38 36 64 39 63 64 66 30 63 35 66 66 35 63 62 33 32 37 63 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d d2 93 4e 28" ], - "asctime": "2021-01-11 07:30:21,015", - "created": 1610346621.015597, + "asctime": "2021-01-11 11:25:10,781", + "created": 1610360710.781862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35240,16 +35240,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 62 30 63 66 37 31 37 62 35 33 31 35 33 30 35 66 61 35 66 33 65 30 36 31 64 66 66 65 36 63 62 66 64 33 38 37 30 36 34 65 30 65 38 33 63 38 38 36 39 35 62 64 65 38 65 36 65 31 38 63 33 39 31 65 62 39 66 65 38 33 31 65 63 65 66 37 32 35 31 36 37 65 65 62 38 64 64 62 38 37 39 39 32 63 37 39 61 64 62 61 65 63 31 64 63 38 30 30 65 39 37 62 66 30 61 61 30 35 32 34 32 39 35 39 62 31 61 39 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d df ec 89 49", + "message": "STP: message identified - (188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 37 66 66 33 65 35 32 62 39 64 32 64 38 62 32 32 31 31 33 65 31 63 66 36 38 62 37 31 66 31 63 62 61 32 66 62 63 63 30 31 63 30 30 39 35 64 62 35 39 37 30 32 66 62 36 30 66 37 61 32 38 31 31 64 63 63 62 36 62 36 39 36 31 66 63 31 34 65 64 38 64 38 39 66 35 65 38 38 61 37 30 39 64 63 30 30 64 37 65 30 38 66 63 37 61 61 66 31 38 36 64 39 63 64 66 30 63 35 66 66 35 63 62 33 32 37 63 31 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d d2 93 4e 28", "module": "stp", - "msecs": 15.597105026245117, + "msecs": 781.8620204925537, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6949.13911819458, - "thread": 140634442675968, + "relativeCreated": 6934.585094451904, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -35258,10 +35258,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "u'b0cf717b5315305fa5f3e061dffe6cbfd387064e0e83c88695bde8e6e18c391eb9fe831ecef725167eeb8ddb87992c79adbaec1dc800e97bf0aa05242959b1a9'" + "u'7ff3e52b9d2d8b22113e1cf68b71f1cba2fbcc01c0095db59702fb60f7a2811dccb6b6961fc14ed8d89f5e88a709dc00d7e08fc7aaf186d9cdf0c5ff5cb327c1'" ], - "asctime": "2021-01-11 07:30:21,015", - "created": 1610346621.015776, + "asctime": "2021-01-11 11:25:10,782", + "created": 1610360710.782022, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35269,16 +35269,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'b0cf717b5315305fa5f3e061dffe6cbfd387064e0e83c88695bde8e6e18c391eb9fe831ecef725167eeb8ddb87992c79adbaec1dc800e97bf0aa05242959b1a9'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'7ff3e52b9d2d8b22113e1cf68b71f1cba2fbcc01c0095db59702fb60f7a2811dccb6b6961fc14ed8d89f5e88a709dc00d7e08fc7aaf186d9cdf0c5ff5cb327c1'\"", "module": "__init__", - "msecs": 15.775918960571289, + "msecs": 782.0219993591309, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6949.317932128906, - "thread": 140634442675968, + "relativeCreated": 6934.745073318481, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -35286,8 +35286,8 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 07:30:21,015", - "created": 1610346621.015875, + "asctime": "2021-01-11 11:25:10,782", + "created": 1610360710.782104, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35297,14 +35297,14 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 15.875101089477539, + "msecs": 782.1040153503418, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6949.4171142578125, - "thread": 140634442675968, + "relativeCreated": 6934.827089309692, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -35315,8 +35315,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:21,016", - "created": 1610346621.016015, + "asctime": "2021-01-11 11:25:10,782", + "created": 1610360710.782224, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35326,14 +35326,14 @@ "lineno": 445, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 16.015052795410156, + "msecs": 782.2239398956299, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6949.557065963745, - "thread": 140634442675968, + "relativeCreated": 6934.9470138549805, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -35341,8 +35341,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d" ], - "asctime": "2021-01-11 07:30:21,023", - "created": 1610346621.023628, + "asctime": "2021-01-11 11:25:10,785", + "created": 1610360710.785459, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35352,14 +35352,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d", "module": "__init__", - "msecs": 23.62799644470215, + "msecs": 785.459041595459, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6957.170009613037, - "thread": 140634434283264, + "relativeCreated": 6938.18211555481, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35367,8 +35367,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d" ], - "asctime": "2021-01-11 07:30:21,023", - "created": 1610346621.023963, + "asctime": "2021-01-11 11:25:10,785", + "created": 1610360710.785636, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35378,14 +35378,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d", "module": "__init__", - "msecs": 23.962974548339844, + "msecs": 785.6359481811523, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6957.504987716675, - "thread": 140634434283264, + "relativeCreated": 6938.359022140503, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35393,8 +35393,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,024", - "created": 1610346621.024096, + "asctime": "2021-01-11 11:25:10,785", + "created": 1610360710.785726, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35404,14 +35404,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 24.096012115478516, + "msecs": 785.7260704040527, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6957.6380252838135, - "thread": 140634434283264, + "relativeCreated": 6938.449144363403, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35420,8 +35420,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:21,024", - "created": 1610346621.02421, + "asctime": "2021-01-11 11:25:10,785", + "created": 1610360710.785819, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35431,14 +35431,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 24.209976196289062, + "msecs": 785.8190536499023, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6957.751989364624, - "thread": 140634434283264, + "relativeCreated": 6938.542127609253, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35446,8 +35446,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,024", - "created": 1610346621.024362, + "asctime": "2021-01-11 11:25:10,785", + "created": 1610360710.785922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35457,14 +35457,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 24.36208724975586, + "msecs": 785.9220504760742, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6957.904100418091, - "thread": 140634434283264, + "relativeCreated": 6938.645124435425, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35473,8 +35473,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,024", - "created": 1610346621.024475, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.786006, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35484,14 +35484,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 24.47509765625, + "msecs": 786.005973815918, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6958.017110824585, - "thread": 140634434283264, + "relativeCreated": 6938.729047775269, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35499,8 +35499,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,024", - "created": 1610346621.024627, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.786117, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35510,14 +35510,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 24.626970291137695, + "msecs": 786.1170768737793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6958.168983459473, - "thread": 140634434283264, + "relativeCreated": 6938.84015083313, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35526,8 +35526,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,024", - "created": 1610346621.024727, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.786196, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35537,14 +35537,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 24.72710609436035, + "msecs": 786.1959934234619, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6958.269119262695, - "thread": 140634434283264, + "relativeCreated": 6938.9190673828125, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35552,8 +35552,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,024", - "created": 1610346621.024854, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.786293, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35563,14 +35563,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 24.853944778442383, + "msecs": 786.2930297851562, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6958.395957946777, - "thread": 140634434283264, + "relativeCreated": 6939.016103744507, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35579,8 +35579,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,024", - "created": 1610346621.024958, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.786364, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35590,14 +35590,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 24.957895278930664, + "msecs": 786.3640785217285, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6958.499908447266, - "thread": 140634434283264, + "relativeCreated": 6939.087152481079, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35605,8 +35605,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,025", - "created": 1610346621.025098, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.786467, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35616,14 +35616,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 25.098085403442383, + "msecs": 786.4670753479004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6958.640098571777, - "thread": 140634434283264, + "relativeCreated": 6939.190149307251, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35632,8 +35632,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,025", - "created": 1610346621.025208, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.786542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35643,14 +35643,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 25.207996368408203, + "msecs": 786.5419387817383, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6958.750009536743, - "thread": 140634434283264, + "relativeCreated": 6939.265012741089, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35658,8 +35658,8 @@ "comm-server:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 07:30:21,025", - "created": 1610346621.02537, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.78666, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35669,14 +35669,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 25.369882583618164, + "msecs": 786.6599559783936, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6958.911895751953, - "thread": 140634434283264, + "relativeCreated": 6939.383029937744, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35684,8 +35684,8 @@ "comm-client:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 07:30:21,025", - "created": 1610346621.025541, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.786752, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35695,14 +35695,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 25.541067123413086, + "msecs": 786.7519855499268, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6959.083080291748, - "thread": 140634434283264, + "relativeCreated": 6939.475059509277, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35710,8 +35710,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,025", - "created": 1610346621.025716, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.786837, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35721,14 +35721,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 25.716066360473633, + "msecs": 786.837100982666, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6959.258079528809, - "thread": 140634434283264, + "relativeCreated": 6939.560174942017, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35737,8 +35737,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:21,025", - "created": 1610346621.025811, + "asctime": "2021-01-11 11:25:10,786", + "created": 1610360710.786912, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35748,14 +35748,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 25.810956954956055, + "msecs": 786.9119644165039, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6959.352970123291, - "thread": 140634434283264, + "relativeCreated": 6939.6350383758545, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35763,8 +35763,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 11 d3 26 78" ], - "asctime": "2021-01-11 07:30:21,026", - "created": 1610346621.026013, + "asctime": "2021-01-11 11:25:10,787", + "created": 1610360710.787089, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35774,14 +35774,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 11 d3 26 78", "module": "stp", - "msecs": 26.012897491455078, + "msecs": 787.0891094207764, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6959.55491065979, - "thread": 140634434283264, + "relativeCreated": 6939.812183380127, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35792,8 +35792,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:21,026", - "created": 1610346621.026288, + "asctime": "2021-01-11 11:25:10,787", + "created": 1610360710.787238, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35803,14 +35803,14 @@ "lineno": 445, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 26.28803253173828, + "msecs": 787.2378826141357, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6959.830045700073, - "thread": 140634434283264, + "relativeCreated": 6939.960956573486, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -35818,8 +35818,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 07:30:21,026", - "created": 1610346621.026427, + "asctime": "2021-01-11 11:25:10,787", + "created": 1610360710.787322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35829,22 +35829,22 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 26.427030563354492, + "msecs": 787.3220443725586, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6959.969043731689, - "thread": 140634434283264, + "relativeCreated": 6940.045118331909, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:21,026", - "created": 1610346621.026541, + "asctime": "2021-01-11 11:25:10,787", + "created": 1610360710.787392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35854,32 +35854,32 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 26.54099464416504, + "msecs": 787.3919010162354, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 6960.0830078125, - "thread": 140634434283264, + "relativeCreated": 6940.114974975586, + "thread": 139854687999744, "threadName": "Thread-10" } ], - "msecs": 72.7090835571289, + "msecs": 848.4330177307129, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7006.251096725464, - "thread": 140634736203584, + "relativeCreated": 7001.1560916900635, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.04616808891296387 + "time_consumption": 0.06104111671447754 }, { "args": [], - "asctime": "2021-01-11 07:30:21,274", - "created": 1610346621.274983, + "asctime": "2021-01-11 11:25:11,050", + "created": 1610360711.050434, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -35898,8 +35898,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:21,073", - "created": 1610346621.073573, + "asctime": "2021-01-11 11:25:10,849", + "created": 1610360710.849215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35909,14 +35909,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 73.57311248779297, + "msecs": 849.215030670166, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7007.115125656128, - "thread": 140634736203584, + "relativeCreated": 7001.938104629517, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -35924,8 +35924,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:21,080", - "created": 1610346621.080518, + "asctime": "2021-01-11 11:25:10,882", + "created": 1610360710.882936, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35935,14 +35935,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 80.51800727844238, + "msecs": 882.9360008239746, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7014.060020446777, - "thread": 140634442675968, + "relativeCreated": 7035.659074783325, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -35950,8 +35950,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:21,080", - "created": 1610346621.080972, + "asctime": "2021-01-11 11:25:10,883", + "created": 1610360710.883509, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -35961,14 +35961,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 80.97195625305176, + "msecs": 883.5089206695557, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7014.513969421387, - "thread": 140634442675968, + "relativeCreated": 7036.231994628906, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -35976,8 +35976,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,081", - "created": 1610346621.081178, + "asctime": "2021-01-11 11:25:10,883", + "created": 1610360710.883756, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -35987,14 +35987,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 81.17794990539551, + "msecs": 883.7559223175049, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7014.7199630737305, - "thread": 140634442675968, + "relativeCreated": 7036.4789962768555, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36003,8 +36003,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:21,081", - "created": 1610346621.081389, + "asctime": "2021-01-11 11:25:10,883", + "created": 1610360710.883991, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36014,14 +36014,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 81.38895034790039, + "msecs": 883.991003036499, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7014.930963516235, - "thread": 140634442675968, + "relativeCreated": 7036.71407699585, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36029,8 +36029,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,081", - "created": 1610346621.081654, + "asctime": "2021-01-11 11:25:10,884", + "created": 1610360710.884542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36040,14 +36040,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 81.65407180786133, + "msecs": 884.5419883728027, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7015.196084976196, - "thread": 140634442675968, + "relativeCreated": 7037.265062332153, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36056,8 +36056,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,081", - "created": 1610346621.081821, + "asctime": "2021-01-11 11:25:10,884", + "created": 1610360710.884879, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36067,14 +36067,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 81.82096481323242, + "msecs": 884.8791122436523, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7015.362977981567, - "thread": 140634442675968, + "relativeCreated": 7037.602186203003, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36082,8 +36082,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,082", - "created": 1610346621.08216, + "asctime": "2021-01-11 11:25:10,885", + "created": 1610360710.885148, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36093,14 +36093,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 82.15999603271484, + "msecs": 885.1480484008789, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7015.70200920105, - "thread": 140634442675968, + "relativeCreated": 7037.8711223602295, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36109,8 +36109,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,082", - "created": 1610346621.082336, + "asctime": "2021-01-11 11:25:10,885", + "created": 1610360710.885324, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36120,14 +36120,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 82.3359489440918, + "msecs": 885.3240013122559, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7015.877962112427, - "thread": 140634442675968, + "relativeCreated": 7038.047075271606, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36135,8 +36135,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,082", - "created": 1610346621.082628, + "asctime": "2021-01-11 11:25:10,885", + "created": 1610360710.885617, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36146,14 +36146,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 82.62801170349121, + "msecs": 885.6170177459717, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7016.170024871826, - "thread": 140634442675968, + "relativeCreated": 7038.340091705322, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36162,8 +36162,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,082", - "created": 1610346621.082798, + "asctime": "2021-01-11 11:25:10,885", + "created": 1610360710.885834, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36173,14 +36173,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 82.79800415039062, + "msecs": 885.8339786529541, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7016.340017318726, - "thread": 140634442675968, + "relativeCreated": 7038.557052612305, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36188,8 +36188,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:21,083", - "created": 1610346621.083184, + "asctime": "2021-01-11 11:25:10,886", + "created": 1610360710.886365, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36199,14 +36199,14 @@ "lineno": 284, "message": "comm-client: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 83.18400382995605, + "msecs": 886.3649368286133, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7016.726016998291, - "thread": 140634442675968, + "relativeCreated": 7039.088010787964, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36214,8 +36214,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:21,083", - "created": 1610346621.083451, + "asctime": "2021-01-11 11:25:10,886", + "created": 1610360710.886749, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36225,14 +36225,14 @@ "lineno": 414, "message": "comm-server: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 83.4510326385498, + "msecs": 886.7490291595459, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7016.993045806885, - "thread": 140634442675968, + "relativeCreated": 7039.4721031188965, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36240,8 +36240,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,083", - "created": 1610346621.083702, + "asctime": "2021-01-11 11:25:10,887", + "created": 1610360710.887017, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36251,14 +36251,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 83.70208740234375, + "msecs": 887.017011642456, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7017.244100570679, - "thread": 140634442675968, + "relativeCreated": 7039.740085601807, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36267,8 +36267,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,083", - "created": 1610346621.083859, + "asctime": "2021-01-11 11:25:10,887", + "created": 1610360710.88718, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36278,14 +36278,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 83.85896682739258, + "msecs": 887.1800899505615, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7017.4009799957275, - "thread": 140634442675968, + "relativeCreated": 7039.903163909912, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36293,8 +36293,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,084", - "created": 1610346621.084044, + "asctime": "2021-01-11 11:25:10,887", + "created": 1610360710.887365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36304,14 +36304,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 84.04397964477539, + "msecs": 887.3651027679443, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7017.58599281311, - "thread": 140634442675968, + "relativeCreated": 7040.088176727295, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36320,8 +36320,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:21,084", - "created": 1610346621.084195, + "asctime": "2021-01-11 11:25:10,887", + "created": 1610360710.887518, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36331,14 +36331,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 84.19489860534668, + "msecs": 887.5179290771484, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7017.736911773682, - "thread": 140634442675968, + "relativeCreated": 7040.241003036499, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36346,8 +36346,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b" ], - "asctime": "2021-01-11 07:30:21,084", - "created": 1610346621.084606, + "asctime": "2021-01-11 11:25:10,888", + "created": 1610360710.888145, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36357,14 +36357,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b", "module": "stp", - "msecs": 84.60593223571777, + "msecs": 888.1449699401855, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7018.147945404053, - "thread": 140634442675968, + "relativeCreated": 7040.868043899536, + "thread": 139854696392448, "threadName": "Thread-9" }, { @@ -36375,8 +36375,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:21,085", - "created": 1610346621.085127, + "asctime": "2021-01-11 11:25:10,888", + "created": 1610360710.88847, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36386,22 +36386,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 85.12711524963379, + "msecs": 888.469934463501, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7018.669128417969, - "thread": 140634442675968, + "relativeCreated": 7041.193008422852, + "thread": 139854696392448, "threadName": "Thread-9" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:21,085", - "created": 1610346621.085492, + "asctime": "2021-01-11 11:25:10,888", + "created": 1610360710.888565, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36411,35 +36411,35 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 85.49189567565918, + "msecs": 888.5650634765625, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7019.033908843994, - "thread": 140634442675968, + "relativeCreated": 7041.288137435913, + "thread": 139854696392448, "threadName": "Thread-9" } ], - "msecs": 274.9829292297363, + "msecs": 50.434112548828125, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7208.524942398071, - "thread": 140634736203584, + "relativeCreated": 7203.157186508179, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.18949103355407715 + "time_consumption": 0.16186904907226562 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:21,275", - "created": 1610346621.275947, + "asctime": "2021-01-11 11:25:11,051", + "created": 1610360711.051498, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36456,8 +36456,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:21,275", - "created": 1610346621.275558, + "asctime": "2021-01-11 11:25:11,051", + "created": 1610360711.051042, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36467,14 +36467,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 275.5579948425293, + "msecs": 51.04207992553711, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7209.100008010864, - "thread": 140634736203584, + "relativeCreated": 7203.765153884888, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -36483,8 +36483,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:21,275", - "created": 1610346621.275765, + "asctime": "2021-01-11 11:25:11,051", + "created": 1610360711.051278, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36494,35 +36494,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 275.76494216918945, + "msecs": 51.278114318847656, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7209.306955337524, - "thread": 140634736203584, + "relativeCreated": 7204.001188278198, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 275.94709396362305, + "msecs": 51.4979362487793, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7209.489107131958, - "thread": 140634736203584, + "relativeCreated": 7204.22101020813, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00018215179443359375 + "time_consumption": 0.00021982192993164062 }, { "args": [ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:21,276", - "created": 1610346621.2766, + "asctime": "2021-01-11 11:25:11,052", + "created": 1610360711.05236, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36539,8 +36539,8 @@ "{u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:21,276", - "created": 1610346621.276235, + "asctime": "2021-01-11 11:25:11,051", + "created": 1610360711.051978, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36550,14 +36550,14 @@ "lineno": 22, "message": "Result (Received message on server side): {u'status': 0, u'service_id': 17, u'data': u'msg1_data_to_be_transfered', u'data_id': 34} ()", "module": "test", - "msecs": 276.23510360717773, + "msecs": 51.978111267089844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7209.777116775513, - "thread": 140634736203584, + "relativeCreated": 7204.70118522644, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -36566,8 +36566,8 @@ "{'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:21,276", - "created": 1610346621.276421, + "asctime": "2021-01-11 11:25:11,052", + "created": 1610360711.052179, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -36577,32 +36577,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34} ()", "module": "test", - "msecs": 276.42107009887695, + "msecs": 52.17909812927246, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7209.963083267212, - "thread": 140634736203584, + "relativeCreated": 7204.902172088623, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 276.5998840332031, + "msecs": 52.36005783081055, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7210.141897201538, - "thread": 140634736203584, + "relativeCreated": 7205.083131790161, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00017881393432617188 + "time_consumption": 0.00018095970153808594 }, { "args": [], - "asctime": "2021-01-11 07:30:21,478", - "created": 1610346621.478422, + "asctime": "2021-01-11 11:25:11,254", + "created": 1610360711.254108, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -36621,8 +36621,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:21,276", - "created": 1610346621.276986, + "asctime": "2021-01-11 11:25:11,052", + "created": 1610360711.052862, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36632,14 +36632,14 @@ "lineno": 445, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 276.98588371276855, + "msecs": 52.861928939819336, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7210.5278968811035, - "thread": 140634736203584, + "relativeCreated": 7205.58500289917, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -36647,8 +36647,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:21,291", - "created": 1610346621.291635, + "asctime": "2021-01-11 11:25:11,089", + "created": 1610360711.089173, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36658,14 +36658,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 291.63503646850586, + "msecs": 89.1730785369873, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7225.177049636841, - "thread": 140634434283264, + "relativeCreated": 7241.896152496338, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36673,8 +36673,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:21,291", - "created": 1610346621.291996, + "asctime": "2021-01-11 11:25:11,089", + "created": 1610360711.089798, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36684,14 +36684,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 291.9960021972656, + "msecs": 89.7979736328125, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7225.538015365601, - "thread": 140634434283264, + "relativeCreated": 7242.521047592163, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36699,8 +36699,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,292", - "created": 1610346621.292152, + "asctime": "2021-01-11 11:25:11,090", + "created": 1610360711.090078, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36710,14 +36710,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 292.15192794799805, + "msecs": 90.07811546325684, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7225.693941116333, - "thread": 140634434283264, + "relativeCreated": 7242.801189422607, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36726,8 +36726,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:21,292", - "created": 1610346621.292251, + "asctime": "2021-01-11 11:25:11,090", + "created": 1610360711.090304, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36737,14 +36737,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 292.2511100769043, + "msecs": 90.30389785766602, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7225.793123245239, - "thread": 140634434283264, + "relativeCreated": 7243.026971817017, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36752,8 +36752,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,292", - "created": 1610346621.292375, + "asctime": "2021-01-11 11:25:11,090", + "created": 1610360711.090651, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36763,14 +36763,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 292.3750877380371, + "msecs": 90.65103530883789, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7225.917100906372, - "thread": 140634434283264, + "relativeCreated": 7243.3741092681885, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36779,8 +36779,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,292", - "created": 1610346621.292463, + "asctime": "2021-01-11 11:25:11,090", + "created": 1610360711.090874, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36790,14 +36790,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 292.4630641937256, + "msecs": 90.87395668029785, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7226.005077362061, - "thread": 140634434283264, + "relativeCreated": 7243.597030639648, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36805,8 +36805,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,292", - "created": 1610346621.292584, + "asctime": "2021-01-11 11:25:11,091", + "created": 1610360711.091732, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36816,14 +36816,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 292.5839424133301, + "msecs": 91.73202514648438, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7226.125955581665, - "thread": 140634434283264, + "relativeCreated": 7244.455099105835, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36832,8 +36832,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,292", - "created": 1610346621.292672, + "asctime": "2021-01-11 11:25:11,092", + "created": 1610360711.092083, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36843,14 +36843,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 292.67191886901855, + "msecs": 92.08297729492188, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7226.2139320373535, - "thread": 140634434283264, + "relativeCreated": 7244.8060512542725, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36858,8 +36858,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,292", - "created": 1610346621.292777, + "asctime": "2021-01-11 11:25:11,092", + "created": 1610360711.092386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36869,14 +36869,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 292.77706146240234, + "msecs": 92.38600730895996, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7226.319074630737, - "thread": 140634434283264, + "relativeCreated": 7245.109081268311, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36885,8 +36885,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,292", - "created": 1610346621.292863, + "asctime": "2021-01-11 11:25:11,092", + "created": 1610360711.09271, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36896,14 +36896,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 292.8628921508789, + "msecs": 92.71001815795898, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7226.404905319214, - "thread": 140634434283264, + "relativeCreated": 7245.43309211731, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36911,8 +36911,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e" ], - "asctime": "2021-01-11 07:30:21,293", - "created": 1610346621.293065, + "asctime": "2021-01-11 11:25:11,093", + "created": 1610360711.093316, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36922,14 +36922,14 @@ "lineno": 284, "message": "comm-server: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e", "module": "__init__", - "msecs": 293.06507110595703, + "msecs": 93.31607818603516, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7226.607084274292, - "thread": 140634434283264, + "relativeCreated": 7246.039152145386, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36937,8 +36937,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e" ], - "asctime": "2021-01-11 07:30:21,293", - "created": 1610346621.293209, + "asctime": "2021-01-11 11:25:11,093", + "created": 1610360711.093826, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -36948,14 +36948,14 @@ "lineno": 414, "message": "comm-client: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e", "module": "__init__", - "msecs": 293.2090759277344, + "msecs": 93.8260555267334, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7226.751089096069, - "thread": 140634434283264, + "relativeCreated": 7246.549129486084, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36963,8 +36963,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,293", - "created": 1610346621.293344, + "asctime": "2021-01-11 11:25:11,094", + "created": 1610360711.094165, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -36974,14 +36974,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 293.34402084350586, + "msecs": 94.16508674621582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7226.886034011841, - "thread": 140634434283264, + "relativeCreated": 7246.888160705566, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -36990,8 +36990,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:21,293", - "created": 1610346621.293452, + "asctime": "2021-01-11 11:25:11,094", + "created": 1610360711.094404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -37001,14 +37001,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 293.45202445983887, + "msecs": 94.40398216247559, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7226.994037628174, - "thread": 140634434283264, + "relativeCreated": 7247.127056121826, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -37016,8 +37016,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:21,293", - "created": 1610346621.293555, + "asctime": "2021-01-11 11:25:11,094", + "created": 1610360711.094652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -37027,14 +37027,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 293.55502128601074, + "msecs": 94.65193748474121, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7227.097034454346, - "thread": 140634434283264, + "relativeCreated": 7247.375011444092, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -37043,8 +37043,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:21,293", - "created": 1610346621.293676, + "asctime": "2021-01-11 11:25:11,094", + "created": 1610360711.094848, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -37054,14 +37054,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 293.67589950561523, + "msecs": 94.8479175567627, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7227.21791267395, - "thread": 140634434283264, + "relativeCreated": 7247.570991516113, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -37069,8 +37069,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 35 7d 20 18 19 e8" ], - "asctime": "2021-01-11 07:30:21,293", - "created": 1610346621.293996, + "asctime": "2021-01-11 11:25:11,095", + "created": 1610360711.095397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -37080,14 +37080,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 35 7d 20 18 19 e8", "module": "stp", - "msecs": 293.99609565734863, + "msecs": 95.3969955444336, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7227.538108825684, - "thread": 140634434283264, + "relativeCreated": 7248.120069503784, + "thread": 139854687999744, "threadName": "Thread-10" }, { @@ -37098,8 +37098,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:21,294", - "created": 1610346621.294317, + "asctime": "2021-01-11 11:25:11,095", + "created": 1610360711.095897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37109,22 +37109,22 @@ "lineno": 445, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"u'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 294.31700706481934, + "msecs": 95.89695930480957, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7227.859020233154, - "thread": 140634434283264, + "relativeCreated": 7248.62003326416, + "thread": 139854687999744, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:21,294", - "created": 1610346621.294561, + "asctime": "2021-01-11 11:25:11,096", + "created": 1610360711.096229, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37134,35 +37134,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 294.56090927124023, + "msecs": 96.22907638549805, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7228.102922439575, - "thread": 140634434283264, + "relativeCreated": 7248.952150344849, + "thread": 139854687999744, "threadName": "Thread-10" } ], - "msecs": 478.4219264984131, + "msecs": 254.10795211791992, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7411.963939666748, - "thread": 140634736203584, + "relativeCreated": 7406.8310260772705, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.18386101722717285 + "time_consumption": 0.15787887573242188 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:21,479", - "created": 1610346621.479355, + "asctime": "2021-01-11 11:25:11,255", + "created": 1610360711.255025, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37179,8 +37179,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:21,478", - "created": 1610346621.478968, + "asctime": "2021-01-11 11:25:11,254", + "created": 1610360711.254635, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37190,14 +37190,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 478.96790504455566, + "msecs": 254.63509559631348, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7412.509918212891, - "thread": 140634736203584, + "relativeCreated": 7407.358169555664, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37206,8 +37206,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:21,479", - "created": 1610346621.479175, + "asctime": "2021-01-11 11:25:11,254", + "created": 1610360711.254843, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37217,35 +37217,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 479.1750907897949, + "msecs": 254.84299659729004, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7412.71710395813, - "thread": 140634736203584, + "relativeCreated": 7407.566070556641, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 479.3550968170166, + "msecs": 255.02490997314453, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7412.897109985352, - "thread": 140634736203584, + "relativeCreated": 7407.747983932495, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001800060272216797 + "time_consumption": 0.0001819133758544922 }, { "args": [ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:21,480", - "created": 1610346621.48004, + "asctime": "2021-01-11 11:25:11,255", + "created": 1610360711.255701, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37262,8 +37262,8 @@ "{u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:21,479", - "created": 1610346621.479668, + "asctime": "2021-01-11 11:25:11,255", + "created": 1610360711.255315, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37273,14 +37273,14 @@ "lineno": 22, "message": "Result (Received message on client side): {u'status': 4, u'service_id': 17, u'data': u'msg2_data_to_be_transfered', u'data_id': 35} ()", "module": "test", - "msecs": 479.66790199279785, + "msecs": 255.31506538391113, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7413.209915161133, - "thread": 140634736203584, + "relativeCreated": 7408.038139343262, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37289,8 +37289,8 @@ "{'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:21,479", - "created": 1610346621.479859, + "asctime": "2021-01-11 11:25:11,255", + "created": 1610360711.255495, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -37300,39 +37300,39 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = {'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35} ()", "module": "test", - "msecs": 479.8591136932373, + "msecs": 255.4950714111328, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7413.401126861572, - "thread": 140634736203584, + "relativeCreated": 7408.218145370483, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 480.0400733947754, + "msecs": 255.70106506347656, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 7413.58208656311, - "thread": 140634736203584, + "relativeCreated": 7408.424139022827, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00018095970153808594 + "time_consumption": 0.00020599365234375 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 1.9762310981750488, - "time_finished": "2021-01-11 07:30:21,480", - "time_start": "2021-01-11 07:30:19,503" + "time_consumption": 1.9767630100250244, + "time_finished": "2021-01-11 11:25:11,255", + "time_start": "2021-01-11 11:25:09,278" }, "_Tb-78E4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:27,913", - "created": 1610346627.91394, + "asctime": "2021-01-11 11:25:17,681", + "created": 1610360717.681642, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37343,18 +37343,18 @@ "message": "_Tb-78E4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 913.9399528503418, + "msecs": 681.6420555114746, "msg": "_Tb-78E4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13847.481966018677, + "relativeCreated": 13834.365129470825, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:27,924", - "created": 1610346627.924801, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693648, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -37369,8 +37369,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:27,914", - "created": 1610346627.914978, + "asctime": "2021-01-11 11:25:17,682", + "created": 1610360717.682848, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37380,22 +37380,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 914.97802734375, + "msecs": 682.8479766845703, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13848.520040512085, - "thread": 140634736203584, + "relativeCreated": 13835.57105064392, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:27,915", - "created": 1610346627.915816, + "asctime": "2021-01-11 11:25:17,684", + "created": 1610360717.68415, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37405,22 +37405,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 915.816068649292, + "msecs": 684.149980545044, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13849.358081817627, - "thread": 140634736203584, + "relativeCreated": 13836.873054504395, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:27,916", - "created": 1610346627.916087, + "asctime": "2021-01-11 11:25:17,684", + "created": 1610360717.684457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37430,22 +37430,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 916.0869121551514, + "msecs": 684.4570636749268, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13849.628925323486, - "thread": 140634736203584, + "relativeCreated": 13837.180137634277, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:27,916", - "created": 1610346627.916819, + "asctime": "2021-01-11 11:25:17,685", + "created": 1610360717.685069, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37455,14 +37455,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 916.8190956115723, + "msecs": 685.0690841674805, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13850.361108779907, - "thread": 140634736203584, + "relativeCreated": 13837.792158126831, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37471,8 +37471,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:27,917", - "created": 1610346627.917068, + "asctime": "2021-01-11 11:25:17,685", + "created": 1610360717.685398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37482,14 +37482,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 917.0680046081543, + "msecs": 685.3981018066406, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13850.61001777649, - "thread": 140634736203584, + "relativeCreated": 13838.121175765991, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37497,8 +37497,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:27,917", - "created": 1610346627.917321, + "asctime": "2021-01-11 11:25:17,685", + "created": 1610360717.685827, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37508,14 +37508,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 917.320966720581, + "msecs": 685.8270168304443, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13850.862979888916, - "thread": 140634736203584, + "relativeCreated": 13838.550090789795, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37523,8 +37523,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:27,917", - "created": 1610346627.917523, + "asctime": "2021-01-11 11:25:17,686", + "created": 1610360717.686079, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37534,14 +37534,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 917.5229072570801, + "msecs": 686.0790252685547, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13851.064920425415, - "thread": 140634736203584, + "relativeCreated": 13838.802099227905, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37549,8 +37549,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:27,917", - "created": 1610346627.917704, + "asctime": "2021-01-11 11:25:17,686", + "created": 1610360717.686315, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37560,14 +37560,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 917.7041053771973, + "msecs": 686.3150596618652, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13851.246118545532, - "thread": 140634736203584, + "relativeCreated": 13839.038133621216, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37575,8 +37575,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:27,917", - "created": 1610346627.917911, + "asctime": "2021-01-11 11:25:17,686", + "created": 1610360717.686553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37586,14 +37586,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 917.9110527038574, + "msecs": 686.5530014038086, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13851.453065872192, - "thread": 140634736203584, + "relativeCreated": 13839.27607536316, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37603,8 +37603,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:27,918", - "created": 1610346627.918062, + "asctime": "2021-01-11 11:25:17,686", + "created": 1610360717.686816, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37614,14 +37614,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 918.0619716644287, + "msecs": 686.8159770965576, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13851.603984832764, - "thread": 140634736203584, + "relativeCreated": 13839.539051055908, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37631,8 +37631,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:27,918", - "created": 1610346627.918214, + "asctime": "2021-01-11 11:25:17,687", + "created": 1610360717.687297, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37642,14 +37642,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 918.2140827178955, + "msecs": 687.2971057891846, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13851.75609588623, - "thread": 140634736203584, + "relativeCreated": 13840.020179748535, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37659,8 +37659,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:27,918", - "created": 1610346627.918365, + "asctime": "2021-01-11 11:25:17,687", + "created": 1610360717.687533, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37670,14 +37670,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 918.3650016784668, + "msecs": 687.532901763916, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13851.907014846802, - "thread": 140634736203584, + "relativeCreated": 13840.255975723267, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37687,8 +37687,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:27,918", - "created": 1610346627.918508, + "asctime": "2021-01-11 11:25:17,687", + "created": 1610360717.687806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37698,22 +37698,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 918.5080528259277, + "msecs": 687.8058910369873, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13852.050065994263, - "thread": 140634736203584, + "relativeCreated": 13840.528964996338, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:27,918", - "created": 1610346627.918654, + "asctime": "2021-01-11 11:25:17,688", + "created": 1610360717.688055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37723,14 +37723,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 918.6539649963379, + "msecs": 688.0550384521484, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13852.195978164673, - "thread": 140634736203584, + "relativeCreated": 13840.778112411499, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37739,8 +37739,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:27,918", - "created": 1610346627.918863, + "asctime": "2021-01-11 11:25:17,688", + "created": 1610360717.688327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37750,14 +37750,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 918.86305809021, + "msecs": 688.3270740509033, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13852.405071258545, - "thread": 140634736203584, + "relativeCreated": 13841.050148010254, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37765,8 +37765,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:27,919", - "created": 1610346627.919078, + "asctime": "2021-01-11 11:25:17,688", + "created": 1610360717.688836, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37776,14 +37776,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 919.0781116485596, + "msecs": 688.8360977172852, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13852.620124816895, - "thread": 140634736203584, + "relativeCreated": 13841.559171676636, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37791,8 +37791,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:27,919", - "created": 1610346627.919293, + "asctime": "2021-01-11 11:25:17,689", + "created": 1610360717.689184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37802,14 +37802,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 919.2929267883301, + "msecs": 689.1839504241943, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13852.834939956665, - "thread": 140634736203584, + "relativeCreated": 13841.907024383545, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37819,8 +37819,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:27,919", - "created": 1610346627.919435, + "asctime": "2021-01-11 11:25:17,689", + "created": 1610360717.689487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37830,14 +37830,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 919.4350242614746, + "msecs": 689.4869804382324, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13852.97703742981, - "thread": 140634736203584, + "relativeCreated": 13842.210054397583, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37847,8 +37847,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:27,919", - "created": 1610346627.919587, + "asctime": "2021-01-11 11:25:17,689", + "created": 1610360717.689861, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37858,14 +37858,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 919.5868968963623, + "msecs": 689.8610591888428, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13853.128910064697, - "thread": 140634736203584, + "relativeCreated": 13842.584133148193, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37874,8 +37874,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:27,919", - "created": 1610346627.919731, + "asctime": "2021-01-11 11:25:17,690", + "created": 1610360717.690117, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37885,14 +37885,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 919.7309017181396, + "msecs": 690.1168823242188, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13853.272914886475, - "thread": 140634736203584, + "relativeCreated": 13842.83995628357, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37901,8 +37901,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:27,919", - "created": 1610346627.91986, + "asctime": "2021-01-11 11:25:17,690", + "created": 1610360717.690333, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37912,14 +37912,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 919.8598861694336, + "msecs": 690.3328895568848, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13853.401899337769, - "thread": 140634736203584, + "relativeCreated": 13843.055963516235, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -37928,8 +37928,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:27,920", - "created": 1610346627.92001, + "asctime": "2021-01-11 11:25:17,690", + "created": 1610360717.690539, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37939,22 +37939,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 920.0100898742676, + "msecs": 690.5388832092285, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13853.552103042603, - "thread": 140634736203584, + "relativeCreated": 13843.26195716858, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:27,920", - "created": 1610346627.920169, + "asctime": "2021-01-11 11:25:17,690", + "created": 1610360717.690747, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37964,22 +37964,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 920.1691150665283, + "msecs": 690.7470226287842, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13853.711128234863, - "thread": 140634736203584, + "relativeCreated": 13843.470096588135, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:27,920", - "created": 1610346627.920812, + "asctime": "2021-01-11 11:25:17,691", + "created": 1610360717.691309, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -37989,14 +37989,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 920.8118915557861, + "msecs": 691.3089752197266, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13854.353904724121, - "thread": 140634736203584, + "relativeCreated": 13844.032049179077, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38005,8 +38005,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:27,921", - "created": 1610346627.921045, + "asctime": "2021-01-11 11:25:17,691", + "created": 1610360717.691557, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38016,14 +38016,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 921.0450649261475, + "msecs": 691.5569305419922, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13854.587078094482, - "thread": 140634736203584, + "relativeCreated": 13844.280004501343, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38031,8 +38031,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:27,921", - "created": 1610346627.921303, + "asctime": "2021-01-11 11:25:17,691", + "created": 1610360717.691844, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38042,14 +38042,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 921.3030338287354, + "msecs": 691.8439865112305, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13854.84504699707, - "thread": 140634736203584, + "relativeCreated": 13844.567060470581, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38057,8 +38057,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:27,921", - "created": 1610346627.921512, + "asctime": "2021-01-11 11:25:17,692", + "created": 1610360717.692061, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38068,14 +38068,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 921.5118885040283, + "msecs": 692.0609474182129, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13855.053901672363, - "thread": 140634736203584, + "relativeCreated": 13844.784021377563, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38083,8 +38083,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:27,921", - "created": 1610346627.921709, + "asctime": "2021-01-11 11:25:17,692", + "created": 1610360717.692279, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38094,14 +38094,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 921.7090606689453, + "msecs": 692.2791004180908, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13855.25107383728, - "thread": 140634736203584, + "relativeCreated": 13845.002174377441, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38109,8 +38109,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:27,921", - "created": 1610346627.921882, + "asctime": "2021-01-11 11:25:17,692", + "created": 1610360717.692476, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38120,14 +38120,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 921.881914138794, + "msecs": 692.4760341644287, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13855.423927307129, - "thread": 140634736203584, + "relativeCreated": 13845.19910812378, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38137,8 +38137,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:27,922", - "created": 1610346627.922076, + "asctime": "2021-01-11 11:25:17,692", + "created": 1610360717.692689, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38148,14 +38148,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 922.0759868621826, + "msecs": 692.6889419555664, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13855.618000030518, - "thread": 140634736203584, + "relativeCreated": 13845.412015914917, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38165,8 +38165,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:27,922", - "created": 1610346627.922287, + "asctime": "2021-01-11 11:25:17,692", + "created": 1610360717.692838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38176,14 +38176,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 922.2869873046875, + "msecs": 692.8379535675049, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13855.829000473022, - "thread": 140634736203584, + "relativeCreated": 13845.561027526855, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38193,8 +38193,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:27,922", - "created": 1610346627.922483, + "asctime": "2021-01-11 11:25:17,692", + "created": 1610360717.692911, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38204,14 +38204,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 922.482967376709, + "msecs": 692.91090965271, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13856.024980545044, - "thread": 140634736203584, + "relativeCreated": 13845.63398361206, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38221,8 +38221,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:27,922", - "created": 1610346627.922738, + "asctime": "2021-01-11 11:25:17,692", + "created": 1610360717.692985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38232,22 +38232,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 922.7380752563477, + "msecs": 692.9850578308105, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13856.280088424683, - "thread": 140634736203584, + "relativeCreated": 13845.708131790161, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:27,922", - "created": 1610346627.9229, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38257,14 +38257,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 922.8999614715576, + "msecs": 693.0780410766602, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13856.441974639893, - "thread": 140634736203584, + "relativeCreated": 13845.80111503601, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38273,8 +38273,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:27,923", - "created": 1610346627.923099, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.69314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38284,14 +38284,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 923.0990409851074, + "msecs": 693.1400299072266, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13856.641054153442, - "thread": 140634736203584, + "relativeCreated": 13845.863103866577, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38299,8 +38299,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:27,923", - "created": 1610346627.923302, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693204, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38310,14 +38310,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 923.3019351959229, + "msecs": 693.2039260864258, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13856.843948364258, - "thread": 140634736203584, + "relativeCreated": 13845.927000045776, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38325,8 +38325,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:27,923", - "created": 1610346627.923478, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38336,14 +38336,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 923.4778881072998, + "msecs": 693.2580471038818, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13857.019901275635, - "thread": 140634736203584, + "relativeCreated": 13845.981121063232, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38353,8 +38353,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:27,923", - "created": 1610346627.923672, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693312, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38364,14 +38364,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 923.6719608306885, + "msecs": 693.3119297027588, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13857.213973999023, - "thread": 140634736203584, + "relativeCreated": 13846.03500366211, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38381,8 +38381,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:27,923", - "created": 1610346627.923898, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693373, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38392,14 +38392,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 923.8979816436768, + "msecs": 693.3729648590088, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13857.439994812012, - "thread": 140634736203584, + "relativeCreated": 13846.09603881836, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38408,8 +38408,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:27,924", - "created": 1610346627.924108, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693436, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38419,14 +38419,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 924.1080284118652, + "msecs": 693.4359073638916, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13857.6500415802, - "thread": 140634736203584, + "relativeCreated": 13846.158981323242, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38435,8 +38435,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:27,924", - "created": 1610346627.924289, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693488, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38446,14 +38446,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 924.2889881134033, + "msecs": 693.4878826141357, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13857.831001281738, - "thread": 140634736203584, + "relativeCreated": 13846.210956573486, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38462,8 +38462,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:27,924", - "created": 1610346627.924602, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693538, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38473,22 +38473,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 924.6020317077637, + "msecs": 693.5379505157471, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13858.144044876099, - "thread": 140634736203584, + "relativeCreated": 13846.261024475098, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:27,924", - "created": 1610346627.924699, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693589, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38498,32 +38498,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 924.699068069458, + "msecs": 693.5889720916748, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13858.241081237793, - "thread": 140634736203584, + "relativeCreated": 13846.312046051025, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 924.8011112213135, + "msecs": 693.648099899292, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13858.343124389648, - "thread": 140634736203584, + "relativeCreated": 13846.371173858643, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00010204315185546875 + "time_consumption": 5.91278076171875e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:28,268", - "created": 1610346628.268916, + "asctime": "2021-01-11 11:25:18,037", + "created": 1610360718.037392, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -38538,8 +38538,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:27,925", - "created": 1610346627.925037, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693796, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38549,22 +38549,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 925.0369071960449, + "msecs": 693.795919418335, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13858.57892036438, - "thread": 140634736203584, + "relativeCreated": 13846.518993377686, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:27,925", - "created": 1610346627.925141, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693858, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38574,22 +38574,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 925.1410961151123, + "msecs": 693.8579082489014, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13858.683109283447, - "thread": 140634736203584, + "relativeCreated": 13846.580982208252, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:27,925", - "created": 1610346627.925247, + "asctime": "2021-01-11 11:25:17,693", + "created": 1610360717.693932, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38599,14 +38599,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 925.2469539642334, + "msecs": 693.932056427002, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13858.788967132568, - "thread": 140634736203584, + "relativeCreated": 13846.655130386353, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38617,8 +38617,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:27,925", - "created": 1610346627.925402, + "asctime": "2021-01-11 11:25:17,694", + "created": 1610360717.69404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38628,22 +38628,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 925.4019260406494, + "msecs": 694.040060043335, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13858.943939208984, - "thread": 140634736203584, + "relativeCreated": 13846.763134002686, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:27,925", - "created": 1610346627.925716, + "asctime": "2021-01-11 11:25:17,694", + "created": 1610360717.694285, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38653,22 +38653,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 925.7159233093262, + "msecs": 694.2849159240723, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13859.257936477661, - "thread": 140634736203584, + "relativeCreated": 13847.007989883423, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:27,925", - "created": 1610346627.925815, + "asctime": "2021-01-11 11:25:17,694", + "created": 1610360717.694359, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38678,22 +38678,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 925.8151054382324, + "msecs": 694.3590641021729, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13859.357118606567, - "thread": 140634736203584, + "relativeCreated": 13847.082138061523, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:27,925", - "created": 1610346627.925908, + "asctime": "2021-01-11 11:25:17,694", + "created": 1610360717.694417, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38703,14 +38703,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 925.908088684082, + "msecs": 694.4169998168945, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13859.450101852417, - "thread": 140634736203584, + "relativeCreated": 13847.140073776245, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -38718,8 +38718,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:27,932", - "created": 1610346627.93266, + "asctime": "2021-01-11 11:25:17,701", + "created": 1610360717.701939, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38729,14 +38729,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 932.6601028442383, + "msecs": 701.9391059875488, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13866.202116012573, - "thread": 140633318610688, + "relativeCreated": 13854.6621799469, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -38744,8 +38744,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:27,932", - "created": 1610346627.932876, + "asctime": "2021-01-11 11:25:17,702", + "created": 1610360717.70209, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -38755,14 +38755,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 932.8761100769043, + "msecs": 702.0900249481201, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13866.41812324524, - "thread": 140633318610688, + "relativeCreated": 13854.81309890747, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -38770,8 +38770,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,932", - "created": 1610346627.932951, + "asctime": "2021-01-11 11:25:17,702", + "created": 1610360717.702162, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38781,14 +38781,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 932.9509735107422, + "msecs": 702.1620273590088, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13866.492986679077, - "thread": 140633318610688, + "relativeCreated": 13854.88510131836, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -38797,8 +38797,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933012, + "asctime": "2021-01-11 11:25:17,702", + "created": 1610360717.702225, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38808,14 +38808,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 933.0120086669922, + "msecs": 702.2249698638916, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13866.554021835327, - "thread": 140633318610688, + "relativeCreated": 13854.948043823242, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -38823,8 +38823,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933079, + "asctime": "2021-01-11 11:25:17,702", + "created": 1610360717.702309, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38834,14 +38834,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 933.0790042877197, + "msecs": 702.3088932037354, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13866.621017456055, - "thread": 140633318610688, + "relativeCreated": 13855.031967163086, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -38850,8 +38850,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933135, + "asctime": "2021-01-11 11:25:17,702", + "created": 1610360717.702622, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38861,14 +38861,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 933.1350326538086, + "msecs": 702.6219367980957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13866.677045822144, - "thread": 140633318610688, + "relativeCreated": 13855.345010757446, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -38876,8 +38876,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933473, + "asctime": "2021-01-11 11:25:17,702", + "created": 1610360717.702735, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38887,14 +38887,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 933.4731101989746, + "msecs": 702.7349472045898, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.01512336731, - "thread": 140633318610688, + "relativeCreated": 13855.45802116394, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -38903,8 +38903,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933532, + "asctime": "2021-01-11 11:25:17,702", + "created": 1610360717.702812, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38914,14 +38914,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 933.5319995880127, + "msecs": 702.8119564056396, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.074012756348, - "thread": 140633318610688, + "relativeCreated": 13855.53503036499, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -38929,8 +38929,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933601, + "asctime": "2021-01-11 11:25:17,702", + "created": 1610360717.70291, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38940,14 +38940,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 933.600902557373, + "msecs": 702.9099464416504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.142915725708, - "thread": 140633318610688, + "relativeCreated": 13855.633020401001, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -38956,8 +38956,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933651, + "asctime": "2021-01-11 11:25:17,702", + "created": 1610360717.702981, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38967,14 +38967,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 933.6509704589844, + "msecs": 702.9809951782227, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.19298362732, - "thread": 140633318610688, + "relativeCreated": 13855.704069137573, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -38982,8 +38982,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933723, + "asctime": "2021-01-11 11:25:17,703", + "created": 1610360717.703092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -38993,14 +38993,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 933.722972869873, + "msecs": 703.092098236084, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.264986038208, - "thread": 140633318610688, + "relativeCreated": 13855.815172195435, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39009,8 +39009,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933771, + "asctime": "2021-01-11 11:25:17,703", + "created": 1610360717.703357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39020,14 +39020,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 933.7708950042725, + "msecs": 703.3569812774658, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.312908172607, - "thread": 140633318610688, + "relativeCreated": 13856.080055236816, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39035,8 +39035,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933845, + "asctime": "2021-01-11 11:25:17,703", + "created": 1610360717.703528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39046,14 +39046,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 933.845043182373, + "msecs": 703.5279273986816, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.387056350708, - "thread": 140633318610688, + "relativeCreated": 13856.251001358032, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39061,8 +39061,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933907, + "asctime": "2021-01-11 11:25:17,703", + "created": 1610360717.703703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39072,14 +39072,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 933.9070320129395, + "msecs": 703.7029266357422, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.449045181274, - "thread": 140633318610688, + "relativeCreated": 13856.426000595093, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39087,8 +39087,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,933", - "created": 1610346627.933961, + "asctime": "2021-01-11 11:25:17,703", + "created": 1610360717.703831, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39098,14 +39098,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 933.9609146118164, + "msecs": 703.8309574127197, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.502927780151, - "thread": 140633318610688, + "relativeCreated": 13856.55403137207, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39114,8 +39114,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:27,934", - "created": 1610346627.934009, + "asctime": "2021-01-11 11:25:17,703", + "created": 1610360717.703936, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39125,14 +39125,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 934.0090751647949, + "msecs": 703.9361000061035, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.55108833313, - "thread": 140633318610688, + "relativeCreated": 13856.659173965454, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39140,8 +39140,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:27,934", - "created": 1610346627.934117, + "asctime": "2021-01-11 11:25:17,704", + "created": 1610360717.70415, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39151,14 +39151,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 934.1170787811279, + "msecs": 704.1499614715576, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.659091949463, - "thread": 140633318610688, + "relativeCreated": 13856.873035430908, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39169,8 +39169,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:27,934", - "created": 1610346627.934232, + "asctime": "2021-01-11 11:25:17,704", + "created": 1610360717.704399, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39180,14 +39180,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 934.2319965362549, + "msecs": 704.3991088867188, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.77400970459, - "thread": 140633318610688, + "relativeCreated": 13857.12218284607, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39195,8 +39195,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:27,934", - "created": 1610346627.93429, + "asctime": "2021-01-11 11:25:17,704", + "created": 1610360717.704537, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39206,14 +39206,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 934.2899322509766, + "msecs": 704.5369148254395, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.831945419312, - "thread": 140633318610688, + "relativeCreated": 13857.25998878479, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39224,8 +39224,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:27,934", - "created": 1610346627.93436, + "asctime": "2021-01-11 11:25:17,704", + "created": 1610360717.704706, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39235,14 +39235,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 934.3600273132324, + "msecs": 704.7059535980225, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13867.902040481567, - "thread": 140633318610688, + "relativeCreated": 13857.429027557373, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39250,8 +39250,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:27,948", - "created": 1610346627.948769, + "asctime": "2021-01-11 11:25:17,718", + "created": 1610360717.718468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39261,14 +39261,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 948.7690925598145, + "msecs": 718.4679508209229, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13882.31110572815, - "thread": 140633310217984, + "relativeCreated": 13871.191024780273, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39276,8 +39276,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:27,949", - "created": 1610346627.949143, + "asctime": "2021-01-11 11:25:17,718", + "created": 1610360717.718888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39287,14 +39287,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 949.1429328918457, + "msecs": 718.8880443572998, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13882.68494606018, - "thread": 140633310217984, + "relativeCreated": 13871.61111831665, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39302,8 +39302,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,949", - "created": 1610346627.949256, + "asctime": "2021-01-11 11:25:17,719", + "created": 1610360717.719098, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39313,14 +39313,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 949.2559432983398, + "msecs": 719.0980911254883, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13882.797956466675, - "thread": 140633310217984, + "relativeCreated": 13871.821165084839, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39329,8 +39329,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:27,949", - "created": 1610346627.949346, + "asctime": "2021-01-11 11:25:17,719", + "created": 1610360717.719306, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39340,14 +39340,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 949.3460655212402, + "msecs": 719.3059921264648, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13882.888078689575, - "thread": 140633310217984, + "relativeCreated": 13872.029066085815, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39355,8 +39355,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,949", - "created": 1610346627.949509, + "asctime": "2021-01-11 11:25:17,720", + "created": 1610360717.720097, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39366,14 +39366,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 949.5089054107666, + "msecs": 720.0970649719238, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13883.050918579102, - "thread": 140633310217984, + "relativeCreated": 13872.820138931274, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39382,8 +39382,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,949", - "created": 1610346627.949619, + "asctime": "2021-01-11 11:25:17,720", + "created": 1610360717.720487, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39393,14 +39393,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 949.6190547943115, + "msecs": 720.487117767334, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13883.161067962646, - "thread": 140633310217984, + "relativeCreated": 13873.210191726685, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39408,8 +39408,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,949", - "created": 1610346627.949754, + "asctime": "2021-01-11 11:25:17,720", + "created": 1610360717.720807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39419,14 +39419,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 949.753999710083, + "msecs": 720.8070755004883, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13883.296012878418, - "thread": 140633310217984, + "relativeCreated": 13873.530149459839, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39435,8 +39435,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,949", - "created": 1610346627.949879, + "asctime": "2021-01-11 11:25:17,721", + "created": 1610360717.721196, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39446,14 +39446,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 949.8789310455322, + "msecs": 721.1959362030029, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13883.420944213867, - "thread": 140633310217984, + "relativeCreated": 13873.919010162354, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39461,8 +39461,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,950", - "created": 1610346627.950078, + "asctime": "2021-01-11 11:25:17,721", + "created": 1610360717.721491, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39472,14 +39472,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 950.078010559082, + "msecs": 721.4910984039307, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13883.620023727417, - "thread": 140633310217984, + "relativeCreated": 13874.214172363281, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39488,8 +39488,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,950", - "created": 1610346627.950339, + "asctime": "2021-01-11 11:25:17,721", + "created": 1610360717.721695, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39499,14 +39499,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 950.3390789031982, + "msecs": 721.6949462890625, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13883.881092071533, - "thread": 140633310217984, + "relativeCreated": 13874.418020248413, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39514,8 +39514,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,950", - "created": 1610346627.950629, + "asctime": "2021-01-11 11:25:17,722", + "created": 1610360717.722024, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39525,14 +39525,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 950.6289958953857, + "msecs": 722.0239639282227, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13884.17100906372, - "thread": 140633310217984, + "relativeCreated": 13874.747037887573, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39541,8 +39541,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,950", - "created": 1610346627.950767, + "asctime": "2021-01-11 11:25:17,722", + "created": 1610360717.722216, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39552,14 +39552,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 950.7670402526855, + "msecs": 722.2158908843994, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13884.30905342102, - "thread": 140633310217984, + "relativeCreated": 13874.93896484375, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39567,8 +39567,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:27,950", - "created": 1610346627.950978, + "asctime": "2021-01-11 11:25:17,722", + "created": 1610360717.722495, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39578,14 +39578,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 950.9780406951904, + "msecs": 722.4950790405273, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13884.520053863525, - "thread": 140633310217984, + "relativeCreated": 13875.218152999878, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39593,8 +39593,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:27,951", - "created": 1610346627.951147, + "asctime": "2021-01-11 11:25:17,722", + "created": 1610360717.722707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39604,14 +39604,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 951.1470794677734, + "msecs": 722.7070331573486, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13884.689092636108, - "thread": 140633310217984, + "relativeCreated": 13875.4301071167, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39619,8 +39619,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,951", - "created": 1610346627.95131, + "asctime": "2021-01-11 11:25:17,722", + "created": 1610360717.722906, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39630,14 +39630,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 951.3099193572998, + "msecs": 722.9061126708984, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13884.851932525635, - "thread": 140633310217984, + "relativeCreated": 13875.629186630249, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39646,8 +39646,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:27,951", - "created": 1610346627.951447, + "asctime": "2021-01-11 11:25:17,723", + "created": 1610360717.723115, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39657,14 +39657,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 951.4470100402832, + "msecs": 723.1149673461914, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13884.989023208618, - "thread": 140633310217984, + "relativeCreated": 13875.838041305542, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39672,8 +39672,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:27,951", - "created": 1610346627.951733, + "asctime": "2021-01-11 11:25:17,723", + "created": 1610360717.723468, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39683,14 +39683,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 951.7331123352051, + "msecs": 723.4680652618408, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13885.27512550354, - "thread": 140633310217984, + "relativeCreated": 13876.191139221191, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39701,8 +39701,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:27,952", - "created": 1610346627.952039, + "asctime": "2021-01-11 11:25:17,723", + "created": 1610360717.723858, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39712,14 +39712,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 952.0390033721924, + "msecs": 723.858118057251, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13885.581016540527, - "thread": 140633310217984, + "relativeCreated": 13876.581192016602, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -39727,8 +39727,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:27,952", - "created": 1610346627.952268, + "asctime": "2021-01-11 11:25:17,724", + "created": 1610360717.724135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39738,32 +39738,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 952.2678852081299, + "msecs": 724.1349220275879, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13885.809898376465, - "thread": 140633310217984, + "relativeCreated": 13876.857995986938, + "thread": 139853631043328, "threadName": "Thread-22" } ], - "msecs": 268.91589164733887, + "msecs": 37.39190101623535, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14202.457904815674, - "thread": 140634736203584, + "relativeCreated": 14190.114974975586, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.316648006439209 + "time_consumption": 0.31325697898864746 }, { "args": [], - "asctime": "2021-01-11 07:30:28,269", - "created": 1610346628.269894, + "asctime": "2021-01-11 11:25:18,038", + "created": 1610360718.038425, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -39781,8 +39781,8 @@ "10", "None" ], - "asctime": "2021-01-11 07:30:28,269", - "created": 1610346628.269664, + "asctime": "2021-01-11 11:25:18,038", + "created": 1610360718.038161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39792,32 +39792,32 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=None", "module": "__init__", - "msecs": 269.66404914855957, + "msecs": 38.16103935241699, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14203.206062316895, - "thread": 140634736203584, + "relativeCreated": 14190.884113311768, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 269.8938846588135, + "msecs": 38.42496871948242, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14203.435897827148, - "thread": 140634736203584, + "relativeCreated": 14191.148042678833, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00022983551025390625 + "time_consumption": 0.0002639293670654297 }, { "args": [], - "asctime": "2021-01-11 07:30:28,471", - "created": 1610346628.471834, + "asctime": "2021-01-11 11:25:18,240", + "created": 1610360718.240075, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -39836,8 +39836,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:28,270", - "created": 1610346628.270341, + "asctime": "2021-01-11 11:25:18,038", + "created": 1610360718.038893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39847,14 +39847,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 270.3409194946289, + "msecs": 38.89298439025879, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14203.882932662964, - "thread": 140634736203584, + "relativeCreated": 14191.61605834961, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -39862,8 +39862,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:28,299", - "created": 1610346628.299764, + "asctime": "2021-01-11 11:25:18,070", + "created": 1610360718.070125, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39873,14 +39873,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 299.76391792297363, + "msecs": 70.12510299682617, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14233.305931091309, - "thread": 140633318610688, + "relativeCreated": 14222.848176956177, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39888,8 +39888,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:28,300", - "created": 1610346628.300517, + "asctime": "2021-01-11 11:25:18,070", + "created": 1610360718.070727, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -39899,14 +39899,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 300.51708221435547, + "msecs": 70.72710990905762, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14234.05909538269, - "thread": 140633318610688, + "relativeCreated": 14223.450183868408, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39914,8 +39914,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,300", - "created": 1610346628.300918, + "asctime": "2021-01-11 11:25:18,071", + "created": 1610360718.071, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39925,14 +39925,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 300.9181022644043, + "msecs": 71.0000991821289, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14234.46011543274, - "thread": 140633318610688, + "relativeCreated": 14223.72317314148, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39941,8 +39941,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:28,301", - "created": 1610346628.301178, + "asctime": "2021-01-11 11:25:18,071", + "created": 1610360718.071668, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39952,14 +39952,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 301.177978515625, + "msecs": 71.66790962219238, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14234.71999168396, - "thread": 140633318610688, + "relativeCreated": 14224.390983581543, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39967,8 +39967,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,301", - "created": 1610346628.301513, + "asctime": "2021-01-11 11:25:18,072", + "created": 1610360718.072037, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -39978,14 +39978,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 301.5129566192627, + "msecs": 72.0369815826416, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14235.054969787598, - "thread": 140633318610688, + "relativeCreated": 14224.760055541992, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -39994,8 +39994,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,301", - "created": 1610346628.301834, + "asctime": "2021-01-11 11:25:18,072", + "created": 1610360718.072295, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40005,14 +40005,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 301.8341064453125, + "msecs": 72.29495048522949, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14235.376119613647, - "thread": 140633318610688, + "relativeCreated": 14225.01802444458, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40020,8 +40020,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,302", - "created": 1610346628.302085, + "asctime": "2021-01-11 11:25:18,072", + "created": 1610360718.072675, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40031,14 +40031,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 302.08492279052734, + "msecs": 72.67498970031738, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14235.626935958862, - "thread": 140633318610688, + "relativeCreated": 14225.398063659668, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40047,8 +40047,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,302", - "created": 1610346628.302264, + "asctime": "2021-01-11 11:25:18,072", + "created": 1610360718.072928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40058,14 +40058,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 302.2639751434326, + "msecs": 72.92795181274414, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14235.805988311768, - "thread": 140633318610688, + "relativeCreated": 14225.651025772095, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40073,8 +40073,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,302", - "created": 1610346628.302504, + "asctime": "2021-01-11 11:25:18,073", + "created": 1610360718.073304, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40084,14 +40084,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 302.5040626525879, + "msecs": 73.3039379119873, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14236.046075820923, - "thread": 140633318610688, + "relativeCreated": 14226.027011871338, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40100,8 +40100,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,302", - "created": 1610346628.302698, + "asctime": "2021-01-11 11:25:18,073", + "created": 1610360718.073512, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40111,14 +40111,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 302.69789695739746, + "msecs": 73.51207733154297, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14236.239910125732, - "thread": 140633318610688, + "relativeCreated": 14226.235151290894, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40126,8 +40126,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,303", - "created": 1610346628.303008, + "asctime": "2021-01-11 11:25:18,073", + "created": 1610360718.073786, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40137,14 +40137,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 303.0080795288086, + "msecs": 73.78602027893066, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14236.550092697144, - "thread": 140633318610688, + "relativeCreated": 14226.509094238281, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40153,8 +40153,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,303", - "created": 1610346628.303283, + "asctime": "2021-01-11 11:25:18,073", + "created": 1610360718.073981, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40164,14 +40164,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 303.2829761505127, + "msecs": 73.98104667663574, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14236.824989318848, - "thread": 140633318610688, + "relativeCreated": 14226.704120635986, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40179,8 +40179,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:28,303", - "created": 1610346628.303816, + "asctime": "2021-01-11 11:25:18,074", + "created": 1610360718.074441, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40190,14 +40190,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 303.8160800933838, + "msecs": 74.44095611572266, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14237.358093261719, - "thread": 140633318610688, + "relativeCreated": 14227.164030075073, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40205,8 +40205,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:28,304", - "created": 1610346628.30404, + "asctime": "2021-01-11 11:25:18,074", + "created": 1610360718.074792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40216,14 +40216,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 304.03995513916016, + "msecs": 74.79190826416016, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14237.581968307495, - "thread": 140633318610688, + "relativeCreated": 14227.51498222351, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40231,8 +40231,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,304", - "created": 1610346628.304181, + "asctime": "2021-01-11 11:25:18,075", + "created": 1610360718.075124, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40242,14 +40242,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 304.1810989379883, + "msecs": 75.12402534484863, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14237.723112106323, - "thread": 140633318610688, + "relativeCreated": 14227.8470993042, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40258,8 +40258,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:28,304", - "created": 1610346628.30431, + "asctime": "2021-01-11 11:25:18,075", + "created": 1610360718.07535, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40269,14 +40269,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 304.3100833892822, + "msecs": 75.35004615783691, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14237.852096557617, - "thread": 140633318610688, + "relativeCreated": 14228.073120117188, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40284,8 +40284,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16" ], - "asctime": "2021-01-11 07:30:28,304", - "created": 1610346628.304573, + "asctime": "2021-01-11 11:25:18,075", + "created": 1610360718.075819, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40295,14 +40295,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16", "module": "stp", - "msecs": 304.57305908203125, + "msecs": 75.81901550292969, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14238.115072250366, - "thread": 140633318610688, + "relativeCreated": 14228.54208946228, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40313,8 +40313,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:28,304", - "created": 1610346628.304963, + "asctime": "2021-01-11 11:25:18,076", + "created": 1610360718.076402, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40324,14 +40324,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 304.9631118774414, + "msecs": 76.40194892883301, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14238.505125045776, - "thread": 140633318610688, + "relativeCreated": 14229.125022888184, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40339,8 +40339,8 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 07:30:28,305", - "created": 1610346628.305119, + "asctime": "2021-01-11 11:25:18,076", + "created": 1610360718.076703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40350,14 +40350,14 @@ "lineno": 479, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 305.1190376281738, + "msecs": 76.70307159423828, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14238.661050796509, - "thread": 140633318610688, + "relativeCreated": 14229.426145553589, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40368,8 +40368,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:28,305", - "created": 1610346628.305322, + "asctime": "2021-01-11 11:25:18,077", + "created": 1610360718.077022, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40379,14 +40379,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 305.32193183898926, + "msecs": 77.02207565307617, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14238.863945007324, - "thread": 140633318610688, + "relativeCreated": 14229.745149612427, + "thread": 139853639436032, "threadName": "Thread-21" }, { @@ -40394,8 +40394,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60" ], - "asctime": "2021-01-11 07:30:28,317", - "created": 1610346628.317233, + "asctime": "2021-01-11 11:25:18,088", + "created": 1610360718.088931, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40405,14 +40405,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60", "module": "__init__", - "msecs": 317.2330856323242, + "msecs": 88.93108367919922, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14250.77509880066, - "thread": 140633310217984, + "relativeCreated": 14241.65415763855, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40420,8 +40420,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60" ], - "asctime": "2021-01-11 07:30:28,317", - "created": 1610346628.317599, + "asctime": "2021-01-11 11:25:18,089", + "created": 1610360718.089245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40431,14 +40431,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60", "module": "__init__", - "msecs": 317.5990581512451, + "msecs": 89.24508094787598, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14251.14107131958, - "thread": 140633310217984, + "relativeCreated": 14241.968154907227, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40446,8 +40446,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,317", - "created": 1610346628.317773, + "asctime": "2021-01-11 11:25:18,089", + "created": 1610360718.089364, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40457,14 +40457,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 317.77310371398926, + "msecs": 89.36405181884766, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14251.315116882324, - "thread": 140633310217984, + "relativeCreated": 14242.087125778198, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40473,8 +40473,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:28,317", - "created": 1610346628.317965, + "asctime": "2021-01-11 11:25:18,089", + "created": 1610360718.089466, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40484,14 +40484,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 317.965030670166, + "msecs": 89.46609497070312, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14251.507043838501, - "thread": 140633310217984, + "relativeCreated": 14242.189168930054, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40499,8 +40499,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,318", - "created": 1610346628.318158, + "asctime": "2021-01-11 11:25:18,089", + "created": 1610360718.089587, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40510,14 +40510,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 318.1579113006592, + "msecs": 89.58697319030762, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14251.699924468994, - "thread": 140633310217984, + "relativeCreated": 14242.310047149658, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40526,8 +40526,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,318", - "created": 1610346628.318305, + "asctime": "2021-01-11 11:25:18,089", + "created": 1610360718.089691, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40537,14 +40537,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 318.30501556396484, + "msecs": 89.6909236907959, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14251.8470287323, - "thread": 140633310217984, + "relativeCreated": 14242.413997650146, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40552,8 +40552,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,318", - "created": 1610346628.318498, + "asctime": "2021-01-11 11:25:18,089", + "created": 1610360718.089819, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40563,14 +40563,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 318.497896194458, + "msecs": 89.81895446777344, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14252.039909362793, - "thread": 140633310217984, + "relativeCreated": 14242.542028427124, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40579,8 +40579,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,318", - "created": 1610346628.318631, + "asctime": "2021-01-11 11:25:18,089", + "created": 1610360718.089941, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40590,14 +40590,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 318.6309337615967, + "msecs": 89.94102478027344, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14252.172946929932, - "thread": 140633310217984, + "relativeCreated": 14242.664098739624, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40605,8 +40605,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,318", - "created": 1610346628.318802, + "asctime": "2021-01-11 11:25:18,090", + "created": 1610360718.090081, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40616,14 +40616,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 318.8021183013916, + "msecs": 90.08097648620605, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14252.344131469727, - "thread": 140633310217984, + "relativeCreated": 14242.804050445557, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40632,8 +40632,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,318", - "created": 1610346628.318935, + "asctime": "2021-01-11 11:25:18,090", + "created": 1610360718.090191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40643,14 +40643,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 318.9349174499512, + "msecs": 90.19088745117188, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14252.476930618286, - "thread": 140633310217984, + "relativeCreated": 14242.913961410522, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40658,8 +40658,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,319", - "created": 1610346628.319113, + "asctime": "2021-01-11 11:25:18,090", + "created": 1610360718.090369, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40669,14 +40669,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 319.11301612854004, + "msecs": 90.36898612976074, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14252.655029296875, - "thread": 140633310217984, + "relativeCreated": 14243.092060089111, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40685,8 +40685,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,319", - "created": 1610346628.319242, + "asctime": "2021-01-11 11:25:18,090", + "created": 1610360718.090535, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40696,14 +40696,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 319.242000579834, + "msecs": 90.53492546081543, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14252.784013748169, - "thread": 140633310217984, + "relativeCreated": 14243.257999420166, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40711,8 +40711,8 @@ "comm-server:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 07:30:28,319", - "created": 1610346628.319482, + "asctime": "2021-01-11 11:25:18,090", + "created": 1610360718.090749, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40722,14 +40722,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 319.48208808898926, + "msecs": 90.74902534484863, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14253.024101257324, - "thread": 140633310217984, + "relativeCreated": 14243.4720993042, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40737,8 +40737,8 @@ "comm-client:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 07:30:28,319", - "created": 1610346628.319625, + "asctime": "2021-01-11 11:25:18,090", + "created": 1610360718.090932, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40748,14 +40748,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 319.6249008178711, + "msecs": 90.93189239501953, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14253.166913986206, - "thread": 140633310217984, + "relativeCreated": 14243.65496635437, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40763,8 +40763,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,319", - "created": 1610346628.319741, + "asctime": "2021-01-11 11:25:18,091", + "created": 1610360718.09104, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40774,14 +40774,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 319.74101066589355, + "msecs": 91.03989601135254, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14253.283023834229, - "thread": 140633310217984, + "relativeCreated": 14243.762969970703, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40790,8 +40790,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:28,319", - "created": 1610346628.319854, + "asctime": "2021-01-11 11:25:18,091", + "created": 1610360718.091138, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40801,14 +40801,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 319.8540210723877, + "msecs": 91.13788604736328, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14253.396034240723, - "thread": 140633310217984, + "relativeCreated": 14243.860960006714, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40816,8 +40816,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 60 02 24 68" ], - "asctime": "2021-01-11 07:30:28,320", - "created": 1610346628.320085, + "asctime": "2021-01-11 11:25:18,091", + "created": 1610360718.091332, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -40827,14 +40827,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 60 02 24 68", "module": "stp", - "msecs": 320.0850486755371, + "msecs": 91.33195877075195, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14253.627061843872, - "thread": 140633310217984, + "relativeCreated": 14244.055032730103, + "thread": 139853631043328, "threadName": "Thread-22" }, { @@ -40845,8 +40845,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:28,320", - "created": 1610346628.320362, + "asctime": "2021-01-11 11:25:18,091", + "created": 1610360718.09157, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40856,22 +40856,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 320.3620910644531, + "msecs": 91.56990051269531, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14253.904104232788, - "thread": 140633310217984, + "relativeCreated": 14244.292974472046, + "thread": 139853631043328, "threadName": "Thread-22" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:28,320", - "created": 1610346628.320531, + "asctime": "2021-01-11 11:25:18,091", + "created": 1610360718.091715, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -40881,35 +40881,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 320.53089141845703, + "msecs": 91.71509742736816, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14254.072904586792, - "thread": 140633310217984, + "relativeCreated": 14244.438171386719, + "thread": 139853631043328, "threadName": "Thread-22" } ], - "msecs": 471.8339443206787, + "msecs": 240.07511138916016, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14405.375957489014, - "thread": 140634736203584, + "relativeCreated": 14392.79818534851, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.15130305290222168 + "time_consumption": 0.148360013961792 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:28,473", - "created": 1610346628.473149, + "asctime": "2021-01-11 11:25:18,241", + "created": 1610360718.241372, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -40926,8 +40926,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:28,472", - "created": 1610346628.472483, + "asctime": "2021-01-11 11:25:18,240", + "created": 1610360718.240784, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -40937,14 +40937,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): {u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0} ()", "module": "test", - "msecs": 472.48291969299316, + "msecs": 240.7839298248291, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14406.024932861328, - "thread": 140634736203584, + "relativeCreated": 14393.50700378418, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -40953,8 +40953,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:28,472", - "created": 1610346628.472903, + "asctime": "2021-01-11 11:25:18,241", + "created": 1610360718.241082, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -40964,35 +40964,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 472.9030132293701, + "msecs": 241.08195304870605, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14406.445026397705, - "thread": 140634736203584, + "relativeCreated": 14393.805027008057, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 473.14906120300293, + "msecs": 241.37210845947266, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14406.691074371338, - "thread": 140634736203584, + "relativeCreated": 14394.095182418823, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002460479736328125 + "time_consumption": 0.00029015541076660156 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:28,473", - "created": 1610346628.473902, + "asctime": "2021-01-11 11:25:18,242", + "created": 1610360718.242385, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41009,8 +41009,8 @@ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:28,473", - "created": 1610346628.473487, + "asctime": "2021-01-11 11:25:18,241", + "created": 1610360718.241821, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41020,14 +41020,14 @@ "lineno": 22, "message": "Result (Message received by client): {u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0} ()", "module": "test", - "msecs": 473.48690032958984, + "msecs": 241.8210506439209, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14407.028913497925, - "thread": 140634736203584, + "relativeCreated": 14394.544124603271, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41036,8 +41036,8 @@ "{'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:28,473", - "created": 1610346628.473688, + "asctime": "2021-01-11 11:25:18,242", + "created": 1610360718.242191, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41047,39 +41047,39 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0} ()", "module": "test", - "msecs": 473.68788719177246, + "msecs": 242.19107627868652, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14407.229900360107, - "thread": 140634736203584, + "relativeCreated": 14394.914150238037, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 473.90198707580566, + "msecs": 242.3849105834961, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14407.44400024414, - "thread": 140634736203584, + "relativeCreated": 14395.107984542847, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00021409988403320312 + "time_consumption": 0.0001938343048095703 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.5599620342254639, - "time_finished": "2021-01-11 07:30:28,473", - "time_start": "2021-01-11 07:30:27,913" + "time_consumption": 0.5607428550720215, + "time_finished": "2021-01-11 11:25:18,242", + "time_start": "2021-01-11 11:25:17,681" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2021-01-11 07:30:14,107", - "created": 1610346614.107691, + "asctime": "2021-01-11 11:25:03,879", + "created": 1610360703.879667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41090,20 +41090,20 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 107.69104957580566, + "msecs": 879.6670436859131, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 41.233062744140625, + "relativeCreated": 32.39011764526367, "testcaseLogger": [ { "args": [ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}" ], - "asctime": "2021-01-11 07:30:14,107", - "created": 1610346614.107888, + "asctime": "2021-01-11 11:25:03,879", + "created": 1610360703.879858, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -41114,14 +41114,14 @@ "message": "Creating empty message object: {'status': None, 'service_id': None, 'data': None, 'data_id': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 107.88798332214355, + "msecs": 879.8580169677734, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 41.429996490478516, - "thread": 140634736203584, + "relativeCreated": 32.58109092712402, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -41129,8 +41129,8 @@ "args": [ "'status'" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108175, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880102, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41147,8 +41147,8 @@ "{'status': None, 'service_id': None, 'data': None, 'data_id': None}", "" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108069, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880006, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41158,14 +41158,14 @@ "lineno": 22, "message": "Result (status is part of the message object): {'status': None, 'service_id': None, 'data': None, 'data_id': None} ()", "module": "test", - "msecs": 108.06894302368164, + "msecs": 880.0060749053955, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 41.6109561920166, - "thread": 140634736203584, + "relativeCreated": 32.729148864746094, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41173,8 +41173,8 @@ "status is part of the message object", "'status'" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.10813, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880058, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41184,34 +41184,34 @@ "lineno": 30, "message": "Expectation (status is part of the message object): 'status' in result", "module": "test", - "msecs": 108.12997817993164, + "msecs": 880.0580501556396, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 41.6719913482666, - "thread": 140634736203584, + "relativeCreated": 32.781124114990234, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 108.17503929138184, + "msecs": 880.1019191741943, "msg": "status is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 41.7170524597168, - "thread": 140634736203584, + "relativeCreated": 32.82499313354492, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 4.506111145019531e-05 + "time_consumption": 4.38690185546875e-05 }, { "args": [ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108255, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880181, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -41222,14 +41222,14 @@ "message": "Creating a maximum message object: {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 108.25490951538086, + "msecs": 880.181074142456, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 41.79692268371582, - "thread": 140634736203584, + "relativeCreated": 32.90414810180664, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -41237,8 +41237,8 @@ "args": [ "'status'" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108409, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.88033, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41255,8 +41255,8 @@ "{'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'}", "" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108326, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880251, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41266,14 +41266,14 @@ "lineno": 22, "message": "Result (status is part of the message object): {'status': 'S', 'service_id': 'SID', 'data': 'D', 'data_id': 'DID'} ()", "module": "test", - "msecs": 108.32595825195312, + "msecs": 880.2509307861328, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 41.867971420288086, - "thread": 140634736203584, + "relativeCreated": 32.9740047454834, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41281,8 +41281,8 @@ "status is part of the message object", "'status'" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108368, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.880291, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41292,35 +41292,35 @@ "lineno": 30, "message": "Expectation (status is part of the message object): 'status' in result", "module": "test", - "msecs": 108.367919921875, + "msecs": 880.2909851074219, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 41.90993309020996, - "thread": 140634736203584, + "relativeCreated": 33.01405906677246, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 108.40892791748047, + "msecs": 880.3300857543945, "msg": "status is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 41.95094108581543, - "thread": 140634736203584, + "relativeCreated": 33.05315971374512, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 4.100799560546875e-05 + "time_consumption": 3.910064697265625e-05 }, { "args": [ "'S'", "" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.108563, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.88048, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41337,8 +41337,8 @@ "'S'", "" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.10848, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.8804, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41348,14 +41348,14 @@ "lineno": 22, "message": "Result (Content in message object for status): 'S' ()", "module": "test", - "msecs": 108.47997665405273, + "msecs": 880.3999423980713, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.021989822387695, - "thread": 140634736203584, + "relativeCreated": 33.123016357421875, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41364,8 +41364,8 @@ "'S'", "" ], - "asctime": "2021-01-11 07:30:14,108", - "created": 1610346614.10852, + "asctime": "2021-01-11 11:25:03,880", + "created": 1610360703.88044, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -41375,39 +41375,39 @@ "lineno": 26, "message": "Expectation (Content in message object for status): result = 'S' ()", "module": "test", - "msecs": 108.5200309753418, + "msecs": 880.4399967193604, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.06204414367676, - "thread": 140634736203584, + "relativeCreated": 33.16307067871094, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 108.56294631958008, + "msecs": 880.4800510406494, "msg": "Content in message object for status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 42.10495948791504, - "thread": 140634736203584, + "relativeCreated": 33.203125, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 4.00543212890625e-05 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0008718967437744141, - "time_finished": "2021-01-11 07:30:14,108", - "time_start": "2021-01-11 07:30:14,107" + "time_consumption": 0.0008130073547363281, + "time_finished": "2021-01-11 11:25:03,880", + "time_start": "2021-01-11 11:25:03,879" }, "_YfrfUE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:28,474", - "created": 1610346628.474557, + "asctime": "2021-01-11 11:25:18,242", + "created": 1610360718.242883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41418,18 +41418,18 @@ "message": "_YfrfUE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 474.55692291259766, + "msecs": 242.88296699523926, "msg": "_YfrfUE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14408.098936080933, + "relativeCreated": 14395.60604095459, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.486557, + "asctime": "2021-01-11 11:25:18,252", + "created": 1610360718.252405, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -41444,8 +41444,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:28,475", - "created": 1610346628.475739, + "asctime": "2021-01-11 11:25:18,243", + "created": 1610360718.243872, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41455,22 +41455,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 475.7390022277832, + "msecs": 243.87192726135254, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14409.281015396118, - "thread": 140634736203584, + "relativeCreated": 14396.595001220703, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:28,476", - "created": 1610346628.476891, + "asctime": "2021-01-11 11:25:18,245", + "created": 1610360718.24519, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41480,22 +41480,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 476.89104080200195, + "msecs": 245.18990516662598, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14410.433053970337, - "thread": 140634736203584, + "relativeCreated": 14397.912979125977, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:28,477", - "created": 1610346628.477196, + "asctime": "2021-01-11 11:25:18,245", + "created": 1610360718.245648, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41505,22 +41505,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 477.19597816467285, + "msecs": 245.64790725708008, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14410.737991333008, - "thread": 140634736203584, + "relativeCreated": 14398.37098121643, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:28,477", - "created": 1610346628.47782, + "asctime": "2021-01-11 11:25:18,246", + "created": 1610360718.24633, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41530,14 +41530,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 477.81991958618164, + "msecs": 246.33002281188965, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14411.361932754517, - "thread": 140634736203584, + "relativeCreated": 14399.05309677124, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41546,8 +41546,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:28,478", - "created": 1610346628.478152, + "asctime": "2021-01-11 11:25:18,246", + "created": 1610360718.246684, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41557,14 +41557,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 478.1520366668701, + "msecs": 246.68407440185547, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14411.694049835205, - "thread": 140634736203584, + "relativeCreated": 14399.407148361206, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41572,8 +41572,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:28,478", - "created": 1610346628.478532, + "asctime": "2021-01-11 11:25:18,247", + "created": 1610360718.247041, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41583,14 +41583,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 478.532075881958, + "msecs": 247.0409870147705, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14412.074089050293, - "thread": 140634736203584, + "relativeCreated": 14399.764060974121, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41598,8 +41598,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:28,478", - "created": 1610346628.478803, + "asctime": "2021-01-11 11:25:18,247", + "created": 1610360718.247301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41609,14 +41609,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 478.8029193878174, + "msecs": 247.3011016845703, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14412.344932556152, - "thread": 140634736203584, + "relativeCreated": 14400.02417564392, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41624,8 +41624,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:28,479", - "created": 1610346628.479037, + "asctime": "2021-01-11 11:25:18,247", + "created": 1610360718.247546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41635,14 +41635,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 479.0370464324951, + "msecs": 247.54595756530762, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14412.57905960083, - "thread": 140634736203584, + "relativeCreated": 14400.269031524658, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41650,8 +41650,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:28,479", - "created": 1610346628.479253, + "asctime": "2021-01-11 11:25:18,247", + "created": 1610360718.247795, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41661,14 +41661,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 479.25305366516113, + "msecs": 247.79510498046875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14412.795066833496, - "thread": 140634736203584, + "relativeCreated": 14400.51817893982, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41678,8 +41678,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:28,479", - "created": 1610346628.47952, + "asctime": "2021-01-11 11:25:18,248", + "created": 1610360718.248036, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41689,14 +41689,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 479.5200824737549, + "msecs": 248.03590774536133, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14413.06209564209, - "thread": 140634736203584, + "relativeCreated": 14400.758981704712, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41706,8 +41706,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:28,479", - "created": 1610346628.479851, + "asctime": "2021-01-11 11:25:18,248", + "created": 1610360718.248214, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41717,14 +41717,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 479.85100746154785, + "msecs": 248.2140064239502, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14413.393020629883, - "thread": 140634736203584, + "relativeCreated": 14400.9370803833, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41734,8 +41734,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:28,480", - "created": 1610346628.480086, + "asctime": "2021-01-11 11:25:18,248", + "created": 1610360718.248379, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41745,14 +41745,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 480.086088180542, + "msecs": 248.37899208068848, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14413.628101348877, - "thread": 140634736203584, + "relativeCreated": 14401.102066040039, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41762,8 +41762,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:28,480", - "created": 1610346628.48064, + "asctime": "2021-01-11 11:25:18,248", + "created": 1610360718.248544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41773,22 +41773,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 480.6399345397949, + "msecs": 248.54397773742676, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14414.18194770813, - "thread": 140634736203584, + "relativeCreated": 14401.267051696777, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:28,480", - "created": 1610346628.480959, + "asctime": "2021-01-11 11:25:18,248", + "created": 1610360718.2487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41798,14 +41798,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 480.9589385986328, + "msecs": 248.69990348815918, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14414.500951766968, - "thread": 140634736203584, + "relativeCreated": 14401.42297744751, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41814,8 +41814,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:28,481", - "created": 1610346628.481279, + "asctime": "2021-01-11 11:25:18,248", + "created": 1610360718.248882, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41825,14 +41825,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 481.2788963317871, + "msecs": 248.88205528259277, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14414.820909500122, - "thread": 140634736203584, + "relativeCreated": 14401.605129241943, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41840,8 +41840,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:28,481", - "created": 1610346628.481635, + "asctime": "2021-01-11 11:25:18,249", + "created": 1610360718.249016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41851,14 +41851,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 481.63509368896484, + "msecs": 249.01604652404785, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14415.1771068573, - "thread": 140634736203584, + "relativeCreated": 14401.739120483398, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41866,8 +41866,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:28,481", - "created": 1610346628.481912, + "asctime": "2021-01-11 11:25:18,249", + "created": 1610360718.249155, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41877,14 +41877,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 481.91189765930176, + "msecs": 249.15504455566406, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14415.453910827637, - "thread": 140634736203584, + "relativeCreated": 14401.878118515015, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41894,8 +41894,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:28,482", - "created": 1610346628.482184, + "asctime": "2021-01-11 11:25:18,249", + "created": 1610360718.249314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41905,14 +41905,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 482.18393325805664, + "msecs": 249.3140697479248, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14415.725946426392, - "thread": 140634736203584, + "relativeCreated": 14402.037143707275, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41922,8 +41922,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:28,482", - "created": 1610346628.482461, + "asctime": "2021-01-11 11:25:18,249", + "created": 1610360718.249414, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41933,14 +41933,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 482.46097564697266, + "msecs": 249.41396713256836, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14416.002988815308, - "thread": 140634736203584, + "relativeCreated": 14402.137041091919, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41949,8 +41949,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:28,482", - "created": 1610346628.48272, + "asctime": "2021-01-11 11:25:18,249", + "created": 1610360718.249505, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41960,14 +41960,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 482.71989822387695, + "msecs": 249.50504302978516, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14416.261911392212, - "thread": 140634736203584, + "relativeCreated": 14402.228116989136, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -41976,8 +41976,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:28,482", - "created": 1610346628.482966, + "asctime": "2021-01-11 11:25:18,249", + "created": 1610360718.249599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -41987,14 +41987,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 482.96594619750977, + "msecs": 249.59897994995117, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14416.507959365845, - "thread": 140634736203584, + "relativeCreated": 14402.322053909302, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42003,8 +42003,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:28,483", - "created": 1610346628.483223, + "asctime": "2021-01-11 11:25:18,249", + "created": 1610360718.249694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42014,22 +42014,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 483.22296142578125, + "msecs": 249.6941089630127, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14416.764974594116, - "thread": 140634736203584, + "relativeCreated": 14402.417182922363, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:28,483", - "created": 1610346628.483466, + "asctime": "2021-01-11 11:25:18,249", + "created": 1610360718.24978, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42039,22 +42039,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 483.46590995788574, + "msecs": 249.77993965148926, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14417.00792312622, - "thread": 140634736203584, + "relativeCreated": 14402.50301361084, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:28,484", - "created": 1610346628.484204, + "asctime": "2021-01-11 11:25:18,250", + "created": 1610360718.250014, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42064,14 +42064,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 484.2040538787842, + "msecs": 250.014066696167, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14417.74606704712, - "thread": 140634736203584, + "relativeCreated": 14402.737140655518, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42080,8 +42080,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:28,484", - "created": 1610346628.484455, + "asctime": "2021-01-11 11:25:18,250", + "created": 1610360718.250139, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42091,14 +42091,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 484.4551086425781, + "msecs": 250.1389980316162, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14417.997121810913, - "thread": 140634736203584, + "relativeCreated": 14402.862071990967, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42106,8 +42106,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:28,484", - "created": 1610346628.484808, + "asctime": "2021-01-11 11:25:18,250", + "created": 1610360718.250298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42117,14 +42117,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 484.80796813964844, + "msecs": 250.29802322387695, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14418.349981307983, - "thread": 140634736203584, + "relativeCreated": 14403.021097183228, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42132,8 +42132,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:28,485", - "created": 1610346628.485065, + "asctime": "2021-01-11 11:25:18,250", + "created": 1610360718.250412, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42143,14 +42143,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 485.0649833679199, + "msecs": 250.4119873046875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14418.606996536255, - "thread": 140634736203584, + "relativeCreated": 14403.135061264038, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42158,8 +42158,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:28,485", - "created": 1610346628.485292, + "asctime": "2021-01-11 11:25:18,250", + "created": 1610360718.250525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42169,14 +42169,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 485.2919578552246, + "msecs": 250.52499771118164, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14418.83397102356, - "thread": 140634736203584, + "relativeCreated": 14403.248071670532, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42184,8 +42184,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:28,485", - "created": 1610346628.485491, + "asctime": "2021-01-11 11:25:18,250", + "created": 1610360718.25063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42195,14 +42195,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 485.4910373687744, + "msecs": 250.62990188598633, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.03305053711, - "thread": 140634736203584, + "relativeCreated": 14403.352975845337, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42212,8 +42212,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:28,485", - "created": 1610346628.485582, + "asctime": "2021-01-11 11:25:18,250", + "created": 1610360718.250747, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42223,14 +42223,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 485.5821132659912, + "msecs": 250.7469654083252, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.124126434326, - "thread": 140634736203584, + "relativeCreated": 14403.470039367676, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42240,8 +42240,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:28,485", - "created": 1610346628.485671, + "asctime": "2021-01-11 11:25:18,250", + "created": 1610360718.250865, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42251,14 +42251,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 485.6710433959961, + "msecs": 250.86498260498047, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.213056564331, - "thread": 140634736203584, + "relativeCreated": 14403.588056564331, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42268,8 +42268,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:28,485", - "created": 1610346628.485758, + "asctime": "2021-01-11 11:25:18,250", + "created": 1610360718.250989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42279,14 +42279,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 485.75806617736816, + "msecs": 250.98896026611328, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.300079345703, - "thread": 140634736203584, + "relativeCreated": 14403.712034225464, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42296,8 +42296,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:28,485", - "created": 1610346628.485852, + "asctime": "2021-01-11 11:25:18,251", + "created": 1610360718.251104, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42307,22 +42307,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 485.8520030975342, + "msecs": 251.10411643981934, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.39401626587, - "thread": 140634736203584, + "relativeCreated": 14403.82719039917, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:28,485", - "created": 1610346628.485913, + "asctime": "2021-01-11 11:25:18,251", + "created": 1610360718.251208, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42332,14 +42332,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 485.9130382537842, + "msecs": 251.20806694030762, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.45505142212, - "thread": 140634736203584, + "relativeCreated": 14403.931140899658, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42348,8 +42348,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:28,485", - "created": 1610346628.485982, + "asctime": "2021-01-11 11:25:18,251", + "created": 1610360718.251364, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42359,14 +42359,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 485.98194122314453, + "msecs": 251.36399269104004, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.52395439148, - "thread": 140634736203584, + "relativeCreated": 14404.08706665039, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42374,8 +42374,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.486047, + "asctime": "2021-01-11 11:25:18,251", + "created": 1610360718.25152, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42385,14 +42385,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 486.04702949523926, + "msecs": 251.51991844177246, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.589042663574, - "thread": 140634736203584, + "relativeCreated": 14404.242992401123, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42400,8 +42400,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.486109, + "asctime": "2021-01-11 11:25:18,251", + "created": 1610360718.251636, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42411,14 +42411,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 486.10901832580566, + "msecs": 251.63602828979492, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.65103149414, - "thread": 140634736203584, + "relativeCreated": 14404.359102249146, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42428,8 +42428,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.486196, + "asctime": "2021-01-11 11:25:18,251", + "created": 1610360718.251755, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42439,14 +42439,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 486.19604110717773, + "msecs": 251.7549991607666, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.738054275513, - "thread": 140634736203584, + "relativeCreated": 14404.478073120117, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42456,8 +42456,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.486263, + "asctime": "2021-01-11 11:25:18,251", + "created": 1610360718.251868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42467,14 +42467,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 486.2630367279053, + "msecs": 251.86800956726074, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.80504989624, - "thread": 140634736203584, + "relativeCreated": 14404.591083526611, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42483,8 +42483,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.486325, + "asctime": "2021-01-11 11:25:18,251", + "created": 1610360718.251983, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42494,14 +42494,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 486.3250255584717, + "msecs": 251.9829273223877, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.867038726807, - "thread": 140634736203584, + "relativeCreated": 14404.706001281738, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42510,8 +42510,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.486381, + "asctime": "2021-01-11 11:25:18,252", + "created": 1610360718.252088, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42521,14 +42521,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 486.38105392456055, + "msecs": 252.08806991577148, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.923067092896, - "thread": 140634736203584, + "relativeCreated": 14404.811143875122, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42537,8 +42537,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.486443, + "asctime": "2021-01-11 11:25:18,252", + "created": 1610360718.252193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42548,22 +42548,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 486.44304275512695, + "msecs": 252.19297409057617, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14419.985055923462, - "thread": 140634736203584, + "relativeCreated": 14404.916048049927, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.486499, + "asctime": "2021-01-11 11:25:18,252", + "created": 1610360718.252297, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42573,32 +42573,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 486.4990711212158, + "msecs": 252.29692459106445, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14420.04108428955, - "thread": 140634736203584, + "relativeCreated": 14405.019998550415, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 486.5570068359375, + "msecs": 252.40492820739746, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14420.099020004272, - "thread": 140634736203584, + "relativeCreated": 14405.128002166748, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 5.793571472167969e-05 + "time_consumption": 0.00010800361633300781 }, { "args": [], - "asctime": "2021-01-11 07:30:28,830", - "created": 1610346628.830494, + "asctime": "2021-01-11 11:25:18,596", + "created": 1610360718.596847, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -42613,8 +42613,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.486686, + "asctime": "2021-01-11 11:25:18,252", + "created": 1610360718.252655, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42624,22 +42624,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 486.68599128723145, + "msecs": 252.655029296875, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14420.228004455566, - "thread": 140634736203584, + "relativeCreated": 14405.378103256226, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.48675, + "asctime": "2021-01-11 11:25:18,252", + "created": 1610360718.252797, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42649,22 +42649,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 486.74988746643066, + "msecs": 252.79688835144043, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14420.291900634766, - "thread": 140634736203584, + "relativeCreated": 14405.519962310791, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.48681, + "asctime": "2021-01-11 11:25:18,252", + "created": 1610360718.252921, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42674,14 +42674,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 486.80996894836426, + "msecs": 252.92110443115234, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14420.3519821167, - "thread": 140634736203584, + "relativeCreated": 14405.644178390503, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42692,8 +42692,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:28,486", - "created": 1610346628.48691, + "asctime": "2021-01-11 11:25:18,253", + "created": 1610360718.253098, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42703,22 +42703,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 486.9101047515869, + "msecs": 253.0980110168457, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14420.452117919922, - "thread": 140634736203584, + "relativeCreated": 14405.821084976196, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:28,487", - "created": 1610346628.487098, + "asctime": "2021-01-11 11:25:18,253", + "created": 1610360718.253481, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42728,22 +42728,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 487.09797859191895, + "msecs": 253.4809112548828, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14420.639991760254, - "thread": 140634736203584, + "relativeCreated": 14406.203985214233, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:28,487", - "created": 1610346628.487167, + "asctime": "2021-01-11 11:25:18,253", + "created": 1610360718.253593, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42753,22 +42753,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 487.1668815612793, + "msecs": 253.59296798706055, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14420.708894729614, - "thread": 140634736203584, + "relativeCreated": 14406.316041946411, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:28,487", - "created": 1610346628.487229, + "asctime": "2021-01-11 11:25:18,253", + "created": 1610360718.253699, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42778,14 +42778,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 487.2291088104248, + "msecs": 253.69906425476074, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14420.77112197876, - "thread": 140634736203584, + "relativeCreated": 14406.422138214111, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -42793,8 +42793,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:28,493", - "created": 1610346628.493994, + "asctime": "2021-01-11 11:25:18,255", + "created": 1610360718.255641, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42804,14 +42804,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 493.99399757385254, + "msecs": 255.64098358154297, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14427.536010742188, - "thread": 140633301825280, + "relativeCreated": 14408.364057540894, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -42819,8 +42819,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494158, + "asctime": "2021-01-11 11:25:18,255", + "created": 1610360718.255848, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -42830,14 +42830,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 494.1580295562744, + "msecs": 255.84793090820312, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14427.70004272461, - "thread": 140633301825280, + "relativeCreated": 14408.571004867554, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -42845,8 +42845,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494224, + "asctime": "2021-01-11 11:25:18,255", + "created": 1610360718.255943, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42856,14 +42856,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 494.22407150268555, + "msecs": 255.94305992126465, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14427.76608467102, - "thread": 140633301825280, + "relativeCreated": 14408.666133880615, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -42872,8 +42872,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494278, + "asctime": "2021-01-11 11:25:18,256", + "created": 1610360718.256073, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42883,14 +42883,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 494.2779541015625, + "msecs": 256.072998046875, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14427.819967269897, - "thread": 140633301825280, + "relativeCreated": 14408.796072006226, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -42898,8 +42898,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494347, + "asctime": "2021-01-11 11:25:18,256", + "created": 1610360718.25624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42909,14 +42909,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 494.34709548950195, + "msecs": 256.2398910522461, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14427.889108657837, - "thread": 140633301825280, + "relativeCreated": 14408.962965011597, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -42925,8 +42925,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494398, + "asctime": "2021-01-11 11:25:18,256", + "created": 1610360718.256364, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42936,14 +42936,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 494.3981170654297, + "msecs": 256.364107131958, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14427.940130233765, - "thread": 140633301825280, + "relativeCreated": 14409.087181091309, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -42951,8 +42951,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494472, + "asctime": "2021-01-11 11:25:18,256", + "created": 1610360718.256552, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42962,14 +42962,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 494.4720268249512, + "msecs": 256.55198097229004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.014039993286, - "thread": 140633301825280, + "relativeCreated": 14409.27505493164, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -42978,8 +42978,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.49452, + "asctime": "2021-01-11 11:25:18,256", + "created": 1610360718.256677, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -42989,14 +42989,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 494.5199489593506, + "msecs": 256.67691230773926, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.061962127686, - "thread": 140633301825280, + "relativeCreated": 14409.39998626709, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43004,8 +43004,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494579, + "asctime": "2021-01-11 11:25:18,256", + "created": 1610360718.25686, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43015,14 +43015,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 494.5790767669678, + "msecs": 256.86001777648926, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.121089935303, - "thread": 140633301825280, + "relativeCreated": 14409.58309173584, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43031,8 +43031,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.49463, + "asctime": "2021-01-11 11:25:18,256", + "created": 1610360718.256983, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43042,14 +43042,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 494.6300983428955, + "msecs": 256.98304176330566, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.17211151123, - "thread": 140633301825280, + "relativeCreated": 14409.706115722656, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43057,8 +43057,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494696, + "asctime": "2021-01-11 11:25:18,257", + "created": 1610360718.257163, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43068,14 +43068,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 494.69590187072754, + "msecs": 257.16304779052734, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.237915039062, - "thread": 140633301825280, + "relativeCreated": 14409.886121749878, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43084,8 +43084,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494744, + "asctime": "2021-01-11 11:25:18,257", + "created": 1610360718.257287, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43095,14 +43095,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 494.74406242370605, + "msecs": 257.28702545166016, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.286075592041, - "thread": 140633301825280, + "relativeCreated": 14410.01009941101, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43110,8 +43110,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.49482, + "asctime": "2021-01-11 11:25:18,257", + "created": 1610360718.257484, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43121,14 +43121,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 494.82011795043945, + "msecs": 257.48395919799805, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.362131118774, - "thread": 140633301825280, + "relativeCreated": 14410.207033157349, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43136,8 +43136,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494881, + "asctime": "2021-01-11 11:25:18,257", + "created": 1610360718.257661, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43147,14 +43147,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 494.88091468811035, + "msecs": 257.6611042022705, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.422927856445, - "thread": 140633301825280, + "relativeCreated": 14410.384178161621, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43162,8 +43162,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494935, + "asctime": "2021-01-11 11:25:18,257", + "created": 1610360718.257762, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43173,14 +43173,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 494.9350357055664, + "msecs": 257.76195526123047, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.477048873901, - "thread": 140633301825280, + "relativeCreated": 14410.485029220581, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43189,8 +43189,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:28,494", - "created": 1610346628.494982, + "asctime": "2021-01-11 11:25:18,257", + "created": 1610360718.257845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43200,14 +43200,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 494.9820041656494, + "msecs": 257.8449249267578, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.524017333984, - "thread": 140633301825280, + "relativeCreated": 14410.567998886108, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43215,8 +43215,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:28,495", - "created": 1610346628.495087, + "asctime": "2021-01-11 11:25:18,258", + "created": 1610360718.258023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43226,14 +43226,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 495.0869083404541, + "msecs": 258.0230236053467, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.628921508789, - "thread": 140633301825280, + "relativeCreated": 14410.746097564697, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43244,8 +43244,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:28,495", - "created": 1610346628.495205, + "asctime": "2021-01-11 11:25:18,258", + "created": 1610360718.258276, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43255,14 +43255,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 495.2049255371094, + "msecs": 258.27598571777344, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.746938705444, - "thread": 140633301825280, + "relativeCreated": 14410.999059677124, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43270,8 +43270,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:28,495", - "created": 1610346628.495275, + "asctime": "2021-01-11 11:25:18,258", + "created": 1610360718.258388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43281,14 +43281,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 495.27502059936523, + "msecs": 258.3880424499512, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.8170337677, - "thread": 140633301825280, + "relativeCreated": 14411.111116409302, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43299,8 +43299,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:28,495", - "created": 1610346628.495348, + "asctime": "2021-01-11 11:25:18,258", + "created": 1610360718.258542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43310,14 +43310,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 495.3479766845703, + "msecs": 258.5420608520508, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14428.889989852905, - "thread": 140633301825280, + "relativeCreated": 14411.265134811401, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43325,8 +43325,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:28,498", - "created": 1610346628.498411, + "asctime": "2021-01-11 11:25:18,263", + "created": 1610360718.263604, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43336,14 +43336,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 498.4109401702881, + "msecs": 263.60392570495605, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14431.952953338623, - "thread": 140633293432576, + "relativeCreated": 14416.326999664307, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43351,8 +43351,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:28,498", - "created": 1610346628.498536, + "asctime": "2021-01-11 11:25:18,263", + "created": 1610360718.263784, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43362,14 +43362,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 498.5361099243164, + "msecs": 263.78393173217773, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.078123092651, - "thread": 140633293432576, + "relativeCreated": 14416.507005691528, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43377,8 +43377,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,498", - "created": 1610346628.498592, + "asctime": "2021-01-11 11:25:18,263", + "created": 1610360718.263875, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43388,14 +43388,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 498.5918998718262, + "msecs": 263.87500762939453, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.133913040161, - "thread": 140633293432576, + "relativeCreated": 14416.598081588745, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43404,8 +43404,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:28,498", - "created": 1610346628.49868, + "asctime": "2021-01-11 11:25:18,263", + "created": 1610360718.263961, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43415,14 +43415,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 498.68011474609375, + "msecs": 263.9610767364502, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.222127914429, - "thread": 140633293432576, + "relativeCreated": 14416.6841506958, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43430,8 +43430,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,498", - "created": 1610346628.498744, + "asctime": "2021-01-11 11:25:18,264", + "created": 1610360718.264074, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43441,14 +43441,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 498.74401092529297, + "msecs": 264.07408714294434, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.286024093628, - "thread": 140633293432576, + "relativeCreated": 14416.797161102295, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43457,8 +43457,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,498", - "created": 1610346628.498794, + "asctime": "2021-01-11 11:25:18,264", + "created": 1610360718.264153, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43468,14 +43468,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 498.7940788269043, + "msecs": 264.15300369262695, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.33609199524, - "thread": 140633293432576, + "relativeCreated": 14416.876077651978, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43483,8 +43483,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,498", - "created": 1610346628.498883, + "asctime": "2021-01-11 11:25:18,264", + "created": 1610360718.264265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43494,14 +43494,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 498.8830089569092, + "msecs": 264.2650604248047, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.425022125244, - "thread": 140633293432576, + "relativeCreated": 14416.988134384155, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43510,8 +43510,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,498", - "created": 1610346628.498943, + "asctime": "2021-01-11 11:25:18,264", + "created": 1610360718.264341, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43521,14 +43521,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 498.9430904388428, + "msecs": 264.3411159515381, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.485103607178, - "thread": 140633293432576, + "relativeCreated": 14417.064189910889, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43536,8 +43536,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,499", - "created": 1610346628.499023, + "asctime": "2021-01-11 11:25:18,264", + "created": 1610360718.26444, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43547,14 +43547,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 499.0229606628418, + "msecs": 264.44005966186523, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.564973831177, - "thread": 140633293432576, + "relativeCreated": 14417.163133621216, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43563,8 +43563,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,499", - "created": 1610346628.499083, + "asctime": "2021-01-11 11:25:18,264", + "created": 1610360718.264522, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43574,14 +43574,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 499.0830421447754, + "msecs": 264.5220756530762, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.62505531311, - "thread": 140633293432576, + "relativeCreated": 14417.245149612427, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43589,8 +43589,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,499", - "created": 1610346628.499168, + "asctime": "2021-01-11 11:25:18,264", + "created": 1610360718.264632, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43600,14 +43600,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 499.16791915893555, + "msecs": 264.631986618042, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.70993232727, - "thread": 140633293432576, + "relativeCreated": 14417.355060577393, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43616,8 +43616,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,499", - "created": 1610346628.499227, + "asctime": "2021-01-11 11:25:18,264", + "created": 1610360718.264772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43627,14 +43627,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 499.22704696655273, + "msecs": 264.7719383239746, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.769060134888, - "thread": 140633293432576, + "relativeCreated": 14417.495012283325, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43642,8 +43642,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:28,499", - "created": 1610346628.499366, + "asctime": "2021-01-11 11:25:18,264", + "created": 1610360718.264902, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43653,14 +43653,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 499.36604499816895, + "msecs": 264.90211486816406, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.908058166504, - "thread": 140633293432576, + "relativeCreated": 14417.625188827515, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43668,8 +43668,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:28,499", - "created": 1610346628.499435, + "asctime": "2021-01-11 11:25:18,264", + "created": 1610360718.264997, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43679,14 +43679,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 499.4349479675293, + "msecs": 264.9970054626465, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14432.976961135864, - "thread": 140633293432576, + "relativeCreated": 14417.720079421997, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43694,8 +43694,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,499", - "created": 1610346628.499494, + "asctime": "2021-01-11 11:25:18,265", + "created": 1610360718.26509, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43705,14 +43705,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 499.4940757751465, + "msecs": 265.0899887084961, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14433.036088943481, - "thread": 140633293432576, + "relativeCreated": 14417.813062667847, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43721,8 +43721,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:28,499", - "created": 1610346628.499583, + "asctime": "2021-01-11 11:25:18,265", + "created": 1610360718.265168, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43732,14 +43732,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 499.58300590515137, + "msecs": 265.1679515838623, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14433.125019073486, - "thread": 140633293432576, + "relativeCreated": 14417.891025543213, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43747,8 +43747,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:28,499", - "created": 1610346628.499881, + "asctime": "2021-01-11 11:25:18,265", + "created": 1610360718.26533, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -43758,14 +43758,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 499.8810291290283, + "msecs": 265.33007621765137, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14433.423042297363, - "thread": 140633293432576, + "relativeCreated": 14418.053150177002, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43776,8 +43776,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:28,500", - "created": 1610346628.500133, + "asctime": "2021-01-11 11:25:18,265", + "created": 1610360718.265502, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43787,14 +43787,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 500.1330375671387, + "msecs": 265.5019760131836, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14433.675050735474, - "thread": 140633293432576, + "relativeCreated": 14418.225049972534, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -43802,8 +43802,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:28,500", - "created": 1610346628.500298, + "asctime": "2021-01-11 11:25:18,265", + "created": 1610360718.265602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43813,32 +43813,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 500.29802322387695, + "msecs": 265.60211181640625, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14433.840036392212, - "thread": 140633293432576, + "relativeCreated": 14418.325185775757, + "thread": 139853614257920, "threadName": "Thread-24" } ], - "msecs": 830.4939270019531, + "msecs": 596.8470573425293, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14764.035940170288, - "thread": 140634736203584, + "relativeCreated": 14749.57013130188, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.33019590377807617 + "time_consumption": 0.33124494552612305 }, { "args": [], - "asctime": "2021-01-11 07:30:28,831", - "created": 1610346628.831369, + "asctime": "2021-01-11 11:25:18,597", + "created": 1610360718.597673, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -43856,8 +43856,8 @@ "None", "0" ], - "asctime": "2021-01-11 07:30:28,831", - "created": 1610346628.831138, + "asctime": "2021-01-11 11:25:18,597", + "created": 1610360718.597455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43867,32 +43867,32 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=None and DID=0", "module": "__init__", - "msecs": 831.1378955841064, + "msecs": 597.4550247192383, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14764.679908752441, - "thread": 140634736203584, + "relativeCreated": 14750.178098678589, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 831.3689231872559, + "msecs": 597.6729393005371, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14764.91093635559, - "thread": 140634736203584, + "relativeCreated": 14750.396013259888, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00023102760314941406 + "time_consumption": 0.00021791458129882812 }, { "args": [], - "asctime": "2021-01-11 07:30:29,033", - "created": 1610346629.033422, + "asctime": "2021-01-11 11:25:18,799", + "created": 1610360718.799514, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -43911,8 +43911,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:28,831", - "created": 1610346628.831809, + "asctime": "2021-01-11 11:25:18,598", + "created": 1610360718.598056, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43922,14 +43922,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 831.8090438842773, + "msecs": 598.0560779571533, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14765.351057052612, - "thread": 140634736203584, + "relativeCreated": 14750.779151916504, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -43937,8 +43937,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:28,860", - "created": 1610346628.860614, + "asctime": "2021-01-11 11:25:18,623", + "created": 1610360718.623846, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43948,14 +43948,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 860.6140613555908, + "msecs": 623.8460540771484, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14794.156074523926, - "thread": 140633301825280, + "relativeCreated": 14776.569128036499, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43963,8 +43963,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:28,861", - "created": 1610346628.861148, + "asctime": "2021-01-11 11:25:18,624", + "created": 1610360718.624517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -43974,14 +43974,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 861.1481189727783, + "msecs": 624.5169639587402, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14794.690132141113, - "thread": 140633301825280, + "relativeCreated": 14777.24003791809, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -43989,8 +43989,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,861", - "created": 1610346628.86137, + "asctime": "2021-01-11 11:25:18,624", + "created": 1610360718.62483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44000,14 +44000,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 861.3700866699219, + "msecs": 624.8300075531006, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14794.912099838257, - "thread": 140633301825280, + "relativeCreated": 14777.553081512451, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44016,8 +44016,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:28,861", - "created": 1610346628.861697, + "asctime": "2021-01-11 11:25:18,625", + "created": 1610360718.625322, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44027,14 +44027,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 861.6969585418701, + "msecs": 625.3221035003662, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14795.238971710205, - "thread": 140633301825280, + "relativeCreated": 14778.045177459717, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44042,8 +44042,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,862", - "created": 1610346628.862119, + "asctime": "2021-01-11 11:25:18,625", + "created": 1610360718.6256, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44053,14 +44053,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 862.1189594268799, + "msecs": 625.6000995635986, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14795.660972595215, - "thread": 140633301825280, + "relativeCreated": 14778.32317352295, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44069,8 +44069,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,862", - "created": 1610346628.862335, + "asctime": "2021-01-11 11:25:18,625", + "created": 1610360718.625807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44080,14 +44080,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 862.3349666595459, + "msecs": 625.8070468902588, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14795.87697982788, - "thread": 140633301825280, + "relativeCreated": 14778.53012084961, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44095,8 +44095,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,862", - "created": 1610346628.86266, + "asctime": "2021-01-11 11:25:18,626", + "created": 1610360718.626107, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44106,14 +44106,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 862.6599311828613, + "msecs": 626.1069774627686, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14796.201944351196, - "thread": 140633301825280, + "relativeCreated": 14778.83005142212, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44122,8 +44122,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,862", - "created": 1610346628.862859, + "asctime": "2021-01-11 11:25:18,626", + "created": 1610360718.626304, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44133,14 +44133,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 862.8590106964111, + "msecs": 626.3039112091064, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14796.401023864746, - "thread": 140633301825280, + "relativeCreated": 14779.026985168457, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44148,8 +44148,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,863", - "created": 1610346628.863121, + "asctime": "2021-01-11 11:25:18,626", + "created": 1610360718.626564, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44159,14 +44159,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 863.1210327148438, + "msecs": 626.5640258789062, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14796.663045883179, - "thread": 140633301825280, + "relativeCreated": 14779.287099838257, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44175,8 +44175,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,863", - "created": 1610346628.863314, + "asctime": "2021-01-11 11:25:18,626", + "created": 1610360718.626761, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44186,14 +44186,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 863.3139133453369, + "msecs": 626.7609596252441, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14796.855926513672, - "thread": 140633301825280, + "relativeCreated": 14779.484033584595, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44201,8 +44201,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,863", - "created": 1610346628.863597, + "asctime": "2021-01-11 11:25:18,627", + "created": 1610360718.627026, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44212,14 +44212,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 863.5969161987305, + "msecs": 627.0260810852051, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14797.138929367065, - "thread": 140633301825280, + "relativeCreated": 14779.749155044556, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44228,8 +44228,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,863", - "created": 1610346628.863937, + "asctime": "2021-01-11 11:25:18,627", + "created": 1610360718.627303, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44239,14 +44239,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 863.9369010925293, + "msecs": 627.302885055542, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14797.478914260864, - "thread": 140633301825280, + "relativeCreated": 14780.025959014893, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44254,8 +44254,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:28,864", - "created": 1610346628.864244, + "asctime": "2021-01-11 11:25:18,627", + "created": 1610360718.627645, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44265,14 +44265,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 864.2439842224121, + "msecs": 627.6450157165527, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14797.785997390747, - "thread": 140633301825280, + "relativeCreated": 14780.368089675903, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44280,8 +44280,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:28,864", - "created": 1610346628.864488, + "asctime": "2021-01-11 11:25:18,627", + "created": 1610360718.627992, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44291,14 +44291,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 864.487886428833, + "msecs": 627.9919147491455, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14798.029899597168, - "thread": 140633301825280, + "relativeCreated": 14780.714988708496, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44306,8 +44306,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,864", - "created": 1610346628.864705, + "asctime": "2021-01-11 11:25:18,628", + "created": 1610360718.62837, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44317,14 +44317,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 864.7050857543945, + "msecs": 628.3700466156006, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14798.24709892273, - "thread": 140633301825280, + "relativeCreated": 14781.093120574951, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44333,8 +44333,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:28,864", - "created": 1610346628.86492, + "asctime": "2021-01-11 11:25:18,628", + "created": 1610360718.628666, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44344,14 +44344,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 864.919900894165, + "msecs": 628.6659240722656, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14798.4619140625, - "thread": 140633301825280, + "relativeCreated": 14781.388998031616, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44359,8 +44359,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16" ], - "asctime": "2021-01-11 07:30:28,865", - "created": 1610346628.86539, + "asctime": "2021-01-11 11:25:18,629", + "created": 1610360718.629166, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44370,14 +44370,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16", "module": "stp", - "msecs": 865.3900623321533, + "msecs": 629.1658878326416, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14798.932075500488, - "thread": 140633301825280, + "relativeCreated": 14781.888961791992, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44388,8 +44388,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:28,865", - "created": 1610346628.865927, + "asctime": "2021-01-11 11:25:18,629", + "created": 1610360718.629789, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44399,14 +44399,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 865.92698097229, + "msecs": 629.7891139984131, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14799.468994140625, - "thread": 140633301825280, + "relativeCreated": 14782.512187957764, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44414,8 +44414,8 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 07:30:28,866", - "created": 1610346628.866223, + "asctime": "2021-01-11 11:25:18,630", + "created": 1610360718.630081, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44425,14 +44425,14 @@ "lineno": 479, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 866.2230968475342, + "msecs": 630.0809383392334, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14799.76511001587, - "thread": 140633301825280, + "relativeCreated": 14782.804012298584, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44443,8 +44443,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:28,866", - "created": 1610346628.866563, + "asctime": "2021-01-11 11:25:18,630", + "created": 1610360718.630397, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44454,14 +44454,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 866.563081741333, + "msecs": 630.3970813751221, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14800.105094909668, - "thread": 140633301825280, + "relativeCreated": 14783.120155334473, + "thread": 139853622650624, "threadName": "Thread-23" }, { @@ -44469,8 +44469,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60" ], - "asctime": "2021-01-11 07:30:28,867", - "created": 1610346628.867752, + "asctime": "2021-01-11 11:25:18,631", + "created": 1610360718.631542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44480,14 +44480,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60", "module": "__init__", - "msecs": 867.7520751953125, + "msecs": 631.5419673919678, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14801.294088363647, - "thread": 140633293432576, + "relativeCreated": 14784.265041351318, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44495,8 +44495,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60" ], - "asctime": "2021-01-11 07:30:28,868", - "created": 1610346628.86838, + "asctime": "2021-01-11 11:25:18,632", + "created": 1610360718.632004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44506,14 +44506,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60", "module": "__init__", - "msecs": 868.380069732666, + "msecs": 632.0040225982666, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14801.922082901001, - "thread": 140633293432576, + "relativeCreated": 14784.727096557617, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44521,8 +44521,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,868", - "created": 1610346628.868922, + "asctime": "2021-01-11 11:25:18,632", + "created": 1610360718.632121, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44532,14 +44532,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 868.9219951629639, + "msecs": 632.1210861206055, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14802.464008331299, - "thread": 140633293432576, + "relativeCreated": 14784.844160079956, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44548,8 +44548,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:28,869", - "created": 1610346628.869152, + "asctime": "2021-01-11 11:25:18,632", + "created": 1610360718.632229, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44559,14 +44559,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 869.1520690917969, + "msecs": 632.2290897369385, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14802.694082260132, - "thread": 140633293432576, + "relativeCreated": 14784.952163696289, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44574,8 +44574,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,869", - "created": 1610346628.86938, + "asctime": "2021-01-11 11:25:18,632", + "created": 1610360718.63235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44585,14 +44585,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 869.379997253418, + "msecs": 632.349967956543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14802.922010421753, - "thread": 140633293432576, + "relativeCreated": 14785.073041915894, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44601,8 +44601,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,869", - "created": 1610346628.869617, + "asctime": "2021-01-11 11:25:18,632", + "created": 1610360718.632445, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44612,14 +44612,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 869.6169853210449, + "msecs": 632.4450969696045, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14803.15899848938, - "thread": 140633293432576, + "relativeCreated": 14785.168170928955, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44627,8 +44627,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,870", - "created": 1610346628.870087, + "asctime": "2021-01-11 11:25:18,632", + "created": 1610360718.632586, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44638,14 +44638,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 870.0869083404541, + "msecs": 632.5860023498535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14803.628921508789, - "thread": 140633293432576, + "relativeCreated": 14785.309076309204, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44654,8 +44654,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,870", - "created": 1610346628.870344, + "asctime": "2021-01-11 11:25:18,632", + "created": 1610360718.632683, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44665,14 +44665,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 870.3439235687256, + "msecs": 632.6830387115479, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14803.88593673706, - "thread": 140633293432576, + "relativeCreated": 14785.406112670898, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44680,8 +44680,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,870", - "created": 1610346628.870659, + "asctime": "2021-01-11 11:25:18,632", + "created": 1610360718.632814, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44691,14 +44691,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 870.6591129302979, + "msecs": 632.8139305114746, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14804.201126098633, - "thread": 140633293432576, + "relativeCreated": 14785.537004470825, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44707,8 +44707,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,870", - "created": 1610346628.870884, + "asctime": "2021-01-11 11:25:18,632", + "created": 1610360718.632904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44718,14 +44718,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 870.8839416503906, + "msecs": 632.904052734375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14804.425954818726, - "thread": 140633293432576, + "relativeCreated": 14785.627126693726, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44733,8 +44733,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,871", - "created": 1610346628.871258, + "asctime": "2021-01-11 11:25:18,633", + "created": 1610360718.633033, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44744,14 +44744,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 871.258020401001, + "msecs": 633.033037185669, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14804.800033569336, - "thread": 140633293432576, + "relativeCreated": 14785.75611114502, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44760,8 +44760,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:28,871", - "created": 1610346628.871584, + "asctime": "2021-01-11 11:25:18,633", + "created": 1610360718.63313, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44771,14 +44771,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 871.5839385986328, + "msecs": 633.1300735473633, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14805.125951766968, - "thread": 140633293432576, + "relativeCreated": 14785.853147506714, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44786,8 +44786,8 @@ "comm-server:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 07:30:28,872", - "created": 1610346628.872103, + "asctime": "2021-01-11 11:25:18,633", + "created": 1610360718.633279, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44797,14 +44797,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 872.1029758453369, + "msecs": 633.2790851593018, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14805.644989013672, - "thread": 140633293432576, + "relativeCreated": 14786.002159118652, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44812,8 +44812,8 @@ "comm-client:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 07:30:28,872", - "created": 1610346628.872266, + "asctime": "2021-01-11 11:25:18,633", + "created": 1610360718.633395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44823,14 +44823,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 872.2660541534424, + "msecs": 633.3949565887451, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14805.808067321777, - "thread": 140633293432576, + "relativeCreated": 14786.118030548096, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44838,8 +44838,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:28,872", - "created": 1610346628.872415, + "asctime": "2021-01-11 11:25:18,633", + "created": 1610360718.63351, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44849,14 +44849,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 872.4150657653809, + "msecs": 633.5101127624512, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14805.957078933716, - "thread": 140633293432576, + "relativeCreated": 14786.233186721802, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44865,8 +44865,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:28,872", - "created": 1610346628.872601, + "asctime": "2021-01-11 11:25:18,633", + "created": 1610360718.633607, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44876,14 +44876,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 872.6010322570801, + "msecs": 633.6069107055664, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14806.143045425415, - "thread": 140633293432576, + "relativeCreated": 14786.329984664917, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44891,8 +44891,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 60 02 24 68" ], - "asctime": "2021-01-11 07:30:28,872", - "created": 1610346628.872779, + "asctime": "2021-01-11 11:25:18,633", + "created": 1610360718.63384, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -44902,14 +44902,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 60 02 24 68", "module": "stp", - "msecs": 872.7788925170898, + "msecs": 633.8400840759277, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14806.320905685425, - "thread": 140633293432576, + "relativeCreated": 14786.563158035278, + "thread": 139853614257920, "threadName": "Thread-24" }, { @@ -44920,8 +44920,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:28,873", - "created": 1610346628.873236, + "asctime": "2021-01-11 11:25:18,634", + "created": 1610360718.634034, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44931,22 +44931,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 873.2359409332275, + "msecs": 634.0339183807373, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14806.777954101562, - "thread": 140633293432576, + "relativeCreated": 14786.756992340088, + "thread": 139853614257920, "threadName": "Thread-24" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:28,873", - "created": 1610346628.873484, + "asctime": "2021-01-11 11:25:18,634", + "created": 1610360718.634173, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -44956,35 +44956,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 873.4838962554932, + "msecs": 634.1729164123535, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14807.025909423828, - "thread": 140633293432576, + "relativeCreated": 14786.895990371704, + "thread": 139853614257920, "threadName": "Thread-24" } ], - "msecs": 33.421993255615234, + "msecs": 799.5140552520752, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14966.96400642395, - "thread": 140634736203584, + "relativeCreated": 14952.237129211426, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.15993809700012207 + "time_consumption": 0.16534113883972168 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,035", - "created": 1610346629.035048, + "asctime": "2021-01-11 11:25:18,800", + "created": 1610360718.800492, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45001,8 +45001,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,034", - "created": 1610346629.034565, + "asctime": "2021-01-11 11:25:18,800", + "created": 1610360718.800068, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45012,14 +45012,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): {u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0} ()", "module": "test", - "msecs": 34.564971923828125, + "msecs": 800.0679016113281, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14968.106985092163, - "thread": 140634736203584, + "relativeCreated": 14952.790975570679, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45028,8 +45028,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,034", - "created": 1610346629.034809, + "asctime": "2021-01-11 11:25:18,800", + "created": 1610360718.80029, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45039,35 +45039,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 34.809112548828125, + "msecs": 800.2901077270508, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14968.351125717163, - "thread": 140634736203584, + "relativeCreated": 14953.013181686401, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 35.04800796508789, + "msecs": 800.4920482635498, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14968.590021133423, - "thread": 140634736203584, + "relativeCreated": 14953.2151222229, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00023889541625976562 + "time_consumption": 0.00020194053649902344 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,036", - "created": 1610346629.036095, + "asctime": "2021-01-11 11:25:18,801", + "created": 1610360718.801422, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45084,8 +45084,8 @@ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,035", - "created": 1610346629.035522, + "asctime": "2021-01-11 11:25:18,800", + "created": 1610360718.800894, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45095,14 +45095,14 @@ "lineno": 22, "message": "Result (Message received by client): {u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0} ()", "module": "test", - "msecs": 35.5219841003418, + "msecs": 800.894021987915, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14969.063997268677, - "thread": 140634736203584, + "relativeCreated": 14953.617095947266, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45111,8 +45111,8 @@ "{'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,035", - "created": 1610346629.035837, + "asctime": "2021-01-11 11:25:18,801", + "created": 1610360718.801118, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -45122,39 +45122,39 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0} ()", "module": "test", - "msecs": 35.83693504333496, + "msecs": 801.1178970336914, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14969.37894821167, - "thread": 140634736203584, + "relativeCreated": 14953.840970993042, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 36.09490394592285, + "msecs": 801.422119140625, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14969.636917114258, - "thread": 140634736203584, + "relativeCreated": 14954.145193099976, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002579689025878906 + "time_consumption": 0.00030422210693359375 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.5615379810333252, - "time_finished": "2021-01-11 07:30:29,036", - "time_start": "2021-01-11 07:30:28,474" + "time_consumption": 0.5585391521453857, + "time_finished": "2021-01-11 11:25:18,801", + "time_start": "2021-01-11 11:25:18,242" }, "_YhmzIE4lEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:32,749", - "created": 1610346632.749445, + "asctime": "2021-01-11 11:25:22,408", + "created": 1610360722.408197, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45165,18 +45165,18 @@ "message": "_YhmzIE4lEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 749.4449615478516, + "msecs": 408.19692611694336, "msg": "_YhmzIE4lEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18682.986974716187, + "relativeCreated": 18560.920000076294, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:32,757", - "created": 1610346632.757526, + "asctime": "2021-01-11 11:25:22,415", + "created": 1610360722.415385, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -45191,8 +45191,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:32,750", - "created": 1610346632.750343, + "asctime": "2021-01-11 11:25:22,409", + "created": 1610360722.409617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45202,22 +45202,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 750.3430843353271, + "msecs": 409.61694717407227, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18683.885097503662, - "thread": 140634736203584, + "relativeCreated": 18562.340021133423, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,751", - "created": 1610346632.751022, + "asctime": "2021-01-11 11:25:22,410", + "created": 1610360722.410726, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45227,22 +45227,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 751.0221004486084, + "msecs": 410.72607040405273, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18684.564113616943, - "thread": 140634736203584, + "relativeCreated": 18563.449144363403, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,751", - "created": 1610346632.751223, + "asctime": "2021-01-11 11:25:22,411", + "created": 1610360722.411088, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45252,22 +45252,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 751.223087310791, + "msecs": 411.0879898071289, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18684.765100479126, - "thread": 140634736203584, + "relativeCreated": 18563.81106376648, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,751", - "created": 1610346632.751691, + "asctime": "2021-01-11 11:25:22,411", + "created": 1610360722.411734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45277,14 +45277,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 751.6911029815674, + "msecs": 411.73410415649414, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18685.233116149902, - "thread": 140634736203584, + "relativeCreated": 18564.457178115845, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45293,8 +45293,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:32,751", - "created": 1610346632.751839, + "asctime": "2021-01-11 11:25:22,411", + "created": 1610360722.411874, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45304,14 +45304,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 751.8389225006104, + "msecs": 411.87405586242676, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18685.380935668945, - "thread": 140634736203584, + "relativeCreated": 18564.597129821777, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45319,8 +45319,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:32,752", - "created": 1610346632.752061, + "asctime": "2021-01-11 11:25:22,411", + "created": 1610360722.411996, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45330,14 +45330,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 752.0608901977539, + "msecs": 411.99588775634766, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18685.60290336609, - "thread": 140634736203584, + "relativeCreated": 18564.7189617157, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45345,8 +45345,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:32,752", - "created": 1610346632.752228, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.412073, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45356,14 +45356,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 752.2280216217041, + "msecs": 412.07289695739746, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18685.77003479004, - "thread": 140634736203584, + "relativeCreated": 18564.795970916748, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45371,8 +45371,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:32,752", - "created": 1610346632.752381, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.412144, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45382,14 +45382,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 752.3810863494873, + "msecs": 412.1439456939697, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18685.923099517822, - "thread": 140634736203584, + "relativeCreated": 18564.86701965332, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45397,8 +45397,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:32,752", - "created": 1610346632.75252, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.412211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45408,14 +45408,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 752.5200843811035, + "msecs": 412.21094131469727, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18686.06209754944, - "thread": 140634736203584, + "relativeCreated": 18564.934015274048, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45425,8 +45425,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:32,752", - "created": 1610346632.752684, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.412293, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45436,14 +45436,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 752.6841163635254, + "msecs": 412.2929573059082, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18686.22612953186, - "thread": 140634736203584, + "relativeCreated": 18565.01603126526, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45453,8 +45453,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:32,752", - "created": 1610346632.752833, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.412376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45464,14 +45464,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 752.8328895568848, + "msecs": 412.37592697143555, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18686.37490272522, - "thread": 140634736203584, + "relativeCreated": 18565.099000930786, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45481,8 +45481,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:32,752", - "created": 1610346632.752998, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.412449, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45492,14 +45492,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 752.9981136322021, + "msecs": 412.4488830566406, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18686.540126800537, - "thread": 140634736203584, + "relativeCreated": 18565.17195701599, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45509,8 +45509,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:32,753", - "created": 1610346632.753142, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.41252, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45520,22 +45520,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 753.1421184539795, + "msecs": 412.5199317932129, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18686.684131622314, - "thread": 140634736203584, + "relativeCreated": 18565.243005752563, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,753", - "created": 1610346632.753517, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.412609, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45545,14 +45545,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 753.5169124603271, + "msecs": 412.6091003417969, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18687.058925628662, - "thread": 140634736203584, + "relativeCreated": 18565.332174301147, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45561,8 +45561,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:32,753", - "created": 1610346632.753731, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.412691, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45572,14 +45572,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 753.7310123443604, + "msecs": 412.6911163330078, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18687.273025512695, - "thread": 140634736203584, + "relativeCreated": 18565.41419029236, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45587,8 +45587,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:32,753", - "created": 1610346632.753918, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.412821, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45598,14 +45598,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 753.917932510376, + "msecs": 412.82105445861816, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18687.45994567871, - "thread": 140634736203584, + "relativeCreated": 18565.54412841797, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45613,8 +45613,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:32,754", - "created": 1610346632.754086, + "asctime": "2021-01-11 11:25:22,412", + "created": 1610360722.412931, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45624,14 +45624,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 754.0860176086426, + "msecs": 412.930965423584, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18687.628030776978, - "thread": 140634736203584, + "relativeCreated": 18565.654039382935, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45641,8 +45641,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:32,754", - "created": 1610346632.754243, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413035, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45652,14 +45652,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 754.2428970336914, + "msecs": 413.03491592407227, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18687.784910202026, - "thread": 140634736203584, + "relativeCreated": 18565.757989883423, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45669,8 +45669,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:32,754", - "created": 1610346632.754409, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413117, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45680,14 +45680,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 754.4090747833252, + "msecs": 413.1169319152832, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18687.95108795166, - "thread": 140634736203584, + "relativeCreated": 18565.840005874634, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45696,8 +45696,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:32,754", - "created": 1610346632.754571, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413187, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45707,14 +45707,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 754.5709609985352, + "msecs": 413.18702697753906, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18688.11297416687, - "thread": 140634736203584, + "relativeCreated": 18565.91010093689, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45723,8 +45723,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:32,754", - "created": 1610346632.754712, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413252, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45734,14 +45734,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 754.7121047973633, + "msecs": 413.2521152496338, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18688.2541179657, - "thread": 140634736203584, + "relativeCreated": 18565.975189208984, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45750,8 +45750,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:32,755", - "created": 1610346632.755059, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413316, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45761,22 +45761,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 755.059003829956, + "msecs": 413.316011428833, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18688.60101699829, - "thread": 140634736203584, + "relativeCreated": 18566.039085388184, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,755", - "created": 1610346632.755197, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413384, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45786,22 +45786,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 755.1970481872559, + "msecs": 413.38396072387695, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18688.73906135559, - "thread": 140634736203584, + "relativeCreated": 18566.107034683228, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,755", - "created": 1610346632.755524, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413552, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45811,14 +45811,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 755.5239200592041, + "msecs": 413.55204582214355, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.06593322754, - "thread": 140634736203584, + "relativeCreated": 18566.275119781494, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45827,8 +45827,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:32,755", - "created": 1610346632.755611, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45838,14 +45838,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 755.6109428405762, + "msecs": 413.6381149291992, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.15295600891, - "thread": 140634736203584, + "relativeCreated": 18566.36118888855, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45853,8 +45853,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:32,755", - "created": 1610346632.755711, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413742, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45864,14 +45864,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 755.7110786437988, + "msecs": 413.7420654296875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.253091812134, - "thread": 140634736203584, + "relativeCreated": 18566.465139389038, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45879,8 +45879,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:32,755", - "created": 1610346632.75579, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413826, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45890,14 +45890,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 755.7899951934814, + "msecs": 413.82598876953125, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.332008361816, - "thread": 140634736203584, + "relativeCreated": 18566.549062728882, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45905,8 +45905,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:32,755", - "created": 1610346632.755859, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45916,14 +45916,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 755.8588981628418, + "msecs": 413.9070510864258, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.400911331177, - "thread": 140634736203584, + "relativeCreated": 18566.630125045776, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45931,8 +45931,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:32,755", - "created": 1610346632.75594, + "asctime": "2021-01-11 11:25:22,413", + "created": 1610360722.413985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45942,14 +45942,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 755.9399604797363, + "msecs": 413.985013961792, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.48197364807, - "thread": 140634736203584, + "relativeCreated": 18566.708087921143, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45959,8 +45959,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:32,756", - "created": 1610346632.756042, + "asctime": "2021-01-11 11:25:22,414", + "created": 1610360722.41408, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45970,14 +45970,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 756.0420036315918, + "msecs": 414.0799045562744, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.584016799927, - "thread": 140634736203584, + "relativeCreated": 18566.802978515625, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -45987,8 +45987,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:32,756", - "created": 1610346632.756138, + "asctime": "2021-01-11 11:25:22,414", + "created": 1610360722.414169, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -45998,14 +45998,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 756.1380863189697, + "msecs": 414.1690731048584, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.680099487305, - "thread": 140634736203584, + "relativeCreated": 18566.89214706421, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46015,8 +46015,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:32,756", - "created": 1610346632.756233, + "asctime": "2021-01-11 11:25:22,414", + "created": 1610360722.414259, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46026,14 +46026,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 756.2329769134521, + "msecs": 414.2589569091797, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.774990081787, - "thread": 140634736203584, + "relativeCreated": 18566.98203086853, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46043,8 +46043,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:32,756", - "created": 1610346632.756326, + "asctime": "2021-01-11 11:25:22,414", + "created": 1610360722.414352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46054,22 +46054,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 756.3259601593018, + "msecs": 414.3519401550293, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.867973327637, - "thread": 140634736203584, + "relativeCreated": 18567.07501411438, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,756", - "created": 1610346632.756395, + "asctime": "2021-01-11 11:25:22,414", + "created": 1610360722.41442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46079,14 +46079,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 756.3951015472412, + "msecs": 414.41988945007324, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18689.937114715576, - "thread": 140634736203584, + "relativeCreated": 18567.142963409424, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46095,8 +46095,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:32,756", - "created": 1610346632.756582, + "asctime": "2021-01-11 11:25:22,414", + "created": 1610360722.414512, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46106,14 +46106,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 756.5820217132568, + "msecs": 414.51191902160645, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18690.12403488159, - "thread": 140634736203584, + "relativeCreated": 18567.234992980957, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46121,8 +46121,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:32,756", - "created": 1610346632.756699, + "asctime": "2021-01-11 11:25:22,414", + "created": 1610360722.414626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46132,14 +46132,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 756.6990852355957, + "msecs": 414.625883102417, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18690.24109840393, - "thread": 140634736203584, + "relativeCreated": 18567.348957061768, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46147,8 +46147,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:32,756", - "created": 1610346632.756808, + "asctime": "2021-01-11 11:25:22,414", + "created": 1610360722.414724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46158,14 +46158,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 756.8080425262451, + "msecs": 414.72411155700684, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18690.35005569458, - "thread": 140634736203584, + "relativeCreated": 18567.447185516357, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46175,8 +46175,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:32,756", - "created": 1610346632.75692, + "asctime": "2021-01-11 11:25:22,414", + "created": 1610360722.414817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46186,14 +46186,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 756.9200992584229, + "msecs": 414.81709480285645, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18690.462112426758, - "thread": 140634736203584, + "relativeCreated": 18567.540168762207, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46203,8 +46203,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:32,757", - "created": 1610346632.757048, + "asctime": "2021-01-11 11:25:22,414", + "created": 1610360722.414922, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46214,14 +46214,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 757.0478916168213, + "msecs": 414.92199897766113, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18690.589904785156, - "thread": 140634736203584, + "relativeCreated": 18567.64507293701, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46230,8 +46230,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:32,757", - "created": 1610346632.757138, + "asctime": "2021-01-11 11:25:22,415", + "created": 1610360722.415026, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46241,14 +46241,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 757.1380138397217, + "msecs": 415.0259494781494, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18690.680027008057, - "thread": 140634736203584, + "relativeCreated": 18567.7490234375, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46257,8 +46257,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:32,757", - "created": 1610346632.757225, + "asctime": "2021-01-11 11:25:22,415", + "created": 1610360722.415117, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46268,14 +46268,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 757.2250366210938, + "msecs": 415.1170253753662, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18690.76704978943, - "thread": 140634736203584, + "relativeCreated": 18567.840099334717, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46284,8 +46284,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:32,757", - "created": 1610346632.757314, + "asctime": "2021-01-11 11:25:22,415", + "created": 1610360722.415207, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46295,22 +46295,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 757.3139667510986, + "msecs": 415.2069091796875, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18690.855979919434, - "thread": 140634736203584, + "relativeCreated": 18567.929983139038, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,757", - "created": 1610346632.757415, + "asctime": "2021-01-11 11:25:22,415", + "created": 1610360722.415294, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46320,32 +46320,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 757.4150562286377, + "msecs": 415.29393196105957, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18690.957069396973, - "thread": 140634736203584, + "relativeCreated": 18568.01700592041, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 757.5259208679199, + "msecs": 415.38500785827637, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18691.067934036255, - "thread": 140634736203584, + "relativeCreated": 18568.108081817627, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00011086463928222656 + "time_consumption": 9.107589721679688e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:33,102", - "created": 1610346633.102372, + "asctime": "2021-01-11 11:25:22,759", + "created": 1610360722.759987, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -46360,8 +46360,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:32,757", - "created": 1610346632.757727, + "asctime": "2021-01-11 11:25:22,415", + "created": 1610360722.415595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46371,22 +46371,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 757.7269077301025, + "msecs": 415.59505462646484, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18691.268920898438, - "thread": 140634736203584, + "relativeCreated": 18568.318128585815, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:32,757", - "created": 1610346632.757908, + "asctime": "2021-01-11 11:25:22,415", + "created": 1610360722.415682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46396,22 +46396,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 757.9081058502197, + "msecs": 415.6820774078369, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18691.450119018555, - "thread": 140634736203584, + "relativeCreated": 18568.405151367188, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,758", - "created": 1610346632.758037, + "asctime": "2021-01-11 11:25:22,415", + "created": 1610360722.415779, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46421,14 +46421,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 758.0370903015137, + "msecs": 415.77911376953125, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18691.57910346985, - "thread": 140634736203584, + "relativeCreated": 18568.502187728882, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46439,8 +46439,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,758", - "created": 1610346632.758204, + "asctime": "2021-01-11 11:25:22,415", + "created": 1610360722.415935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46450,22 +46450,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 758.2039833068848, + "msecs": 415.9350395202637, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18691.74599647522, - "thread": 140634736203584, + "relativeCreated": 18568.658113479614, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,758", - "created": 1610346632.758484, + "asctime": "2021-01-11 11:25:22,416", + "created": 1610360722.41618, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46475,22 +46475,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 758.48388671875, + "msecs": 416.179895401001, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18692.025899887085, - "thread": 140634736203584, + "relativeCreated": 18568.90296936035, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,758", - "created": 1610346632.758635, + "asctime": "2021-01-11 11:25:22,416", + "created": 1610360722.416574, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46500,22 +46500,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 758.6350440979004, + "msecs": 416.57400131225586, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18692.177057266235, - "thread": 140634736203584, + "relativeCreated": 18569.297075271606, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,759", - "created": 1610346632.7591, + "asctime": "2021-01-11 11:25:22,416", + "created": 1610360722.416686, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46525,14 +46525,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 759.0999603271484, + "msecs": 416.6860580444336, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18692.641973495483, - "thread": 140634736203584, + "relativeCreated": 18569.409132003784, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -46540,8 +46540,8 @@ "comm-client:", "(21): 3a 3c 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13 3a 3e" ], - "asctime": "2021-01-11 07:30:32,759", - "created": 1610346632.759645, + "asctime": "2021-01-11 11:25:22,418", + "created": 1610360722.418447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46551,14 +46551,14 @@ "lineno": 284, "message": "comm-client: TX -> (21): 3a 3c 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13 3a 3e", "module": "__init__", - "msecs": 759.6449851989746, + "msecs": 418.44701766967773, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18693.18699836731, - "thread": 140632379086592, + "relativeCreated": 18571.17009162903, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -46566,8 +46566,8 @@ "comm-server:", "(21): 3a 3c 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13 3a 3e" ], - "asctime": "2021-01-11 07:30:32,759", - "created": 1610346632.759788, + "asctime": "2021-01-11 11:25:22,418", + "created": 1610360722.418607, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46577,14 +46577,14 @@ "lineno": 414, "message": "comm-server: RX <- (21): 3a 3c 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13 3a 3e", "module": "__init__", - "msecs": 759.7880363464355, + "msecs": 418.6069965362549, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18693.33004951477, - "thread": 140632379086592, + "relativeCreated": 18571.330070495605, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -46592,8 +46592,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,759", - "created": 1610346632.759909, + "asctime": "2021-01-11 11:25:22,418", + "created": 1610360722.418704, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46603,14 +46603,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 759.90891456604, + "msecs": 418.7040328979492, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18693.450927734375, - "thread": 140632379086592, + "relativeCreated": 18571.4271068573, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -46619,8 +46619,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:32,760", - "created": 1610346632.760006, + "asctime": "2021-01-11 11:25:22,418", + "created": 1610360722.41879, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46630,14 +46630,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 760.0059509277344, + "msecs": 418.7901020050049, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18693.54796409607, - "thread": 140632379086592, + "relativeCreated": 18571.513175964355, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -46645,8 +46645,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,760", - "created": 1610346632.760157, + "asctime": "2021-01-11 11:25:22,418", + "created": 1610360722.418916, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46656,14 +46656,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 760.1571083068848, + "msecs": 418.9159870147705, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18693.69912147522, - "thread": 140632379086592, + "relativeCreated": 18571.63906097412, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -46672,8 +46672,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:32,760", - "created": 1610346632.760254, + "asctime": "2021-01-11 11:25:22,418", + "created": 1610360722.418998, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46683,14 +46683,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 760.25390625, + "msecs": 418.99800300598145, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18693.795919418335, - "thread": 140632379086592, + "relativeCreated": 18571.721076965332, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -46698,8 +46698,8 @@ "STP:", "(17): 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13" ], - "asctime": "2021-01-11 07:30:32,760", - "created": 1610346632.760375, + "asctime": "2021-01-11 11:25:22,419", + "created": 1610360722.419109, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46709,14 +46709,14 @@ "lineno": 148, "message": "STP: message identified - (17): 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13", "module": "stp", - "msecs": 760.3750228881836, + "msecs": 419.1091060638428, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18693.91703605652, - "thread": 140632379086592, + "relativeCreated": 18571.832180023193, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -46727,8 +46727,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,760", - "created": 1610346632.760587, + "asctime": "2021-01-11 11:25:22,419", + "created": 1610360722.419298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46738,14 +46738,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 760.5869770050049, + "msecs": 419.2979335784912, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18694.12899017334, - "thread": 140632379086592, + "relativeCreated": 18572.02100753784, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -46753,8 +46753,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:32,760", - "created": 1610346632.760734, + "asctime": "2021-01-11 11:25:22,419", + "created": 1610360722.419404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46764,14 +46764,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 760.7340812683105, + "msecs": 419.4040298461914, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18694.276094436646, - "thread": 140632379086592, + "relativeCreated": 18572.127103805542, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -46782,8 +46782,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,760", - "created": 1610346632.760887, + "asctime": "2021-01-11 11:25:22,419", + "created": 1610360722.419543, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46793,14 +46793,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 760.8869075775146, + "msecs": 419.5430278778076, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18694.42892074585, - "thread": 140632379086592, + "relativeCreated": 18572.26610183716, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -46808,8 +46808,8 @@ "comm-server:", "(21): 3a 3c 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12 3a 3e" ], - "asctime": "2021-01-11 07:30:32,762", - "created": 1610346632.7627, + "asctime": "2021-01-11 11:25:22,427", + "created": 1610360722.427948, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46819,14 +46819,14 @@ "lineno": 284, "message": "comm-server: TX -> (21): 3a 3c 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12 3a 3e", "module": "__init__", - "msecs": 762.700080871582, + "msecs": 427.947998046875, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18696.242094039917, - "thread": 140632370693888, + "relativeCreated": 18580.671072006226, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -46834,8 +46834,8 @@ "comm-client:", "(21): 3a 3c 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12 3a 3e" ], - "asctime": "2021-01-11 07:30:32,762", - "created": 1610346632.762831, + "asctime": "2021-01-11 11:25:22,428", + "created": 1610360722.428138, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -46845,14 +46845,14 @@ "lineno": 414, "message": "comm-client: RX <- (21): 3a 3c 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12 3a 3e", "module": "__init__", - "msecs": 762.8309726715088, + "msecs": 428.13801765441895, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18696.372985839844, - "thread": 140632370693888, + "relativeCreated": 18580.86109161377, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -46860,8 +46860,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,762", - "created": 1610346632.76291, + "asctime": "2021-01-11 11:25:22,428", + "created": 1610360722.428207, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46871,14 +46871,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 762.9098892211914, + "msecs": 428.2069206237793, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18696.451902389526, - "thread": 140632370693888, + "relativeCreated": 18580.92999458313, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -46887,8 +46887,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:32,762", - "created": 1610346632.762982, + "asctime": "2021-01-11 11:25:22,428", + "created": 1610360722.428265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46898,14 +46898,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 762.9818916320801, + "msecs": 428.2650947570801, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18696.523904800415, - "thread": 140632370693888, + "relativeCreated": 18580.98816871643, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -46913,8 +46913,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,763", - "created": 1610346632.76308, + "asctime": "2021-01-11 11:25:22,428", + "created": 1610360722.428341, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46924,14 +46924,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 763.0798816680908, + "msecs": 428.3409118652344, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18696.621894836426, - "thread": 140632370693888, + "relativeCreated": 18581.063985824585, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -46940,8 +46940,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:32,763", - "created": 1610346632.763146, + "asctime": "2021-01-11 11:25:22,428", + "created": 1610360722.428396, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46951,14 +46951,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 763.145923614502, + "msecs": 428.39598655700684, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18696.687936782837, - "thread": 140632370693888, + "relativeCreated": 18581.119060516357, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -46966,8 +46966,8 @@ "STP:", "(17): 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12" ], - "asctime": "2021-01-11 07:30:32,763", - "created": 1610346632.763241, + "asctime": "2021-01-11 11:25:22,428", + "created": 1610360722.428463, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -46977,14 +46977,14 @@ "lineno": 148, "message": "STP: message identified - (17): 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12", "module": "stp", - "msecs": 763.2410526275635, + "msecs": 428.4629821777344, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18696.7830657959, - "thread": 140632370693888, + "relativeCreated": 18581.186056137085, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -46995,8 +46995,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,763", - "created": 1610346632.763431, + "asctime": "2021-01-11 11:25:22,428", + "created": 1610360722.428608, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47006,14 +47006,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 763.4310722351074, + "msecs": 428.6079406738281, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18696.973085403442, - "thread": 140632370693888, + "relativeCreated": 18581.33101463318, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -47021,8 +47021,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:32,763", - "created": 1610346632.763542, + "asctime": "2021-01-11 11:25:22,428", + "created": 1610360722.428675, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47032,32 +47032,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 763.5419368743896, + "msecs": 428.67493629455566, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18697.083950042725, - "thread": 140632370693888, + "relativeCreated": 18581.398010253906, + "thread": 139852557301504, "threadName": "Thread-36" } ], - "msecs": 102.3719310760498, + "msecs": 759.9871158599854, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19035.913944244385, - "thread": 140634736203584, + "relativeCreated": 18912.710189819336, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.33882999420166016 + "time_consumption": 0.3313121795654297 }, { "args": [], - "asctime": "2021-01-11 07:30:33,304", - "created": 1610346633.304341, + "asctime": "2021-01-11 11:25:22,961", + "created": 1610360722.961844, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -47076,8 +47076,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:33,103", - "created": 1610346633.103038, + "asctime": "2021-01-11 11:25:22,760", + "created": 1610360722.76063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47087,14 +47087,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 103.03807258605957, + "msecs": 760.6298923492432, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19036.580085754395, - "thread": 140634736203584, + "relativeCreated": 18913.352966308594, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -47102,8 +47102,8 @@ "comm-client:", "(45): 3a 3c 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 3a 3e" ], - "asctime": "2021-01-11 07:30:33,127", - "created": 1610346633.127656, + "asctime": "2021-01-11 11:25:22,785", + "created": 1610360722.785384, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47113,14 +47113,14 @@ "lineno": 284, "message": "comm-client: TX -> (45): 3a 3c 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 3a 3e", "module": "__init__", - "msecs": 127.6559829711914, + "msecs": 785.383939743042, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19061.197996139526, - "thread": 140632379086592, + "relativeCreated": 18938.107013702393, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -47128,8 +47128,8 @@ "comm-server:", "(45): 3a 3c 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 3a 3e" ], - "asctime": "2021-01-11 07:30:33,128", - "created": 1610346633.128428, + "asctime": "2021-01-11 11:25:22,785", + "created": 1610360722.785957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47139,14 +47139,14 @@ "lineno": 414, "message": "comm-server: RX <- (45): 3a 3c 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 3a 3e", "module": "__init__", - "msecs": 128.42798233032227, + "msecs": 785.9570980072021, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19061.969995498657, - "thread": 140632379086592, + "relativeCreated": 18938.680171966553, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -47154,8 +47154,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:33,128", - "created": 1610346633.128724, + "asctime": "2021-01-11 11:25:22,786", + "created": 1610360722.786235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47165,14 +47165,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 128.7240982055664, + "msecs": 786.2350940704346, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19062.2661113739, - "thread": 140632379086592, + "relativeCreated": 18938.958168029785, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -47181,8 +47181,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:33,129", - "created": 1610346633.129009, + "asctime": "2021-01-11 11:25:22,786", + "created": 1610360722.786863, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47192,14 +47192,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 129.00900840759277, + "msecs": 786.8630886077881, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19062.551021575928, - "thread": 140632379086592, + "relativeCreated": 18939.58616256714, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -47207,8 +47207,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:33,129", - "created": 1610346633.129537, + "asctime": "2021-01-11 11:25:22,787", + "created": 1610360722.787608, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47218,14 +47218,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 129.53710556030273, + "msecs": 787.6079082489014, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19063.079118728638, - "thread": 140632379086592, + "relativeCreated": 18940.330982208252, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -47234,8 +47234,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:33,129", - "created": 1610346633.129809, + "asctime": "2021-01-11 11:25:22,787", + "created": 1610360722.787914, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47245,14 +47245,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 129.80890274047852, + "msecs": 787.9140377044678, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19063.350915908813, - "thread": 140632379086592, + "relativeCreated": 18940.63711166382, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -47260,8 +47260,8 @@ "STP:", "(41): 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d" ], - "asctime": "2021-01-11 07:30:33,130", - "created": 1610346633.130614, + "asctime": "2021-01-11 11:25:22,788", + "created": 1610360722.788302, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47271,14 +47271,14 @@ "lineno": 148, "message": "STP: message identified - (41): 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d", "module": "stp", - "msecs": 130.6140422821045, + "msecs": 788.301944732666, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19064.15605545044, - "thread": 140632379086592, + "relativeCreated": 18941.025018692017, + "thread": 139852565694208, "threadName": "Thread-35" }, { @@ -47289,8 +47289,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:33,131", - "created": 1610346633.131133, + "asctime": "2021-01-11 11:25:22,788", + "created": 1610360722.788971, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47300,22 +47300,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 131.1330795288086, + "msecs": 788.970947265625, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19064.675092697144, - "thread": 140632379086592, + "relativeCreated": 18941.694021224976, + "thread": 139852565694208, "threadName": "Thread-35" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:33,131", - "created": 1610346633.131442, + "asctime": "2021-01-11 11:25:22,789", + "created": 1610360722.789321, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47325,35 +47325,35 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 131.44207000732422, + "msecs": 789.3209457397461, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19064.98408317566, - "thread": 140632379086592, + "relativeCreated": 18942.044019699097, + "thread": 139852565694208, "threadName": "Thread-35" } ], - "msecs": 304.34107780456543, + "msecs": 961.8439674377441, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19237.8830909729, - "thread": 140634736203584, + "relativeCreated": 19114.567041397095, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.1728990077972412 + "time_consumption": 0.17252302169799805 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:33,305", - "created": 1610346633.305527, + "asctime": "2021-01-11 11:25:22,962", + "created": 1610360722.962987, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47370,8 +47370,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:33,304", - "created": 1610346633.304981, + "asctime": "2021-01-11 11:25:22,962", + "created": 1610360722.962412, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47381,14 +47381,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 304.980993270874, + "msecs": 962.4121189117432, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19238.52300643921, - "thread": 140634736203584, + "relativeCreated": 19115.135192871094, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -47397,8 +47397,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:33,305", - "created": 1610346633.305226, + "asctime": "2021-01-11 11:25:22,962", + "created": 1610360722.962752, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47408,35 +47408,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 305.22608757019043, + "msecs": 962.752103805542, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19238.768100738525, - "thread": 140634736203584, + "relativeCreated": 19115.475177764893, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 305.5269718170166, + "msecs": 962.986946105957, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19239.06898498535, - "thread": 140634736203584, + "relativeCreated": 19115.710020065308, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0003008842468261719 + "time_consumption": 0.00023484230041503906 }, { "args": [ "{'status': 0, 'service_id': 17, 'data': u'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:33,306", - "created": 1610346633.306735, + "asctime": "2021-01-11 11:25:22,963", + "created": 1610360722.963795, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47453,8 +47453,8 @@ "{'status': 0, 'service_id': 17, 'data': u'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:33,305", - "created": 1610346633.305971, + "asctime": "2021-01-11 11:25:22,963", + "created": 1610360722.963369, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47464,14 +47464,14 @@ "lineno": 22, "message": "Result (Received message on server side): {'status': 0, 'service_id': 17, 'data': u'msg1_data_to_be_transfered', 'data_id': 34} ()", "module": "test", - "msecs": 305.9709072113037, + "msecs": 963.3688926696777, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19239.51292037964, - "thread": 140634736203584, + "relativeCreated": 19116.09196662903, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -47480,8 +47480,8 @@ "{'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:33,306", - "created": 1610346633.306404, + "asctime": "2021-01-11 11:25:22,963", + "created": 1610360722.963591, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47491,32 +47491,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'status': 0, 'service_id': 17, 'data': 'msg1_data_to_be_transfered', 'data_id': 34} ()", "module": "test", - "msecs": 306.40411376953125, + "msecs": 963.5910987854004, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19239.946126937866, - "thread": 140634736203584, + "relativeCreated": 19116.31417274475, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 306.7350387573242, + "msecs": 963.7949466705322, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19240.27705192566, - "thread": 140634736203584, + "relativeCreated": 19116.518020629883, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00033092498779296875 + "time_consumption": 0.00020384788513183594 }, { "args": [], - "asctime": "2021-01-11 07:30:33,508", - "created": 1610346633.508315, + "asctime": "2021-01-11 11:25:23,165", + "created": 1610360723.165499, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -47535,8 +47535,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:33,307", - "created": 1610346633.307129, + "asctime": "2021-01-11 11:25:22,964", + "created": 1610360722.964265, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47546,14 +47546,14 @@ "lineno": 445, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 307.12890625, + "msecs": 964.2651081085205, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19240.670919418335, - "thread": 140634736203584, + "relativeCreated": 19116.98818206787, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -47561,8 +47561,8 @@ "comm-server:", "(45): 3a 3c 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b 3a 3e" ], - "asctime": "2021-01-11 07:30:33,328", - "created": 1610346633.328682, + "asctime": "2021-01-11 11:25:22,994", + "created": 1610360722.994033, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47572,14 +47572,14 @@ "lineno": 284, "message": "comm-server: TX -> (45): 3a 3c 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b 3a 3e", "module": "__init__", - "msecs": 328.68194580078125, + "msecs": 994.0330982208252, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19262.223958969116, - "thread": 140632370693888, + "relativeCreated": 19146.756172180176, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -47587,8 +47587,8 @@ "comm-client:", "(45): 3a 3c 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b 3a 3e" ], - "asctime": "2021-01-11 07:30:33,329", - "created": 1610346633.329258, + "asctime": "2021-01-11 11:25:22,994", + "created": 1610360722.994659, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47598,14 +47598,14 @@ "lineno": 414, "message": "comm-client: RX <- (45): 3a 3c 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b 3a 3e", "module": "__init__", - "msecs": 329.2579650878906, + "msecs": 994.6589469909668, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19262.799978256226, - "thread": 140632370693888, + "relativeCreated": 19147.382020950317, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -47613,8 +47613,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:33,329", - "created": 1610346633.32979, + "asctime": "2021-01-11 11:25:22,994", + "created": 1610360722.994964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47624,14 +47624,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 329.7901153564453, + "msecs": 994.9638843536377, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19263.33212852478, - "thread": 140632370693888, + "relativeCreated": 19147.68695831299, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -47640,8 +47640,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:33,330", - "created": 1610346633.330035, + "asctime": "2021-01-11 11:25:22,995", + "created": 1610360722.995322, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47651,14 +47651,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 330.0349712371826, + "msecs": 995.3219890594482, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19263.576984405518, - "thread": 140632370693888, + "relativeCreated": 19148.0450630188, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -47666,8 +47666,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:33,330", - "created": 1610346633.330507, + "asctime": "2021-01-11 11:25:22,995", + "created": 1610360722.995826, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47677,14 +47677,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 330.5070400238037, + "msecs": 995.826005935669, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19264.04905319214, - "thread": 140632370693888, + "relativeCreated": 19148.54907989502, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -47693,8 +47693,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:33,330", - "created": 1610346633.330753, + "asctime": "2021-01-11 11:25:22,996", + "created": 1610360722.996064, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47704,14 +47704,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 330.7530879974365, + "msecs": 996.0639476776123, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19264.29510116577, - "thread": 140632370693888, + "relativeCreated": 19148.787021636963, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -47719,8 +47719,8 @@ "STP:", "(41): 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b" ], - "asctime": "2021-01-11 07:30:33,331", - "created": 1610346633.33139, + "asctime": "2021-01-11 11:25:22,996", + "created": 1610360722.996435, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -47730,14 +47730,14 @@ "lineno": 148, "message": "STP: message identified - (41): 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b", "module": "stp", - "msecs": 331.3899040222168, + "msecs": 996.4349269866943, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19264.93191719055, - "thread": 140632370693888, + "relativeCreated": 19149.158000946045, + "thread": 139852557301504, "threadName": "Thread-36" }, { @@ -47748,8 +47748,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:33,332", - "created": 1610346633.332163, + "asctime": "2021-01-11 11:25:22,996", + "created": 1610360722.996958, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47759,22 +47759,22 @@ "lineno": 445, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"u'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 332.16309547424316, + "msecs": 996.9580173492432, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19265.705108642578, - "thread": 140632370693888, + "relativeCreated": 19149.681091308594, + "thread": 139852557301504, "threadName": "Thread-36" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:33,332", - "created": 1610346633.332556, + "asctime": "2021-01-11 11:25:22,997", + "created": 1610360722.99715, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47784,35 +47784,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 332.55600929260254, + "msecs": 997.1499443054199, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19266.098022460938, - "thread": 140632370693888, + "relativeCreated": 19149.87301826477, + "thread": 139852557301504, "threadName": "Thread-36" } ], - "msecs": 508.3150863647461, + "msecs": 165.4989719390869, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19441.85709953308, - "thread": 140634736203584, + "relativeCreated": 19318.222045898438, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.17575907707214355 + "time_consumption": 0.168349027633667 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:33,509", - "created": 1610346633.509619, + "asctime": "2021-01-11 11:25:23,166", + "created": 1610360723.166683, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47829,8 +47829,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:33,509", - "created": 1610346633.509025, + "asctime": "2021-01-11 11:25:23,166", + "created": 1610360723.166096, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47840,14 +47840,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 509.02509689331055, + "msecs": 166.09597206115723, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19442.567110061646, - "thread": 140634736203584, + "relativeCreated": 19318.819046020508, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -47856,8 +47856,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:33,509", - "created": 1610346633.509314, + "asctime": "2021-01-11 11:25:23,166", + "created": 1610360723.166447, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47867,35 +47867,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 509.31406021118164, + "msecs": 166.44692420959473, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19442.856073379517, - "thread": 140634736203584, + "relativeCreated": 19319.169998168945, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 509.61899757385254, + "msecs": 166.68295860290527, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19443.161010742188, - "thread": 140634736203584, + "relativeCreated": 19319.406032562256, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00030493736267089844 + "time_consumption": 0.00023603439331054688 }, { "args": [ "{'status': 4, 'service_id': 17, 'data': u'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:33,510", - "created": 1610346633.510768, + "asctime": "2021-01-11 11:25:23,167", + "created": 1610360723.167536, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47912,8 +47912,8 @@ "{'status': 4, 'service_id': 17, 'data': u'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:33,510", - "created": 1610346633.510243, + "asctime": "2021-01-11 11:25:23,167", + "created": 1610360723.167059, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47923,14 +47923,14 @@ "lineno": 22, "message": "Result (Received message on client side): {'status': 4, 'service_id': 17, 'data': u'msg2_data_to_be_transfered', 'data_id': 35} ()", "module": "test", - "msecs": 510.2429389953613, + "msecs": 167.05894470214844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19443.784952163696, - "thread": 140634736203584, + "relativeCreated": 19319.7820186615, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -47939,8 +47939,8 @@ "{'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35}", "" ], - "asctime": "2021-01-11 07:30:33,510", - "created": 1610346633.510474, + "asctime": "2021-01-11 11:25:23,167", + "created": 1610360723.167267, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -47950,39 +47950,39 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = {'status': 4, 'service_id': 17, 'data': 'msg2_data_to_be_transfered', 'data_id': 35} ()", "module": "test", - "msecs": 510.47396659851074, + "msecs": 167.2670841217041, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19444.015979766846, - "thread": 140634736203584, + "relativeCreated": 19319.990158081055, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 510.76793670654297, + "msecs": 167.53602027893066, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 19444.309949874878, - "thread": 140634736203584, + "relativeCreated": 19320.25909423828, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00029397010803222656 + "time_consumption": 0.0002689361572265625 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.7613229751586914, - "time_finished": "2021-01-11 07:30:33,510", - "time_start": "2021-01-11 07:30:32,749" + "time_consumption": 0.7593390941619873, + "time_finished": "2021-01-11 11:25:23,167", + "time_start": "2021-01-11 11:25:22,408" }, "_ZJMD8EzaEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:14,865", - "created": 1610346614.865725, + "asctime": "2021-01-11 11:25:04,636", + "created": 1610360704.636924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -47993,18 +47993,18 @@ "message": "_ZJMD8EzaEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 865.725040435791, + "msecs": 636.9240283966064, "msg": "_ZJMD8EzaEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 799.267053604126, + "relativeCreated": 789.647102355957, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873678, + "asctime": "2021-01-11 11:25:04,647", + "created": 1610360704.647052, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -48019,8 +48019,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:14,866", - "created": 1610346614.866897, + "asctime": "2021-01-11 11:25:04,638", + "created": 1610360704.638052, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48030,22 +48030,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 866.8971061706543, + "msecs": 638.0519866943359, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 800.4391193389893, - "thread": 140634736203584, + "relativeCreated": 790.7750606536865, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:14,868", - "created": 1610346614.868065, + "asctime": "2021-01-11 11:25:04,639", + "created": 1610360704.639137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48055,22 +48055,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 868.0651187896729, + "msecs": 639.1370296478271, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 801.6071319580078, - "thread": 140634736203584, + "relativeCreated": 791.8601036071777, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:14,868", - "created": 1610346614.868336, + "asctime": "2021-01-11 11:25:04,639", + "created": 1610360704.639468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48080,22 +48080,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 868.3359622955322, + "msecs": 639.4679546356201, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 801.8779754638672, - "thread": 140634736203584, + "relativeCreated": 792.1910285949707, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:14,868", - "created": 1610346614.868812, + "asctime": "2021-01-11 11:25:04,640", + "created": 1610360704.640147, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48105,14 +48105,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 868.812084197998, + "msecs": 640.1469707489014, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 802.354097366333, - "thread": 140634736203584, + "relativeCreated": 792.870044708252, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48121,8 +48121,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:14,869", - "created": 1610346614.869035, + "asctime": "2021-01-11 11:25:04,640", + "created": 1610360704.640383, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48132,14 +48132,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 869.035005569458, + "msecs": 640.3830051422119, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 802.577018737793, - "thread": 140634736203584, + "relativeCreated": 793.1060791015625, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48147,8 +48147,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:14,869", - "created": 1610346614.869464, + "asctime": "2021-01-11 11:25:04,640", + "created": 1610360704.640652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48158,14 +48158,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 869.4639205932617, + "msecs": 640.6519412994385, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.0059337615967, - "thread": 140634736203584, + "relativeCreated": 793.3750152587891, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48173,8 +48173,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:14,869", - "created": 1610346614.869568, + "asctime": "2021-01-11 11:25:04,640", + "created": 1610360704.640958, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48184,14 +48184,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 869.5681095123291, + "msecs": 640.9580707550049, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.1101226806641, - "thread": 140634736203584, + "relativeCreated": 793.6811447143555, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48199,8 +48199,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:14,869", - "created": 1610346614.869658, + "asctime": "2021-01-11 11:25:04,641", + "created": 1610360704.641227, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48210,14 +48210,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 869.6579933166504, + "msecs": 641.2270069122314, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.2000064849854, - "thread": 140634736203584, + "relativeCreated": 793.950080871582, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48225,8 +48225,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:14,869", - "created": 1610346614.869744, + "asctime": "2021-01-11 11:25:04,641", + "created": 1610360704.641467, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48236,14 +48236,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 869.744062423706, + "msecs": 641.4670944213867, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.286075592041, - "thread": 140634736203584, + "relativeCreated": 794.1901683807373, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48253,8 +48253,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:14,869", - "created": 1610346614.869847, + "asctime": "2021-01-11 11:25:04,641", + "created": 1610360704.641741, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48264,14 +48264,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 869.8470592498779, + "msecs": 641.7410373687744, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.3890724182129, - "thread": 140634736203584, + "relativeCreated": 794.464111328125, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48281,8 +48281,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:14,869", - "created": 1610346614.869949, + "asctime": "2021-01-11 11:25:04,641", + "created": 1610360704.641999, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48292,14 +48292,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 869.9491024017334, + "msecs": 641.9990062713623, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.4911155700684, - "thread": 140634736203584, + "relativeCreated": 794.7220802307129, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48309,8 +48309,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870081, + "asctime": "2021-01-11 11:25:04,642", + "created": 1610360704.642331, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48320,14 +48320,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 870.0809478759766, + "msecs": 642.3308849334717, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.6229610443115, - "thread": 140634736203584, + "relativeCreated": 795.0539588928223, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48337,8 +48337,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870149, + "asctime": "2021-01-11 11:25:04,642", + "created": 1610360704.642523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48348,22 +48348,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 870.1488971710205, + "msecs": 642.5230503082275, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.6909103393555, - "thread": 140634736203584, + "relativeCreated": 795.2461242675781, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870208, + "asctime": "2021-01-11 11:25:04,642", + "created": 1610360704.642681, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48373,14 +48373,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 870.2080249786377, + "msecs": 642.6808834075928, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.7500381469727, - "thread": 140634736203584, + "relativeCreated": 795.4039573669434, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48389,8 +48389,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870283, + "asctime": "2021-01-11 11:25:04,642", + "created": 1610360704.642881, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48400,14 +48400,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 870.2828884124756, + "msecs": 642.880916595459, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.8249015808105, - "thread": 140634736203584, + "relativeCreated": 795.6039905548096, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48415,8 +48415,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870354, + "asctime": "2021-01-11 11:25:04,643", + "created": 1610360704.643065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48426,14 +48426,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 870.3539371490479, + "msecs": 643.0649757385254, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.8959503173828, - "thread": 140634736203584, + "relativeCreated": 795.788049697876, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48441,8 +48441,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870452, + "asctime": "2021-01-11 11:25:04,643", + "created": 1610360704.643326, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48452,14 +48452,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 870.4519271850586, + "msecs": 643.3260440826416, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 803.9939403533936, - "thread": 140634736203584, + "relativeCreated": 796.0491180419922, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48469,8 +48469,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870537, + "asctime": "2021-01-11 11:25:04,643", + "created": 1610360704.643559, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48480,14 +48480,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 870.5370426177979, + "msecs": 643.5589790344238, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.0790557861328, - "thread": 140634736203584, + "relativeCreated": 796.2820529937744, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48497,8 +48497,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870606, + "asctime": "2021-01-11 11:25:04,643", + "created": 1610360704.643741, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48508,14 +48508,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 870.6059455871582, + "msecs": 643.7408924102783, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.1479587554932, - "thread": 140634736203584, + "relativeCreated": 796.4639663696289, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48524,8 +48524,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870671, + "asctime": "2021-01-11 11:25:04,643", + "created": 1610360704.643914, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48535,14 +48535,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 870.6710338592529, + "msecs": 643.913984298706, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.2130470275879, - "thread": 140634736203584, + "relativeCreated": 796.6370582580566, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48551,8 +48551,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870735, + "asctime": "2021-01-11 11:25:04,644", + "created": 1610360704.644084, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48562,14 +48562,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 870.7349300384521, + "msecs": 644.0839767456055, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.2769432067871, - "thread": 140634736203584, + "relativeCreated": 796.807050704956, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48578,8 +48578,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870793, + "asctime": "2021-01-11 11:25:04,644", + "created": 1610360704.644241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48589,22 +48589,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 870.7931041717529, + "msecs": 644.2410945892334, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.3351173400879, - "thread": 140634736203584, + "relativeCreated": 796.964168548584, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:14,870", - "created": 1610346614.870855, + "asctime": "2021-01-11 11:25:04,644", + "created": 1610360704.644489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48614,22 +48614,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 870.8550930023193, + "msecs": 644.489049911499, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.3971061706543, - "thread": 140634736203584, + "relativeCreated": 797.2121238708496, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871016, + "asctime": "2021-01-11 11:25:04,644", + "created": 1610360704.644865, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48639,14 +48639,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 871.0160255432129, + "msecs": 644.8650360107422, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.5580387115479, - "thread": 140634736203584, + "relativeCreated": 797.5881099700928, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48655,8 +48655,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871084, + "asctime": "2021-01-11 11:25:04,644", + "created": 1610360704.644929, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48666,14 +48666,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 871.0839748382568, + "msecs": 644.9289321899414, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.6259880065918, - "thread": 140634736203584, + "relativeCreated": 797.652006149292, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48681,8 +48681,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871172, + "asctime": "2021-01-11 11:25:04,645", + "created": 1610360704.645004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48692,14 +48692,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 871.1719512939453, + "msecs": 645.0040340423584, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.7139644622803, - "thread": 140634736203584, + "relativeCreated": 797.727108001709, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48707,8 +48707,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871235, + "asctime": "2021-01-11 11:25:04,645", + "created": 1610360704.645057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48718,14 +48718,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 871.2348937988281, + "msecs": 645.056962966919, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.7769069671631, - "thread": 140634736203584, + "relativeCreated": 797.7800369262695, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48733,8 +48733,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871298, + "asctime": "2021-01-11 11:25:04,645", + "created": 1610360704.64511, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48744,14 +48744,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 871.29807472229, + "msecs": 645.1098918914795, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.840087890625, - "thread": 140634736203584, + "relativeCreated": 797.8329658508301, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48759,8 +48759,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871356, + "asctime": "2021-01-11 11:25:04,645", + "created": 1610360704.645158, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48770,14 +48770,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 871.3560104370117, + "msecs": 645.158052444458, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.8980236053467, - "thread": 140634736203584, + "relativeCreated": 797.8811264038086, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48787,8 +48787,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871419, + "asctime": "2021-01-11 11:25:04,645", + "created": 1610360704.645211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48798,14 +48798,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 871.4189529418945, + "msecs": 645.2109813690186, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 804.9609661102295, - "thread": 140634736203584, + "relativeCreated": 797.9340553283691, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48815,8 +48815,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871488, + "asctime": "2021-01-11 11:25:04,645", + "created": 1610360704.64527, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48826,14 +48826,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 871.488094329834, + "msecs": 645.2701091766357, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 805.030107498169, - "thread": 140634736203584, + "relativeCreated": 797.9931831359863, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48843,8 +48843,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871556, + "asctime": "2021-01-11 11:25:04,645", + "created": 1610360704.645327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48854,14 +48854,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 871.5560436248779, + "msecs": 645.327091217041, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 805.0980567932129, - "thread": 140634736203584, + "relativeCreated": 798.0501651763916, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48871,8 +48871,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871619, + "asctime": "2021-01-11 11:25:04,645", + "created": 1610360704.645383, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48882,22 +48882,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 871.6189861297607, + "msecs": 645.3828811645508, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 805.1609992980957, - "thread": 140634736203584, + "relativeCreated": 798.1059551239014, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:14,871", - "created": 1610346614.871682, + "asctime": "2021-01-11 11:25:04,645", + "created": 1610360704.645432, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48907,14 +48907,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 871.6819286346436, + "msecs": 645.4319953918457, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 805.2239418029785, - "thread": 140634736203584, + "relativeCreated": 798.1550693511963, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48923,8 +48923,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:14,872", - "created": 1610346614.872941, + "asctime": "2021-01-11 11:25:04,646", + "created": 1610360704.646516, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48934,14 +48934,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 872.9410171508789, + "msecs": 646.5160846710205, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 806.4830303192139, - "thread": 140634736203584, + "relativeCreated": 799.2391586303711, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48949,8 +48949,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873064, + "asctime": "2021-01-11 11:25:04,646", + "created": 1610360704.646591, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48960,14 +48960,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 873.0640411376953, + "msecs": 646.5909481048584, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 806.6060543060303, - "thread": 140634736203584, + "relativeCreated": 799.314022064209, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -48975,8 +48975,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873168, + "asctime": "2021-01-11 11:25:04,646", + "created": 1610360704.646654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -48986,14 +48986,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 873.1679916381836, + "msecs": 646.6538906097412, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 806.7100048065186, - "thread": 140634736203584, + "relativeCreated": 799.3769645690918, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -49003,8 +49003,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873274, + "asctime": "2021-01-11 11:25:04,646", + "created": 1610360704.646719, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49014,14 +49014,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 873.2740879058838, + "msecs": 646.7189788818359, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 806.8161010742188, - "thread": 140634736203584, + "relativeCreated": 799.4420528411865, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -49031,8 +49031,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873347, + "asctime": "2021-01-11 11:25:04,646", + "created": 1610360704.646781, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49042,14 +49042,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 873.3470439910889, + "msecs": 646.7809677124023, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 806.8890571594238, - "thread": 140634736203584, + "relativeCreated": 799.5040416717529, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -49058,8 +49058,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873415, + "asctime": "2021-01-11 11:25:04,646", + "created": 1610360704.646839, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49069,14 +49069,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 873.4149932861328, + "msecs": 646.838903427124, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 806.9570064544678, - "thread": 140634736203584, + "relativeCreated": 799.5619773864746, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -49085,8 +49085,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873491, + "asctime": "2021-01-11 11:25:04,646", + "created": 1610360704.646892, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49096,14 +49096,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 873.4910488128662, + "msecs": 646.8920707702637, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.0330619812012, - "thread": 140634736203584, + "relativeCreated": 799.6151447296143, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -49112,8 +49112,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873555, + "asctime": "2021-01-11 11:25:04,646", + "created": 1610360704.646943, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49123,22 +49123,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 873.5549449920654, + "msecs": 646.9430923461914, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.0969581604004, - "thread": 140634736203584, + "relativeCreated": 799.666166305542, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873615, + "asctime": "2021-01-11 11:25:04,646", + "created": 1610360704.646999, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49148,32 +49148,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 873.615026473999, + "msecs": 646.9988822937012, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.157039642334, - "thread": 140634736203584, + "relativeCreated": 799.7219562530518, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 873.6779689788818, + "msecs": 647.0520496368408, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.2199821472168, - "thread": 140634736203584, + "relativeCreated": 799.7751235961914, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 6.29425048828125e-05 + "time_consumption": 5.316734313964844e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:15,217", - "created": 1610346615.21766, + "asctime": "2021-01-11 11:25:04,990", + "created": 1610360704.990856, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -49188,8 +49188,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873809, + "asctime": "2021-01-11 11:25:04,647", + "created": 1610360704.647188, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49199,22 +49199,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 873.8090991973877, + "msecs": 647.1879482269287, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.3511123657227, - "thread": 140634736203584, + "relativeCreated": 799.9110221862793, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873877, + "asctime": "2021-01-11 11:25:04,647", + "created": 1610360704.647238, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49224,22 +49224,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 873.8770484924316, + "msecs": 647.23801612854, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.4190616607666, - "thread": 140634736203584, + "relativeCreated": 799.9610900878906, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:14,873", - "created": 1610346614.873944, + "asctime": "2021-01-11 11:25:04,647", + "created": 1610360704.647284, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49249,14 +49249,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 873.9440441131592, + "msecs": 647.2840309143066, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.4860572814941, - "thread": 140634736203584, + "relativeCreated": 800.0071048736572, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -49267,8 +49267,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:14,874", - "created": 1610346614.874053, + "asctime": "2021-01-11 11:25:04,647", + "created": 1610360704.647359, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49278,22 +49278,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 874.0530014038086, + "msecs": 647.3588943481445, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.5950145721436, - "thread": 140634736203584, + "relativeCreated": 800.0819683074951, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:14,874", - "created": 1610346614.874276, + "asctime": "2021-01-11 11:25:04,647", + "created": 1610360704.647508, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49303,22 +49303,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 874.2759227752686, + "msecs": 647.507905960083, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.8179359436035, - "thread": 140634736203584, + "relativeCreated": 800.2309799194336, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:14,874", - "created": 1610346614.874362, + "asctime": "2021-01-11 11:25:04,647", + "created": 1610360704.64756, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49328,22 +49328,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 874.3619918823242, + "msecs": 647.5598812103271, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.9040050506592, - "thread": 140634736203584, + "relativeCreated": 800.2829551696777, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:14,874", - "created": 1610346614.874444, + "asctime": "2021-01-11 11:25:04,647", + "created": 1610360704.647607, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49353,14 +49353,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 874.4440078735352, + "msecs": 647.6070880889893, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 807.9860210418701, - "thread": 140634736203584, + "relativeCreated": 800.3301620483398, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -49368,8 +49368,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:14,874", - "created": 1610346614.874646, + "asctime": "2021-01-11 11:25:04,655", + "created": 1610360704.655349, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49379,14 +49379,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 874.6459484100342, + "msecs": 655.3490161895752, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.1879615783691, - "thread": 140634698123008, + "relativeCreated": 808.0720901489258, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49394,8 +49394,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:14,874", - "created": 1610346614.87483, + "asctime": "2021-01-11 11:25:04,655", + "created": 1610360704.6555, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49405,14 +49405,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 874.8300075531006, + "msecs": 655.4999351501465, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.3720207214355, - "thread": 140634698123008, + "relativeCreated": 808.2230091094971, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49420,8 +49420,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,874", - "created": 1610346614.874906, + "asctime": "2021-01-11 11:25:04,655", + "created": 1610360704.655565, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49431,14 +49431,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 874.906063079834, + "msecs": 655.5650234222412, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.448076248169, - "thread": 140634698123008, + "relativeCreated": 808.2880973815918, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49447,8 +49447,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:14,874", - "created": 1610346614.87497, + "asctime": "2021-01-11 11:25:04,655", + "created": 1610360704.65562, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49458,14 +49458,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 874.9699592590332, + "msecs": 655.6200981140137, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.5119724273682, - "thread": 140634698123008, + "relativeCreated": 808.3431720733643, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49473,8 +49473,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875051, + "asctime": "2021-01-11 11:25:04,655", + "created": 1610360704.655688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49484,14 +49484,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 875.0510215759277, + "msecs": 655.6880474090576, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.5930347442627, - "thread": 140634698123008, + "relativeCreated": 808.4111213684082, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49500,8 +49500,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.87511, + "asctime": "2021-01-11 11:25:04,655", + "created": 1610360704.655738, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49511,14 +49511,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 875.1099109649658, + "msecs": 655.738115310669, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.6519241333008, - "thread": 140634698123008, + "relativeCreated": 808.4611892700195, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49526,8 +49526,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875193, + "asctime": "2021-01-11 11:25:04,655", + "created": 1610360704.655807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49537,14 +49537,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 875.1931190490723, + "msecs": 655.8070182800293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.7351322174072, - "thread": 140634698123008, + "relativeCreated": 808.5300922393799, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49553,8 +49553,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875254, + "asctime": "2021-01-11 11:25:04,655", + "created": 1610360704.655858, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49564,14 +49564,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 875.2539157867432, + "msecs": 655.858039855957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.7959289550781, - "thread": 140634698123008, + "relativeCreated": 808.5811138153076, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49579,8 +49579,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875323, + "asctime": "2021-01-11 11:25:04,655", + "created": 1610360704.655917, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49590,14 +49590,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 875.3230571746826, + "msecs": 655.9169292449951, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.8650703430176, - "thread": 140634698123008, + "relativeCreated": 808.6400032043457, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49606,8 +49606,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875379, + "asctime": "2021-01-11 11:25:04,655", + "created": 1610360704.655963, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49617,14 +49617,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 875.3790855407715, + "msecs": 655.9629440307617, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.9210987091064, - "thread": 140634698123008, + "relativeCreated": 808.6860179901123, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49632,8 +49632,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875456, + "asctime": "2021-01-11 11:25:04,656", + "created": 1610360704.656028, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49643,14 +49643,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 875.4560947418213, + "msecs": 656.0280323028564, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 808.9981079101562, - "thread": 140634698123008, + "relativeCreated": 808.751106262207, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49659,8 +49659,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875511, + "asctime": "2021-01-11 11:25:04,656", + "created": 1610360704.656074, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49670,14 +49670,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 875.5109310150146, + "msecs": 656.074047088623, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 809.0529441833496, - "thread": 140634698123008, + "relativeCreated": 808.7971210479736, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49685,8 +49685,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875594, + "asctime": "2021-01-11 11:25:04,656", + "created": 1610360704.656145, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49696,14 +49696,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 875.593900680542, + "msecs": 656.1450958251953, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 809.135913848877, - "thread": 140634698123008, + "relativeCreated": 808.8681697845459, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49711,8 +49711,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875665, + "asctime": "2021-01-11 11:25:04,656", + "created": 1610360704.656205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49722,14 +49722,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 875.6649494171143, + "msecs": 656.2049388885498, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 809.2069625854492, - "thread": 140634698123008, + "relativeCreated": 808.9280128479004, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49737,8 +49737,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875743, + "asctime": "2021-01-11 11:25:04,656", + "created": 1610360704.656258, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49748,14 +49748,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 875.7429122924805, + "msecs": 656.2581062316895, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 809.2849254608154, - "thread": 140634698123008, + "relativeCreated": 808.98118019104, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49764,8 +49764,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875825, + "asctime": "2021-01-11 11:25:04,656", + "created": 1610360704.656304, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49775,14 +49775,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 875.8249282836914, + "msecs": 656.303882598877, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 809.3669414520264, - "thread": 140634698123008, + "relativeCreated": 809.0269565582275, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49790,8 +49790,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:14,875", - "created": 1610346614.875946, + "asctime": "2021-01-11 11:25:04,656", + "created": 1610360704.656403, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49801,14 +49801,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 875.946044921875, + "msecs": 656.4030647277832, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 809.48805809021, - "thread": 140634698123008, + "relativeCreated": 809.1261386871338, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49819,8 +49819,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:14,876", - "created": 1610346614.87609, + "asctime": "2021-01-11 11:25:04,656", + "created": 1610360704.656525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49830,14 +49830,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 876.0900497436523, + "msecs": 656.5248966217041, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 809.6320629119873, - "thread": 140634698123008, + "relativeCreated": 809.2479705810547, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49845,8 +49845,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:14,876", - "created": 1610346614.876169, + "asctime": "2021-01-11 11:25:04,656", + "created": 1610360704.65658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49856,14 +49856,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 876.168966293335, + "msecs": 656.5799713134766, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 809.7109794616699, - "thread": 140634698123008, + "relativeCreated": 809.3030452728271, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49874,8 +49874,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:14,876", - "created": 1610346614.876268, + "asctime": "2021-01-11 11:25:04,656", + "created": 1610360704.656649, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49885,14 +49885,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 876.2679100036621, + "msecs": 656.649112701416, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 809.8099231719971, - "thread": 140634698123008, + "relativeCreated": 809.3721866607666, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -49900,8 +49900,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:14,877", - "created": 1610346614.877398, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657022, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49911,14 +49911,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 877.3980140686035, + "msecs": 657.0219993591309, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 810.9400272369385, - "thread": 140634689730304, + "relativeCreated": 809.7450733184814, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -49926,8 +49926,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:14,877", - "created": 1610346614.877574, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657197, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -49937,14 +49937,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 877.5739669799805, + "msecs": 657.1969985961914, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.1159801483154, - "thread": 140634689730304, + "relativeCreated": 809.920072555542, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -49952,8 +49952,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,877", - "created": 1610346614.877649, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657277, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49963,14 +49963,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 877.6490688323975, + "msecs": 657.2771072387695, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.1910820007324, - "thread": 140634689730304, + "relativeCreated": 810.0001811981201, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -49979,8 +49979,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:14,877", - "created": 1610346614.87772, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657348, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -49990,14 +49990,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 877.7201175689697, + "msecs": 657.3479175567627, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.2621307373047, - "thread": 140634689730304, + "relativeCreated": 810.0709915161133, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50005,8 +50005,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,877", - "created": 1610346614.877816, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657435, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50016,14 +50016,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 877.8159618377686, + "msecs": 657.4349403381348, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.3579750061035, - "thread": 140634689730304, + "relativeCreated": 810.1580142974854, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50032,8 +50032,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,877", - "created": 1610346614.877886, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50043,14 +50043,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 877.8860569000244, + "msecs": 657.5028896331787, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.4280700683594, - "thread": 140634689730304, + "relativeCreated": 810.2259635925293, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50058,8 +50058,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,877", - "created": 1610346614.877984, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657602, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50069,14 +50069,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 877.9840469360352, + "msecs": 657.602071762085, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.5260601043701, - "thread": 140634689730304, + "relativeCreated": 810.3251457214355, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50085,8 +50085,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.878049, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50096,14 +50096,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 878.0488967895508, + "msecs": 657.6728820800781, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.5909099578857, - "thread": 140634689730304, + "relativeCreated": 810.3959560394287, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50111,8 +50111,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.878122, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657764, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50122,14 +50122,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 878.122091293335, + "msecs": 657.7639579772949, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.6641044616699, - "thread": 140634689730304, + "relativeCreated": 810.4870319366455, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50138,8 +50138,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.87818, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657832, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50149,14 +50149,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 878.1800270080566, + "msecs": 657.8319072723389, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.7220401763916, - "thread": 140634689730304, + "relativeCreated": 810.5549812316895, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50164,8 +50164,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.878262, + "asctime": "2021-01-11 11:25:04,657", + "created": 1610360704.657937, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50175,14 +50175,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 878.2620429992676, + "msecs": 657.9370498657227, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.8040561676025, - "thread": 140634689730304, + "relativeCreated": 810.6601238250732, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50191,8 +50191,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.878317, + "asctime": "2021-01-11 11:25:04,658", + "created": 1610360704.658016, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50202,14 +50202,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 878.31711769104, + "msecs": 658.0159664154053, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.859130859375, - "thread": 140634689730304, + "relativeCreated": 810.7390403747559, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50217,8 +50217,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.878401, + "asctime": "2021-01-11 11:25:04,658", + "created": 1610360704.658145, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50228,14 +50228,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 878.4010410308838, + "msecs": 658.1449508666992, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 811.9430541992188, - "thread": 140634689730304, + "relativeCreated": 810.8680248260498, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50243,8 +50243,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.878468, + "asctime": "2021-01-11 11:25:04,658", + "created": 1610360704.658254, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50254,14 +50254,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 878.4680366516113, + "msecs": 658.2539081573486, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 812.0100498199463, - "thread": 140634689730304, + "relativeCreated": 810.9769821166992, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50269,8 +50269,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.878536, + "asctime": "2021-01-11 11:25:04,658", + "created": 1610360704.658373, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50280,14 +50280,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 878.5359859466553, + "msecs": 658.3731174468994, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 812.0779991149902, - "thread": 140634689730304, + "relativeCreated": 811.09619140625, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50296,8 +50296,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.878592, + "asctime": "2021-01-11 11:25:04,658", + "created": 1610360704.658449, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50307,14 +50307,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 878.5920143127441, + "msecs": 658.4489345550537, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 812.1340274810791, - "thread": 140634689730304, + "relativeCreated": 811.1720085144043, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50322,8 +50322,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.87871, + "asctime": "2021-01-11 11:25:04,658", + "created": 1610360704.658592, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50333,14 +50333,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 878.7100315093994, + "msecs": 658.5919857025146, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 812.2520446777344, - "thread": 140634689730304, + "relativeCreated": 811.3150596618652, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50351,8 +50351,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.878839, + "asctime": "2021-01-11 11:25:04,658", + "created": 1610360704.658746, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50362,14 +50362,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 878.8390159606934, + "msecs": 658.7460041046143, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 812.3810291290283, - "thread": 140634689730304, + "relativeCreated": 811.4690780639648, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -50377,8 +50377,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:14,878", - "created": 1610346614.878913, + "asctime": "2021-01-11 11:25:04,658", + "created": 1610360704.658835, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50388,32 +50388,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 878.9129257202148, + "msecs": 658.8349342346191, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 812.4549388885498, - "thread": 140634689730304, + "relativeCreated": 811.5580081939697, + "thread": 139854738355968, "threadName": "Thread-4" } ], - "msecs": 217.65995025634766, + "msecs": 990.8559322357178, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1151.2019634246826, - "thread": 140634736203584, + "relativeCreated": 1143.5790061950684, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3387470245361328 + "time_consumption": 0.33202099800109863 }, { "args": [], - "asctime": "2021-01-11 07:30:15,520", - "created": 1610346615.52047, + "asctime": "2021-01-11 11:25:05,293", + "created": 1610360705.29384, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -50432,8 +50432,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:15,218", - "created": 1610346615.218403, + "asctime": "2021-01-11 11:25:04,991", + "created": 1610360704.9916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50443,14 +50443,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 218.40310096740723, + "msecs": 991.6000366210938, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1151.9451141357422, - "thread": 140634736203584, + "relativeCreated": 1144.3231105804443, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -50458,8 +50458,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:15,242", - "created": 1610346615.24222, + "asctime": "2021-01-11 11:25:05,021", + "created": 1610360705.021981, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50469,14 +50469,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 242.2199249267578, + "msecs": 21.981000900268555, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1175.7619380950928, - "thread": 140634698123008, + "relativeCreated": 1174.7040748596191, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50484,8 +50484,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:15,242", - "created": 1610346615.2428, + "asctime": "2021-01-11 11:25:05,022", + "created": 1610360705.022482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50495,14 +50495,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 242.7999973297119, + "msecs": 22.481918334960938, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1176.3420104980469, - "thread": 140634698123008, + "relativeCreated": 1175.2049922943115, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50510,8 +50510,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,243", - "created": 1610346615.243032, + "asctime": "2021-01-11 11:25:05,022", + "created": 1610360705.02269, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50521,14 +50521,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 243.03197860717773, + "msecs": 22.6900577545166, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1176.5739917755127, - "thread": 140634698123008, + "relativeCreated": 1175.4131317138672, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50537,8 +50537,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:15,243", - "created": 1610346615.243213, + "asctime": "2021-01-11 11:25:05,022", + "created": 1610360705.022869, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50548,14 +50548,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 243.21293830871582, + "msecs": 22.869110107421875, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1176.7549514770508, - "thread": 140634698123008, + "relativeCreated": 1175.5921840667725, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50563,8 +50563,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,243", - "created": 1610346615.243435, + "asctime": "2021-01-11 11:25:05,023", + "created": 1610360705.02308, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50574,14 +50574,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 243.43490600585938, + "msecs": 23.080110549926758, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1176.9769191741943, - "thread": 140634698123008, + "relativeCreated": 1175.8031845092773, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50590,8 +50590,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,243", - "created": 1610346615.243619, + "asctime": "2021-01-11 11:25:05,023", + "created": 1610360705.023256, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50601,14 +50601,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 243.61896514892578, + "msecs": 23.25606346130371, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1177.1609783172607, - "thread": 140634698123008, + "relativeCreated": 1175.9791374206543, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50616,8 +50616,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,243", - "created": 1610346615.243857, + "asctime": "2021-01-11 11:25:05,023", + "created": 1610360705.023479, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50627,14 +50627,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 243.85690689086914, + "msecs": 23.478984832763672, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1177.398920059204, - "thread": 140634698123008, + "relativeCreated": 1176.2020587921143, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50643,8 +50643,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,244", - "created": 1610346615.244016, + "asctime": "2021-01-11 11:25:05,023", + "created": 1610360705.023635, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50654,14 +50654,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 244.01593208312988, + "msecs": 23.634910583496094, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1177.5579452514648, - "thread": 140634698123008, + "relativeCreated": 1176.3579845428467, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50669,8 +50669,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,244", - "created": 1610346615.244215, + "asctime": "2021-01-11 11:25:05,023", + "created": 1610360705.023832, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50680,14 +50680,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 244.2150115966797, + "msecs": 23.832082748413086, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1177.7570247650146, - "thread": 140634698123008, + "relativeCreated": 1176.5551567077637, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50696,8 +50696,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,244", - "created": 1610346615.244423, + "asctime": "2021-01-11 11:25:05,023", + "created": 1610360705.023991, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50707,14 +50707,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 244.42291259765625, + "msecs": 23.991107940673828, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1177.9649257659912, - "thread": 140634698123008, + "relativeCreated": 1176.7141819000244, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50722,8 +50722,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9c 3a 3e" ], - "asctime": "2021-01-11 07:30:15,244", - "created": 1610346615.244909, + "asctime": "2021-01-11 11:25:05,024", + "created": 1610360705.024352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50733,14 +50733,14 @@ "lineno": 284, "message": "comm-client: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9c 3a 3e", "module": "__init__", - "msecs": 244.90904808044434, + "msecs": 24.352073669433594, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1178.4510612487793, - "thread": 140634698123008, + "relativeCreated": 1177.0751476287842, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50748,8 +50748,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9c 3a 3e" ], - "asctime": "2021-01-11 07:30:15,245", - "created": 1610346615.245177, + "asctime": "2021-01-11 11:25:05,024", + "created": 1610360705.024692, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50759,14 +50759,14 @@ "lineno": 414, "message": "comm-server: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9c 3a 3e", "module": "__init__", - "msecs": 245.1770305633545, + "msecs": 24.692058563232422, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1178.7190437316895, - "thread": 140634698123008, + "relativeCreated": 1177.415132522583, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50774,8 +50774,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,245", - "created": 1610346615.245417, + "asctime": "2021-01-11 11:25:05,025", + "created": 1610360705.025211, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50785,14 +50785,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 245.41711807250977, + "msecs": 25.211095809936523, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1178.9591312408447, - "thread": 140634698123008, + "relativeCreated": 1177.934169769287, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50801,8 +50801,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,245", - "created": 1610346615.245616, + "asctime": "2021-01-11 11:25:05,025", + "created": 1610360705.025406, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50812,14 +50812,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 245.61595916748047, + "msecs": 25.4058837890625, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1179.1579723358154, - "thread": 140634698123008, + "relativeCreated": 1178.128957748413, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50827,8 +50827,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,245", - "created": 1610346615.245803, + "asctime": "2021-01-11 11:25:05,025", + "created": 1610360705.025595, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50838,14 +50838,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 245.8031177520752, + "msecs": 25.59494972229004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1179.3451309204102, - "thread": 140634698123008, + "relativeCreated": 1178.3180236816406, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50854,8 +50854,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:15,245", - "created": 1610346615.245955, + "asctime": "2021-01-11 11:25:05,025", + "created": 1610360705.025747, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50865,14 +50865,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 245.9549903869629, + "msecs": 25.747060775756836, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1179.4970035552979, - "thread": 140634698123008, + "relativeCreated": 1178.4701347351074, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50880,8 +50880,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9c" ], - "asctime": "2021-01-11 07:30:15,246", - "created": 1610346615.246354, + "asctime": "2021-01-11 11:25:05,026", + "created": 1610360705.026149, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -50891,22 +50891,22 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9c", "module": "stp", - "msecs": 246.3541030883789, + "msecs": 26.14903450012207, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1179.8961162567139, - "thread": 140634698123008, + "relativeCreated": 1178.8721084594727, + "thread": 139854950721280, "threadName": "Thread-3" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:15,246", - "created": 1610346615.246728, + "asctime": "2021-01-11 11:25:05,026", + "created": 1610360705.026487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50916,14 +50916,14 @@ "lineno": 453, "message": "prot-server: Received message has an invalid checksum. Message will be ignored.", "module": "__init__", - "msecs": 246.72794342041016, + "msecs": 26.487112045288086, "msg": "%s Received message has an invalid checksum. Message will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1180.2699565887451, - "thread": 140634698123008, + "relativeCreated": 1179.2101860046387, + "thread": 139854950721280, "threadName": "Thread-3" }, { @@ -50933,8 +50933,8 @@ "17", "34" ], - "asctime": "2021-01-11 07:30:15,520", - "created": 1610346615.520076, + "asctime": "2021-01-11 11:25:05,293", + "created": 1610360705.293476, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -50944,35 +50944,35 @@ "lineno": 668, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 520.0760364532471, + "msecs": 293.4761047363281, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1453.618049621582, - "thread": 140634736203584, + "relativeCreated": 1446.1991786956787, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 520.4699039459229, + "msecs": 293.8399314880371, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1454.0119171142578, - "thread": 140634736203584, + "relativeCreated": 1446.5630054473877, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00039386749267578125 + "time_consumption": 0.0003638267517089844 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:15,521", - "created": 1610346615.521273, + "asctime": "2021-01-11 11:25:05,294", + "created": 1610360705.294587, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -50989,8 +50989,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:15,520", - "created": 1610346615.5209, + "asctime": "2021-01-11 11:25:05,294", + "created": 1610360705.294216, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51000,14 +51000,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 520.9000110626221, + "msecs": 294.2159175872803, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1454.442024230957, - "thread": 140634736203584, + "relativeCreated": 1446.9389915466309, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -51016,8 +51016,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:15,521", - "created": 1610346615.521093, + "asctime": "2021-01-11 11:25:05,294", + "created": 1610360705.29441, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51027,35 +51027,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 521.0928916931152, + "msecs": 294.40999031066895, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1454.6349048614502, - "thread": 140634736203584, + "relativeCreated": 1447.1330642700195, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 521.2728977203369, + "msecs": 294.5868968963623, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1454.8149108886719, - "thread": 140634736203584, + "relativeCreated": 1447.309970855713, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001800060272216797 + "time_consumption": 0.00017690658569335938 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:15,521", - "created": 1610346615.521932, + "asctime": "2021-01-11 11:25:05,295", + "created": 1610360705.295401, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51072,8 +51072,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:15,521", - "created": 1610346615.521603, + "asctime": "2021-01-11 11:25:05,294", + "created": 1610360705.29485, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51083,14 +51083,14 @@ "lineno": 22, "message": "Result (Checksum Error -> No message received by server): None ()", "module": "test", - "msecs": 521.6031074523926, + "msecs": 294.85011100769043, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1455.1451206207275, - "thread": 140634736203584, + "relativeCreated": 1447.573184967041, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -51099,8 +51099,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:15,521", - "created": 1610346615.521773, + "asctime": "2021-01-11 11:25:05,295", + "created": 1610360705.295205, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51110,32 +51110,32 @@ "lineno": 26, "message": "Expectation (Checksum Error -> No message received by server): result = None ()", "module": "test", - "msecs": 521.773099899292, + "msecs": 295.20511627197266, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1455.315113067627, - "thread": 140634736203584, + "relativeCreated": 1447.9281902313232, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 521.9318866729736, + "msecs": 295.40109634399414, "msg": "Checksum Error -> No message received by server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1455.4738998413086, - "thread": 140634736203584, + "relativeCreated": 1448.1241703033447, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015878677368164062 + "time_consumption": 0.00019598007202148438 }, { "args": [], - "asctime": "2021-01-11 07:30:15,824", - "created": 1610346615.824204, + "asctime": "2021-01-11 11:25:05,597", + "created": 1610360705.597671, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -51154,8 +51154,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:15,522", - "created": 1610346615.522303, + "asctime": "2021-01-11 11:25:05,295", + "created": 1610360705.295787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51165,14 +51165,14 @@ "lineno": 445, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 522.3031044006348, + "msecs": 295.78709602355957, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1455.8451175689697, - "thread": 140634736203584, + "relativeCreated": 1448.5101699829102, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -51180,8 +51180,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:15,545", - "created": 1610346615.545608, + "asctime": "2021-01-11 11:25:05,325", + "created": 1610360705.325253, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51191,14 +51191,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 545.6080436706543, + "msecs": 325.2530097961426, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1479.1500568389893, - "thread": 140634689730304, + "relativeCreated": 1477.9760837554932, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51206,8 +51206,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:15,546", - "created": 1610346615.546134, + "asctime": "2021-01-11 11:25:05,325", + "created": 1610360705.325777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51217,14 +51217,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 546.1339950561523, + "msecs": 325.7770538330078, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1479.6760082244873, - "thread": 140634689730304, + "relativeCreated": 1478.5001277923584, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51232,8 +51232,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,546", - "created": 1610346615.54635, + "asctime": "2021-01-11 11:25:05,325", + "created": 1610360705.325987, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51243,14 +51243,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 546.3500022888184, + "msecs": 325.9871006011963, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1479.8920154571533, - "thread": 140634689730304, + "relativeCreated": 1478.7101745605469, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51259,8 +51259,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:15,546", - "created": 1610346615.546558, + "asctime": "2021-01-11 11:25:05,326", + "created": 1610360705.326176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51270,14 +51270,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 546.5579032897949, + "msecs": 326.1759281158447, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1480.0999164581299, - "thread": 140634689730304, + "relativeCreated": 1478.8990020751953, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51285,8 +51285,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,546", - "created": 1610346615.546781, + "asctime": "2021-01-11 11:25:05,326", + "created": 1610360705.326391, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51296,14 +51296,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 546.781063079834, + "msecs": 326.39098167419434, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1480.323076248169, - "thread": 140634689730304, + "relativeCreated": 1479.114055633545, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51312,8 +51312,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,546", - "created": 1610346615.546943, + "asctime": "2021-01-11 11:25:05,326", + "created": 1610360705.326555, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51323,14 +51323,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 546.942949295044, + "msecs": 326.5550136566162, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1480.484962463379, - "thread": 140634689730304, + "relativeCreated": 1479.2780876159668, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51338,8 +51338,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,547", - "created": 1610346615.547171, + "asctime": "2021-01-11 11:25:05,326", + "created": 1610360705.326788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51349,14 +51349,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 547.1711158752441, + "msecs": 326.78794860839844, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1480.713129043579, - "thread": 140634689730304, + "relativeCreated": 1479.511022567749, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51365,8 +51365,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,547", - "created": 1610346615.54734, + "asctime": "2021-01-11 11:25:05,326", + "created": 1610360705.326945, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51376,14 +51376,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 547.339916229248, + "msecs": 326.94506645202637, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1480.881929397583, - "thread": 140634689730304, + "relativeCreated": 1479.668140411377, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51391,8 +51391,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,547", - "created": 1610346615.547541, + "asctime": "2021-01-11 11:25:05,327", + "created": 1610360705.32714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51402,14 +51402,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 547.5409030914307, + "msecs": 327.14009284973145, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1481.0829162597656, - "thread": 140634689730304, + "relativeCreated": 1479.863166809082, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51418,8 +51418,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,547", - "created": 1610346615.547694, + "asctime": "2021-01-11 11:25:05,327", + "created": 1610360705.327292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51429,14 +51429,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 547.6939678192139, + "msecs": 327.29196548461914, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1481.2359809875488, - "thread": 140634689730304, + "relativeCreated": 1480.0150394439697, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51444,8 +51444,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e" ], - "asctime": "2021-01-11 07:30:15,548", - "created": 1610346615.548427, + "asctime": "2021-01-11 11:25:05,327", + "created": 1610360705.327944, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51455,14 +51455,14 @@ "lineno": 284, "message": "comm-server: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e", "module": "__init__", - "msecs": 548.4271049499512, + "msecs": 327.9440402984619, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1481.9691181182861, - "thread": 140634689730304, + "relativeCreated": 1480.6671142578125, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51470,8 +51470,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e" ], - "asctime": "2021-01-11 07:30:15,548", - "created": 1610346615.548701, + "asctime": "2021-01-11 11:25:05,328", + "created": 1610360705.328303, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51481,14 +51481,14 @@ "lineno": 414, "message": "comm-client: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 7d 20 18 19 e8 3a 3e", "module": "__init__", - "msecs": 548.7010478973389, + "msecs": 328.30309867858887, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1482.2430610656738, - "thread": 140634689730304, + "relativeCreated": 1481.0261726379395, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51496,8 +51496,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,548", - "created": 1610346615.548956, + "asctime": "2021-01-11 11:25:05,328", + "created": 1610360705.328554, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51507,14 +51507,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 548.9559173583984, + "msecs": 328.5539150238037, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1482.4979305267334, - "thread": 140634689730304, + "relativeCreated": 1481.2769889831543, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51523,8 +51523,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,549", - "created": 1610346615.549115, + "asctime": "2021-01-11 11:25:05,328", + "created": 1610360705.328711, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51534,14 +51534,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 549.1149425506592, + "msecs": 328.71103286743164, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1482.6569557189941, - "thread": 140634689730304, + "relativeCreated": 1481.4341068267822, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51549,8 +51549,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,549", - "created": 1610346615.54932, + "asctime": "2021-01-11 11:25:05,328", + "created": 1610360705.328936, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51560,14 +51560,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 549.3199825286865, + "msecs": 328.9361000061035, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1482.8619956970215, - "thread": 140634689730304, + "relativeCreated": 1481.659173965454, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51576,8 +51576,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:15,549", - "created": 1610346615.549546, + "asctime": "2021-01-11 11:25:05,329", + "created": 1610360705.329099, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51587,14 +51587,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 549.5460033416748, + "msecs": 329.0989398956299, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1483.0880165100098, - "thread": 140634689730304, + "relativeCreated": 1481.8220138549805, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51602,8 +51602,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 35 7d 20 18 19 e8" ], - "asctime": "2021-01-11 07:30:15,550", - "created": 1610346615.550049, + "asctime": "2021-01-11 11:25:05,329", + "created": 1610360705.329552, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -51613,14 +51613,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 35 7d 20 18 19 e8", "module": "stp", - "msecs": 550.0490665435791, + "msecs": 329.55193519592285, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1483.591079711914, - "thread": 140634689730304, + "relativeCreated": 1482.2750091552734, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51631,8 +51631,8 @@ "status: service or data unknown", "u'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:15,550", - "created": 1610346615.550502, + "asctime": "2021-01-11 11:25:05,330", + "created": 1610360705.33001, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51642,22 +51642,22 @@ "lineno": 445, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"u'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 550.5020618438721, + "msecs": 330.00993728637695, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1484.044075012207, - "thread": 140634689730304, + "relativeCreated": 1482.7330112457275, + "thread": 139854738355968, "threadName": "Thread-4" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:15,550", - "created": 1610346615.550801, + "asctime": "2021-01-11 11:25:05,330", + "created": 1610360705.330312, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51667,14 +51667,14 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 550.8010387420654, + "msecs": 330.31201362609863, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1484.3430519104004, - "thread": 140634689730304, + "relativeCreated": 1483.0350875854492, + "thread": 139854738355968, "threadName": "Thread-4" }, { @@ -51684,8 +51684,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:15,823", - "created": 1610346615.823857, + "asctime": "2021-01-11 11:25:05,597", + "created": 1610360705.597334, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51695,35 +51695,35 @@ "lineno": 668, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 823.8570690155029, + "msecs": 597.3339080810547, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1757.399082183838, - "thread": 140634736203584, + "relativeCreated": 1750.0569820404053, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 824.2039680480957, + "msecs": 597.6710319519043, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1757.7459812164307, - "thread": 140634736203584, + "relativeCreated": 1750.3941059112549, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00034689903259277344 + "time_consumption": 0.0003371238708496094 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:15,824", - "created": 1610346615.824968, + "asctime": "2021-01-11 11:25:05,598", + "created": 1610360705.598425, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51740,8 +51740,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:15,824", - "created": 1610346615.824597, + "asctime": "2021-01-11 11:25:05,598", + "created": 1610360705.598059, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51751,14 +51751,14 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 824.5968818664551, + "msecs": 598.0589389801025, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1758.13889503479, - "thread": 140634736203584, + "relativeCreated": 1750.7820129394531, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -51767,8 +51767,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:15,824", - "created": 1610346615.824784, + "asctime": "2021-01-11 11:25:05,598", + "created": 1610360705.598249, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51778,35 +51778,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 824.7840404510498, + "msecs": 598.2489585876465, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1758.3260536193848, - "thread": 140634736203584, + "relativeCreated": 1750.972032546997, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 824.9680995941162, + "msecs": 598.4249114990234, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1758.5101127624512, - "thread": 140634736203584, + "relativeCreated": 1751.147985458374, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00018405914306640625 + "time_consumption": 0.00017595291137695312 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:15,825", - "created": 1610346615.825587, + "asctime": "2021-01-11 11:25:05,599", + "created": 1610360705.599016, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51823,8 +51823,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:15,825", - "created": 1610346615.825221, + "asctime": "2021-01-11 11:25:05,598", + "created": 1610360705.598689, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51834,14 +51834,14 @@ "lineno": 22, "message": "Result (Checksum Error -> No message received by client): None ()", "module": "test", - "msecs": 825.221061706543, + "msecs": 598.689079284668, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1758.763074874878, - "thread": 140634736203584, + "relativeCreated": 1751.4121532440186, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -51850,8 +51850,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:15,825", - "created": 1610346615.825383, + "asctime": "2021-01-11 11:25:05,598", + "created": 1610360705.598849, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -51861,39 +51861,39 @@ "lineno": 26, "message": "Expectation (Checksum Error -> No message received by client): result = None ()", "module": "test", - "msecs": 825.3829479217529, + "msecs": 598.8490581512451, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1758.924961090088, - "thread": 140634736203584, + "relativeCreated": 1751.5721321105957, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 825.5870342254639, + "msecs": 599.0159511566162, "msg": "Checksum Error -> No message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1759.1290473937988, - "thread": 140634736203584, + "relativeCreated": 1751.7390251159668, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002040863037109375 + "time_consumption": 0.00016689300537109375 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.9598619937896729, - "time_finished": "2021-01-11 07:30:15,825", - "time_start": "2021-01-11 07:30:14,865" + "time_consumption": 0.9620919227600098, + "time_finished": "2021-01-11 11:25:05,599", + "time_start": "2021-01-11 11:25:04,636" }, "_ZOW3ME0vEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:26,584", - "created": 1610346626.58446, + "asctime": "2021-01-11 11:25:16,353", + "created": 1610360716.35385, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51904,18 +51904,18 @@ "message": "_ZOW3ME0vEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 584.4600200653076, + "msecs": 353.8498878479004, "msg": "_ZOW3ME0vEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12518.002033233643, + "relativeCreated": 12506.572961807251, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:26,596", - "created": 1610346626.596497, + "asctime": "2021-01-11 11:25:16,364", + "created": 1610360716.364158, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -51930,8 +51930,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:26,585", - "created": 1610346626.585608, + "asctime": "2021-01-11 11:25:16,354", + "created": 1610360716.354973, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51941,22 +51941,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 585.6080055236816, + "msecs": 354.97307777404785, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12519.150018692017, - "thread": 140634736203584, + "relativeCreated": 12507.696151733398, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:26,586", - "created": 1610346626.586386, + "asctime": "2021-01-11 11:25:16,356", + "created": 1610360716.356186, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51966,22 +51966,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 586.38596534729, + "msecs": 356.1859130859375, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12519.927978515625, - "thread": 140634736203584, + "relativeCreated": 12508.908987045288, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:26,586", - "created": 1610346626.586642, + "asctime": "2021-01-11 11:25:16,356", + "created": 1610360716.356488, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -51991,22 +51991,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 586.6420269012451, + "msecs": 356.4879894256592, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12520.18404006958, - "thread": 140634736203584, + "relativeCreated": 12509.21106338501, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:26,587", - "created": 1610346626.587414, + "asctime": "2021-01-11 11:25:16,357", + "created": 1610360716.357137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52016,14 +52016,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 587.414026260376, + "msecs": 357.13696479797363, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12520.956039428711, - "thread": 140634736203584, + "relativeCreated": 12509.860038757324, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52032,8 +52032,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:26,587", - "created": 1610346626.587615, + "asctime": "2021-01-11 11:25:16,357", + "created": 1610360716.357453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52043,14 +52043,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 587.6150131225586, + "msecs": 357.4531078338623, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12521.157026290894, - "thread": 140634736203584, + "relativeCreated": 12510.176181793213, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52058,8 +52058,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:26,587", - "created": 1610346626.587861, + "asctime": "2021-01-11 11:25:16,357", + "created": 1610360716.357789, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52069,14 +52069,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 587.8610610961914, + "msecs": 357.7890396118164, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12521.403074264526, - "thread": 140634736203584, + "relativeCreated": 12510.512113571167, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52084,8 +52084,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:26,588", - "created": 1610346626.588033, + "asctime": "2021-01-11 11:25:16,358", + "created": 1610360716.358239, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52095,14 +52095,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 588.0329608917236, + "msecs": 358.23893547058105, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12521.574974060059, - "thread": 140634736203584, + "relativeCreated": 12510.962009429932, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52110,8 +52110,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:26,588", - "created": 1610346626.588198, + "asctime": "2021-01-11 11:25:16,358", + "created": 1610360716.358534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52121,14 +52121,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 588.1979465484619, + "msecs": 358.5340976715088, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12521.739959716797, - "thread": 140634736203584, + "relativeCreated": 12511.25717163086, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52136,8 +52136,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:26,588", - "created": 1610346626.588358, + "asctime": "2021-01-11 11:25:16,358", + "created": 1610360716.3587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52147,14 +52147,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 588.3579254150391, + "msecs": 358.7000370025635, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12521.899938583374, - "thread": 140634736203584, + "relativeCreated": 12511.423110961914, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52164,8 +52164,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:26,588", - "created": 1610346626.588629, + "asctime": "2021-01-11 11:25:16,358", + "created": 1610360716.358903, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52175,14 +52175,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 588.6290073394775, + "msecs": 358.9029312133789, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12522.171020507812, - "thread": 140634736203584, + "relativeCreated": 12511.62600517273, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52192,8 +52192,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:26,588", - "created": 1610346626.588851, + "asctime": "2021-01-11 11:25:16,359", + "created": 1610360716.359194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52203,14 +52203,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 588.8509750366211, + "msecs": 359.1940402984619, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12522.392988204956, - "thread": 140634736203584, + "relativeCreated": 12511.917114257812, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52220,8 +52220,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:26,589", - "created": 1610346626.589061, + "asctime": "2021-01-11 11:25:16,359", + "created": 1610360716.359463, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52231,14 +52231,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 589.0610218048096, + "msecs": 359.4629764556885, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12522.603034973145, - "thread": 140634736203584, + "relativeCreated": 12512.186050415039, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52248,8 +52248,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:26,589", - "created": 1610346626.589257, + "asctime": "2021-01-11 11:25:16,359", + "created": 1610360716.359723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52259,22 +52259,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 589.257001876831, + "msecs": 359.7230911254883, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12522.799015045166, - "thread": 140634736203584, + "relativeCreated": 12512.446165084839, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:26,589", - "created": 1610346626.589504, + "asctime": "2021-01-11 11:25:16,359", + "created": 1610360716.359959, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52284,14 +52284,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 589.5040035247803, + "msecs": 359.9588871002197, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12523.046016693115, - "thread": 140634736203584, + "relativeCreated": 12512.68196105957, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52300,8 +52300,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:26,589", - "created": 1610346626.589731, + "asctime": "2021-01-11 11:25:16,360", + "created": 1610360716.360231, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52311,14 +52311,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 589.730978012085, + "msecs": 360.2309226989746, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12523.27299118042, - "thread": 140634736203584, + "relativeCreated": 12512.953996658325, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52326,8 +52326,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:26,590", - "created": 1610346626.59012, + "asctime": "2021-01-11 11:25:16,360", + "created": 1610360716.360525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52337,14 +52337,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 590.1200771331787, + "msecs": 360.52489280700684, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12523.662090301514, - "thread": 140634736203584, + "relativeCreated": 12513.247966766357, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52352,8 +52352,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:26,590", - "created": 1610346626.590322, + "asctime": "2021-01-11 11:25:16,360", + "created": 1610360716.36078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52363,14 +52363,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 590.3220176696777, + "msecs": 360.7800006866455, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12523.864030838013, - "thread": 140634736203584, + "relativeCreated": 12513.503074645996, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52380,8 +52380,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:26,590", - "created": 1610346626.590507, + "asctime": "2021-01-11 11:25:16,361", + "created": 1610360716.361027, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52391,14 +52391,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 590.5070304870605, + "msecs": 361.0270023345947, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12524.049043655396, - "thread": 140634736203584, + "relativeCreated": 12513.750076293945, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52408,8 +52408,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:26,590", - "created": 1610346626.590823, + "asctime": "2021-01-11 11:25:16,361", + "created": 1610360716.36161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52419,14 +52419,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 590.8229351043701, + "msecs": 361.60993576049805, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12524.364948272705, - "thread": 140634736203584, + "relativeCreated": 12514.333009719849, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52435,8 +52435,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:26,590", - "created": 1610346626.590999, + "asctime": "2021-01-11 11:25:16,361", + "created": 1610360716.361839, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52446,14 +52446,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 590.9988880157471, + "msecs": 361.83905601501465, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12524.540901184082, - "thread": 140634736203584, + "relativeCreated": 12514.562129974365, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52462,8 +52462,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:26,591", - "created": 1610346626.591172, + "asctime": "2021-01-11 11:25:16,362", + "created": 1610360716.362039, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52473,14 +52473,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 591.1719799041748, + "msecs": 362.03908920288086, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12524.71399307251, - "thread": 140634736203584, + "relativeCreated": 12514.762163162231, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52489,8 +52489,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:26,591", - "created": 1610346626.591332, + "asctime": "2021-01-11 11:25:16,362", + "created": 1610360716.362235, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52500,22 +52500,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 591.331958770752, + "msecs": 362.23506927490234, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12524.873971939087, - "thread": 140634736203584, + "relativeCreated": 12514.958143234253, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:26,591", - "created": 1610346626.591523, + "asctime": "2021-01-11 11:25:16,362", + "created": 1610360716.362433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52525,22 +52525,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 591.5229320526123, + "msecs": 362.43295669555664, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12525.064945220947, - "thread": 140634736203584, + "relativeCreated": 12515.156030654907, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:26,592", - "created": 1610346626.592234, + "asctime": "2021-01-11 11:25:16,362", + "created": 1610360716.362943, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52550,14 +52550,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 592.2338962554932, + "msecs": 362.9429340362549, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12525.775909423828, - "thread": 140634736203584, + "relativeCreated": 12515.666007995605, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52566,8 +52566,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:26,592", - "created": 1610346626.592541, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363006, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52577,14 +52577,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 592.540979385376, + "msecs": 363.0061149597168, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12526.082992553711, - "thread": 140634736203584, + "relativeCreated": 12515.729188919067, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52592,8 +52592,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:26,592", - "created": 1610346626.592817, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363076, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52603,14 +52603,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 592.8170680999756, + "msecs": 363.07597160339355, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12526.35908126831, - "thread": 140634736203584, + "relativeCreated": 12515.799045562744, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52618,8 +52618,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:26,593", - "created": 1610346626.593032, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363138, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52629,14 +52629,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 593.0318832397461, + "msecs": 363.13796043395996, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12526.573896408081, - "thread": 140634736203584, + "relativeCreated": 12515.86103439331, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52644,8 +52644,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:26,593", - "created": 1610346626.59327, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363189, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52655,14 +52655,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 593.2700634002686, + "msecs": 363.1889820098877, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12526.812076568604, - "thread": 140634736203584, + "relativeCreated": 12515.912055969238, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52670,8 +52670,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:26,593", - "created": 1610346626.593476, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52681,14 +52681,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 593.4760570526123, + "msecs": 363.2369041442871, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12527.018070220947, - "thread": 140634736203584, + "relativeCreated": 12515.959978103638, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52698,8 +52698,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:26,593", - "created": 1610346626.593688, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.36329, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52709,14 +52709,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 593.6880111694336, + "msecs": 363.29007148742676, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12527.230024337769, - "thread": 140634736203584, + "relativeCreated": 12516.013145446777, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52726,8 +52726,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:26,593", - "created": 1610346626.593944, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.36335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52737,14 +52737,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 593.9440727233887, + "msecs": 363.34991455078125, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12527.486085891724, - "thread": 140634736203584, + "relativeCreated": 12516.072988510132, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52754,8 +52754,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:26,594", - "created": 1610346626.594143, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52765,14 +52765,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 594.1429138183594, + "msecs": 363.4040355682373, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12527.684926986694, - "thread": 140634736203584, + "relativeCreated": 12516.127109527588, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52782,8 +52782,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:26,594", - "created": 1610346626.59432, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52793,22 +52793,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 594.3200588226318, + "msecs": 363.45696449279785, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12527.862071990967, - "thread": 140634736203584, + "relativeCreated": 12516.180038452148, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:26,594", - "created": 1610346626.594481, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.36351, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52818,14 +52818,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 594.4809913635254, + "msecs": 363.5098934173584, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12528.02300453186, - "thread": 140634736203584, + "relativeCreated": 12516.232967376709, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52834,8 +52834,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:26,594", - "created": 1610346626.594677, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52845,14 +52845,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 594.6769714355469, + "msecs": 363.59405517578125, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12528.218984603882, - "thread": 140634736203584, + "relativeCreated": 12516.317129135132, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52860,8 +52860,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:26,594", - "created": 1610346626.594916, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52871,14 +52871,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 594.9161052703857, + "msecs": 363.6820316314697, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12528.45811843872, - "thread": 140634736203584, + "relativeCreated": 12516.40510559082, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52886,8 +52886,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:26,595", - "created": 1610346626.595128, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363757, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52897,14 +52897,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 595.128059387207, + "msecs": 363.7568950653076, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12528.670072555542, - "thread": 140634736203584, + "relativeCreated": 12516.479969024658, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52914,8 +52914,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:26,595", - "created": 1610346626.595331, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.36381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52925,14 +52925,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 595.3309535980225, + "msecs": 363.81006240844727, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12528.872966766357, - "thread": 140634736203584, + "relativeCreated": 12516.533136367798, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52942,8 +52942,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:26,595", - "created": 1610346626.595531, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52953,14 +52953,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 595.5309867858887, + "msecs": 363.86799812316895, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12529.072999954224, - "thread": 140634736203584, + "relativeCreated": 12516.59107208252, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52969,8 +52969,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:26,595", - "created": 1610346626.595736, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -52980,14 +52980,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 595.736026763916, + "msecs": 363.9240264892578, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12529.278039932251, - "thread": 140634736203584, + "relativeCreated": 12516.647100448608, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -52996,8 +52996,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:26,595", - "created": 1610346626.595939, + "asctime": "2021-01-11 11:25:16,363", + "created": 1610360716.363976, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53007,14 +53007,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 595.9389209747314, + "msecs": 363.97600173950195, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12529.480934143066, - "thread": 140634736203584, + "relativeCreated": 12516.699075698853, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -53023,8 +53023,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:26,596", - "created": 1610346626.596117, + "asctime": "2021-01-11 11:25:16,364", + "created": 1610360716.364023, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53034,22 +53034,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 596.1170196533203, + "msecs": 364.02297019958496, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12529.659032821655, - "thread": 140634736203584, + "relativeCreated": 12516.746044158936, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:26,596", - "created": 1610346626.596299, + "asctime": "2021-01-11 11:25:16,364", + "created": 1610360716.364075, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53059,32 +53059,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 596.2989330291748, + "msecs": 364.0749454498291, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12529.84094619751, - "thread": 140634736203584, + "relativeCreated": 12516.79801940918, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 596.4970588684082, + "msecs": 364.15791511535645, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12530.039072036743, - "thread": 140634736203584, + "relativeCreated": 12516.880989074707, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00019812583923339844 + "time_consumption": 8.296966552734375e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:26,941", - "created": 1610346626.941106, + "asctime": "2021-01-11 11:25:16,708", + "created": 1610360716.708201, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -53099,8 +53099,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:26,596", - "created": 1610346626.596894, + "asctime": "2021-01-11 11:25:16,364", + "created": 1610360716.364292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53110,22 +53110,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 596.8940258026123, + "msecs": 364.2919063568115, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12530.436038970947, - "thread": 140634736203584, + "relativeCreated": 12517.014980316162, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:26,597", - "created": 1610346626.597071, + "asctime": "2021-01-11 11:25:16,364", + "created": 1610360716.364359, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53135,22 +53135,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 597.0709323883057, + "msecs": 364.35890197753906, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12530.61294555664, - "thread": 140634736203584, + "relativeCreated": 12517.08197593689, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:26,597", - "created": 1610346626.59723, + "asctime": "2021-01-11 11:25:16,364", + "created": 1610360716.364426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53160,14 +53160,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 597.2299575805664, + "msecs": 364.4258975982666, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12530.771970748901, - "thread": 140634736203584, + "relativeCreated": 12517.148971557617, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -53178,8 +53178,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:26,597", - "created": 1610346626.597489, + "asctime": "2021-01-11 11:25:16,364", + "created": 1610360716.36459, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53189,22 +53189,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 597.4891185760498, + "msecs": 364.5899295806885, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12531.031131744385, - "thread": 140634736203584, + "relativeCreated": 12517.313003540039, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:26,597", - "created": 1610346626.597762, + "asctime": "2021-01-11 11:25:16,364", + "created": 1610360716.364817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53214,22 +53214,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 597.7621078491211, + "msecs": 364.81690406799316, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12531.304121017456, - "thread": 140634736203584, + "relativeCreated": 12517.539978027344, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:26,597", - "created": 1610346626.597853, + "asctime": "2021-01-11 11:25:16,364", + "created": 1610360716.364876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53239,22 +53239,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 597.8529453277588, + "msecs": 364.87603187561035, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12531.394958496094, - "thread": 140634736203584, + "relativeCreated": 12517.599105834961, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:26,597", - "created": 1610346626.597942, + "asctime": "2021-01-11 11:25:16,364", + "created": 1610360716.364948, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53264,14 +53264,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 597.9421138763428, + "msecs": 364.948034286499, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12531.484127044678, - "thread": 140634736203584, + "relativeCreated": 12517.67110824585, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -53279,8 +53279,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.59817, + "asctime": "2021-01-11 11:25:16,365", + "created": 1610360716.365317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53290,14 +53290,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 598.1700420379639, + "msecs": 365.31710624694824, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12531.712055206299, - "thread": 140633830303488, + "relativeCreated": 12518.040180206299, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53305,8 +53305,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.598345, + "asctime": "2021-01-11 11:25:16,365", + "created": 1610360716.365468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53316,14 +53316,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 598.3450412750244, + "msecs": 365.46802520751953, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12531.88705444336, - "thread": 140633830303488, + "relativeCreated": 12518.19109916687, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53331,8 +53331,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.598412, + "asctime": "2021-01-11 11:25:16,365", + "created": 1610360716.365535, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53342,14 +53342,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 598.412036895752, + "msecs": 365.53502082824707, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12531.954050064087, - "thread": 140633830303488, + "relativeCreated": 12518.258094787598, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53358,8 +53358,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.598467, + "asctime": "2021-01-11 11:25:16,365", + "created": 1610360716.365598, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53369,14 +53369,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 598.4671115875244, + "msecs": 365.5979633331299, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.00912475586, - "thread": 140633830303488, + "relativeCreated": 12518.32103729248, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53384,8 +53384,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.598543, + "asctime": "2021-01-11 11:25:16,365", + "created": 1610360716.36567, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53395,14 +53395,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 598.5429286956787, + "msecs": 365.66996574401855, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.084941864014, - "thread": 140633830303488, + "relativeCreated": 12518.39303970337, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53411,8 +53411,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.598597, + "asctime": "2021-01-11 11:25:16,365", + "created": 1610360716.365727, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53422,14 +53422,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 598.5970497131348, + "msecs": 365.7269477844238, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.13906288147, - "thread": 140633830303488, + "relativeCreated": 12518.450021743774, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53437,8 +53437,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.598675, + "asctime": "2021-01-11 11:25:16,365", + "created": 1610360716.365812, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53448,14 +53448,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 598.675012588501, + "msecs": 365.8120632171631, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.217025756836, - "thread": 140633830303488, + "relativeCreated": 12518.535137176514, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53464,8 +53464,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.598729, + "asctime": "2021-01-11 11:25:16,365", + "created": 1610360716.365865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53475,14 +53475,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 598.7288951873779, + "msecs": 365.86499214172363, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.270908355713, - "thread": 140633830303488, + "relativeCreated": 12518.588066101074, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53490,8 +53490,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.5988, + "asctime": "2021-01-11 11:25:16,365", + "created": 1610360716.365942, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53501,14 +53501,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 598.7999439239502, + "msecs": 365.94200134277344, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.341957092285, - "thread": 140633830303488, + "relativeCreated": 12518.665075302124, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53517,8 +53517,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.598859, + "asctime": "2021-01-11 11:25:16,365", + "created": 1610360716.365998, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53528,14 +53528,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 598.8590717315674, + "msecs": 365.9980297088623, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.401084899902, - "thread": 140633830303488, + "relativeCreated": 12518.721103668213, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53543,8 +53543,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,598", - "created": 1610346626.598954, + "asctime": "2021-01-11 11:25:16,366", + "created": 1610360716.366083, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53554,14 +53554,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 598.9539623260498, + "msecs": 366.08290672302246, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.495975494385, - "thread": 140633830303488, + "relativeCreated": 12518.805980682373, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53570,8 +53570,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,599", - "created": 1610346626.599026, + "asctime": "2021-01-11 11:25:16,366", + "created": 1610360716.366144, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53581,14 +53581,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 599.0259647369385, + "msecs": 366.14394187927246, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.567977905273, - "thread": 140633830303488, + "relativeCreated": 12518.867015838623, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53596,8 +53596,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:26,599", - "created": 1610346626.59913, + "asctime": "2021-01-11 11:25:16,366", + "created": 1610360716.36623, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53607,14 +53607,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 599.1299152374268, + "msecs": 366.2300109863281, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.671928405762, - "thread": 140633830303488, + "relativeCreated": 12518.953084945679, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53622,8 +53622,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:26,599", - "created": 1610346626.599211, + "asctime": "2021-01-11 11:25:16,366", + "created": 1610360716.366298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53633,14 +53633,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 599.2109775543213, + "msecs": 366.29796028137207, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.752990722656, - "thread": 140633830303488, + "relativeCreated": 12519.021034240723, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53648,8 +53648,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,599", - "created": 1610346626.599287, + "asctime": "2021-01-11 11:25:16,366", + "created": 1610360716.366361, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53659,14 +53659,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 599.2870330810547, + "msecs": 366.3609027862549, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.82904624939, - "thread": 140633830303488, + "relativeCreated": 12519.083976745605, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53675,8 +53675,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:26,599", - "created": 1610346626.599354, + "asctime": "2021-01-11 11:25:16,366", + "created": 1610360716.366416, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53686,14 +53686,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 599.3540287017822, + "msecs": 366.41597747802734, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12532.896041870117, - "thread": 140633830303488, + "relativeCreated": 12519.139051437378, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53701,8 +53701,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:26,599", - "created": 1610346626.599493, + "asctime": "2021-01-11 11:25:16,366", + "created": 1610360716.366534, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53712,14 +53712,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 599.4930267333984, + "msecs": 366.5339946746826, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12533.035039901733, - "thread": 140633830303488, + "relativeCreated": 12519.257068634033, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53730,8 +53730,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:26,599", - "created": 1610346626.59964, + "asctime": "2021-01-11 11:25:16,366", + "created": 1610360716.366662, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53741,14 +53741,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 599.639892578125, + "msecs": 366.66202545166016, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12533.18190574646, - "thread": 140633830303488, + "relativeCreated": 12519.38509941101, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53756,8 +53756,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:26,599", - "created": 1610346626.59973, + "asctime": "2021-01-11 11:25:16,366", + "created": 1610360716.366739, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53767,14 +53767,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 599.7300148010254, + "msecs": 366.73903465270996, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12533.27202796936, - "thread": 140633830303488, + "relativeCreated": 12519.46210861206, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53785,8 +53785,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:26,599", - "created": 1610346626.59987, + "asctime": "2021-01-11 11:25:16,366", + "created": 1610360716.36683, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53796,14 +53796,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 599.869966506958, + "msecs": 366.83011054992676, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12533.411979675293, - "thread": 140633830303488, + "relativeCreated": 12519.553184509277, + "thread": 139854151128832, "threadName": "Thread-17" }, { @@ -53811,8 +53811,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:26,607", - "created": 1610346626.607984, + "asctime": "2021-01-11 11:25:16,373", + "created": 1610360716.373919, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53822,14 +53822,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 607.9840660095215, + "msecs": 373.9190101623535, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12541.526079177856, - "thread": 140633821910784, + "relativeCreated": 12526.642084121704, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -53837,8 +53837,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:26,608", - "created": 1610346626.608183, + "asctime": "2021-01-11 11:25:16,374", + "created": 1610360716.374047, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -53848,14 +53848,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 608.1829071044922, + "msecs": 374.04704093933105, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12541.724920272827, - "thread": 140633821910784, + "relativeCreated": 12526.770114898682, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -53863,8 +53863,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,608", - "created": 1610346626.608288, + "asctime": "2021-01-11 11:25:16,374", + "created": 1610360716.374166, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53874,14 +53874,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 608.288049697876, + "msecs": 374.16601181030273, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12541.830062866211, - "thread": 140633821910784, + "relativeCreated": 12526.889085769653, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -53890,8 +53890,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:26,608", - "created": 1610346626.608376, + "asctime": "2021-01-11 11:25:16,374", + "created": 1610360716.374256, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53901,14 +53901,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 608.3760261535645, + "msecs": 374.255895614624, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12541.9180393219, - "thread": 140633821910784, + "relativeCreated": 12526.978969573975, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -53916,8 +53916,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,608", - "created": 1610346626.608486, + "asctime": "2021-01-11 11:25:16,374", + "created": 1610360716.374438, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53927,14 +53927,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 608.4859371185303, + "msecs": 374.4380474090576, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.027950286865, - "thread": 140633821910784, + "relativeCreated": 12527.161121368408, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -53943,8 +53943,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,608", - "created": 1610346626.608636, + "asctime": "2021-01-11 11:25:16,374", + "created": 1610360716.374517, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53954,14 +53954,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 608.6359024047852, + "msecs": 374.51696395874023, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.17791557312, - "thread": 140633821910784, + "relativeCreated": 12527.24003791809, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -53969,8 +53969,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,608", - "created": 1610346626.608723, + "asctime": "2021-01-11 11:25:16,374", + "created": 1610360716.374614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -53980,14 +53980,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 608.7229251861572, + "msecs": 374.61400032043457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.264938354492, - "thread": 140633821910784, + "relativeCreated": 12527.337074279785, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -53996,8 +53996,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,608", - "created": 1610346626.608779, + "asctime": "2021-01-11 11:25:16,374", + "created": 1610360716.374729, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54007,14 +54007,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 608.7789535522461, + "msecs": 374.7289180755615, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.320966720581, - "thread": 140633821910784, + "relativeCreated": 12527.451992034912, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54022,8 +54022,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,608", - "created": 1610346626.608852, + "asctime": "2021-01-11 11:25:16,374", + "created": 1610360716.374904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54033,14 +54033,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 608.8519096374512, + "msecs": 374.90391731262207, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.393922805786, - "thread": 140633821910784, + "relativeCreated": 12527.626991271973, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54049,8 +54049,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,608", - "created": 1610346626.608907, + "asctime": "2021-01-11 11:25:16,374", + "created": 1610360716.374982, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54060,14 +54060,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 608.9069843292236, + "msecs": 374.9821186065674, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.448997497559, - "thread": 140633821910784, + "relativeCreated": 12527.705192565918, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54075,8 +54075,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,608", - "created": 1610346626.608986, + "asctime": "2021-01-11 11:25:16,375", + "created": 1610360716.375077, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54086,14 +54086,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 608.9859008789062, + "msecs": 375.0770092010498, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.527914047241, - "thread": 140633821910784, + "relativeCreated": 12527.8000831604, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54102,8 +54102,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,609", - "created": 1610346626.609044, + "asctime": "2021-01-11 11:25:16,375", + "created": 1610360716.375151, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54113,14 +54113,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 609.044075012207, + "msecs": 375.1509189605713, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.586088180542, - "thread": 140633821910784, + "relativeCreated": 12527.873992919922, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54128,8 +54128,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:26,609", - "created": 1610346626.609131, + "asctime": "2021-01-11 11:25:16,375", + "created": 1610360716.375261, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54139,14 +54139,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 609.1310977935791, + "msecs": 375.2610683441162, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.673110961914, - "thread": 140633821910784, + "relativeCreated": 12527.984142303467, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54154,8 +54154,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:26,609", - "created": 1610346626.609197, + "asctime": "2021-01-11 11:25:16,375", + "created": 1610360716.375345, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54165,14 +54165,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 609.1969013214111, + "msecs": 375.34499168395996, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.738914489746, - "thread": 140633821910784, + "relativeCreated": 12528.06806564331, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54180,8 +54180,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,609", - "created": 1610346626.609258, + "asctime": "2021-01-11 11:25:16,375", + "created": 1610360716.375423, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54191,14 +54191,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 609.2579364776611, + "msecs": 375.4229545593262, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.799949645996, - "thread": 140633821910784, + "relativeCreated": 12528.146028518677, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54207,8 +54207,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:26,609", - "created": 1610346626.609315, + "asctime": "2021-01-11 11:25:16,375", + "created": 1610360716.37549, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54218,14 +54218,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 609.3149185180664, + "msecs": 375.4899501800537, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.856931686401, - "thread": 140633821910784, + "relativeCreated": 12528.213024139404, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54233,8 +54233,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:26,609", - "created": 1610346626.609436, + "asctime": "2021-01-11 11:25:16,375", + "created": 1610360716.375631, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -54244,14 +54244,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 609.43603515625, + "msecs": 375.63109397888184, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12542.978048324585, - "thread": 140633821910784, + "relativeCreated": 12528.354167938232, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54262,8 +54262,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:26,609", - "created": 1610346626.609628, + "asctime": "2021-01-11 11:25:16,375", + "created": 1610360716.375797, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54273,14 +54273,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 609.6279621124268, + "msecs": 375.7970333099365, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12543.169975280762, - "thread": 140633821910784, + "relativeCreated": 12528.520107269287, + "thread": 139853664614144, "threadName": "Thread-18" }, { @@ -54288,8 +54288,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:26,609", - "created": 1610346626.609798, + "asctime": "2021-01-11 11:25:16,375", + "created": 1610360716.375913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54299,32 +54299,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 609.7979545593262, + "msecs": 375.9129047393799, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12543.339967727661, - "thread": 140633821910784, + "relativeCreated": 12528.63597869873, + "thread": 139853664614144, "threadName": "Thread-18" } ], - "msecs": 941.1060810089111, + "msecs": 708.2009315490723, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12874.648094177246, - "thread": 140634736203584, + "relativeCreated": 12860.924005508423, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.33130812644958496 + "time_consumption": 0.3322880268096924 }, { "args": [], - "asctime": "2021-01-11 07:30:26,942", - "created": 1610346626.942583, + "asctime": "2021-01-11 11:25:16,709", + "created": 1610360716.709167, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -54341,8 +54341,8 @@ 10, 18 ], - "asctime": "2021-01-11 07:30:26,942", - "created": 1610346626.942271, + "asctime": "2021-01-11 11:25:16,708", + "created": 1610360716.708879, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54352,32 +54352,32 @@ "lineno": 568, "message": "prot-server: Service with Request-SID=10 and Response-SID=18 not added, because request SID is already registered", "module": "__init__", - "msecs": 942.2709941864014, + "msecs": 708.8789939880371, "msg": "%s Service with Request-SID=%d and Response-SID=%d not added, because request SID is already registered", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12875.813007354736, - "thread": 140634736203584, + "relativeCreated": 12861.602067947388, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 942.5830841064453, + "msecs": 709.1670036315918, "msg": "Adding a service with an already registered request SID", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12876.12509727478, - "thread": 140634736203584, + "relativeCreated": 12861.890077590942, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0003120899200439453 + "time_consumption": 0.0002880096435546875 }, { "args": [], - "asctime": "2021-01-11 07:30:26,942", - "created": 1610346626.942939, + "asctime": "2021-01-11 11:25:16,709", + "created": 1610360716.709522, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -54388,21 +54388,21 @@ "message": "Expected Exception RequestSidExistsError was triggered", "module": "test_communication", "moduleLogger": [], - "msecs": 942.939043045044, + "msecs": 709.522008895874, "msg": "Expected Exception RequestSidExistsError was triggered", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12876.481056213379, - "thread": 140634736203584, + "relativeCreated": 12862.245082855225, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:26,943", - "created": 1610346626.943526, + "asctime": "2021-01-11 11:25:16,710", + "created": 1610360716.710105, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -54419,8 +54419,8 @@ 17, 11 ], - "asctime": "2021-01-11 07:30:26,943", - "created": 1610346626.943294, + "asctime": "2021-01-11 11:25:16,709", + "created": 1610360716.709912, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54430,32 +54430,32 @@ "lineno": 571, "message": "prot-server: Service with Request-SID=17 and Response-SID=11 not added, because response SID is already registered", "module": "__init__", - "msecs": 943.2940483093262, + "msecs": 709.9120616912842, "msg": "%s Service with Request-SID=%d and Response-SID=%d not added, because response SID is already registered", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12876.836061477661, - "thread": 140634736203584, + "relativeCreated": 12862.635135650635, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 943.526029586792, + "msecs": 710.1049423217773, "msg": "Adding a service with an already registered response SID", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12877.068042755127, - "thread": 140634736203584, + "relativeCreated": 12862.828016281128, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002319812774658203 + "time_consumption": 0.00019288063049316406 }, { "args": [], - "asctime": "2021-01-11 07:30:26,943", - "created": 1610346626.943983, + "asctime": "2021-01-11 11:25:16,710", + "created": 1610360716.710358, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -54466,28 +54466,28 @@ "message": "Expected Exception ResponseSidExistsError was triggered", "module": "test_communication", "moduleLogger": [], - "msecs": 943.9830780029297, + "msecs": 710.3579044342041, "msg": "Expected Exception ResponseSidExistsError was triggered", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12877.525091171265, - "thread": 140634736203584, + "relativeCreated": 12863.080978393555, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.35952305793762207, - "time_finished": "2021-01-11 07:30:26,943", - "time_start": "2021-01-11 07:30:26,584" + "time_consumption": 0.3565080165863037, + "time_finished": "2021-01-11 11:25:16,710", + "time_start": "2021-01-11 11:25:16,353" }, "_aA508E4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:30,771", - "created": 1610346630.771472, + "asctime": "2021-01-11 11:25:20,534", + "created": 1610360720.53498, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54498,18 +54498,18 @@ "message": "_aA508E4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 771.4719772338867, + "msecs": 534.980058670044, "msg": "_aA508E4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16705.01399040222, + "relativeCreated": 16687.703132629395, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785747, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548443, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -54524,8 +54524,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:30,772", - "created": 1610346630.772713, + "asctime": "2021-01-11 11:25:20,536", + "created": 1610360720.536452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54535,22 +54535,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 772.7129459381104, + "msecs": 536.452054977417, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16706.254959106445, - "thread": 140634736203584, + "relativeCreated": 16689.175128936768, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:30,773", - "created": 1610346630.773907, + "asctime": "2021-01-11 11:25:20,537", + "created": 1610360720.537721, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54560,22 +54560,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 773.906946182251, + "msecs": 537.7209186553955, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16707.448959350586, - "thread": 140634736203584, + "relativeCreated": 16690.443992614746, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:30,774", - "created": 1610346630.774225, + "asctime": "2021-01-11 11:25:20,538", + "created": 1610360720.538275, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54585,22 +54585,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 774.2249965667725, + "msecs": 538.2750034332275, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16707.767009735107, - "thread": 140634736203584, + "relativeCreated": 16690.998077392578, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:30,775", - "created": 1610346630.775112, + "asctime": "2021-01-11 11:25:20,539", + "created": 1610360720.53906, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54610,14 +54610,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 775.1119136810303, + "msecs": 539.060115814209, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16708.653926849365, - "thread": 140634736203584, + "relativeCreated": 16691.78318977356, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54626,8 +54626,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:30,775", - "created": 1610346630.775396, + "asctime": "2021-01-11 11:25:20,539", + "created": 1610360720.539432, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54637,14 +54637,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 775.3961086273193, + "msecs": 539.4320487976074, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16708.938121795654, - "thread": 140634736203584, + "relativeCreated": 16692.155122756958, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54652,8 +54652,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:30,775", - "created": 1610346630.775722, + "asctime": "2021-01-11 11:25:20,539", + "created": 1610360720.539746, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54663,14 +54663,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 775.7220268249512, + "msecs": 539.7460460662842, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16709.264039993286, - "thread": 140634736203584, + "relativeCreated": 16692.469120025635, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54678,8 +54678,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:30,775", - "created": 1610346630.775963, + "asctime": "2021-01-11 11:25:20,539", + "created": 1610360720.539971, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54689,14 +54689,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 775.9630680084229, + "msecs": 539.971113204956, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16709.505081176758, - "thread": 140634736203584, + "relativeCreated": 16692.694187164307, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54704,8 +54704,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:30,776", - "created": 1610346630.776191, + "asctime": "2021-01-11 11:25:20,540", + "created": 1610360720.5402, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54715,14 +54715,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 776.190996170044, + "msecs": 540.1999950408936, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16709.73300933838, - "thread": 140634736203584, + "relativeCreated": 16692.923069000244, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54730,8 +54730,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:30,776", - "created": 1610346630.776441, + "asctime": "2021-01-11 11:25:20,540", + "created": 1610360720.54042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54741,14 +54741,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 776.4410972595215, + "msecs": 540.4200553894043, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16709.983110427856, - "thread": 140634736203584, + "relativeCreated": 16693.143129348755, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54758,8 +54758,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:30,776", - "created": 1610346630.776687, + "asctime": "2021-01-11 11:25:20,540", + "created": 1610360720.540635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54769,14 +54769,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 776.6869068145752, + "msecs": 540.6351089477539, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16710.22891998291, - "thread": 140634736203584, + "relativeCreated": 16693.358182907104, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54786,8 +54786,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:30,776", - "created": 1610346630.77694, + "asctime": "2021-01-11 11:25:20,540", + "created": 1610360720.540999, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54797,14 +54797,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 776.940107345581, + "msecs": 540.9989356994629, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16710.482120513916, - "thread": 140634736203584, + "relativeCreated": 16693.722009658813, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54814,8 +54814,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:30,777", - "created": 1610346630.777181, + "asctime": "2021-01-11 11:25:20,541", + "created": 1610360720.541169, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54825,14 +54825,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 777.1809101104736, + "msecs": 541.1689281463623, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16710.72292327881, - "thread": 140634736203584, + "relativeCreated": 16693.892002105713, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54842,8 +54842,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:30,777", - "created": 1610346630.777421, + "asctime": "2021-01-11 11:25:20,541", + "created": 1610360720.541327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54853,22 +54853,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 777.4209976196289, + "msecs": 541.3269996643066, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16710.963010787964, - "thread": 140634736203584, + "relativeCreated": 16694.050073623657, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:30,777", - "created": 1610346630.777679, + "asctime": "2021-01-11 11:25:20,541", + "created": 1610360720.541512, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54878,14 +54878,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 777.6789665222168, + "msecs": 541.5120124816895, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16711.22097969055, - "thread": 140634736203584, + "relativeCreated": 16694.23508644104, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54894,8 +54894,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:30,777", - "created": 1610346630.777923, + "asctime": "2021-01-11 11:25:20,541", + "created": 1610360720.541762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54905,14 +54905,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 777.9231071472168, + "msecs": 541.762113571167, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16711.46512031555, - "thread": 140634736203584, + "relativeCreated": 16694.485187530518, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54920,8 +54920,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:30,778", - "created": 1610346630.778226, + "asctime": "2021-01-11 11:25:20,541", + "created": 1610360720.541997, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54931,14 +54931,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 778.2258987426758, + "msecs": 541.996955871582, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16711.76791191101, - "thread": 140634736203584, + "relativeCreated": 16694.720029830933, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54946,8 +54946,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:30,778", - "created": 1610346630.778647, + "asctime": "2021-01-11 11:25:20,542", + "created": 1610360720.542206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54957,14 +54957,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 778.6469459533691, + "msecs": 542.2060489654541, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16712.188959121704, - "thread": 140634736203584, + "relativeCreated": 16694.929122924805, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -54974,8 +54974,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:30,778", - "created": 1610346630.778855, + "asctime": "2021-01-11 11:25:20,542", + "created": 1610360720.542446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -54985,14 +54985,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 778.8550853729248, + "msecs": 542.4458980560303, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16712.39709854126, - "thread": 140634736203584, + "relativeCreated": 16695.16897201538, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55002,8 +55002,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:30,779", - "created": 1610346630.779059, + "asctime": "2021-01-11 11:25:20,542", + "created": 1610360720.54268, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55013,14 +55013,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 779.0589332580566, + "msecs": 542.680025100708, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16712.60094642639, - "thread": 140634736203584, + "relativeCreated": 16695.40309906006, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55029,8 +55029,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:30,779", - "created": 1610346630.77924, + "asctime": "2021-01-11 11:25:20,542", + "created": 1610360720.542924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55040,14 +55040,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 779.2398929595947, + "msecs": 542.9239273071289, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16712.78190612793, - "thread": 140634736203584, + "relativeCreated": 16695.64700126648, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55056,8 +55056,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:30,779", - "created": 1610346630.779395, + "asctime": "2021-01-11 11:25:20,543", + "created": 1610360720.543021, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55067,14 +55067,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 779.3951034545898, + "msecs": 543.0209636688232, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16712.937116622925, - "thread": 140634736203584, + "relativeCreated": 16695.744037628174, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55083,8 +55083,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:30,779", - "created": 1610346630.77966, + "asctime": "2021-01-11 11:25:20,546", + "created": 1610360720.546613, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55094,22 +55094,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 779.6599864959717, + "msecs": 546.6129779815674, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16713.201999664307, - "thread": 140634736203584, + "relativeCreated": 16699.336051940918, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:30,779", - "created": 1610346630.779854, + "asctime": "2021-01-11 11:25:20,546", + "created": 1610360720.54676, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55119,22 +55119,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 779.8540592193604, + "msecs": 546.760082244873, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16713.396072387695, - "thread": 140634736203584, + "relativeCreated": 16699.483156204224, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:30,784", - "created": 1610346630.784144, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547212, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55144,14 +55144,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 784.1439247131348, + "msecs": 547.2118854522705, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16717.68593788147, - "thread": 140634736203584, + "relativeCreated": 16699.93495941162, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55160,8 +55160,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:30,784", - "created": 1610346630.784284, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55171,14 +55171,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 784.2841148376465, + "msecs": 547.313928604126, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16717.82612800598, - "thread": 140634736203584, + "relativeCreated": 16700.037002563477, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55186,8 +55186,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:30,784", - "created": 1610346630.784402, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547406, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55197,14 +55197,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 784.4018936157227, + "msecs": 547.4059581756592, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16717.943906784058, - "thread": 140634736203584, + "relativeCreated": 16700.12903213501, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55212,8 +55212,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:30,784", - "created": 1610346630.784492, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55223,14 +55223,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 784.492015838623, + "msecs": 547.4679470062256, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.034029006958, - "thread": 140634736203584, + "relativeCreated": 16700.191020965576, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55238,8 +55238,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:30,784", - "created": 1610346630.784587, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55249,14 +55249,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 784.5869064331055, + "msecs": 547.523021697998, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.12891960144, - "thread": 140634736203584, + "relativeCreated": 16700.24609565735, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55264,8 +55264,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:30,784", - "created": 1610346630.78466, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547575, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55275,14 +55275,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 784.6601009368896, + "msecs": 547.5749969482422, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.202114105225, - "thread": 140634736203584, + "relativeCreated": 16700.298070907593, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55292,8 +55292,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:30,784", - "created": 1610346630.78474, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547661, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55303,14 +55303,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 784.7399711608887, + "msecs": 547.6610660552979, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.281984329224, - "thread": 140634736203584, + "relativeCreated": 16700.38414001465, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55320,8 +55320,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:30,784", - "created": 1610346630.784821, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547741, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55331,14 +55331,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 784.8210334777832, + "msecs": 547.7409362792969, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.363046646118, - "thread": 140634736203584, + "relativeCreated": 16700.464010238647, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55348,8 +55348,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:30,784", - "created": 1610346630.784896, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547816, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55359,14 +55359,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 784.8958969116211, + "msecs": 547.8160381317139, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.437910079956, - "thread": 140634736203584, + "relativeCreated": 16700.539112091064, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55376,8 +55376,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:30,784", - "created": 1610346630.784975, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547892, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55387,22 +55387,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 784.9750518798828, + "msecs": 547.8920936584473, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.517065048218, - "thread": 140634736203584, + "relativeCreated": 16700.615167617798, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785039, + "asctime": "2021-01-11 11:25:20,547", + "created": 1610360720.547977, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55412,14 +55412,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 785.038948059082, + "msecs": 547.9769706726074, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.580961227417, - "thread": 140634736203584, + "relativeCreated": 16700.700044631958, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55428,8 +55428,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785119, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548032, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55439,14 +55439,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 785.1190567016602, + "msecs": 548.0320453643799, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.661069869995, - "thread": 140634736203584, + "relativeCreated": 16700.75511932373, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55454,8 +55454,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785197, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55465,14 +55465,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 785.1970195770264, + "msecs": 548.0830669403076, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.73903274536, - "thread": 140634736203584, + "relativeCreated": 16700.80614089966, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55480,8 +55480,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785266, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548129, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55491,14 +55491,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 785.2659225463867, + "msecs": 548.1290817260742, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.80793571472, - "thread": 140634736203584, + "relativeCreated": 16700.852155685425, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55508,8 +55508,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785336, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55519,14 +55519,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 785.3360176086426, + "msecs": 548.1750965118408, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.878030776978, - "thread": 140634736203584, + "relativeCreated": 16700.89817047119, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55536,8 +55536,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785405, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548224, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55547,14 +55547,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 785.4049205780029, + "msecs": 548.2239723205566, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16718.946933746338, - "thread": 140634736203584, + "relativeCreated": 16700.947046279907, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55563,8 +55563,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785482, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548269, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55574,14 +55574,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 785.4819297790527, + "msecs": 548.2690334320068, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16719.023942947388, - "thread": 140634736203584, + "relativeCreated": 16700.992107391357, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55590,8 +55590,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785547, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548312, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55601,14 +55601,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 785.5470180511475, + "msecs": 548.3119487762451, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16719.089031219482, - "thread": 140634736203584, + "relativeCreated": 16701.035022735596, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55617,8 +55617,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785612, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548355, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55628,22 +55628,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 785.6121063232422, + "msecs": 548.3551025390625, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16719.154119491577, - "thread": 140634736203584, + "relativeCreated": 16701.078176498413, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785679, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55653,32 +55653,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 785.6791019439697, + "msecs": 548.3980178833008, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16719.221115112305, - "thread": 140634736203584, + "relativeCreated": 16701.12109184265, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 785.7470512390137, + "msecs": 548.443078994751, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16719.28906440735, - "thread": 140634736203584, + "relativeCreated": 16701.1661529541, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 6.794929504394531e-05 + "time_consumption": 4.506111145019531e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:31,129", - "created": 1610346631.129525, + "asctime": "2021-01-11 11:25:20,892", + "created": 1610360720.892236, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -55693,8 +55693,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785924, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548545, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55704,22 +55704,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 785.923957824707, + "msecs": 548.5448837280273, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16719.465970993042, - "thread": 140634736203584, + "relativeCreated": 16701.267957687378, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:30,785", - "created": 1610346630.785995, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55729,22 +55729,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 785.9950065612793, + "msecs": 548.5939979553223, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16719.537019729614, - "thread": 140634736203584, + "relativeCreated": 16701.317071914673, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:30,786", - "created": 1610346630.786058, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548641, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55754,14 +55754,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 786.0579490661621, + "msecs": 548.6409664154053, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16719.599962234497, - "thread": 140634736203584, + "relativeCreated": 16701.364040374756, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55772,8 +55772,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:30,786", - "created": 1610346630.786173, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548719, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55783,22 +55783,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 786.1731052398682, + "msecs": 548.7189292907715, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16719.715118408203, - "thread": 140634736203584, + "relativeCreated": 16701.442003250122, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:30,786", - "created": 1610346630.786384, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548885, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55808,22 +55808,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 786.384105682373, + "msecs": 548.8851070404053, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16719.926118850708, - "thread": 140634736203584, + "relativeCreated": 16701.608180999756, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:30,786", - "created": 1610346630.786458, + "asctime": "2021-01-11 11:25:20,548", + "created": 1610360720.548951, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55833,22 +55833,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 786.4580154418945, + "msecs": 548.9509105682373, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16720.00002861023, - "thread": 140634736203584, + "relativeCreated": 16701.673984527588, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:30,786", - "created": 1610346630.786526, + "asctime": "2021-01-11 11:25:20,549", + "created": 1610360720.549016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55858,14 +55858,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 786.5259647369385, + "msecs": 549.015998840332, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16720.067977905273, - "thread": 140634736203584, + "relativeCreated": 16701.739072799683, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -55873,8 +55873,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:30,792", - "created": 1610346630.792205, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.555282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55884,14 +55884,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 792.2050952911377, + "msecs": 555.2821159362793, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16725.747108459473, - "thread": 140632773347072, + "relativeCreated": 16708.00518989563, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -55899,8 +55899,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:30,792", - "created": 1610346630.792498, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.555455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -55910,14 +55910,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 792.4981117248535, + "msecs": 555.4549694061279, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16726.04012489319, - "thread": 140632773347072, + "relativeCreated": 16708.17804336548, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -55925,8 +55925,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,792", - "created": 1610346630.792618, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.555517, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -55936,14 +55936,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 792.6180362701416, + "msecs": 555.5169582366943, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16726.160049438477, - "thread": 140632773347072, + "relativeCreated": 16708.240032196045, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -55952,8 +55952,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:30,792", - "created": 1610346630.792726, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.555571, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -55963,14 +55963,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 792.7260398864746, + "msecs": 555.5710792541504, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16726.26805305481, - "thread": 140632773347072, + "relativeCreated": 16708.2941532135, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -55978,8 +55978,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,792", - "created": 1610346630.792862, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.55564, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -55989,14 +55989,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 792.8619384765625, + "msecs": 555.6399822235107, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16726.403951644897, - "thread": 140632773347072, + "relativeCreated": 16708.36305618286, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56005,8 +56005,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,792", - "created": 1610346630.792964, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.555688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56016,14 +56016,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 792.963981628418, + "msecs": 555.6879043579102, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16726.505994796753, - "thread": 140632773347072, + "relativeCreated": 16708.41097831726, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56031,8 +56031,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,793", - "created": 1610346630.793108, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.555754, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56042,14 +56042,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 793.1079864501953, + "msecs": 555.7539463043213, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16726.64999961853, - "thread": 140632773347072, + "relativeCreated": 16708.477020263672, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56058,8 +56058,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,793", - "created": 1610346630.793215, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.555801, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56069,14 +56069,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 793.2150363922119, + "msecs": 555.8009147644043, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16726.757049560547, - "thread": 140632773347072, + "relativeCreated": 16708.523988723755, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56084,8 +56084,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,793", - "created": 1610346630.793343, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.55586, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56095,14 +56095,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 793.3430671691895, + "msecs": 555.8600425720215, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16726.885080337524, - "thread": 140632773347072, + "relativeCreated": 16708.583116531372, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56111,8 +56111,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,793", - "created": 1610346630.793474, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.555909, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56122,14 +56122,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 793.4739589691162, + "msecs": 555.9089183807373, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16727.01597213745, - "thread": 140632773347072, + "relativeCreated": 16708.631992340088, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56137,8 +56137,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,793", - "created": 1610346630.79361, + "asctime": "2021-01-11 11:25:20,555", + "created": 1610360720.555974, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56148,14 +56148,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 793.6100959777832, + "msecs": 555.974006652832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16727.152109146118, - "thread": 140632773347072, + "relativeCreated": 16708.697080612183, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56164,8 +56164,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,793", - "created": 1610346630.793702, + "asctime": "2021-01-11 11:25:20,556", + "created": 1610360720.556021, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56175,14 +56175,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 793.7018871307373, + "msecs": 556.020975112915, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16727.243900299072, - "thread": 140632773347072, + "relativeCreated": 16708.744049072266, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56190,8 +56190,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:30,793", - "created": 1610346630.793848, + "asctime": "2021-01-11 11:25:20,556", + "created": 1610360720.556093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56201,14 +56201,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 793.8480377197266, + "msecs": 556.0929775238037, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16727.39005088806, - "thread": 140632773347072, + "relativeCreated": 16708.816051483154, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56216,8 +56216,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:30,794", - "created": 1610346630.79401, + "asctime": "2021-01-11 11:25:20,556", + "created": 1610360720.556157, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56227,14 +56227,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 794.0099239349365, + "msecs": 556.157112121582, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16727.55193710327, - "thread": 140632773347072, + "relativeCreated": 16708.880186080933, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56242,8 +56242,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,794", - "created": 1610346630.794107, + "asctime": "2021-01-11 11:25:20,556", + "created": 1610360720.55621, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56253,14 +56253,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 794.1069602966309, + "msecs": 556.2100410461426, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16727.648973464966, - "thread": 140632773347072, + "relativeCreated": 16708.933115005493, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56269,8 +56269,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:30,794", - "created": 1610346630.794175, + "asctime": "2021-01-11 11:25:20,556", + "created": 1610360720.556252, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56280,14 +56280,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 794.1749095916748, + "msecs": 556.2520027160645, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16727.71692276001, - "thread": 140632773347072, + "relativeCreated": 16708.975076675415, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56295,8 +56295,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:30,794", - "created": 1610346630.794315, + "asctime": "2021-01-11 11:25:20,556", + "created": 1610360720.556338, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56306,14 +56306,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 794.3150997161865, + "msecs": 556.3380718231201, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16727.85711288452, - "thread": 140632773347072, + "relativeCreated": 16709.06114578247, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56324,8 +56324,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:30,794", - "created": 1610346630.794486, + "asctime": "2021-01-11 11:25:20,556", + "created": 1610360720.55644, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56335,14 +56335,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 794.4860458374023, + "msecs": 556.4401149749756, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16728.028059005737, - "thread": 140632773347072, + "relativeCreated": 16709.163188934326, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56350,8 +56350,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:30,794", - "created": 1610346630.79458, + "asctime": "2021-01-11 11:25:20,556", + "created": 1610360720.556496, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56361,14 +56361,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 794.5799827575684, + "msecs": 556.4959049224854, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16728.121995925903, - "thread": 140632773347072, + "relativeCreated": 16709.218978881836, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56379,8 +56379,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:30,794", - "created": 1610346630.794694, + "asctime": "2021-01-11 11:25:20,556", + "created": 1610360720.556572, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56390,14 +56390,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 794.6939468383789, + "msecs": 556.5719604492188, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16728.235960006714, - "thread": 140632773347072, + "relativeCreated": 16709.29503440857, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -56405,8 +56405,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:30,798", - "created": 1610346630.798865, + "asctime": "2021-01-11 11:25:20,559", + "created": 1610360720.559322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56416,14 +56416,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 798.8650798797607, + "msecs": 559.3221187591553, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16732.407093048096, - "thread": 140632764954368, + "relativeCreated": 16712.045192718506, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56431,8 +56431,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:30,799", - "created": 1610346630.799058, + "asctime": "2021-01-11 11:25:20,559", + "created": 1610360720.559474, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56442,14 +56442,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 799.0579605102539, + "msecs": 559.473991394043, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16732.59997367859, - "thread": 140632764954368, + "relativeCreated": 16712.197065353394, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56457,8 +56457,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,799", - "created": 1610346630.799136, + "asctime": "2021-01-11 11:25:20,559", + "created": 1610360720.559539, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56468,14 +56468,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 799.1359233856201, + "msecs": 559.5390796661377, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16732.677936553955, - "thread": 140632764954368, + "relativeCreated": 16712.26215362549, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56484,8 +56484,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:30,799", - "created": 1610346630.799248, + "asctime": "2021-01-11 11:25:20,559", + "created": 1610360720.559594, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56495,14 +56495,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 799.2479801177979, + "msecs": 559.593915939331, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16732.789993286133, - "thread": 140632764954368, + "relativeCreated": 16712.31698989868, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56510,8 +56510,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,799", - "created": 1610346630.799386, + "asctime": "2021-01-11 11:25:20,559", + "created": 1610360720.559663, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56521,14 +56521,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 799.3860244750977, + "msecs": 559.6630573272705, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16732.928037643433, - "thread": 140632764954368, + "relativeCreated": 16712.38613128662, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56537,8 +56537,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,799", - "created": 1610346630.799483, + "asctime": "2021-01-11 11:25:20,559", + "created": 1610360720.559714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56548,14 +56548,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 799.483060836792, + "msecs": 559.7140789031982, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.025074005127, - "thread": 140632764954368, + "relativeCreated": 16712.43715286255, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56563,8 +56563,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,799", - "created": 1610346630.799624, + "asctime": "2021-01-11 11:25:20,559", + "created": 1610360720.559782, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56574,14 +56574,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 799.623966217041, + "msecs": 559.7820281982422, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.165979385376, - "thread": 140632764954368, + "relativeCreated": 16712.505102157593, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56590,8 +56590,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,799", - "created": 1610346630.799721, + "asctime": "2021-01-11 11:25:20,559", + "created": 1610360720.559839, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56601,14 +56601,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 799.7210025787354, + "msecs": 559.8390102386475, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.26301574707, - "thread": 140632764954368, + "relativeCreated": 16712.562084197998, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56616,8 +56616,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,799", - "created": 1610346630.799845, + "asctime": "2021-01-11 11:25:20,559", + "created": 1610360720.559925, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56627,14 +56627,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 799.8449802398682, + "msecs": 559.9250793457031, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.386993408203, - "thread": 140632764954368, + "relativeCreated": 16712.648153305054, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56643,8 +56643,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,799", - "created": 1610346630.799913, + "asctime": "2021-01-11 11:25:20,559", + "created": 1610360720.559975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56654,14 +56654,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 799.9129295349121, + "msecs": 559.9749088287354, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.454942703247, - "thread": 140632764954368, + "relativeCreated": 16712.697982788086, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56669,8 +56669,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,800", - "created": 1610346630.800003, + "asctime": "2021-01-11 11:25:20,560", + "created": 1610360720.560041, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56680,14 +56680,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 800.0030517578125, + "msecs": 560.0409507751465, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.545064926147, - "thread": 140632764954368, + "relativeCreated": 16712.764024734497, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56696,8 +56696,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,800", - "created": 1610346630.800068, + "asctime": "2021-01-11 11:25:20,560", + "created": 1610360720.560088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56707,14 +56707,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 800.0679016113281, + "msecs": 560.0879192352295, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.609914779663, - "thread": 140632764954368, + "relativeCreated": 16712.81099319458, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56722,8 +56722,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:30,800", - "created": 1610346630.800167, + "asctime": "2021-01-11 11:25:20,560", + "created": 1610360720.56016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56733,14 +56733,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 800.1670837402344, + "msecs": 560.1599216461182, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.70909690857, - "thread": 140632764954368, + "relativeCreated": 16712.88299560547, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56748,8 +56748,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:30,800", - "created": 1610346630.80025, + "asctime": "2021-01-11 11:25:20,560", + "created": 1610360720.560222, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56759,14 +56759,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 800.2500534057617, + "msecs": 560.2219104766846, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.792066574097, - "thread": 140632764954368, + "relativeCreated": 16712.944984436035, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56774,8 +56774,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,800", - "created": 1610346630.800325, + "asctime": "2021-01-11 11:25:20,560", + "created": 1610360720.560268, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56785,14 +56785,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 800.3249168395996, + "msecs": 560.2679252624512, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.866930007935, - "thread": 140632764954368, + "relativeCreated": 16712.9909992218, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56801,8 +56801,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:30,800", - "created": 1610346630.800392, + "asctime": "2021-01-11 11:25:20,560", + "created": 1610360720.560308, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56812,14 +56812,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 800.3919124603271, + "msecs": 560.3079795837402, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16733.933925628662, - "thread": 140632764954368, + "relativeCreated": 16713.03105354309, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56827,8 +56827,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:30,800", - "created": 1610346630.800531, + "asctime": "2021-01-11 11:25:20,560", + "created": 1610360720.560395, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -56838,14 +56838,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 800.5309104919434, + "msecs": 560.3950023651123, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16734.07292366028, - "thread": 140632764954368, + "relativeCreated": 16713.118076324463, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56856,8 +56856,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:30,800", - "created": 1610346630.800687, + "asctime": "2021-01-11 11:25:20,560", + "created": 1610360720.560493, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56867,14 +56867,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 800.6870746612549, + "msecs": 560.492992401123, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16734.22908782959, - "thread": 140632764954368, + "relativeCreated": 16713.216066360474, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -56882,8 +56882,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:30,800", - "created": 1610346630.800776, + "asctime": "2021-01-11 11:25:20,560", + "created": 1610360720.560551, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -56893,35 +56893,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 800.7760047912598, + "msecs": 560.5509281158447, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16734.318017959595, - "thread": 140632764954368, + "relativeCreated": 16713.274002075195, + "thread": 139853085779712, "threadName": "Thread-30" } ], - "msecs": 129.52494621276855, + "msecs": 892.2359943389893, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17063.066959381104, - "thread": 140634736203584, + "relativeCreated": 17044.95906829834, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3287489414215088 + "time_consumption": 0.33168506622314453 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:31,130", - "created": 1610346631.130713, + "asctime": "2021-01-11 11:25:20,893", + "created": 1610360720.893614, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -56938,8 +56938,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,130", - "created": 1610346631.130184, + "asctime": "2021-01-11 11:25:20,893", + "created": 1610360720.893121, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -56949,14 +56949,14 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 130.18393516540527, + "msecs": 893.1210041046143, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17063.72594833374, - "thread": 140634736203584, + "relativeCreated": 17045.844078063965, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -56965,8 +56965,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,130", - "created": 1610346631.130443, + "asctime": "2021-01-11 11:25:20,893", + "created": 1610360720.893392, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -56976,35 +56976,35 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 130.44309616088867, + "msecs": 893.3920860290527, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17063.985109329224, - "thread": 140634736203584, + "relativeCreated": 17046.115159988403, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 130.71298599243164, + "msecs": 893.6140537261963, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17064.254999160767, - "thread": 140634736203584, + "relativeCreated": 17046.337127685547, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00026988983154296875 + "time_consumption": 0.0002219676971435547 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:31,131", - "created": 1610346631.131926, + "asctime": "2021-01-11 11:25:20,894", + "created": 1610360720.89459, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57021,8 +57021,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,131", - "created": 1610346631.131149, + "asctime": "2021-01-11 11:25:20,894", + "created": 1610360720.894177, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57032,14 +57032,14 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 131.1490535736084, + "msecs": 894.1769599914551, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17064.691066741943, - "thread": 140634736203584, + "relativeCreated": 17046.900033950806, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -57048,8 +57048,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,131", - "created": 1610346631.131694, + "asctime": "2021-01-11 11:25:20,894", + "created": 1610360720.894369, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57059,35 +57059,35 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 131.69407844543457, + "msecs": 894.3688869476318, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17065.23609161377, - "thread": 140634736203584, + "relativeCreated": 17047.091960906982, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 131.9260597229004, + "msecs": 894.589900970459, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17065.468072891235, - "thread": 140634736203584, + "relativeCreated": 17047.31297492981, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002319812774658203 + "time_consumption": 0.00022101402282714844 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:31,134", - "created": 1610346631.134072, + "asctime": "2021-01-11 11:25:20,895", + "created": 1610360720.895927, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57102,8 +57102,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:31,132", - "created": 1610346631.132569, + "asctime": "2021-01-11 11:25:20,895", + "created": 1610360720.895004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57113,22 +57113,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 132.5690746307373, + "msecs": 895.0040340423584, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17066.111087799072, - "thread": 140634736203584, + "relativeCreated": 17047.72710800171, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:31,132", - "created": 1610346631.132877, + "asctime": "2021-01-11 11:25:20,895", + "created": 1610360720.895203, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57138,22 +57138,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 132.87711143493652, + "msecs": 895.2031135559082, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17066.41912460327, - "thread": 140634736203584, + "relativeCreated": 17047.92618751526, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:31,133", - "created": 1610346631.133238, + "asctime": "2021-01-11 11:25:20,895", + "created": 1610360720.895366, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57163,22 +57163,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 133.2380771636963, + "msecs": 895.3659534454346, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17066.78009033203, - "thread": 140634736203584, + "relativeCreated": 17048.089027404785, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:31,133", - "created": 1610346631.133485, + "asctime": "2021-01-11 11:25:20,895", + "created": 1610360720.895513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57188,14 +57188,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 133.4850788116455, + "msecs": 895.5130577087402, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17067.02709197998, - "thread": 140634736203584, + "relativeCreated": 17048.23613166809, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -57204,8 +57204,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:31,133", - "created": 1610346631.13371, + "asctime": "2021-01-11 11:25:20,895", + "created": 1610360720.895668, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57215,14 +57215,14 @@ "lineno": 22, "message": "Result (Client connection status): False ()", "module": "test", - "msecs": 133.70990753173828, + "msecs": 895.6680297851562, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17067.251920700073, - "thread": 140634736203584, + "relativeCreated": 17048.391103744507, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -57231,8 +57231,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:31,133", - "created": 1610346631.133939, + "asctime": "2021-01-11 11:25:20,895", + "created": 1610360720.895801, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57242,35 +57242,35 @@ "lineno": 26, "message": "Expectation (Client connection status): result = False ()", "module": "test", - "msecs": 133.93902778625488, + "msecs": 895.8010673522949, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17067.48104095459, - "thread": 140634736203584, + "relativeCreated": 17048.524141311646, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 134.07206535339355, + "msecs": 895.9269523620605, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17067.61407852173, - "thread": 140634736203584, + "relativeCreated": 17048.65002632141, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00013303756713867188 + "time_consumption": 0.000125885009765625 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:31,134", - "created": 1610346631.134674, + "asctime": "2021-01-11 11:25:20,896", + "created": 1610360720.896424, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57287,8 +57287,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:31,134", - "created": 1610346631.134354, + "asctime": "2021-01-11 11:25:20,896", + "created": 1610360720.896161, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57298,14 +57298,14 @@ "lineno": 22, "message": "Result (Server connection status): False ()", "module": "test", - "msecs": 134.3541145324707, + "msecs": 896.1610794067383, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17067.896127700806, - "thread": 140634736203584, + "relativeCreated": 17048.88415336609, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -57314,8 +57314,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:31,134", - "created": 1610346631.134514, + "asctime": "2021-01-11 11:25:20,896", + "created": 1610360720.896292, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -57325,32 +57325,32 @@ "lineno": 26, "message": "Expectation (Server connection status): result = False ()", "module": "test", - "msecs": 134.51409339904785, + "msecs": 896.291971206665, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17068.056106567383, - "thread": 140634736203584, + "relativeCreated": 17049.015045166016, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 134.674072265625, + "msecs": 896.4240550994873, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17068.21608543396, - "thread": 140634736203584, + "relativeCreated": 17049.147129058838, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015997886657714844 + "time_consumption": 0.00013208389282226562 }, { "args": [], - "asctime": "2021-01-11 07:30:31,479", - "created": 1610346631.479914, + "asctime": "2021-01-11 11:25:21,241", + "created": 1610360721.241197, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -57365,8 +57365,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:31,134", - "created": 1610346631.134934, + "asctime": "2021-01-11 11:25:20,896", + "created": 1610360720.896739, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57376,22 +57376,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 134.9339485168457, + "msecs": 896.7390060424805, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17068.47596168518, - "thread": 140634736203584, + "relativeCreated": 17049.46208000183, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:31,135", - "created": 1610346631.135121, + "asctime": "2021-01-11 11:25:20,897", + "created": 1610360720.897012, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57401,22 +57401,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 135.12110710144043, + "msecs": 897.0119953155518, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17068.663120269775, - "thread": 140634736203584, + "relativeCreated": 17049.735069274902, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:31,135", - "created": 1610346631.135304, + "asctime": "2021-01-11 11:25:20,897", + "created": 1610360720.897221, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57426,14 +57426,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 135.30397415161133, + "msecs": 897.2210884094238, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17068.845987319946, - "thread": 140634736203584, + "relativeCreated": 17049.944162368774, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -57444,8 +57444,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:31,135", - "created": 1610346631.13557, + "asctime": "2021-01-11 11:25:20,897", + "created": 1610360720.897444, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57455,22 +57455,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 135.57004928588867, + "msecs": 897.4440097808838, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17069.112062454224, - "thread": 140634736203584, + "relativeCreated": 17050.167083740234, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:31,136", - "created": 1610346631.13617, + "asctime": "2021-01-11 11:25:20,897", + "created": 1610360720.897852, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57480,22 +57480,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 136.1699104309082, + "msecs": 897.8519439697266, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17069.711923599243, - "thread": 140634736203584, + "relativeCreated": 17050.575017929077, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:31,136", - "created": 1610346631.136387, + "asctime": "2021-01-11 11:25:20,898", + "created": 1610360720.898018, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57505,22 +57505,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 136.38710975646973, + "msecs": 898.0178833007812, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17069.929122924805, - "thread": 140634736203584, + "relativeCreated": 17050.740957260132, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:31,136", - "created": 1610346631.136582, + "asctime": "2021-01-11 11:25:20,898", + "created": 1610360720.898137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57530,14 +57530,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 136.5818977355957, + "msecs": 898.137092590332, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17070.12391090393, - "thread": 140634736203584, + "relativeCreated": 17050.860166549683, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -57545,8 +57545,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:31,160", - "created": 1610346631.160166, + "asctime": "2021-01-11 11:25:20,921", + "created": 1610360720.921571, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57556,14 +57556,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 160.16602516174316, + "msecs": 921.5710163116455, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17093.708038330078, - "thread": 140632773347072, + "relativeCreated": 17074.294090270996, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57571,8 +57571,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:31,160", - "created": 1610346631.160656, + "asctime": "2021-01-11 11:25:20,921", + "created": 1610360720.921962, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57582,14 +57582,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 160.65597534179688, + "msecs": 921.9620227813721, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17094.197988510132, - "thread": 140632773347072, + "relativeCreated": 17074.685096740723, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57597,8 +57597,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,160", - "created": 1610346631.160811, + "asctime": "2021-01-11 11:25:20,922", + "created": 1610360720.922173, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57608,14 +57608,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 160.8109474182129, + "msecs": 922.173023223877, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17094.352960586548, - "thread": 140632773347072, + "relativeCreated": 17074.896097183228, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57624,8 +57624,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:31,160", - "created": 1610346631.160933, + "asctime": "2021-01-11 11:25:20,922", + "created": 1610360720.922363, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57635,14 +57635,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 160.9330177307129, + "msecs": 922.3630428314209, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17094.475030899048, - "thread": 140632773347072, + "relativeCreated": 17075.08611679077, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57650,8 +57650,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,161", - "created": 1610346631.161127, + "asctime": "2021-01-11 11:25:20,922", + "created": 1610360720.9226, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57661,14 +57661,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 161.12709045410156, + "msecs": 922.6000308990479, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17094.669103622437, - "thread": 140632773347072, + "relativeCreated": 17075.3231048584, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57677,8 +57677,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,161", - "created": 1610346631.161291, + "asctime": "2021-01-11 11:25:20,922", + "created": 1610360720.922788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57688,14 +57688,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 161.29088401794434, + "msecs": 922.7879047393799, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17094.83289718628, - "thread": 140632773347072, + "relativeCreated": 17075.51097869873, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57703,8 +57703,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,161", - "created": 1610346631.161635, + "asctime": "2021-01-11 11:25:20,923", + "created": 1610360720.923028, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57714,14 +57714,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 161.6349220275879, + "msecs": 923.0279922485352, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17095.176935195923, - "thread": 140632773347072, + "relativeCreated": 17075.751066207886, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57730,8 +57730,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,161", - "created": 1610346631.161814, + "asctime": "2021-01-11 11:25:20,923", + "created": 1610360720.923196, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57741,14 +57741,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 161.81397438049316, + "msecs": 923.1960773468018, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17095.355987548828, - "thread": 140632773347072, + "relativeCreated": 17075.919151306152, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57756,8 +57756,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,162", - "created": 1610346631.162029, + "asctime": "2021-01-11 11:25:20,923", + "created": 1610360720.923836, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57767,14 +57767,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 162.02902793884277, + "msecs": 923.8359928131104, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17095.571041107178, - "thread": 140632773347072, + "relativeCreated": 17076.55906677246, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57783,8 +57783,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,162", - "created": 1610346631.162229, + "asctime": "2021-01-11 11:25:20,924", + "created": 1610360720.924135, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57794,14 +57794,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 162.22906112670898, + "msecs": 924.1349697113037, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17095.771074295044, - "thread": 140632773347072, + "relativeCreated": 17076.858043670654, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57809,8 +57809,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,162", - "created": 1610346631.162519, + "asctime": "2021-01-11 11:25:20,924", + "created": 1610360720.924525, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57820,14 +57820,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 162.51897811889648, + "msecs": 924.5250225067139, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17096.06099128723, - "thread": 140632773347072, + "relativeCreated": 17077.248096466064, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57836,8 +57836,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,162", - "created": 1610346631.162689, + "asctime": "2021-01-11 11:25:20,924", + "created": 1610360720.924801, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57847,14 +57847,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 162.6889705657959, + "msecs": 924.8011112213135, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17096.23098373413, - "thread": 140632773347072, + "relativeCreated": 17077.524185180664, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57862,8 +57862,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:31,162", - "created": 1610346631.162956, + "asctime": "2021-01-11 11:25:20,925", + "created": 1610360720.925173, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57873,14 +57873,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 162.95599937438965, + "msecs": 925.1730442047119, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17096.498012542725, - "thread": 140632773347072, + "relativeCreated": 17077.896118164062, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57888,8 +57888,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:31,163", - "created": 1610346631.163206, + "asctime": "2021-01-11 11:25:20,925", + "created": 1610360720.925497, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -57899,14 +57899,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 163.2061004638672, + "msecs": 925.4970550537109, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17096.748113632202, - "thread": 140632773347072, + "relativeCreated": 17078.22012901306, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57914,8 +57914,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,163", - "created": 1610346631.163423, + "asctime": "2021-01-11 11:25:20,925", + "created": 1610360720.925697, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57925,14 +57925,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 163.4230613708496, + "msecs": 925.6970882415771, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17096.965074539185, - "thread": 140632773347072, + "relativeCreated": 17078.420162200928, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57941,8 +57941,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:31,163", - "created": 1610346631.163601, + "asctime": "2021-01-11 11:25:20,925", + "created": 1610360720.925859, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57952,14 +57952,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 163.60092163085938, + "msecs": 925.8589744567871, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17097.142934799194, - "thread": 140632773347072, + "relativeCreated": 17078.582048416138, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57967,8 +57967,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:31,163", - "created": 1610346631.16393, + "asctime": "2021-01-11 11:25:20,926", + "created": 1610360720.926196, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -57978,14 +57978,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 163.92993927001953, + "msecs": 926.1960983276367, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17097.471952438354, - "thread": 140632773347072, + "relativeCreated": 17078.919172286987, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -57996,8 +57996,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:31,164", - "created": 1610346631.164253, + "asctime": "2021-01-11 11:25:20,926", + "created": 1610360720.926637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58007,14 +58007,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 164.25299644470215, + "msecs": 926.6369342803955, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17097.795009613037, - "thread": 140632773347072, + "relativeCreated": 17079.360008239746, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -58022,8 +58022,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:31,164", - "created": 1610346631.164424, + "asctime": "2021-01-11 11:25:20,926", + "created": 1610360720.92695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58033,14 +58033,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 164.42394256591797, + "msecs": 926.9499778747559, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17097.965955734253, - "thread": 140632773347072, + "relativeCreated": 17079.673051834106, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -58051,8 +58051,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:31,164", - "created": 1610346631.164654, + "asctime": "2021-01-11 11:25:20,927", + "created": 1610360720.927321, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58062,14 +58062,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 164.65401649475098, + "msecs": 927.3209571838379, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17098.196029663086, - "thread": 140632773347072, + "relativeCreated": 17080.04403114319, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -58077,8 +58077,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:31,166", - "created": 1610346631.166043, + "asctime": "2021-01-11 11:25:20,961", + "created": 1610360720.961653, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58088,14 +58088,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 166.04304313659668, + "msecs": 961.6529941558838, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17099.58505630493, - "thread": 140632764954368, + "relativeCreated": 17114.376068115234, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58103,8 +58103,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:31,166", - "created": 1610346631.166208, + "asctime": "2021-01-11 11:25:20,962", + "created": 1610360720.962362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58114,14 +58114,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 166.20802879333496, + "msecs": 962.3620510101318, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17099.75004196167, - "thread": 140632764954368, + "relativeCreated": 17115.085124969482, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58129,8 +58129,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,166", - "created": 1610346631.166288, + "asctime": "2021-01-11 11:25:20,962", + "created": 1610360720.96266, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58140,14 +58140,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 166.28789901733398, + "msecs": 962.6600742340088, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17099.82991218567, - "thread": 140632764954368, + "relativeCreated": 17115.38314819336, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58156,8 +58156,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:31,166", - "created": 1610346631.166381, + "asctime": "2021-01-11 11:25:20,962", + "created": 1610360720.96292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58167,14 +58167,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 166.3808822631836, + "msecs": 962.9199504852295, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17099.92289543152, - "thread": 140632764954368, + "relativeCreated": 17115.64302444458, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58182,8 +58182,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,166", - "created": 1610346631.166504, + "asctime": "2021-01-11 11:25:20,963", + "created": 1610360720.963376, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58193,14 +58193,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 166.50390625, + "msecs": 963.3760452270508, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17100.045919418335, - "thread": 140632764954368, + "relativeCreated": 17116.0991191864, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58209,8 +58209,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,166", - "created": 1610346631.166598, + "asctime": "2021-01-11 11:25:20,963", + "created": 1610360720.963628, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58220,14 +58220,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 166.59808158874512, + "msecs": 963.6280536651611, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17100.14009475708, - "thread": 140632764954368, + "relativeCreated": 17116.35112762451, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58235,8 +58235,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,166", - "created": 1610346631.166737, + "asctime": "2021-01-11 11:25:20,964", + "created": 1610360720.964283, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58246,14 +58246,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 166.73707962036133, + "msecs": 964.2829895019531, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17100.279092788696, - "thread": 140632764954368, + "relativeCreated": 17117.006063461304, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58262,8 +58262,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,166", - "created": 1610346631.166838, + "asctime": "2021-01-11 11:25:20,964", + "created": 1610360720.964637, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58273,14 +58273,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 166.8379306793213, + "msecs": 964.637041091919, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17100.379943847656, - "thread": 140632764954368, + "relativeCreated": 17117.36011505127, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58288,8 +58288,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,166", - "created": 1610346631.166956, + "asctime": "2021-01-11 11:25:20,965", + "created": 1610360720.965007, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58299,14 +58299,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 166.95594787597656, + "msecs": 965.0070667266846, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17100.49796104431, - "thread": 140632764954368, + "relativeCreated": 17117.730140686035, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58315,8 +58315,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,167", - "created": 1610346631.167056, + "asctime": "2021-01-11 11:25:20,965", + "created": 1610360720.965268, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58326,14 +58326,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 167.05608367919922, + "msecs": 965.2678966522217, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17100.598096847534, - "thread": 140632764954368, + "relativeCreated": 17117.990970611572, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58341,8 +58341,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,167", - "created": 1610346631.167179, + "asctime": "2021-01-11 11:25:20,965", + "created": 1610360720.965606, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58352,14 +58352,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 167.17910766601562, + "msecs": 965.6059741973877, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17100.72112083435, - "thread": 140632764954368, + "relativeCreated": 17118.32904815674, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58368,8 +58368,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,167", - "created": 1610346631.167246, + "asctime": "2021-01-11 11:25:20,965", + "created": 1610360720.965847, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58379,14 +58379,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 167.24610328674316, + "msecs": 965.8470153808594, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17100.788116455078, - "thread": 140632764954368, + "relativeCreated": 17118.57008934021, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58394,8 +58394,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:31,167", - "created": 1610346631.167379, + "asctime": "2021-01-11 11:25:20,966", + "created": 1610360720.966214, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58405,14 +58405,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 167.37890243530273, + "msecs": 966.2139415740967, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17100.920915603638, - "thread": 140632764954368, + "relativeCreated": 17118.937015533447, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58420,8 +58420,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:31,167", - "created": 1610346631.167505, + "asctime": "2021-01-11 11:25:20,966", + "created": 1610360720.966562, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58431,14 +58431,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 167.50502586364746, + "msecs": 966.562032699585, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17101.047039031982, - "thread": 140632764954368, + "relativeCreated": 17119.285106658936, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58446,8 +58446,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,167", - "created": 1610346631.16758, + "asctime": "2021-01-11 11:25:20,966", + "created": 1610360720.966765, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58457,14 +58457,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 167.57988929748535, + "msecs": 966.7649269104004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17101.12190246582, - "thread": 140632764954368, + "relativeCreated": 17119.48800086975, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58473,8 +58473,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:31,167", - "created": 1610346631.167642, + "asctime": "2021-01-11 11:25:20,966", + "created": 1610360720.966924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58484,14 +58484,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 167.64211654663086, + "msecs": 966.9239521026611, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17101.184129714966, - "thread": 140632764954368, + "relativeCreated": 17119.64702606201, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58499,8 +58499,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:31,167", - "created": 1610346631.167779, + "asctime": "2021-01-11 11:25:20,967", + "created": 1610360720.967262, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -58510,14 +58510,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 167.77896881103516, + "msecs": 967.2620296478271, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17101.32098197937, - "thread": 140632764954368, + "relativeCreated": 17119.985103607178, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58528,8 +58528,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:31,167", - "created": 1610346631.167925, + "asctime": "2021-01-11 11:25:20,967", + "created": 1610360720.967735, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58539,14 +58539,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 167.9248809814453, + "msecs": 967.7350521087646, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17101.46689414978, - "thread": 140632764954368, + "relativeCreated": 17120.458126068115, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -58554,8 +58554,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:31,168", - "created": 1610346631.168028, + "asctime": "2021-01-11 11:25:20,968", + "created": 1610360720.968034, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58565,35 +58565,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 168.0281162261963, + "msecs": 968.034029006958, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17101.57012939453, - "thread": 140632764954368, + "relativeCreated": 17120.75710296631, + "thread": 139853085779712, "threadName": "Thread-30" } ], - "msecs": 479.91394996643066, + "msecs": 241.1971092224121, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17413.455963134766, - "thread": 140634736203584, + "relativeCreated": 17393.920183181763, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3118858337402344 + "time_consumption": 0.2731630802154541 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:31,481", - "created": 1610346631.481616, + "asctime": "2021-01-11 11:25:21,242", + "created": 1610360721.242464, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58610,8 +58610,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,481", - "created": 1610346631.481026, + "asctime": "2021-01-11 11:25:21,241", + "created": 1610360721.24186, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58621,14 +58621,14 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 481.02593421936035, + "msecs": 241.85991287231445, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17414.567947387695, - "thread": 140634736203584, + "relativeCreated": 17394.582986831665, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -58637,8 +58637,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,481", - "created": 1610346631.481311, + "asctime": "2021-01-11 11:25:21,242", + "created": 1610360721.242224, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58648,35 +58648,35 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 481.3110828399658, + "msecs": 242.22397804260254, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17414.8530960083, - "thread": 140634736203584, + "relativeCreated": 17394.947052001953, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 481.6160202026367, + "msecs": 242.4640655517578, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17415.15803337097, - "thread": 140634736203584, + "relativeCreated": 17395.18713951111, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00030493736267089844 + "time_consumption": 0.00024008750915527344 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:31,482", - "created": 1610346631.482722, + "asctime": "2021-01-11 11:25:21,243", + "created": 1610360721.2435, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58693,8 +58693,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,482", - "created": 1610346631.482067, + "asctime": "2021-01-11 11:25:21,242", + "created": 1610360721.242866, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58704,14 +58704,14 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 482.0671081542969, + "msecs": 242.86603927612305, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17415.609121322632, - "thread": 140634736203584, + "relativeCreated": 17395.589113235474, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -58720,8 +58720,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,482", - "created": 1610346631.482453, + "asctime": "2021-01-11 11:25:21,243", + "created": 1610360721.24326, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58731,32 +58731,32 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 482.4531078338623, + "msecs": 243.25990676879883, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17415.995121002197, - "thread": 140634736203584, + "relativeCreated": 17395.98298072815, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 482.72204399108887, + "msecs": 243.4999942779541, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17416.264057159424, - "thread": 140634736203584, + "relativeCreated": 17396.223068237305, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002689361572265625 + "time_consumption": 0.00024008750915527344 }, { "args": [], - "asctime": "2021-01-11 07:30:31,483", - "created": 1610346631.483094, + "asctime": "2021-01-11 11:25:21,243", + "created": 1610360721.243909, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -58767,14 +58767,14 @@ "message": "Adding secrets to socket_protocol", "module": "test_add_methods", "moduleLogger": [], - "msecs": 483.0939769744873, + "msecs": 243.90888214111328, "msg": "Adding secrets to socket_protocol", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17416.635990142822, - "thread": 140634736203584, + "relativeCreated": 17396.631956100464, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -58783,8 +58783,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:31,483", - "created": 1610346631.483708, + "asctime": "2021-01-11 11:25:21,244", + "created": 1610360721.24452, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58801,8 +58801,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:31,483", - "created": 1610346631.483381, + "asctime": "2021-01-11 11:25:21,244", + "created": 1610360721.244198, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58812,14 +58812,14 @@ "lineno": 22, "message": "Result (Client connection status): False ()", "module": "test", - "msecs": 483.3810329437256, + "msecs": 244.19808387756348, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17416.92304611206, - "thread": 140634736203584, + "relativeCreated": 17396.921157836914, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -58828,8 +58828,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:31,483", - "created": 1610346631.483546, + "asctime": "2021-01-11 11:25:21,244", + "created": 1610360721.24436, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58839,35 +58839,35 @@ "lineno": 26, "message": "Expectation (Client connection status): result = False ()", "module": "test", - "msecs": 483.54601860046387, + "msecs": 244.35997009277344, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17417.0880317688, - "thread": 140634736203584, + "relativeCreated": 17397.083044052124, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 483.7079048156738, + "msecs": 244.5199489593506, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17417.24991798401, - "thread": 140634736203584, + "relativeCreated": 17397.2430229187, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00016188621520996094 + "time_consumption": 0.00015997886657714844 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:31,484", - "created": 1610346631.48427, + "asctime": "2021-01-11 11:25:21,245", + "created": 1610360721.245429, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58884,8 +58884,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:31,483", - "created": 1610346631.483961, + "asctime": "2021-01-11 11:25:21,244", + "created": 1610360721.244961, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58895,14 +58895,14 @@ "lineno": 22, "message": "Result (Server connection status): False ()", "module": "test", - "msecs": 483.9611053466797, + "msecs": 244.96102333068848, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17417.503118515015, - "thread": 140634736203584, + "relativeCreated": 17397.68409729004, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -58911,8 +58911,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:31,484", - "created": 1610346631.484117, + "asctime": "2021-01-11 11:25:21,245", + "created": 1610360721.245197, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -58922,32 +58922,32 @@ "lineno": 26, "message": "Expectation (Server connection status): result = False ()", "module": "test", - "msecs": 484.1170310974121, + "msecs": 245.19705772399902, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17417.659044265747, - "thread": 140634736203584, + "relativeCreated": 17397.92013168335, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 484.2700958251953, + "msecs": 245.42903900146484, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17417.81210899353, - "thread": 140634736203584, + "relativeCreated": 17398.152112960815, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015306472778320312 + "time_consumption": 0.0002319812774658203 }, { "args": [], - "asctime": "2021-01-11 07:30:31,685", - "created": 1610346631.685359, + "asctime": "2021-01-11 11:25:21,347", + "created": 1610360721.347099, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -58966,8 +58966,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:31,484", - "created": 1610346631.484651, + "asctime": "2021-01-11 11:25:21,245", + "created": 1610360721.245926, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -58977,14 +58977,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 484.6510887145996, + "msecs": 245.9259033203125, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17418.193101882935, - "thread": 140634736203584, + "relativeCreated": 17398.648977279663, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -58992,8 +58992,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:31,499", - "created": 1610346631.499073, + "asctime": "2021-01-11 11:25:21,262", + "created": 1610360721.262929, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59003,14 +59003,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 499.0730285644531, + "msecs": 262.92896270751953, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17432.615041732788, - "thread": 140632773347072, + "relativeCreated": 17415.65203666687, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59018,8 +59018,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:31,499", - "created": 1610346631.499504, + "asctime": "2021-01-11 11:25:21,263", + "created": 1610360721.263339, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59029,14 +59029,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 499.50408935546875, + "msecs": 263.3390426635742, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17433.046102523804, - "thread": 140632773347072, + "relativeCreated": 17416.062116622925, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59044,8 +59044,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,499", - "created": 1610346631.499684, + "asctime": "2021-01-11 11:25:21,263", + "created": 1610360721.263522, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59055,14 +59055,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 499.68409538269043, + "msecs": 263.5219097137451, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17433.226108551025, - "thread": 140632773347072, + "relativeCreated": 17416.244983673096, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59071,8 +59071,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:31,499", - "created": 1610346631.499814, + "asctime": "2021-01-11 11:25:21,263", + "created": 1610360721.263666, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59082,14 +59082,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 499.8140335083008, + "msecs": 263.66591453552246, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17433.356046676636, - "thread": 140632773347072, + "relativeCreated": 17416.388988494873, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59097,8 +59097,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,499", - "created": 1610346631.499972, + "asctime": "2021-01-11 11:25:21,263", + "created": 1610360721.263862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59108,14 +59108,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 499.9721050262451, + "msecs": 263.86189460754395, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17433.51411819458, - "thread": 140632773347072, + "relativeCreated": 17416.584968566895, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59124,8 +59124,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,500", - "created": 1610346631.500098, + "asctime": "2021-01-11 11:25:21,264", + "created": 1610360721.264166, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59135,14 +59135,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 500.09799003601074, + "msecs": 264.16611671447754, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17433.640003204346, - "thread": 140632773347072, + "relativeCreated": 17416.889190673828, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59150,8 +59150,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,500", - "created": 1610346631.500268, + "asctime": "2021-01-11 11:25:21,264", + "created": 1610360721.264449, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59161,14 +59161,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 500.26798248291016, + "msecs": 264.448881149292, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17433.809995651245, - "thread": 140632773347072, + "relativeCreated": 17417.171955108643, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59177,8 +59177,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,500", - "created": 1610346631.500382, + "asctime": "2021-01-11 11:25:21,264", + "created": 1610360721.264597, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59188,14 +59188,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 500.3819465637207, + "msecs": 264.59693908691406, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17433.923959732056, - "thread": 140632773347072, + "relativeCreated": 17417.320013046265, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59203,8 +59203,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,500", - "created": 1610346631.500524, + "asctime": "2021-01-11 11:25:21,264", + "created": 1610360721.264797, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59214,14 +59214,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 500.52404403686523, + "msecs": 264.7969722747803, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17434.0660572052, - "thread": 140632773347072, + "relativeCreated": 17417.52004623413, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59230,8 +59230,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,500", - "created": 1610346631.500636, + "asctime": "2021-01-11 11:25:21,264", + "created": 1610360721.264994, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59241,14 +59241,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 500.63610076904297, + "msecs": 264.99390602111816, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17434.178113937378, - "thread": 140632773347072, + "relativeCreated": 17417.71697998047, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59256,8 +59256,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,500", - "created": 1610346631.500822, + "asctime": "2021-01-11 11:25:21,265", + "created": 1610360721.265174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59267,14 +59267,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 500.8220672607422, + "msecs": 265.17391204833984, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17434.364080429077, - "thread": 140632773347072, + "relativeCreated": 17417.89698600769, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59283,8 +59283,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,501", - "created": 1610346631.501018, + "asctime": "2021-01-11 11:25:21,265", + "created": 1610360721.265304, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59294,14 +59294,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 501.0180473327637, + "msecs": 265.3040885925293, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17434.5600605011, - "thread": 140632773347072, + "relativeCreated": 17418.02716255188, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59309,8 +59309,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:31,501", - "created": 1610346631.501319, + "asctime": "2021-01-11 11:25:21,265", + "created": 1610360721.265504, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59320,14 +59320,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 501.31893157958984, + "msecs": 265.5038833618164, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17434.860944747925, - "thread": 140632773347072, + "relativeCreated": 17418.226957321167, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59335,8 +59335,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:31,501", - "created": 1610346631.501476, + "asctime": "2021-01-11 11:25:21,265", + "created": 1610360721.26574, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59346,14 +59346,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 501.4760494232178, + "msecs": 265.73991775512695, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17435.018062591553, - "thread": 140632773347072, + "relativeCreated": 17418.462991714478, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59361,8 +59361,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,501", - "created": 1610346631.501615, + "asctime": "2021-01-11 11:25:21,265", + "created": 1610360721.265892, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59372,14 +59372,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 501.615047454834, + "msecs": 265.89202880859375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17435.15706062317, - "thread": 140632773347072, + "relativeCreated": 17418.615102767944, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59388,8 +59388,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:31,501", - "created": 1610346631.501753, + "asctime": "2021-01-11 11:25:21,266", + "created": 1610360721.266015, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59399,14 +59399,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 501.7530918121338, + "msecs": 266.01505279541016, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17435.29510498047, - "thread": 140632773347072, + "relativeCreated": 17418.73812675476, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59414,8 +59414,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55" ], - "asctime": "2021-01-11 07:30:31,502", - "created": 1610346631.502039, + "asctime": "2021-01-11 11:25:21,266", + "created": 1610360721.266267, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59425,14 +59425,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55", "module": "stp", - "msecs": 502.03895568847656, + "msecs": 266.2670612335205, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17435.58096885681, - "thread": 140632773347072, + "relativeCreated": 17418.99013519287, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59443,8 +59443,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:31,502", - "created": 1610346631.502393, + "asctime": "2021-01-11 11:25:21,266", + "created": 1610360721.266569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59454,14 +59454,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 502.3930072784424, + "msecs": 266.5688991546631, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17435.935020446777, - "thread": 140632773347072, + "relativeCreated": 17419.291973114014, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59469,8 +59469,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:31,502", - "created": 1610346631.502582, + "asctime": "2021-01-11 11:25:21,266", + "created": 1610360721.26673, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59480,14 +59480,14 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 502.5820732116699, + "msecs": 266.73007011413574, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17436.124086380005, - "thread": 140632773347072, + "relativeCreated": 17419.453144073486, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -59496,10 +59496,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'e22f889412d66ee4907818c0174e70db4afbd7e27fe16e5e6208c648d0539024'" + "'9b3dea97505fe65d3f9dc6b72cf6795c35751a1368e2ae512996d6a5e30e65fa'" ], - "asctime": "2021-01-11 07:30:31,502", - "created": 1610346631.502866, + "asctime": "2021-01-11 11:25:21,266", + "created": 1610360721.266945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59507,25 +59507,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'e22f889412d66ee4907818c0174e70db4afbd7e27fe16e5e6208c648d0539024'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'9b3dea97505fe65d3f9dc6b72cf6795c35751a1368e2ae512996d6a5e30e65fa'\"", "module": "__init__", - "msecs": 502.8660297393799, + "msecs": 266.94488525390625, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17436.408042907715, - "thread": 140632773347072, + "relativeCreated": 17419.667959213257, + "thread": 139853094172416, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 32 32 66 38 38 39 34 31 32 64 36 36 65 65 34 39 30 37" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 62 33 64 65 61 39 37 35 30 35 66 65 36 35 64 33 66 39" ], - "asctime": "2021-01-11 07:30:31,533", - "created": 1610346631.533648, + "asctime": "2021-01-11 11:25:21,269", + "created": 1610360721.269619, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59533,25 +59533,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 32 32 66 38 38 39 34 31 32 64 36 36 65 65 34 39 30 37", + "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 62 33 64 65 61 39 37 35 30 35 66 65 36 35 64 33 66 39", "module": "__init__", - "msecs": 533.6480140686035, + "msecs": 269.6189880371094, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17467.19002723694, - "thread": 140632764954368, + "relativeCreated": 17422.34206199646, + "thread": 139853085779712, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 32 32 66 38 38 39 34 31 32 64 36 36 65 65 34 39 30 37" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 62 33 64 65 61 39 37 35 30 35 66 65 36 35 64 33 66 39" ], - "asctime": "2021-01-11 07:30:31,534", - "created": 1610346631.534113, + "asctime": "2021-01-11 11:25:21,269", + "created": 1610360721.269876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59559,16 +59559,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 32 32 66 38 38 39 34 31 32 64 36 36 65 65 34 39 30 37", + "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 62 33 64 65 61 39 37 35 30 35 66 65 36 35 64 33 66 39", "module": "__init__", - "msecs": 534.1129302978516, + "msecs": 269.87600326538086, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17467.654943466187, - "thread": 140632764954368, + "relativeCreated": 17422.59907722473, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59576,8 +59576,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,534", - "created": 1610346631.534314, + "asctime": "2021-01-11 11:25:21,270", + "created": 1610360721.270012, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59587,14 +59587,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 534.3139171600342, + "msecs": 270.01190185546875, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17467.85593032837, - "thread": 140632764954368, + "relativeCreated": 17422.73497581482, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59603,8 +59603,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:31,534", - "created": 1610346631.53449, + "asctime": "2021-01-11 11:25:21,270", + "created": 1610360721.270117, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59614,14 +59614,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 534.4901084899902, + "msecs": 270.11704444885254, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17468.032121658325, - "thread": 140632764954368, + "relativeCreated": 17422.840118408203, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59629,8 +59629,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,534", - "created": 1610346631.53471, + "asctime": "2021-01-11 11:25:21,270", + "created": 1610360721.270241, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59640,14 +59640,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 534.7099304199219, + "msecs": 270.24102210998535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17468.251943588257, - "thread": 140632764954368, + "relativeCreated": 17422.964096069336, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59656,8 +59656,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,535", - "created": 1610346631.535068, + "asctime": "2021-01-11 11:25:21,270", + "created": 1610360721.270353, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59667,14 +59667,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 535.0680351257324, + "msecs": 270.3530788421631, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17468.610048294067, - "thread": 140632764954368, + "relativeCreated": 17423.076152801514, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59682,8 +59682,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,535", - "created": 1610346631.535264, + "asctime": "2021-01-11 11:25:21,270", + "created": 1610360721.270526, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59693,14 +59693,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 535.2640151977539, + "msecs": 270.5259323120117, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17468.80602836609, - "thread": 140632764954368, + "relativeCreated": 17423.249006271362, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59709,8 +59709,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,535", - "created": 1610346631.535404, + "asctime": "2021-01-11 11:25:21,270", + "created": 1610360721.270696, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59720,14 +59720,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 535.4039669036865, + "msecs": 270.69592475891113, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17468.94598007202, - "thread": 140632764954368, + "relativeCreated": 17423.41899871826, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59735,8 +59735,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,535", - "created": 1610346631.535561, + "asctime": "2021-01-11 11:25:21,270", + "created": 1610360721.270877, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59746,14 +59746,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 535.5610847473145, + "msecs": 270.8768844604492, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17469.10309791565, - "thread": 140632764954368, + "relativeCreated": 17423.5999584198, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59762,8 +59762,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,535", - "created": 1610346631.535684, + "asctime": "2021-01-11 11:25:21,271", + "created": 1610360721.271019, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59773,23 +59773,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 535.6841087341309, + "msecs": 271.01898193359375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17469.226121902466, - "thread": 140632764954368, + "relativeCreated": 17423.742055892944, + "thread": 139853085779712, "threadName": "Thread-30" }, { "args": [ "comm-server:", - "(64): 38 31 38 63 30 31 37 34 65 37 30 64 62 34 61 66 62 64 37 65 32 37 66 65 31 36 65 35 65 36 32 30 38 63 36 34 38 64 30 35 33 39 30 32 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 56 17" + "(64): 64 63 36 62 37 32 63 66 36 37 39 35 63 33 35 37 35 31 61 31 33 36 38 65 32 61 65 35 31 32 39 39 36 64 36 61 35 65 33 30 65 36 35 66 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 57 51" ], - "asctime": "2021-01-11 07:30:31,536", - "created": 1610346631.536116, + "asctime": "2021-01-11 11:25:21,271", + "created": 1610360721.271371, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59797,25 +59797,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 38 31 38 63 30 31 37 34 65 37 30 64 62 34 61 66 62 64 37 65 32 37 66 65 31 36 65 35 65 36 32 30 38 63 36 34 38 64 30 35 33 39 30 32 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 56 17", + "message": "comm-server: TX -> (64): 64 63 36 62 37 32 63 66 36 37 39 35 63 33 35 37 35 31 61 31 33 36 38 65 32 61 65 35 31 32 39 39 36 64 36 61 35 65 33 30 65 36 35 66 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 57 51", "module": "__init__", - "msecs": 536.1158847808838, + "msecs": 271.37088775634766, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17469.65789794922, - "thread": 140632764954368, + "relativeCreated": 17424.0939617157, + "thread": 139853085779712, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(64): 38 31 38 63 30 31 37 34 65 37 30 64 62 34 61 66 62 64 37 65 32 37 66 65 31 36 65 35 65 36 32 30 38 63 36 34 38 64 30 35 33 39 30 32 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 56 17" + "(64): 64 63 36 62 37 32 63 66 36 37 39 35 63 33 35 37 35 31 61 31 33 36 38 65 32 61 65 35 31 32 39 39 36 64 36 61 35 65 33 30 65 36 35 66 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 57 51" ], - "asctime": "2021-01-11 07:30:31,536", - "created": 1610346631.536534, + "asctime": "2021-01-11 11:25:21,271", + "created": 1610360721.271592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59823,16 +59823,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 38 31 38 63 30 31 37 34 65 37 30 64 62 34 61 66 62 64 37 65 32 37 66 65 31 36 65 35 65 36 32 30 38 63 36 34 38 64 30 35 33 39 30 32 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 56 17", + "message": "comm-client: RX <- (64): 64 63 36 62 37 32 63 66 36 37 39 35 63 33 35 37 35 31 61 31 33 36 38 65 32 61 65 35 31 32 39 39 36 64 36 61 35 65 33 30 65 36 35 66 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 57 51", "module": "__init__", - "msecs": 536.5340709686279, + "msecs": 271.5919017791748, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17470.076084136963, - "thread": 140632764954368, + "relativeCreated": 17424.314975738525, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59840,8 +59840,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,537", - "created": 1610346631.537045, + "asctime": "2021-01-11 11:25:21,271", + "created": 1610360721.271819, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59851,14 +59851,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 537.0450019836426, + "msecs": 271.8191146850586, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17470.587015151978, - "thread": 140632764954368, + "relativeCreated": 17424.54218864441, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59867,8 +59867,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,537", - "created": 1610346631.537233, + "asctime": "2021-01-11 11:25:21,271", + "created": 1610360721.271918, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59878,23 +59878,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 537.2331142425537, + "msecs": 271.91805839538574, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17470.77512741089, - "thread": 140632764954368, + "relativeCreated": 17424.641132354736, + "thread": 139853085779712, "threadName": "Thread-30" }, { "args": [ "comm-server:", - "(4): dd 92 3a 3e" + "(4): 03 9e 3a 3e" ], - "asctime": "2021-01-11 07:30:31,537", - "created": 1610346631.537673, + "asctime": "2021-01-11 11:25:21,272", + "created": 1610360721.27206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59902,25 +59902,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): dd 92 3a 3e", + "message": "comm-server: TX -> (4): 03 9e 3a 3e", "module": "__init__", - "msecs": 537.6729965209961, + "msecs": 272.0599174499512, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17471.21500968933, - "thread": 140632764954368, + "relativeCreated": 17424.7829914093, + "thread": 139853085779712, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(4): dd 92 3a 3e" + "(4): 03 9e 3a 3e" ], - "asctime": "2021-01-11 07:30:31,538", - "created": 1610346631.538091, + "asctime": "2021-01-11 11:25:21,272", + "created": 1610360721.272172, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -59928,16 +59928,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): dd 92 3a 3e", + "message": "comm-client: RX <- (4): 03 9e 3a 3e", "module": "__init__", - "msecs": 538.0909442901611, + "msecs": 272.1719741821289, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17471.632957458496, - "thread": 140632764954368, + "relativeCreated": 17424.89504814148, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59945,8 +59945,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,538", - "created": 1610346631.538271, + "asctime": "2021-01-11 11:25:21,272", + "created": 1610360721.272281, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59956,14 +59956,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 538.2709503173828, + "msecs": 272.2809314727783, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17471.812963485718, - "thread": 140632764954368, + "relativeCreated": 17425.00400543213, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -59972,8 +59972,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:31,538", - "created": 1610346631.538417, + "asctime": "2021-01-11 11:25:21,272", + "created": 1610360721.272375, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -59983,23 +59983,23 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 538.4171009063721, + "msecs": 272.37510681152344, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17471.959114074707, - "thread": 140632764954368, + "relativeCreated": 17425.098180770874, + "thread": 139853085779712, "threadName": "Thread-30" }, { "args": [ "STP:", - "(124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 65 32 32 66 38 38 39 34 31 32 64 36 36 65 65 34 39 30 37 38 31 38 63 30 31 37 34 65 37 30 64 62 34 61 66 62 64 37 65 32 37 66 65 31 36 65 35 65 36 32 30 38 63 36 34 38 64 30 35 33 39 30 32 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 56 17 dd 92" + "(124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 39 62 33 64 65 61 39 37 35 30 35 66 65 36 35 64 33 66 39 64 63 36 62 37 32 63 66 36 37 39 35 63 33 35 37 35 31 61 31 33 36 38 65 32 61 65 35 31 32 39 39 36 64 36 61 35 65 33 30 65 36 35 66 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 57 51 03 9e" ], - "asctime": "2021-01-11 07:30:31,538", - "created": 1610346631.538864, + "asctime": "2021-01-11 11:25:21,272", + "created": 1610360721.272671, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60007,16 +60007,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 65 32 32 66 38 38 39 34 31 32 64 36 36 65 65 34 39 30 37 38 31 38 63 30 31 37 34 65 37 30 64 62 34 61 66 62 64 37 65 32 37 66 65 31 36 65 35 65 36 32 30 38 63 36 34 38 64 30 35 33 39 30 32 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 56 17 dd 92", + "message": "STP: message identified - (124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 39 62 33 64 65 61 39 37 35 30 35 66 65 36 35 64 33 66 39 64 63 36 62 37 32 63 66 36 37 39 35 63 33 35 37 35 31 61 31 33 36 38 65 32 61 65 35 31 32 39 39 36 64 36 61 35 65 33 30 65 36 35 66 61 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 57 51 03 9e", "module": "stp", - "msecs": 538.8638973236084, + "msecs": 272.6709842681885, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17472.405910491943, - "thread": 140632764954368, + "relativeCreated": 17425.39405822754, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60025,10 +60025,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "u'e22f889412d66ee4907818c0174e70db4afbd7e27fe16e5e6208c648d0539024'" + "u'9b3dea97505fe65d3f9dc6b72cf6795c35751a1368e2ae512996d6a5e30e65fa'" ], - "asctime": "2021-01-11 07:30:31,539", - "created": 1610346631.53934, + "asctime": "2021-01-11 11:25:21,272", + "created": 1610360721.27298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60036,16 +60036,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'e22f889412d66ee4907818c0174e70db4afbd7e27fe16e5e6208c648d0539024'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'9b3dea97505fe65d3f9dc6b72cf6795c35751a1368e2ae512996d6a5e30e65fa'\"", "module": "__init__", - "msecs": 539.3400192260742, + "msecs": 272.9799747467041, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17472.88203239441, - "thread": 140632764954368, + "relativeCreated": 17425.703048706055, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60053,8 +60053,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 07:30:31,539", - "created": 1610346631.539423, + "asctime": "2021-01-11 11:25:21,273", + "created": 1610360721.273142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60064,14 +60064,14 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 539.4229888916016, + "msecs": 273.14209938049316, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17472.965002059937, - "thread": 140632764954368, + "relativeCreated": 17425.865173339844, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60080,10 +60080,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'f4b0ec74ccc01c33bc2e27b6d05527f4ebc411571006093a8e1df1053a63034b39f116979b72846c57c411d0ae0f2e683df9cc49041bb5ff82a67b954dd78ac0'" + "'a86faa64ceab72c286e698766391348ec73969ec0fe70cd5e21991ef6e9b14fe62d69854cb03f460404e074c63f7722e06e798cb4e1cccb12654ebbc4bf95ff5'" ], - "asctime": "2021-01-11 07:30:31,539", - "created": 1610346631.539542, + "asctime": "2021-01-11 11:25:21,273", + "created": 1610360721.273368, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60091,25 +60091,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'f4b0ec74ccc01c33bc2e27b6d05527f4ebc411571006093a8e1df1053a63034b39f116979b72846c57c411d0ae0f2e683df9cc49041bb5ff82a67b954dd78ac0'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'a86faa64ceab72c286e698766391348ec73969ec0fe70cd5e21991ef6e9b14fe62d69854cb03f460404e074c63f7722e06e798cb4e1cccb12654ebbc4bf95ff5'\"", "module": "__init__", - "msecs": 539.5419597625732, + "msecs": 273.36788177490234, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17473.08397293091, - "thread": 140632764954368, + "relativeCreated": 17426.090955734253, + "thread": 139853085779712, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 34 62 30 65 63 37 34 63 63 63 30 31 63 33 33 62 63 32" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 61 38 36 66 61 61 36 34 63 65 61 62 37 32 63 32 38 36 65" ], - "asctime": "2021-01-11 07:30:31,567", - "created": 1610346631.567336, + "asctime": "2021-01-11 11:25:21,275", + "created": 1610360721.275374, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60117,25 +60117,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 34 62 30 65 63 37 34 63 63 63 30 31 63 33 33 62 63 32", + "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 61 38 36 66 61 61 36 34 63 65 61 62 37 32 63 32 38 36 65", "module": "__init__", - "msecs": 567.3360824584961, + "msecs": 275.3739356994629, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17500.87809562683, - "thread": 140632773347072, + "relativeCreated": 17428.097009658813, + "thread": 139853094172416, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 34 62 30 65 63 37 34 63 63 63 30 31 63 33 33 62 63 32" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 61 38 36 66 61 61 36 34 63 65 61 62 37 32 63 32 38 36 65" ], - "asctime": "2021-01-11 07:30:31,567", - "created": 1610346631.567792, + "asctime": "2021-01-11 11:25:21,275", + "created": 1610360721.275659, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60143,16 +60143,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 34 62 30 65 63 37 34 63 63 63 30 31 63 33 33 62 63 32", + "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 61 38 36 66 61 61 36 34 63 65 61 62 37 32 63 32 38 36 65", "module": "__init__", - "msecs": 567.7919387817383, + "msecs": 275.65908432006836, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17501.333951950073, - "thread": 140632773347072, + "relativeCreated": 17428.38215827942, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60160,8 +60160,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,567", - "created": 1610346631.567994, + "asctime": "2021-01-11 11:25:21,275", + "created": 1610360721.275796, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60171,14 +60171,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 567.9941177368164, + "msecs": 275.79593658447266, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17501.53613090515, - "thread": 140632773347072, + "relativeCreated": 17428.519010543823, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60187,8 +60187,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:31,568", - "created": 1610346631.568188, + "asctime": "2021-01-11 11:25:21,275", + "created": 1610360721.275906, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60198,14 +60198,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 568.187952041626, + "msecs": 275.9060859680176, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17501.72996520996, - "thread": 140632773347072, + "relativeCreated": 17428.629159927368, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60213,8 +60213,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,568", - "created": 1610346631.568537, + "asctime": "2021-01-11 11:25:21,276", + "created": 1610360721.276045, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60224,14 +60224,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 568.5369968414307, + "msecs": 276.0450839996338, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17502.079010009766, - "thread": 140632773347072, + "relativeCreated": 17428.768157958984, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60240,8 +60240,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,568", - "created": 1610346631.568779, + "asctime": "2021-01-11 11:25:21,276", + "created": 1610360721.276145, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60251,14 +60251,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 568.7789916992188, + "msecs": 276.14498138427734, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17502.321004867554, - "thread": 140632773347072, + "relativeCreated": 17428.868055343628, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60266,8 +60266,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,569", - "created": 1610346631.569146, + "asctime": "2021-01-11 11:25:21,276", + "created": 1610360721.276282, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60277,14 +60277,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 569.145917892456, + "msecs": 276.28207206726074, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17502.68793106079, - "thread": 140632773347072, + "relativeCreated": 17429.00514602661, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60293,8 +60293,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,569", - "created": 1610346631.569376, + "asctime": "2021-01-11 11:25:21,276", + "created": 1610360721.276397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60304,14 +60304,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 569.3759918212891, + "msecs": 276.3969898223877, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17502.918004989624, - "thread": 140632773347072, + "relativeCreated": 17429.12006378174, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60319,8 +60319,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,569", - "created": 1610346631.56967, + "asctime": "2021-01-11 11:25:21,276", + "created": 1610360721.276574, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60330,14 +60330,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 569.6699619293213, + "msecs": 276.57389640808105, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17503.211975097656, - "thread": 140632773347072, + "relativeCreated": 17429.29697036743, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60346,8 +60346,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,569", - "created": 1610346631.569985, + "asctime": "2021-01-11 11:25:21,276", + "created": 1610360721.276704, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60357,23 +60357,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 569.9849128723145, + "msecs": 276.7040729522705, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17503.52692604065, - "thread": 140632773347072, + "relativeCreated": 17429.42714691162, + "thread": 139853094172416, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(64): 65 32 37 62 36 64 30 35 35 32 37 66 34 65 62 63 34 31 31 35 37 31 30 30 36 30 39 33 61 38 65 31 64 66 31 30 35 33 61 36 33 30 33 34 62 33 39 66 31 31 36 39 37 39 62 37 32 38 34 36 63 35 37 63" + "(64): 36 39 38 37 36 36 33 39 31 33 34 38 65 63 37 33 39 36 39 65 63 30 66 65 37 30 63 64 35 65 32 31 39 39 31 65 66 36 65 39 62 31 34 66 65 36 32 64 36 39 38 35 34 63 62 30 33 66 34 36 30 34 30 34" ], - "asctime": "2021-01-11 07:30:31,570", - "created": 1610346631.570557, + "asctime": "2021-01-11 11:25:21,277", + "created": 1610360721.277157, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60381,25 +60381,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 65 32 37 62 36 64 30 35 35 32 37 66 34 65 62 63 34 31 31 35 37 31 30 30 36 30 39 33 61 38 65 31 64 66 31 30 35 33 61 36 33 30 33 34 62 33 39 66 31 31 36 39 37 39 62 37 32 38 34 36 63 35 37 63", + "message": "comm-client: TX -> (64): 36 39 38 37 36 36 33 39 31 33 34 38 65 63 37 33 39 36 39 65 63 30 66 65 37 30 63 64 35 65 32 31 39 39 31 65 66 36 65 39 62 31 34 66 65 36 32 64 36 39 38 35 34 63 62 30 33 66 34 36 30 34 30 34", "module": "__init__", - "msecs": 570.5571174621582, + "msecs": 277.1570682525635, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17504.099130630493, - "thread": 140632773347072, + "relativeCreated": 17429.880142211914, + "thread": 139853094172416, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(64): 65 32 37 62 36 64 30 35 35 32 37 66 34 65 62 63 34 31 31 35 37 31 30 30 36 30 39 33 61 38 65 31 64 66 31 30 35 33 61 36 33 30 33 34 62 33 39 66 31 31 36 39 37 39 62 37 32 38 34 36 63 35 37 63" + "(64): 36 39 38 37 36 36 33 39 31 33 34 38 65 63 37 33 39 36 39 65 63 30 66 65 37 30 63 64 35 65 32 31 39 39 31 65 66 36 65 39 62 31 34 66 65 36 32 64 36 39 38 35 34 63 62 30 33 66 34 36 30 34 30 34" ], - "asctime": "2021-01-11 07:30:31,571", - "created": 1610346631.571043, + "asctime": "2021-01-11 11:25:21,277", + "created": 1610360721.277542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60407,25 +60407,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 65 32 37 62 36 64 30 35 35 32 37 66 34 65 62 63 34 31 31 35 37 31 30 30 36 30 39 33 61 38 65 31 64 66 31 30 35 33 61 36 33 30 33 34 62 33 39 66 31 31 36 39 37 39 62 37 32 38 34 36 63 35 37 63", + "message": "comm-server: RX <- (64): 36 39 38 37 36 36 33 39 31 33 34 38 65 63 37 33 39 36 39 65 63 30 66 65 37 30 63 64 35 65 32 31 39 39 31 65 66 36 65 39 62 31 34 66 65 36 32 64 36 39 38 35 34 63 62 30 33 66 34 36 30 34 30 34", "module": "__init__", - "msecs": 571.0430145263672, + "msecs": 277.5421142578125, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17504.585027694702, - "thread": 140632773347072, + "relativeCreated": 17430.265188217163, + "thread": 139853094172416, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(64): 34 31 31 64 30 61 65 30 66 32 65 36 38 33 64 66 39 63 63 34 39 30 34 31 62 62 35 66 66 38 32 61 36 37 62 39 35 34 64 64 37 38 61 63 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 00 cc" + "(64): 65 30 37 34 63 36 33 66 37 37 32 32 65 30 36 65 37 39 38 63 62 34 65 31 63 63 63 62 31 32 36 35 34 65 62 62 63 34 62 66 39 35 66 66 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d f1 96" ], - "asctime": "2021-01-11 07:30:31,572", - "created": 1610346631.572115, + "asctime": "2021-01-11 11:25:21,278", + "created": 1610360721.278105, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60433,25 +60433,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 34 31 31 64 30 61 65 30 66 32 65 36 38 33 64 66 39 63 63 34 39 30 34 31 62 62 35 66 66 38 32 61 36 37 62 39 35 34 64 64 37 38 61 63 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 00 cc", + "message": "comm-client: TX -> (64): 65 30 37 34 63 36 33 66 37 37 32 32 65 30 36 65 37 39 38 63 62 34 65 31 63 63 63 62 31 32 36 35 34 65 62 62 63 34 62 66 39 35 66 66 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d f1 96", "module": "__init__", - "msecs": 572.1149444580078, + "msecs": 278.1050205230713, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17505.656957626343, - "thread": 140632773347072, + "relativeCreated": 17430.828094482422, + "thread": 139853094172416, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(64): 34 31 31 64 30 61 65 30 66 32 65 36 38 33 64 66 39 63 63 34 39 30 34 31 62 62 35 66 66 38 32 61 36 37 62 39 35 34 64 64 37 38 61 63 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 00 cc" + "(64): 65 30 37 34 63 36 33 66 37 37 32 32 65 30 36 65 37 39 38 63 62 34 65 31 63 63 63 62 31 32 36 35 34 65 62 62 63 34 62 66 39 35 66 66 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d f1 96" ], - "asctime": "2021-01-11 07:30:31,572", - "created": 1610346631.572658, + "asctime": "2021-01-11 11:25:21,278", + "created": 1610360721.278388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60459,16 +60459,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 34 31 31 64 30 61 65 30 66 32 65 36 38 33 64 66 39 63 63 34 39 30 34 31 62 62 35 66 66 38 32 61 36 37 62 39 35 34 64 64 37 38 61 63 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 00 cc", + "message": "comm-server: RX <- (64): 65 30 37 34 63 36 33 66 37 37 32 32 65 30 36 65 37 39 38 63 62 34 65 31 63 63 63 62 31 32 36 35 34 65 62 62 63 34 62 66 39 35 66 66 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d f1 96", "module": "__init__", - "msecs": 572.6580619812012, + "msecs": 278.38802337646484, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17506.200075149536, - "thread": 140632773347072, + "relativeCreated": 17431.111097335815, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60476,8 +60476,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,573", - "created": 1610346631.573237, + "asctime": "2021-01-11 11:25:21,278", + "created": 1610360721.278808, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60487,14 +60487,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 573.2369422912598, + "msecs": 278.8081169128418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17506.778955459595, - "thread": 140632773347072, + "relativeCreated": 17431.531190872192, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60503,8 +60503,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,573", - "created": 1610346631.573484, + "asctime": "2021-01-11 11:25:21,278", + "created": 1610360721.278942, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60514,23 +60514,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 573.483943939209, + "msecs": 278.9421081542969, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17507.025957107544, - "thread": 140632773347072, + "relativeCreated": 17431.665182113647, + "thread": 139853094172416, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(4): d1 49 3a 3e" + "(4): c7 98 3a 3e" ], - "asctime": "2021-01-11 07:30:31,573", - "created": 1610346631.573821, + "asctime": "2021-01-11 11:25:21,279", + "created": 1610360721.279211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60538,25 +60538,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): d1 49 3a 3e", + "message": "comm-client: TX -> (4): c7 98 3a 3e", "module": "__init__", - "msecs": 573.8210678100586, + "msecs": 279.21104431152344, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17507.363080978394, - "thread": 140632773347072, + "relativeCreated": 17431.934118270874, + "thread": 139853094172416, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(4): d1 49 3a 3e" + "(4): c7 98 3a 3e" ], - "asctime": "2021-01-11 07:30:31,574", - "created": 1610346631.574063, + "asctime": "2021-01-11 11:25:21,279", + "created": 1610360721.279344, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60564,16 +60564,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): d1 49 3a 3e", + "message": "comm-server: RX <- (4): c7 98 3a 3e", "module": "__init__", - "msecs": 574.0630626678467, + "msecs": 279.3440818786621, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17507.60507583618, - "thread": 140632773347072, + "relativeCreated": 17432.067155838013, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60581,8 +60581,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,574", - "created": 1610346631.574297, + "asctime": "2021-01-11 11:25:21,279", + "created": 1610360721.279449, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60592,14 +60592,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 574.2969512939453, + "msecs": 279.4489860534668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17507.83896446228, - "thread": 140632773347072, + "relativeCreated": 17432.172060012817, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60608,8 +60608,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:31,574", - "created": 1610346631.574494, + "asctime": "2021-01-11 11:25:21,279", + "created": 1610360721.279546, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60619,23 +60619,23 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 574.4938850402832, + "msecs": 279.54602241516113, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17508.035898208618, - "thread": 140632773347072, + "relativeCreated": 17432.26909637451, + "thread": 139853094172416, "threadName": "Thread-29" }, { "args": [ "STP:", - "(188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 66 34 62 30 65 63 37 34 63 63 63 30 31 63 33 33 62 63 32 65 32 37 62 36 64 30 35 35 32 37 66 34 65 62 63 34 31 31 35 37 31 30 30 36 30 39 33 61 38 65 31 64 66 31 30 35 33 61 36 33 30 33 34 62 33 39 66 31 31 36 39 37 39 62 37 32 38 34 36 63 35 37 63 34 31 31 64 30 61 65 30 66 32 65 36 38 33 64 66 39 63 63 34 39 30 34 31 62 62 35 66 66 38 32 61 36 37 62 39 35 34 64 64 37 38 61 63 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 00 cc d1 49" + "(188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 61 38 36 66 61 61 36 34 63 65 61 62 37 32 63 32 38 36 65 36 39 38 37 36 36 33 39 31 33 34 38 65 63 37 33 39 36 39 65 63 30 66 65 37 30 63 64 35 65 32 31 39 39 31 65 66 36 65 39 62 31 34 66 65 36 32 64 36 39 38 35 34 63 62 30 33 66 34 36 30 34 30 34 65 30 37 34 63 36 33 66 37 37 32 32 65 30 36 65 37 39 38 63 62 34 65 31 63 63 63 62 31 32 36 35 34 65 62 62 63 34 62 66 39 35 66 66 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d f1 96 c7 98" ], - "asctime": "2021-01-11 07:30:31,575", - "created": 1610346631.575303, + "asctime": "2021-01-11 11:25:21,279", + "created": 1610360721.27993, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60643,16 +60643,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 66 34 62 30 65 63 37 34 63 63 63 30 31 63 33 33 62 63 32 65 32 37 62 36 64 30 35 35 32 37 66 34 65 62 63 34 31 31 35 37 31 30 30 36 30 39 33 61 38 65 31 64 66 31 30 35 33 61 36 33 30 33 34 62 33 39 66 31 31 36 39 37 39 62 37 32 38 34 36 63 35 37 63 34 31 31 64 30 61 65 30 66 32 65 36 38 33 64 66 39 63 63 34 39 30 34 31 62 62 35 66 66 38 32 61 36 37 62 39 35 34 64 64 37 38 61 63 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 00 cc d1 49", + "message": "STP: message identified - (188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 61 38 36 66 61 61 36 34 63 65 61 62 37 32 63 32 38 36 65 36 39 38 37 36 36 33 39 31 33 34 38 65 63 37 33 39 36 39 65 63 30 66 65 37 30 63 64 35 65 32 31 39 39 31 65 66 36 65 39 62 31 34 66 65 36 32 64 36 39 38 35 34 63 62 30 33 66 34 36 30 34 30 34 65 30 37 34 63 36 33 66 37 37 32 32 65 30 36 65 37 39 38 63 62 34 65 31 63 63 63 62 31 32 36 35 34 65 62 62 63 34 62 66 39 35 66 66 35 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d f1 96 c7 98", "module": "stp", - "msecs": 575.3030776977539, + "msecs": 279.93011474609375, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17508.84509086609, - "thread": 140632773347072, + "relativeCreated": 17432.653188705444, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60661,10 +60661,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "u'f4b0ec74ccc01c33bc2e27b6d05527f4ebc411571006093a8e1df1053a63034b39f116979b72846c57c411d0ae0f2e683df9cc49041bb5ff82a67b954dd78ac0'" + "u'a86faa64ceab72c286e698766391348ec73969ec0fe70cd5e21991ef6e9b14fe62d69854cb03f460404e074c63f7722e06e798cb4e1cccb12654ebbc4bf95ff5'" ], - "asctime": "2021-01-11 07:30:31,575", - "created": 1610346631.57582, + "asctime": "2021-01-11 11:25:21,280", + "created": 1610360721.280133, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60672,16 +60672,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'f4b0ec74ccc01c33bc2e27b6d05527f4ebc411571006093a8e1df1053a63034b39f116979b72846c57c411d0ae0f2e683df9cc49041bb5ff82a67b954dd78ac0'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'a86faa64ceab72c286e698766391348ec73969ec0fe70cd5e21991ef6e9b14fe62d69854cb03f460404e074c63f7722e06e798cb4e1cccb12654ebbc4bf95ff5'\"", "module": "__init__", - "msecs": 575.8199691772461, + "msecs": 280.1330089569092, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17509.36198234558, - "thread": 140632773347072, + "relativeCreated": 17432.85608291626, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60689,8 +60689,8 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 07:30:31,576", - "created": 1610346631.576211, + "asctime": "2021-01-11 11:25:21,280", + "created": 1610360721.280263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60700,14 +60700,14 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 576.2109756469727, + "msecs": 280.26294708251953, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17509.752988815308, - "thread": 140632773347072, + "relativeCreated": 17432.98602104187, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60718,8 +60718,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:31,576", - "created": 1610346631.576574, + "asctime": "2021-01-11 11:25:21,280", + "created": 1610360721.280426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60729,14 +60729,14 @@ "lineno": 445, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 576.5740871429443, + "msecs": 280.426025390625, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17510.11610031128, - "thread": 140632773347072, + "relativeCreated": 17433.149099349976, + "thread": 139853094172416, "threadName": "Thread-29" }, { @@ -60744,8 +60744,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d" ], - "asctime": "2021-01-11 07:30:31,608", - "created": 1610346631.608389, + "asctime": "2021-01-11 11:25:21,282", + "created": 1610360721.28272, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60755,14 +60755,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d", "module": "__init__", - "msecs": 608.3889007568359, + "msecs": 282.72008895874023, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17541.93091392517, - "thread": 140632764954368, + "relativeCreated": 17435.44316291809, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60770,8 +60770,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d" ], - "asctime": "2021-01-11 07:30:31,608", - "created": 1610346631.608915, + "asctime": "2021-01-11 11:25:21,282", + "created": 1610360721.282903, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -60781,14 +60781,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d", "module": "__init__", - "msecs": 608.9150905609131, + "msecs": 282.90295600891113, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17542.457103729248, - "thread": 140632764954368, + "relativeCreated": 17435.62602996826, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60796,8 +60796,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,609", - "created": 1610346631.609116, + "asctime": "2021-01-11 11:25:21,282", + "created": 1610360721.282993, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60807,14 +60807,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 609.1160774230957, + "msecs": 282.9930782318115, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17542.65809059143, - "thread": 140632764954368, + "relativeCreated": 17435.716152191162, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60823,8 +60823,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:31,609", - "created": 1610346631.609316, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.283081, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60834,14 +60834,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 609.3161106109619, + "msecs": 283.0810546875, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17542.858123779297, - "thread": 140632764954368, + "relativeCreated": 17435.80412864685, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60849,8 +60849,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,609", - "created": 1610346631.609578, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.283182, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60860,14 +60860,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 609.5778942108154, + "msecs": 283.18190574645996, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17543.11990737915, - "thread": 140632764954368, + "relativeCreated": 17435.90497970581, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60876,8 +60876,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,609", - "created": 1610346631.609753, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.283266, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60887,14 +60887,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 609.752893447876, + "msecs": 283.2660675048828, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17543.29490661621, - "thread": 140632764954368, + "relativeCreated": 17435.989141464233, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60902,8 +60902,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,610", - "created": 1610346631.610348, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.283358, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60913,14 +60913,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 610.3479862213135, + "msecs": 283.358097076416, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17543.88999938965, - "thread": 140632764954368, + "relativeCreated": 17436.081171035767, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60929,8 +60929,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,610", - "created": 1610346631.610533, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.283424, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60940,14 +60940,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 610.5329990386963, + "msecs": 283.42390060424805, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17544.07501220703, - "thread": 140632764954368, + "relativeCreated": 17436.1469745636, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60955,8 +60955,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,610", - "created": 1610346631.610749, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.2835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60966,14 +60966,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 610.7490062713623, + "msecs": 283.49995613098145, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17544.291019439697, - "thread": 140632764954368, + "relativeCreated": 17436.223030090332, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -60982,8 +60982,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,610", - "created": 1610346631.610913, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.28356, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -60993,14 +60993,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 610.9130382537842, + "msecs": 283.56003761291504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17544.45505142212, - "thread": 140632764954368, + "relativeCreated": 17436.283111572266, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -61008,8 +61008,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,611", - "created": 1610346631.611151, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.283643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -61019,14 +61019,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 611.1509799957275, + "msecs": 283.6430072784424, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17544.692993164062, - "thread": 140632764954368, + "relativeCreated": 17436.366081237793, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -61035,8 +61035,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,611", - "created": 1610346631.611279, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.283707, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -61046,14 +61046,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 611.2790107727051, + "msecs": 283.7069034576416, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17544.82102394104, - "thread": 140632764954368, + "relativeCreated": 17436.429977416992, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -61061,8 +61061,8 @@ "comm-server:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 07:30:31,611", - "created": 1610346631.611459, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.283799, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61072,14 +61072,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 611.4590167999268, + "msecs": 283.7989330291748, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17545.00102996826, - "thread": 140632764954368, + "relativeCreated": 17436.522006988525, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -61087,8 +61087,8 @@ "comm-client:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 07:30:31,611", - "created": 1610346631.611598, + "asctime": "2021-01-11 11:25:21,283", + "created": 1610360721.283909, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61098,14 +61098,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 611.598014831543, + "msecs": 283.9090824127197, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17545.140027999878, - "thread": 140632764954368, + "relativeCreated": 17436.63215637207, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -61113,8 +61113,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,611", - "created": 1610346631.611726, + "asctime": "2021-01-11 11:25:21,284", + "created": 1610360721.28402, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -61124,14 +61124,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 611.7260456085205, + "msecs": 284.01994705200195, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17545.268058776855, - "thread": 140632764954368, + "relativeCreated": 17436.743021011353, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -61140,8 +61140,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:31,611", - "created": 1610346631.611838, + "asctime": "2021-01-11 11:25:21,284", + "created": 1610360721.284113, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -61151,14 +61151,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 611.8381023406982, + "msecs": 284.11293029785156, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17545.380115509033, - "thread": 140632764954368, + "relativeCreated": 17436.836004257202, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -61166,8 +61166,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 11 d3 26 78" ], - "asctime": "2021-01-11 07:30:31,612", - "created": 1610346631.612208, + "asctime": "2021-01-11 11:25:21,284", + "created": 1610360721.284304, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -61177,14 +61177,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 11 d3 26 78", "module": "stp", - "msecs": 612.2078895568848, + "msecs": 284.3039035797119, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17545.74990272522, - "thread": 140632764954368, + "relativeCreated": 17437.026977539062, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -61195,8 +61195,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:31,612", - "created": 1610346631.612657, + "asctime": "2021-01-11 11:25:21,284", + "created": 1610360721.284497, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61206,14 +61206,14 @@ "lineno": 445, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 612.6570701599121, + "msecs": 284.4970226287842, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17546.199083328247, - "thread": 140632764954368, + "relativeCreated": 17437.220096588135, + "thread": 139853085779712, "threadName": "Thread-30" }, { @@ -61221,8 +61221,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 07:30:31,612", - "created": 1610346631.612911, + "asctime": "2021-01-11 11:25:21,284", + "created": 1610360721.284612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61232,22 +61232,22 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 612.9109859466553, + "msecs": 284.61194038391113, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17546.45299911499, - "thread": 140632764954368, + "relativeCreated": 17437.33501434326, + "thread": 139853085779712, "threadName": "Thread-30" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:31,613", - "created": 1610346631.61325, + "asctime": "2021-01-11 11:25:21,284", + "created": 1610360721.284713, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61257,35 +61257,35 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 613.2500171661377, + "msecs": 284.7130298614502, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17546.792030334473, - "thread": 140632764954368, + "relativeCreated": 17437.4361038208, + "thread": 139853085779712, "threadName": "Thread-30" } ], - "msecs": 685.359001159668, + "msecs": 347.09906578063965, "msg": "Doing authentification", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17618.901014328003, - "thread": 140634736203584, + "relativeCreated": 17499.82213973999, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.07210898399353027 + "time_consumption": 0.06238603591918945 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:31,687", - "created": 1610346631.687552, + "asctime": "2021-01-11 11:25:21,348", + "created": 1610360721.34849, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61302,8 +61302,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,686", - "created": 1610346631.686953, + "asctime": "2021-01-11 11:25:21,347", + "created": 1610360721.347846, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61313,14 +61313,14 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 686.953067779541, + "msecs": 347.84603118896484, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17620.495080947876, - "thread": 140634736203584, + "relativeCreated": 17500.569105148315, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61329,8 +61329,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,687", - "created": 1610346631.687295, + "asctime": "2021-01-11 11:25:21,348", + "created": 1610360721.348134, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61340,35 +61340,35 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 687.2949600219727, + "msecs": 348.13404083251953, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17620.836973190308, - "thread": 140634736203584, + "relativeCreated": 17500.85711479187, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 687.5519752502441, + "msecs": 348.48999977111816, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17621.09398841858, - "thread": 140634736203584, + "relativeCreated": 17501.21307373047, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002570152282714844 + "time_consumption": 0.0003559589385986328 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:31,688", - "created": 1610346631.688338, + "asctime": "2021-01-11 11:25:21,349", + "created": 1610360721.349634, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61385,8 +61385,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,688", - "created": 1610346631.688002, + "asctime": "2021-01-11 11:25:21,349", + "created": 1610360721.349075, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61396,14 +61396,14 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 688.0021095275879, + "msecs": 349.0750789642334, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17621.544122695923, - "thread": 140634736203584, + "relativeCreated": 17501.798152923584, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61412,8 +61412,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:31,688", - "created": 1610346631.688172, + "asctime": "2021-01-11 11:25:21,349", + "created": 1610360721.349295, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -61423,39 +61423,39 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 688.1721019744873, + "msecs": 349.29490089416504, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17621.714115142822, - "thread": 140634736203584, + "relativeCreated": 17502.017974853516, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 688.338041305542, + "msecs": 349.63393211364746, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17621.880054473877, - "thread": 140634736203584, + "relativeCreated": 17502.357006072998, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001659393310546875 + "time_consumption": 0.0003390312194824219 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.9168660640716553, - "time_finished": "2021-01-11 07:30:31,688", - "time_start": "2021-01-11 07:30:30,771" + "time_consumption": 0.8146538734436035, + "time_finished": "2021-01-11 11:25:21,349", + "time_start": "2021-01-11 11:25:20,534" }, "_elO7wE4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:31,689", - "created": 1610346631.689041, + "asctime": "2021-01-11 11:25:21,350", + "created": 1610360721.350547, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61466,18 +61466,18 @@ "message": "_elO7wE4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 689.0408992767334, + "msecs": 350.54707527160645, "msg": "_elO7wE4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17622.58291244507, + "relativeCreated": 17503.270149230957, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693639, + "asctime": "2021-01-11 11:25:21,356", + "created": 1610360721.356095, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -61492,8 +61492,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:31,689", - "created": 1610346631.689936, + "asctime": "2021-01-11 11:25:21,351", + "created": 1610360721.351721, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61503,22 +61503,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 689.9359226226807, + "msecs": 351.72104835510254, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17623.477935791016, - "thread": 140634736203584, + "relativeCreated": 17504.444122314453, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:31,690", - "created": 1610346631.690603, + "asctime": "2021-01-11 11:25:21,352", + "created": 1610360721.352792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61528,22 +61528,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 690.6030178070068, + "msecs": 352.79202461242676, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17624.14503097534, - "thread": 140634736203584, + "relativeCreated": 17505.515098571777, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:31,690", - "created": 1610346631.690707, + "asctime": "2021-01-11 11:25:21,352", + "created": 1610360721.352907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61553,22 +61553,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 690.7069683074951, + "msecs": 352.9069423675537, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17624.24898147583, - "thread": 140634736203584, + "relativeCreated": 17505.630016326904, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:31,690", - "created": 1610346631.690949, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.353149, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61578,14 +61578,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 690.9489631652832, + "msecs": 353.1489372253418, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17624.490976333618, - "thread": 140634736203584, + "relativeCreated": 17505.872011184692, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61594,8 +61594,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691022, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.353229, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61605,14 +61605,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 691.0219192504883, + "msecs": 353.2290458679199, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17624.563932418823, - "thread": 140634736203584, + "relativeCreated": 17505.95211982727, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61620,8 +61620,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691106, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.353319, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61631,14 +61631,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 691.1060810089111, + "msecs": 353.3189296722412, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17624.648094177246, - "thread": 140634736203584, + "relativeCreated": 17506.04200363159, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61646,8 +61646,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691162, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.353392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61657,14 +61657,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 691.162109375, + "msecs": 353.3918857574463, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17624.704122543335, - "thread": 140634736203584, + "relativeCreated": 17506.114959716797, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61672,8 +61672,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.69123, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.35345, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61683,14 +61683,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 691.230058670044, + "msecs": 353.45005989074707, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17624.77207183838, - "thread": 140634736203584, + "relativeCreated": 17506.173133850098, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61698,8 +61698,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691287, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.353506, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61709,14 +61709,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 691.2870407104492, + "msecs": 353.50608825683594, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17624.829053878784, - "thread": 140634736203584, + "relativeCreated": 17506.229162216187, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61726,8 +61726,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691376, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.35359, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61737,14 +61737,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 691.3759708404541, + "msecs": 353.5900115966797, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17624.91798400879, - "thread": 140634736203584, + "relativeCreated": 17506.31308555603, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61754,8 +61754,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691439, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.353684, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61765,14 +61765,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 691.4389133453369, + "msecs": 353.6839485168457, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17624.980926513672, - "thread": 140634736203584, + "relativeCreated": 17506.407022476196, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61782,8 +61782,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691495, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.353775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61793,14 +61793,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 691.4949417114258, + "msecs": 353.7750244140625, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.03695487976, - "thread": 140634736203584, + "relativeCreated": 17506.498098373413, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61810,8 +61810,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691561, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.353867, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61821,22 +61821,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 691.5609836578369, + "msecs": 353.8670539855957, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.102996826172, - "thread": 140634736203584, + "relativeCreated": 17506.590127944946, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691606, + "asctime": "2021-01-11 11:25:21,353", + "created": 1610360721.35395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61846,14 +61846,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 691.6060447692871, + "msecs": 353.95002365112305, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.148057937622, - "thread": 140634736203584, + "relativeCreated": 17506.673097610474, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61862,8 +61862,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.69166, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61873,14 +61873,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 691.6599273681641, + "msecs": 354.04396057128906, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.2019405365, - "thread": 140634736203584, + "relativeCreated": 17506.76703453064, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61888,8 +61888,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691715, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61899,14 +61899,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 691.7150020599365, + "msecs": 354.13193702697754, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.25701522827, - "thread": 140634736203584, + "relativeCreated": 17506.855010986328, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61914,8 +61914,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691763, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354212, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61925,14 +61925,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 691.7629241943359, + "msecs": 354.21204566955566, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.30493736267, - "thread": 140634736203584, + "relativeCreated": 17506.935119628906, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61942,8 +61942,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691813, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354296, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61953,14 +61953,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 691.8129920959473, + "msecs": 354.2959690093994, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.355005264282, - "thread": 140634736203584, + "relativeCreated": 17507.01904296875, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61970,8 +61970,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691861, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354402, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -61981,14 +61981,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 691.8609142303467, + "msecs": 354.4020652770996, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.40292739868, - "thread": 140634736203584, + "relativeCreated": 17507.12513923645, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -61997,8 +61997,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691917, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62008,14 +62008,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 691.9169425964355, + "msecs": 354.48193550109863, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.45895576477, - "thread": 140634736203584, + "relativeCreated": 17507.20500946045, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62024,8 +62024,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:31,691", - "created": 1610346631.691977, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354551, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62035,14 +62035,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 691.9770240783691, + "msecs": 354.5510768890381, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.519037246704, - "thread": 140634736203584, + "relativeCreated": 17507.27415084839, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62051,8 +62051,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.69204, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354619, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62062,22 +62062,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 692.039966583252, + "msecs": 354.61902618408203, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.581979751587, - "thread": 140634736203584, + "relativeCreated": 17507.342100143433, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692111, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62087,22 +62087,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 692.1110153198242, + "msecs": 354.6938896179199, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.65302848816, - "thread": 140634736203584, + "relativeCreated": 17507.41696357727, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692294, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354872, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62112,14 +62112,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 692.2938823699951, + "msecs": 354.8719882965088, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.83589553833, - "thread": 140634736203584, + "relativeCreated": 17507.59506225586, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62128,8 +62128,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692374, + "asctime": "2021-01-11 11:25:21,354", + "created": 1610360721.354941, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62139,14 +62139,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 692.3739910125732, + "msecs": 354.94089126586914, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17625.91600418091, - "thread": 140634736203584, + "relativeCreated": 17507.66396522522, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62154,8 +62154,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692466, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355024, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62165,14 +62165,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 692.4660205841064, + "msecs": 355.0240993499756, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.00803375244, - "thread": 140634736203584, + "relativeCreated": 17507.747173309326, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62180,8 +62180,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692543, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355084, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62191,14 +62191,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 692.5430297851562, + "msecs": 355.0839424133301, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.08504295349, - "thread": 140634736203584, + "relativeCreated": 17507.80701637268, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62206,8 +62206,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692605, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.35514, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62217,14 +62217,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 692.6050186157227, + "msecs": 355.13997077941895, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.147031784058, - "thread": 140634736203584, + "relativeCreated": 17507.86304473877, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62232,8 +62232,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692666, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62243,14 +62243,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 692.6660537719727, + "msecs": 355.194091796875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.208066940308, - "thread": 140634736203584, + "relativeCreated": 17507.917165756226, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62260,8 +62260,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692733, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355257, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62271,14 +62271,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 692.7330493927002, + "msecs": 355.2570343017578, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.275062561035, - "thread": 140634736203584, + "relativeCreated": 17507.98010826111, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62288,8 +62288,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692809, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.35532, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62299,14 +62299,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 692.8091049194336, + "msecs": 355.3199768066406, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.35111808777, - "thread": 140634736203584, + "relativeCreated": 17508.04305076599, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62316,8 +62316,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692876, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.35538, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62327,14 +62327,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 692.8761005401611, + "msecs": 355.3800582885742, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.418113708496, - "thread": 140634736203584, + "relativeCreated": 17508.103132247925, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62344,8 +62344,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:31,692", - "created": 1610346631.692945, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355445, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62355,22 +62355,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 692.9450035095215, + "msecs": 355.44490814208984, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.487016677856, - "thread": 140634736203584, + "relativeCreated": 17508.16798210144, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693005, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.3555, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62380,14 +62380,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 693.0050849914551, + "msecs": 355.4999828338623, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.54709815979, - "thread": 140634736203584, + "relativeCreated": 17508.223056793213, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62396,8 +62396,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693079, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355567, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62407,14 +62407,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 693.0789947509766, + "msecs": 355.56697845458984, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.62100791931, - "thread": 140634736203584, + "relativeCreated": 17508.29005241394, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62422,8 +62422,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693152, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355633, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62433,14 +62433,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 693.1519508361816, + "msecs": 355.633020401001, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.693964004517, - "thread": 140634736203584, + "relativeCreated": 17508.35609436035, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62448,8 +62448,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693218, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355691, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62459,14 +62459,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 693.2179927825928, + "msecs": 355.69095611572266, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.760005950928, - "thread": 140634736203584, + "relativeCreated": 17508.414030075073, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62476,8 +62476,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693274, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.35575, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62487,14 +62487,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 693.2740211486816, + "msecs": 355.75008392333984, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.816034317017, - "thread": 140634736203584, + "relativeCreated": 17508.47315788269, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62504,8 +62504,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693336, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62515,14 +62515,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 693.336009979248, + "msecs": 355.81398010253906, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.878023147583, - "thread": 140634736203584, + "relativeCreated": 17508.53705406189, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62531,8 +62531,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693391, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62542,14 +62542,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 693.3910846710205, + "msecs": 355.87310791015625, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.933097839355, - "thread": 140634736203584, + "relativeCreated": 17508.596181869507, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62558,8 +62558,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693451, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355927, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62569,14 +62569,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 693.450927734375, + "msecs": 355.9269905090332, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17626.99294090271, - "thread": 140634736203584, + "relativeCreated": 17508.650064468384, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62585,8 +62585,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693509, + "asctime": "2021-01-11 11:25:21,355", + "created": 1610360721.355984, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62596,22 +62596,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 693.5091018676758, + "msecs": 355.9839725494385, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17627.05111503601, - "thread": 140634736203584, + "relativeCreated": 17508.70704650879, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693579, + "asctime": "2021-01-11 11:25:21,356", + "created": 1610360721.356038, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62621,32 +62621,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 693.5789585113525, + "msecs": 356.03809356689453, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17627.120971679688, - "thread": 140634736203584, + "relativeCreated": 17508.761167526245, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 693.6390399932861, + "msecs": 356.0950756072998, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17627.18105316162, - "thread": 140634736203584, + "relativeCreated": 17508.81814956665, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 6.008148193359375e-05 + "time_consumption": 5.698204040527344e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:32,037", - "created": 1610346632.037583, + "asctime": "2021-01-11 11:25:21,700", + "created": 1610360721.700077, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -62661,8 +62661,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693763, + "asctime": "2021-01-11 11:25:21,356", + "created": 1610360721.356209, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62672,22 +62672,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 693.763017654419, + "msecs": 356.20903968811035, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17627.305030822754, - "thread": 140634736203584, + "relativeCreated": 17508.93211364746, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693826, + "asctime": "2021-01-11 11:25:21,356", + "created": 1610360721.356271, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62697,22 +62697,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 693.8259601593018, + "msecs": 356.27102851867676, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17627.367973327637, - "thread": 140634736203584, + "relativeCreated": 17508.994102478027, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693892, + "asctime": "2021-01-11 11:25:21,356", + "created": 1610360721.356331, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62722,14 +62722,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 693.8920021057129, + "msecs": 356.33111000061035, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17627.434015274048, - "thread": 140634736203584, + "relativeCreated": 17509.05418395996, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62740,8 +62740,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:31,693", - "created": 1610346631.693991, + "asctime": "2021-01-11 11:25:21,356", + "created": 1610360721.35644, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62751,22 +62751,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 693.99094581604, + "msecs": 356.44006729125977, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17627.532958984375, - "thread": 140634736203584, + "relativeCreated": 17509.16314125061, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:31,694", - "created": 1610346631.694208, + "asctime": "2021-01-11 11:25:21,356", + "created": 1610360721.35667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62776,22 +62776,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 694.2079067230225, + "msecs": 356.6699028015137, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17627.749919891357, - "thread": 140634736203584, + "relativeCreated": 17509.392976760864, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:31,694", - "created": 1610346631.694273, + "asctime": "2021-01-11 11:25:21,356", + "created": 1610360721.35676, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62801,22 +62801,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 694.2729949951172, + "msecs": 356.76002502441406, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17627.815008163452, - "thread": 140634736203584, + "relativeCreated": 17509.483098983765, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:31,694", - "created": 1610346631.694329, + "asctime": "2021-01-11 11:25:21,356", + "created": 1610360721.356843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62826,14 +62826,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 694.329023361206, + "msecs": 356.8429946899414, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17627.87103652954, - "thread": 140634736203584, + "relativeCreated": 17509.566068649292, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -62841,8 +62841,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:31,698", - "created": 1610346631.698558, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357045, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62852,14 +62852,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 698.5580921173096, + "msecs": 357.04493522644043, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.100105285645, - "thread": 140632756561664, + "relativeCreated": 17509.76800918579, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -62867,8 +62867,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:31,698", - "created": 1610346631.698706, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -62878,14 +62878,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 698.7059116363525, + "msecs": 357.2111129760742, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.247924804688, - "thread": 140632756561664, + "relativeCreated": 17509.934186935425, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -62893,8 +62893,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,698", - "created": 1610346631.698771, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357285, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -62904,14 +62904,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 698.7709999084473, + "msecs": 357.2850227355957, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.313013076782, - "thread": 140632756561664, + "relativeCreated": 17510.008096694946, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -62920,8 +62920,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:31,698", - "created": 1610346631.698831, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357353, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -62931,14 +62931,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 698.8310813903809, + "msecs": 357.35297203063965, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.373094558716, - "thread": 140632756561664, + "relativeCreated": 17510.07604598999, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -62946,8 +62946,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,698", - "created": 1610346631.698905, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357433, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -62957,14 +62957,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 698.9049911499023, + "msecs": 357.4330806732178, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.447004318237, - "thread": 140632756561664, + "relativeCreated": 17510.15615463257, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -62973,8 +62973,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,698", - "created": 1610346631.698955, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357494, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -62984,14 +62984,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 698.9550590515137, + "msecs": 357.4941158294678, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.49707221985, - "thread": 140632756561664, + "relativeCreated": 17510.21718978882, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -62999,8 +62999,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699027, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357571, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63010,14 +63010,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 699.0270614624023, + "msecs": 357.5708866119385, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.569074630737, - "thread": 140632756561664, + "relativeCreated": 17510.29396057129, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63026,8 +63026,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699077, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63037,14 +63037,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 699.0768909454346, + "msecs": 357.62596130371094, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.61890411377, - "thread": 140632756561664, + "relativeCreated": 17510.34903526306, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63052,8 +63052,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699149, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357696, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63063,14 +63063,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 699.1488933563232, + "msecs": 357.6960563659668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.69090652466, - "thread": 140632756561664, + "relativeCreated": 17510.419130325317, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63079,8 +63079,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699239, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357749, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63090,14 +63090,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 699.2390155792236, + "msecs": 357.74898529052734, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.78102874756, - "thread": 140632756561664, + "relativeCreated": 17510.472059249878, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63105,8 +63105,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699307, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357823, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63116,14 +63116,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 699.3069648742676, + "msecs": 357.8228950500488, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.848978042603, - "thread": 140632756561664, + "relativeCreated": 17510.5459690094, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63132,8 +63132,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699355, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357876, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63143,14 +63143,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 699.354887008667, + "msecs": 357.8760623931885, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.896900177002, - "thread": 140632756561664, + "relativeCreated": 17510.59913635254, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63158,8 +63158,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699427, + "asctime": "2021-01-11 11:25:21,357", + "created": 1610360721.357956, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63169,14 +63169,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 699.4268894195557, + "msecs": 357.9559326171875, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17632.96890258789, - "thread": 140632756561664, + "relativeCreated": 17510.679006576538, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63184,8 +63184,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699492, + "asctime": "2021-01-11 11:25:21,358", + "created": 1610360721.358061, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63195,14 +63195,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 699.4919776916504, + "msecs": 358.0610752105713, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17633.033990859985, - "thread": 140632756561664, + "relativeCreated": 17510.784149169922, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63210,8 +63210,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699546, + "asctime": "2021-01-11 11:25:21,358", + "created": 1610360721.358126, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63221,14 +63221,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 699.5460987091064, + "msecs": 358.1259250640869, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17633.08811187744, - "thread": 140632756561664, + "relativeCreated": 17510.848999023438, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63237,8 +63237,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699594, + "asctime": "2021-01-11 11:25:21,358", + "created": 1610360721.35818, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63248,14 +63248,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 699.5940208435059, + "msecs": 358.18004608154297, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17633.13603401184, - "thread": 140632756561664, + "relativeCreated": 17510.903120040894, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63263,8 +63263,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699701, + "asctime": "2021-01-11 11:25:21,358", + "created": 1610360721.358292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63274,14 +63274,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 699.7010707855225, + "msecs": 358.2921028137207, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17633.243083953857, - "thread": 140632756561664, + "relativeCreated": 17511.01517677307, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63292,8 +63292,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.699821, + "asctime": "2021-01-11 11:25:21,358", + "created": 1610360721.358434, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63303,14 +63303,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 699.8209953308105, + "msecs": 358.43396186828613, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17633.363008499146, - "thread": 140632756561664, + "relativeCreated": 17511.157035827637, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63318,8 +63318,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.69988, + "asctime": "2021-01-11 11:25:21,358", + "created": 1610360721.358507, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63329,14 +63329,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 699.8798847198486, + "msecs": 358.5069179534912, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17633.421897888184, - "thread": 140632756561664, + "relativeCreated": 17511.22999191284, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63347,8 +63347,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:31,699", - "created": 1610346631.69995, + "asctime": "2021-01-11 11:25:21,358", + "created": 1610360721.358601, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63358,14 +63358,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 699.9499797821045, + "msecs": 358.6010932922363, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17633.49199295044, - "thread": 140632756561664, + "relativeCreated": 17511.324167251587, + "thread": 139853077387008, "threadName": "Thread-31" }, { @@ -63373,8 +63373,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:31,707", - "created": 1610346631.707442, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361094, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63384,14 +63384,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 707.442045211792, + "msecs": 361.09399795532227, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17640.984058380127, - "thread": 140632748168960, + "relativeCreated": 17513.817071914673, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63399,8 +63399,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:31,707", - "created": 1610346631.70765, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361254, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63410,14 +63410,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 707.6499462127686, + "msecs": 361.2539768218994, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17641.191959381104, - "thread": 140632748168960, + "relativeCreated": 17513.97705078125, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63425,8 +63425,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,707", - "created": 1610346631.707744, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361331, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63436,14 +63436,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 707.7438831329346, + "msecs": 361.3309860229492, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17641.28589630127, - "thread": 140632748168960, + "relativeCreated": 17514.0540599823, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63452,8 +63452,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:31,707", - "created": 1610346631.70784, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63463,14 +63463,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 707.8399658203125, + "msecs": 361.4039421081543, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17641.381978988647, - "thread": 140632748168960, + "relativeCreated": 17514.127016067505, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63478,8 +63478,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,707", - "created": 1610346631.707948, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361498, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63489,14 +63489,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 707.9479694366455, + "msecs": 361.4981174468994, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17641.48998260498, - "thread": 140632748168960, + "relativeCreated": 17514.22119140625, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63505,8 +63505,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708029, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361554, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63516,14 +63516,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 708.02903175354, + "msecs": 361.5539073944092, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17641.571044921875, - "thread": 140632748168960, + "relativeCreated": 17514.27698135376, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63531,8 +63531,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708146, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361628, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63542,14 +63542,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 708.1460952758789, + "msecs": 361.62805557250977, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17641.688108444214, - "thread": 140632748168960, + "relativeCreated": 17514.35112953186, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63558,8 +63558,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708225, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63569,14 +63569,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 708.2250118255615, + "msecs": 361.68789863586426, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17641.767024993896, - "thread": 140632748168960, + "relativeCreated": 17514.410972595215, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63584,8 +63584,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708326, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.36176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63595,14 +63595,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 708.3261013031006, + "msecs": 361.75990104675293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17641.868114471436, - "thread": 140632748168960, + "relativeCreated": 17514.482975006104, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63611,8 +63611,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708447, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361813, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63622,14 +63622,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 708.4469795227051, + "msecs": 361.8130683898926, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17641.98899269104, - "thread": 140632748168960, + "relativeCreated": 17514.536142349243, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63637,8 +63637,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708558, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361886, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63648,14 +63648,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 708.5580825805664, + "msecs": 361.88602447509766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17642.1000957489, - "thread": 140632748168960, + "relativeCreated": 17514.60909843445, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63664,8 +63664,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708631, + "asctime": "2021-01-11 11:25:21,361", + "created": 1610360721.361976, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63675,14 +63675,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 708.6310386657715, + "msecs": 361.97590827941895, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17642.173051834106, - "thread": 140632748168960, + "relativeCreated": 17514.69898223877, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63690,8 +63690,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708751, + "asctime": "2021-01-11 11:25:21,362", + "created": 1610360721.362104, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63701,14 +63701,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 708.7509632110596, + "msecs": 362.1039390563965, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17642.292976379395, - "thread": 140632748168960, + "relativeCreated": 17514.827013015747, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63716,8 +63716,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708862, + "asctime": "2021-01-11 11:25:21,362", + "created": 1610360721.362199, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63727,14 +63727,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 708.8620662689209, + "msecs": 362.199068069458, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17642.404079437256, - "thread": 140632748168960, + "relativeCreated": 17514.92214202881, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63742,8 +63742,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708935, + "asctime": "2021-01-11 11:25:21,362", + "created": 1610360721.362289, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63753,14 +63753,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 708.935022354126, + "msecs": 362.2889518737793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17642.47703552246, - "thread": 140632748168960, + "relativeCreated": 17515.01202583313, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63769,8 +63769,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:31,708", - "created": 1610346631.708993, + "asctime": "2021-01-11 11:25:21,362", + "created": 1610360721.362368, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63780,14 +63780,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 708.9929580688477, + "msecs": 362.368106842041, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17642.534971237183, - "thread": 140632748168960, + "relativeCreated": 17515.09118080139, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63795,8 +63795,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:31,709", - "created": 1610346631.709117, + "asctime": "2021-01-11 11:25:21,362", + "created": 1610360721.362532, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -63806,14 +63806,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 709.1169357299805, + "msecs": 362.5319004058838, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17642.658948898315, - "thread": 140632748168960, + "relativeCreated": 17515.254974365234, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63824,8 +63824,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:31,709", - "created": 1610346631.709266, + "asctime": "2021-01-11 11:25:21,362", + "created": 1610360721.362687, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63835,14 +63835,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 709.265947341919, + "msecs": 362.6871109008789, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17642.807960510254, - "thread": 140632748168960, + "relativeCreated": 17515.41018486023, + "thread": 139852590872320, "threadName": "Thread-32" }, { @@ -63850,8 +63850,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:31,709", - "created": 1610346631.709366, + "asctime": "2021-01-11 11:25:21,362", + "created": 1610360721.362776, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -63861,35 +63861,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 709.3660831451416, + "msecs": 362.7760410308838, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17642.908096313477, - "thread": 140632748168960, + "relativeCreated": 17515.499114990234, + "thread": 139852590872320, "threadName": "Thread-32" } ], - "msecs": 37.583112716674805, + "msecs": 700.0770568847656, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17971.12512588501, - "thread": 140634736203584, + "relativeCreated": 17852.800130844116, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3282170295715332 + "time_consumption": 0.33730101585388184 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:32,039", - "created": 1610346632.039431, + "asctime": "2021-01-11 11:25:21,701", + "created": 1610360721.701124, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -63906,8 +63906,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,038", - "created": 1610346632.038654, + "asctime": "2021-01-11 11:25:21,700", + "created": 1610360721.700678, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -63917,14 +63917,14 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 38.65408897399902, + "msecs": 700.6781101226807, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17972.196102142334, - "thread": 140634736203584, + "relativeCreated": 17853.40118408203, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -63933,8 +63933,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,039", - "created": 1610346632.03911, + "asctime": "2021-01-11 11:25:21,700", + "created": 1610360721.700936, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -63944,35 +63944,35 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 39.10994529724121, + "msecs": 700.9360790252686, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17972.651958465576, - "thread": 140634736203584, + "relativeCreated": 17853.65915298462, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 39.431095123291016, + "msecs": 701.1239528656006, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17972.973108291626, - "thread": 140634736203584, + "relativeCreated": 17853.84702682495, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0003211498260498047 + "time_consumption": 0.00018787384033203125 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:32,040", - "created": 1610346632.040749, + "asctime": "2021-01-11 11:25:21,701", + "created": 1610360721.701874, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -63989,8 +63989,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,039", - "created": 1610346632.039924, + "asctime": "2021-01-11 11:25:21,701", + "created": 1610360721.701414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64000,14 +64000,14 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 39.923906326293945, + "msecs": 701.4141082763672, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17973.46591949463, - "thread": 140634736203584, + "relativeCreated": 17854.137182235718, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64016,8 +64016,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,040", - "created": 1610346632.040195, + "asctime": "2021-01-11 11:25:21,701", + "created": 1610360721.701579, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64027,32 +64027,32 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 40.19498825073242, + "msecs": 701.5790939331055, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17973.737001419067, - "thread": 140634736203584, + "relativeCreated": 17854.302167892456, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 40.74907302856445, + "msecs": 701.8740177154541, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17974.2910861969, - "thread": 140634736203584, + "relativeCreated": 17854.597091674805, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0005540847778320312 + "time_consumption": 0.0002949237823486328 }, { "args": [], - "asctime": "2021-01-11 07:30:32,042", - "created": 1610346632.042066, + "asctime": "2021-01-11 11:25:21,703", + "created": 1610360721.703969, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -64067,8 +64067,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:32,041", - "created": 1610346632.041197, + "asctime": "2021-01-11 11:25:21,702", + "created": 1610360721.702602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64078,22 +64078,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 41.19706153869629, + "msecs": 702.6019096374512, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17974.73907470703, - "thread": 140634736203584, + "relativeCreated": 17855.3249835968, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,041", - "created": 1610346632.041528, + "asctime": "2021-01-11 11:25:21,703", + "created": 1610360721.703284, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64103,22 +64103,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 41.52798652648926, + "msecs": 703.2840251922607, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17975.069999694824, - "thread": 140634736203584, + "relativeCreated": 17856.00709915161, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,041", - "created": 1610346632.041733, + "asctime": "2021-01-11 11:25:21,703", + "created": 1610360721.70354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64128,22 +64128,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 41.7330265045166, + "msecs": 703.5400867462158, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17975.27503967285, - "thread": 140634736203584, + "relativeCreated": 17856.263160705566, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,041", - "created": 1610346632.041906, + "asctime": "2021-01-11 11:25:21,703", + "created": 1610360721.703758, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64153,35 +64153,35 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 41.906118392944336, + "msecs": 703.7580013275146, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17975.44813156128, - "thread": 140634736203584, + "relativeCreated": 17856.481075286865, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 42.066097259521484, + "msecs": 703.9690017700195, "msg": "Disconnecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17975.608110427856, - "thread": 140634736203584, + "relativeCreated": 17856.69207572937, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015997886657714844 + "time_consumption": 0.0002110004425048828 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:32,042", - "created": 1610346632.042641, + "asctime": "2021-01-11 11:25:21,704", + "created": 1610360721.70477, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64198,8 +64198,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:32,042", - "created": 1610346632.042346, + "asctime": "2021-01-11 11:25:21,704", + "created": 1610360721.704343, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64209,14 +64209,14 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): False ()", "module": "test", - "msecs": 42.34600067138672, + "msecs": 704.3430805206299, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17975.88801383972, - "thread": 140634736203584, + "relativeCreated": 17857.06615447998, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64225,8 +64225,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:32,042", - "created": 1610346632.042491, + "asctime": "2021-01-11 11:25:21,704", + "created": 1610360721.704547, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64236,35 +64236,35 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = False ()", "module": "test", - "msecs": 42.49095916748047, + "msecs": 704.5469284057617, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17976.032972335815, - "thread": 140634736203584, + "relativeCreated": 17857.270002365112, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 42.64092445373535, + "msecs": 704.7700881958008, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17976.18293762207, - "thread": 140634736203584, + "relativeCreated": 17857.49316215515, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001499652862548828 + "time_consumption": 0.0002231597900390625 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:32,043", - "created": 1610346632.043312, + "asctime": "2021-01-11 11:25:21,705", + "created": 1610360721.705608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64281,8 +64281,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:32,042", - "created": 1610346632.042896, + "asctime": "2021-01-11 11:25:21,705", + "created": 1610360721.705151, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64292,14 +64292,14 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): False ()", "module": "test", - "msecs": 42.89603233337402, + "msecs": 705.1510810852051, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17976.43804550171, - "thread": 140634736203584, + "relativeCreated": 17857.874155044556, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64308,8 +64308,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:32,043", - "created": 1610346632.043036, + "asctime": "2021-01-11 11:25:21,705", + "created": 1610360721.70537, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -64319,39 +64319,39 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = False ()", "module": "test", - "msecs": 43.03598403930664, + "msecs": 705.3699493408203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17976.57799720764, - "thread": 140634736203584, + "relativeCreated": 17858.09302330017, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 43.31207275390625, + "msecs": 705.6078910827637, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17976.85408592224, - "thread": 140634736203584, + "relativeCreated": 17858.330965042114, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002760887145996094 + "time_consumption": 0.00023794174194335938 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.35427117347717285, - "time_finished": "2021-01-11 07:30:32,043", - "time_start": "2021-01-11 07:30:31,689" + "time_consumption": 0.3550608158111572, + "time_finished": "2021-01-11 11:25:21,705", + "time_start": "2021-01-11 11:25:21,350" }, "_gvJ1oE4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:32,043", - "created": 1610346632.043821, + "asctime": "2021-01-11 11:25:21,706", + "created": 1610360721.706378, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64362,18 +64362,18 @@ "message": "_gvJ1oE4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 43.821096420288086, + "msecs": 706.3779830932617, "msg": "_gvJ1oE4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17977.363109588623, + "relativeCreated": 17859.101057052612, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:32,052", - "created": 1610346632.052457, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711555, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -64388,8 +64388,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:32,045", - "created": 1610346632.045553, + "asctime": "2021-01-11 11:25:21,708", + "created": 1610360721.708632, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64399,22 +64399,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 45.552968978881836, + "msecs": 708.6319923400879, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17979.094982147217, - "thread": 140634736203584, + "relativeCreated": 17861.35506629944, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,046", - "created": 1610346632.046278, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64424,22 +64424,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 46.27799987792969, + "msecs": 709.0780735015869, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17979.820013046265, - "thread": 140634736203584, + "relativeCreated": 17861.801147460938, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,046", - "created": 1610346632.04647, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.70916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64449,22 +64449,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 46.469926834106445, + "msecs": 709.1600894927979, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17980.01194000244, - "thread": 140634736203584, + "relativeCreated": 17861.88316345215, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,046", - "created": 1610346632.046837, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709308, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64474,14 +64474,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 46.83709144592285, + "msecs": 709.3079090118408, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17980.379104614258, - "thread": 140634736203584, + "relativeCreated": 17862.03098297119, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64490,8 +64490,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:32,047", - "created": 1610346632.04701, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64501,14 +64501,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 47.009944915771484, + "msecs": 709.3760967254639, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17980.551958084106, - "thread": 140634736203584, + "relativeCreated": 17862.099170684814, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64516,8 +64516,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:32,047", - "created": 1610346632.047295, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709456, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64527,14 +64527,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 47.29509353637695, + "msecs": 709.4559669494629, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17980.837106704712, - "thread": 140634736203584, + "relativeCreated": 17862.179040908813, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64542,8 +64542,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:32,047", - "created": 1610346632.047418, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709511, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64553,14 +64553,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 47.41811752319336, + "msecs": 709.5110416412354, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17980.96013069153, - "thread": 140634736203584, + "relativeCreated": 17862.234115600586, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64568,8 +64568,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:32,047", - "created": 1610346632.04754, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64579,14 +64579,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 47.53994941711426, + "msecs": 709.5680236816406, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17981.08196258545, - "thread": 140634736203584, + "relativeCreated": 17862.29109764099, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64594,8 +64594,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:32,047", - "created": 1610346632.04769, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64605,14 +64605,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 47.68991470336914, + "msecs": 709.6168994903564, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17981.231927871704, - "thread": 140634736203584, + "relativeCreated": 17862.339973449707, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64622,8 +64622,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:32,047", - "created": 1610346632.047836, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64633,14 +64633,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 47.8360652923584, + "msecs": 709.6738815307617, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17981.378078460693, - "thread": 140634736203584, + "relativeCreated": 17862.396955490112, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64650,8 +64650,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:32,047", - "created": 1610346632.047986, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709731, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64661,14 +64661,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 47.98603057861328, + "msecs": 709.7311019897461, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17981.52804374695, - "thread": 140634736203584, + "relativeCreated": 17862.454175949097, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64678,8 +64678,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:32,048", - "created": 1610346632.048122, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709788, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64689,14 +64689,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 48.12192916870117, + "msecs": 709.7880840301514, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17981.663942337036, - "thread": 140634736203584, + "relativeCreated": 17862.511157989502, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64706,8 +64706,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:32,048", - "created": 1610346632.04829, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709842, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64717,22 +64717,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 48.29001426696777, + "msecs": 709.8419666290283, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17981.832027435303, - "thread": 140634736203584, + "relativeCreated": 17862.56504058838, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,048", - "created": 1610346632.048384, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64742,14 +64742,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 48.38395118713379, + "msecs": 709.8939418792725, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17981.92596435547, - "thread": 140634736203584, + "relativeCreated": 17862.617015838623, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64758,8 +64758,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:32,048", - "created": 1610346632.048488, + "asctime": "2021-01-11 11:25:21,709", + "created": 1610360721.709952, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64769,14 +64769,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 48.48790168762207, + "msecs": 709.9521160125732, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17982.029914855957, - "thread": 140634736203584, + "relativeCreated": 17862.675189971924, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64784,8 +64784,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:32,048", - "created": 1610346632.048592, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710009, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64795,14 +64795,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 48.59209060668945, + "msecs": 710.0090980529785, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17982.134103775024, - "thread": 140634736203584, + "relativeCreated": 17862.73217201233, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64810,8 +64810,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:32,048", - "created": 1610346632.048687, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64821,14 +64821,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 48.686981201171875, + "msecs": 710.0660800933838, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17982.228994369507, - "thread": 140634736203584, + "relativeCreated": 17862.789154052734, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64838,8 +64838,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:32,048", - "created": 1610346632.04878, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.71015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64849,14 +64849,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 48.779964447021484, + "msecs": 710.1500034332275, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17982.321977615356, - "thread": 140634736203584, + "relativeCreated": 17862.873077392578, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64866,8 +64866,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:32,048", - "created": 1610346632.048877, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710223, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64877,14 +64877,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 48.87700080871582, + "msecs": 710.2229595184326, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17982.41901397705, - "thread": 140634736203584, + "relativeCreated": 17862.946033477783, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64893,8 +64893,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:32,048", - "created": 1610346632.04897, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710291, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64904,14 +64904,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 48.96998405456543, + "msecs": 710.2909088134766, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17982.5119972229, - "thread": 140634736203584, + "relativeCreated": 17863.013982772827, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64920,8 +64920,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:32,049", - "created": 1610346632.049079, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64931,14 +64931,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 49.078941345214844, + "msecs": 710.3540897369385, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17982.62095451355, - "thread": 140634736203584, + "relativeCreated": 17863.07716369629, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -64947,8 +64947,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:32,049", - "created": 1610346632.049179, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710418, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64958,22 +64958,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 49.1790771484375, + "msecs": 710.4179859161377, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17982.721090316772, - "thread": 140634736203584, + "relativeCreated": 17863.14105987549, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,049", - "created": 1610346632.049306, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710461, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -64983,22 +64983,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 49.30591583251953, + "msecs": 710.460901260376, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17982.847929000854, - "thread": 140634736203584, + "relativeCreated": 17863.183975219727, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,049", - "created": 1610346632.049737, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65008,14 +65008,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 49.736976623535156, + "msecs": 710.5679512023926, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17983.27898979187, - "thread": 140634736203584, + "relativeCreated": 17863.291025161743, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65024,8 +65024,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:32,049", - "created": 1610346632.049929, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65035,14 +65035,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 49.928903579711914, + "msecs": 710.6170654296875, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17983.470916748047, - "thread": 140634736203584, + "relativeCreated": 17863.340139389038, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65050,8 +65050,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:32,050", - "created": 1610346632.050112, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710676, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65061,14 +65061,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 50.112009048461914, + "msecs": 710.6759548187256, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17983.654022216797, - "thread": 140634736203584, + "relativeCreated": 17863.399028778076, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65076,8 +65076,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:32,050", - "created": 1610346632.050253, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.71072, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65087,14 +65087,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 50.25291442871094, + "msecs": 710.7200622558594, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17983.794927597046, - "thread": 140634736203584, + "relativeCreated": 17863.44313621521, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65102,8 +65102,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:32,050", - "created": 1610346632.050611, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710763, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65113,14 +65113,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 50.611019134521484, + "msecs": 710.7629776000977, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17984.153032302856, - "thread": 140634736203584, + "relativeCreated": 17863.48605155945, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65128,8 +65128,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:32,050", - "created": 1610346632.050709, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65139,14 +65139,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 50.70900917053223, + "msecs": 710.8058929443359, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17984.251022338867, - "thread": 140634736203584, + "relativeCreated": 17863.528966903687, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65156,8 +65156,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:32,050", - "created": 1610346632.050831, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710855, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65167,14 +65167,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 50.83107948303223, + "msecs": 710.8550071716309, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17984.373092651367, - "thread": 140634736203584, + "relativeCreated": 17863.57808113098, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65184,8 +65184,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:32,051", - "created": 1610346632.051008, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710903, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65195,14 +65195,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 51.007986068725586, + "msecs": 710.9029293060303, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17984.54999923706, - "thread": 140634736203584, + "relativeCreated": 17863.62600326538, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65212,8 +65212,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:32,051", - "created": 1610346632.051143, + "asctime": "2021-01-11 11:25:21,710", + "created": 1610360721.710956, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65223,14 +65223,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 51.14293098449707, + "msecs": 710.9560966491699, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17984.684944152832, - "thread": 140634736203584, + "relativeCreated": 17863.67917060852, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65240,8 +65240,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:32,051", - "created": 1610346632.051261, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711001, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65251,22 +65251,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 51.260948181152344, + "msecs": 711.000919342041, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17984.802961349487, - "thread": 140634736203584, + "relativeCreated": 17863.72399330139, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,051", - "created": 1610346632.051368, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711064, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65276,14 +65276,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 51.367998123168945, + "msecs": 711.0641002655029, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17984.910011291504, - "thread": 140634736203584, + "relativeCreated": 17863.787174224854, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65292,8 +65292,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:32,051", - "created": 1610346632.051491, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711131, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65303,14 +65303,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 51.49102210998535, + "msecs": 711.1310958862305, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17985.03303527832, - "thread": 140634736203584, + "relativeCreated": 17863.85416984558, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65318,8 +65318,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:32,051", - "created": 1610346632.051612, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711201, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65329,14 +65329,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 51.611900329589844, + "msecs": 711.2009525299072, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17985.153913497925, - "thread": 140634736203584, + "relativeCreated": 17863.924026489258, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65344,8 +65344,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:32,051", - "created": 1610346632.051726, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711247, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65355,14 +65355,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 51.72610282897949, + "msecs": 711.2469673156738, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17985.268115997314, - "thread": 140634736203584, + "relativeCreated": 17863.970041275024, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65372,8 +65372,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:32,051", - "created": 1610346632.051858, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65383,14 +65383,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 51.857948303222656, + "msecs": 711.292028427124, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17985.399961471558, - "thread": 140634736203584, + "relativeCreated": 17864.015102386475, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65400,8 +65400,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:32,051", - "created": 1610346632.05198, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711338, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65411,14 +65411,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 51.980018615722656, + "msecs": 711.3380432128906, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17985.522031784058, - "thread": 140634736203584, + "relativeCreated": 17864.06111717224, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65427,8 +65427,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:32,052", - "created": 1610346632.052099, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711383, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65438,14 +65438,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 52.098989486694336, + "msecs": 711.3831043243408, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17985.64100265503, - "thread": 140634736203584, + "relativeCreated": 17864.10617828369, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65454,8 +65454,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:32,052", - "created": 1610346632.052184, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65465,14 +65465,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 52.184104919433594, + "msecs": 711.4279270172119, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17985.72611808777, - "thread": 140634736203584, + "relativeCreated": 17864.151000976562, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65481,8 +65481,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:32,052", - "created": 1610346632.052281, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711471, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65492,22 +65492,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 52.28090286254883, + "msecs": 711.4710807800293, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17985.822916030884, - "thread": 140634736203584, + "relativeCreated": 17864.19415473938, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,052", - "created": 1610346632.052368, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711512, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65517,32 +65517,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 52.3679256439209, + "msecs": 711.5120887756348, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17985.909938812256, - "thread": 140634736203584, + "relativeCreated": 17864.235162734985, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 52.45709419250488, + "msecs": 711.555004119873, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17985.99910736084, - "thread": 140634736203584, + "relativeCreated": 17864.278078079224, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 8.916854858398438e-05 + "time_consumption": 4.291534423828125e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:32,396", - "created": 1610346632.396817, + "asctime": "2021-01-11 11:25:22,055", + "created": 1610360722.055348, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -65557,8 +65557,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:32,052", - "created": 1610346632.05264, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711644, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65568,22 +65568,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 52.63996124267578, + "msecs": 711.6439342498779, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17986.18197441101, - "thread": 140634736203584, + "relativeCreated": 17864.36700820923, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:32,052", - "created": 1610346632.05274, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711693, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65593,22 +65593,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 52.74009704589844, + "msecs": 711.6930484771729, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17986.282110214233, - "thread": 140634736203584, + "relativeCreated": 17864.416122436523, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,052", - "created": 1610346632.052832, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711757, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65618,14 +65618,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 52.83188819885254, + "msecs": 711.7569446563721, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17986.373901367188, - "thread": 140634736203584, + "relativeCreated": 17864.480018615723, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65636,8 +65636,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,052", - "created": 1610346632.052979, + "asctime": "2021-01-11 11:25:21,711", + "created": 1610360721.711845, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65647,22 +65647,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 52.9789924621582, + "msecs": 711.8449211120605, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17986.521005630493, - "thread": 140634736203584, + "relativeCreated": 17864.56799507141, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,053", - "created": 1610346632.053318, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65672,22 +65672,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 53.318023681640625, + "msecs": 712.054967880249, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17986.860036849976, - "thread": 140634736203584, + "relativeCreated": 17864.7780418396, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,053", - "created": 1610346632.053477, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.71211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65697,22 +65697,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 53.47704887390137, + "msecs": 712.1100425720215, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17987.019062042236, - "thread": 140634736203584, + "relativeCreated": 17864.833116531372, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,053", - "created": 1610346632.053592, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65722,14 +65722,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 53.59196662902832, + "msecs": 712.1610641479492, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17987.133979797363, - "thread": 140634736203584, + "relativeCreated": 17864.8841381073, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -65737,8 +65737,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:32,054", - "created": 1610346632.054729, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712296, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65748,14 +65748,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 54.72898483276367, + "msecs": 712.2960090637207, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17988.2709980011, - "thread": 140632395872000, + "relativeCreated": 17865.01908302307, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -65763,8 +65763,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:32,055", - "created": 1610346632.055142, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712418, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -65774,14 +65774,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 55.14192581176758, + "msecs": 712.4180793762207, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17988.683938980103, - "thread": 140632395872000, + "relativeCreated": 17865.14115333557, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -65789,8 +65789,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,055", - "created": 1610346632.055285, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712481, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65800,14 +65800,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 55.284976959228516, + "msecs": 712.4810218811035, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17988.826990127563, - "thread": 140632395872000, + "relativeCreated": 17865.204095840454, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -65816,8 +65816,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:32,055", - "created": 1610346632.055525, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712537, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65827,14 +65827,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 55.52506446838379, + "msecs": 712.5370502471924, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17989.06707763672, - "thread": 140632395872000, + "relativeCreated": 17865.260124206543, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -65842,8 +65842,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,055", - "created": 1610346632.055666, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712609, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65853,14 +65853,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 55.66596984863281, + "msecs": 712.609052658081, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17989.207983016968, - "thread": 140632395872000, + "relativeCreated": 17865.33212661743, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -65869,8 +65869,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,055", - "created": 1610346632.055773, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.71267, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65880,14 +65880,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 55.773019790649414, + "msecs": 712.670087814331, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17989.315032958984, - "thread": 140632395872000, + "relativeCreated": 17865.39316177368, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -65895,8 +65895,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,055", - "created": 1610346632.05593, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712728, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65906,14 +65906,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 55.92989921569824, + "msecs": 712.7280235290527, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17989.471912384033, - "thread": 140632395872000, + "relativeCreated": 17865.451097488403, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -65922,8 +65922,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,056", - "created": 1610346632.056034, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712781, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65933,14 +65933,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 56.034088134765625, + "msecs": 712.7809524536133, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17989.5761013031, - "thread": 140632395872000, + "relativeCreated": 17865.504026412964, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -65948,8 +65948,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,056", - "created": 1610346632.056168, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712833, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65959,14 +65959,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 56.1680793762207, + "msecs": 712.8329277038574, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17989.710092544556, - "thread": 140632395872000, + "relativeCreated": 17865.556001663208, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -65975,8 +65975,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,056", - "created": 1610346632.05627, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.712872, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -65986,14 +65986,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 56.26988410949707, + "msecs": 712.8720283508301, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17989.811897277832, - "thread": 140632395872000, + "relativeCreated": 17865.59510231018, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66001,8 +66001,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,056", - "created": 1610346632.056419, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.71293, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66012,14 +66012,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 56.41889572143555, + "msecs": 712.9299640655518, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17989.96090888977, - "thread": 140632395872000, + "relativeCreated": 17865.653038024902, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66028,8 +66028,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,056", - "created": 1610346632.056534, + "asctime": "2021-01-11 11:25:21,712", + "created": 1610360721.71297, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66039,14 +66039,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 56.5340518951416, + "msecs": 712.9700183868408, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17990.076065063477, - "thread": 140632395872000, + "relativeCreated": 17865.69309234619, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66054,8 +66054,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:32,056", - "created": 1610346632.056635, + "asctime": "2021-01-11 11:25:21,713", + "created": 1610360721.713054, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66065,14 +66065,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 56.63490295410156, + "msecs": 713.0539417266846, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17990.176916122437, - "thread": 140632395872000, + "relativeCreated": 17865.777015686035, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66080,8 +66080,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:32,056", - "created": 1610346632.056715, + "asctime": "2021-01-11 11:25:21,713", + "created": 1610360721.71313, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66091,14 +66091,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 56.71501159667969, + "msecs": 713.129997253418, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17990.257024765015, - "thread": 140632395872000, + "relativeCreated": 17865.85307121277, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66106,8 +66106,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,056", - "created": 1610346632.056792, + "asctime": "2021-01-11 11:25:21,713", + "created": 1610360721.713189, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66117,14 +66117,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 56.79202079772949, + "msecs": 713.188886642456, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17990.334033966064, - "thread": 140632395872000, + "relativeCreated": 17865.911960601807, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66133,8 +66133,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:32,056", - "created": 1610346632.056859, + "asctime": "2021-01-11 11:25:21,713", + "created": 1610360721.713246, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66144,14 +66144,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 56.85901641845703, + "msecs": 713.2461071014404, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17990.401029586792, - "thread": 140632395872000, + "relativeCreated": 17865.96918106079, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66159,8 +66159,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:32,056", - "created": 1610346632.057, + "asctime": "2021-01-11 11:25:21,713", + "created": 1610360721.713331, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66170,14 +66170,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 56.999921798706055, + "msecs": 713.3309841156006, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17990.54193496704, - "thread": 140632395872000, + "relativeCreated": 17866.05405807495, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66188,8 +66188,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,057", - "created": 1610346632.057146, + "asctime": "2021-01-11 11:25:21,713", + "created": 1610360721.713453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66199,14 +66199,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 57.14607238769531, + "msecs": 713.4530544281006, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17990.68808555603, - "thread": 140632395872000, + "relativeCreated": 17866.17612838745, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66214,8 +66214,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:32,057", - "created": 1610346632.057232, + "asctime": "2021-01-11 11:25:21,713", + "created": 1610360721.713517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66225,14 +66225,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 57.231903076171875, + "msecs": 713.5169506072998, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17990.773916244507, - "thread": 140632395872000, + "relativeCreated": 17866.24002456665, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66243,8 +66243,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,057", - "created": 1610346632.057346, + "asctime": "2021-01-11 11:25:21,713", + "created": 1610360721.713594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66254,14 +66254,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 57.34610557556152, + "msecs": 713.5939598083496, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17990.888118743896, - "thread": 140632395872000, + "relativeCreated": 17866.3170337677, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -66269,8 +66269,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:32,062", - "created": 1610346632.062985, + "asctime": "2021-01-11 11:25:21,716", + "created": 1610360721.716802, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66280,14 +66280,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 62.98494338989258, + "msecs": 716.8018817901611, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17996.526956558228, - "thread": 140632387479296, + "relativeCreated": 17869.52495574951, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66295,8 +66295,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.063121, + "asctime": "2021-01-11 11:25:21,716", + "created": 1610360721.716947, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66306,14 +66306,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 63.12108039855957, + "msecs": 716.947078704834, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17996.663093566895, - "thread": 140632387479296, + "relativeCreated": 17869.670152664185, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66321,8 +66321,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.063179, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717017, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66332,14 +66332,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 63.17901611328125, + "msecs": 717.0169353485107, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17996.721029281616, - "thread": 140632387479296, + "relativeCreated": 17869.74000930786, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66348,8 +66348,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.063243, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717093, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66359,14 +66359,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 63.24291229248047, + "msecs": 717.0929908752441, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17996.784925460815, - "thread": 140632387479296, + "relativeCreated": 17869.816064834595, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66374,8 +66374,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.063336, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717157, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66385,14 +66385,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 63.33589553833008, + "msecs": 717.1568870544434, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17996.877908706665, - "thread": 140632387479296, + "relativeCreated": 17869.879961013794, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66401,8 +66401,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.063401, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66412,14 +66412,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 63.400983810424805, + "msecs": 717.2040939331055, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17996.94299697876, - "thread": 140632387479296, + "relativeCreated": 17869.927167892456, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66427,8 +66427,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.06352, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717274, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66438,14 +66438,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 63.519954681396484, + "msecs": 717.2739505767822, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.06196784973, - "thread": 140632387479296, + "relativeCreated": 17869.997024536133, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66454,8 +66454,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.063589, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717321, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66465,14 +66465,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 63.58909606933594, + "msecs": 717.3209190368652, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.13110923767, - "thread": 140632387479296, + "relativeCreated": 17870.043992996216, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66480,8 +66480,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.063686, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717383, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66491,14 +66491,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 63.68589401245117, + "msecs": 717.3829078674316, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.227907180786, - "thread": 140632387479296, + "relativeCreated": 17870.105981826782, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66507,8 +66507,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.063757, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717429, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66518,14 +66518,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 63.75694274902344, + "msecs": 717.4289226531982, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.29895591736, - "thread": 140632387479296, + "relativeCreated": 17870.15199661255, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66533,8 +66533,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.063856, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717497, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66544,14 +66544,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 63.855886459350586, + "msecs": 717.4971103668213, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.397899627686, - "thread": 140632387479296, + "relativeCreated": 17870.220184326172, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66560,8 +66560,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,063", - "created": 1610346632.063924, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66571,14 +66571,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 63.92407417297363, + "msecs": 717.5419330596924, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.46608734131, - "thread": 140632387479296, + "relativeCreated": 17870.265007019043, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66586,8 +66586,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:32,064", - "created": 1610346632.064024, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66597,14 +66597,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 64.02397155761719, + "msecs": 717.613935470581, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.565984725952, - "thread": 140632387479296, + "relativeCreated": 17870.33700942993, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66612,8 +66612,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:32,064", - "created": 1610346632.064162, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.71767, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66623,14 +66623,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 64.16201591491699, + "msecs": 717.6699638366699, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.704029083252, - "thread": 140632387479296, + "relativeCreated": 17870.39303779602, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66638,8 +66638,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,064", - "created": 1610346632.064235, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717724, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66649,14 +66649,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 64.23497200012207, + "msecs": 717.724084854126, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.776985168457, - "thread": 140632387479296, + "relativeCreated": 17870.447158813477, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66665,8 +66665,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:32,064", - "created": 1610346632.064276, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717773, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66676,14 +66676,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 64.27597999572754, + "msecs": 717.7729606628418, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.817993164062, - "thread": 140632387479296, + "relativeCreated": 17870.496034622192, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66691,8 +66691,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:32,064", - "created": 1610346632.064361, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717871, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -66702,14 +66702,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 64.3610954284668, + "msecs": 717.8709506988525, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.9031085968, - "thread": 140632387479296, + "relativeCreated": 17870.594024658203, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66720,8 +66720,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,064", - "created": 1610346632.064452, + "asctime": "2021-01-11 11:25:21,717", + "created": 1610360721.717979, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66731,14 +66731,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 64.45193290710449, + "msecs": 717.9789543151855, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17997.99394607544, - "thread": 140632387479296, + "relativeCreated": 17870.702028274536, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -66746,8 +66746,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:32,064", - "created": 1610346632.064507, + "asctime": "2021-01-11 11:25:21,718", + "created": 1610360721.718041, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66757,35 +66757,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 64.50700759887695, + "msecs": 718.040943145752, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 17998.049020767212, - "thread": 140632387479296, + "relativeCreated": 17870.764017105103, + "thread": 139852574086912, "threadName": "Thread-34" } ], - "msecs": 396.8169689178467, + "msecs": 55.34791946411133, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18330.35898208618, - "thread": 140634736203584, + "relativeCreated": 18208.070993423462, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3323099613189697 + "time_consumption": 0.3373069763183594 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:32,397", - "created": 1610346632.397949, + "asctime": "2021-01-11 11:25:22,056", + "created": 1610360722.056702, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66802,8 +66802,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,397", - "created": 1610346632.397479, + "asctime": "2021-01-11 11:25:22,056", + "created": 1610360722.056097, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66813,14 +66813,14 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 397.4790573120117, + "msecs": 56.09703063964844, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18331.021070480347, - "thread": 140634736203584, + "relativeCreated": 18208.820104599, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -66829,8 +66829,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,397", - "created": 1610346632.397695, + "asctime": "2021-01-11 11:25:22,056", + "created": 1610360722.056367, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66840,35 +66840,35 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 397.69506454467773, + "msecs": 56.366920471191406, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18331.237077713013, - "thread": 140634736203584, + "relativeCreated": 18209.089994430542, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 397.9489803314209, + "msecs": 56.7018985748291, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18331.490993499756, - "thread": 140634736203584, + "relativeCreated": 18209.42497253418, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00025391578674316406 + "time_consumption": 0.0003349781036376953 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:32,398", - "created": 1610346632.398599, + "asctime": "2021-01-11 11:25:22,057", + "created": 1610360722.057653, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66885,8 +66885,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,398", - "created": 1610346632.398265, + "asctime": "2021-01-11 11:25:22,057", + "created": 1610360722.057157, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66896,14 +66896,14 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 398.26488494873047, + "msecs": 57.157039642333984, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18331.806898117065, - "thread": 140634736203584, + "relativeCreated": 18209.880113601685, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -66912,8 +66912,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,398", - "created": 1610346632.398436, + "asctime": "2021-01-11 11:25:22,057", + "created": 1610360722.057417, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -66923,32 +66923,32 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 398.4360694885254, + "msecs": 57.41691589355469, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18331.97808265686, - "thread": 140634736203584, + "relativeCreated": 18210.139989852905, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 398.59890937805176, + "msecs": 57.652950286865234, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18332.140922546387, - "thread": 140634736203584, + "relativeCreated": 18210.376024246216, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001628398895263672 + "time_consumption": 0.00023603439331054688 }, { "args": [], - "asctime": "2021-01-11 07:30:32,399", - "created": 1610346632.399641, + "asctime": "2021-01-11 11:25:22,058", + "created": 1610360722.058761, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -66963,8 +66963,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:32,398", - "created": 1610346632.398873, + "asctime": "2021-01-11 11:25:22,058", + "created": 1610360722.058025, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66974,22 +66974,22 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 398.87309074401855, + "msecs": 58.02488327026367, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18332.415103912354, - "thread": 140634736203584, + "relativeCreated": 18210.747957229614, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,399", - "created": 1610346632.3991, + "asctime": "2021-01-11 11:25:22,058", + "created": 1610360722.058246, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -66999,22 +66999,22 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 399.10006523132324, + "msecs": 58.24589729309082, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18332.64207839966, - "thread": 140634736203584, + "relativeCreated": 18210.96897125244, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,399", - "created": 1610346632.399299, + "asctime": "2021-01-11 11:25:22,058", + "created": 1610360722.058425, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67024,22 +67024,22 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 399.29890632629395, + "msecs": 58.424949645996094, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18332.84091949463, - "thread": 140634736203584, + "relativeCreated": 18211.148023605347, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,399", - "created": 1610346632.399469, + "asctime": "2021-01-11 11:25:22,058", + "created": 1610360722.058595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67049,35 +67049,35 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 399.46889877319336, + "msecs": 58.59494209289551, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18333.01091194153, - "thread": 140634736203584, + "relativeCreated": 18211.318016052246, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 399.6410369873047, + "msecs": 58.760881423950195, "msg": "Disconnecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18333.18305015564, - "thread": 140634736203584, + "relativeCreated": 18211.4839553833, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00017213821411132812 + "time_consumption": 0.0001659393310546875 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:32,400", - "created": 1610346632.400221, + "asctime": "2021-01-11 11:25:22,059", + "created": 1610360722.059334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67094,8 +67094,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:32,399", - "created": 1610346632.399908, + "asctime": "2021-01-11 11:25:22,059", + "created": 1610360722.059029, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67105,14 +67105,14 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): False ()", "module": "test", - "msecs": 399.90806579589844, + "msecs": 59.02910232543945, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18333.450078964233, - "thread": 140634736203584, + "relativeCreated": 18211.75217628479, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -67121,8 +67121,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:32,400", - "created": 1610346632.400064, + "asctime": "2021-01-11 11:25:22,059", + "created": 1610360722.059181, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67132,35 +67132,35 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = False ()", "module": "test", - "msecs": 400.06399154663086, + "msecs": 59.18097496032715, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18333.606004714966, - "thread": 140634736203584, + "relativeCreated": 18211.904048919678, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 400.2211093902588, + "msecs": 59.33403968811035, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18333.763122558594, - "thread": 140634736203584, + "relativeCreated": 18212.05711364746, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001571178436279297 + "time_consumption": 0.00015306472778320312 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:32,400", - "created": 1610346632.400788, + "asctime": "2021-01-11 11:25:22,059", + "created": 1610360722.059907, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67177,8 +67177,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:32,400", - "created": 1610346632.400479, + "asctime": "2021-01-11 11:25:22,059", + "created": 1610360722.059587, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67188,14 +67188,14 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): False ()", "module": "test", - "msecs": 400.4790782928467, + "msecs": 59.58700180053711, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18334.02109146118, - "thread": 140634736203584, + "relativeCreated": 18212.310075759888, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -67204,8 +67204,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:32,400", - "created": 1610346632.400634, + "asctime": "2021-01-11 11:25:22,059", + "created": 1610360722.059749, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -67215,32 +67215,32 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = False ()", "module": "test", - "msecs": 400.6340503692627, + "msecs": 59.74888801574707, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18334.176063537598, - "thread": 140634736203584, + "relativeCreated": 18212.471961975098, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 400.7880687713623, + "msecs": 59.906959533691406, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18334.330081939697, - "thread": 140634736203584, + "relativeCreated": 18212.630033493042, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015401840209960938 + "time_consumption": 0.00015807151794433594 }, { "args": [], - "asctime": "2021-01-11 07:30:32,745", - "created": 1610346632.745567, + "asctime": "2021-01-11 11:25:22,404", + "created": 1610360722.404921, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -67255,8 +67255,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:32,401", - "created": 1610346632.401061, + "asctime": "2021-01-11 11:25:22,060", + "created": 1610360722.060193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67266,22 +67266,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 401.0610580444336, + "msecs": 60.19306182861328, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18334.60307121277, - "thread": 140634736203584, + "relativeCreated": 18212.916135787964, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:32,401", - "created": 1610346632.401287, + "asctime": "2021-01-11 11:25:22,060", + "created": 1610360722.06041, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67291,22 +67291,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 401.2870788574219, + "msecs": 60.4100227355957, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18334.829092025757, - "thread": 140634736203584, + "relativeCreated": 18213.133096694946, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:32,401", - "created": 1610346632.401531, + "asctime": "2021-01-11 11:25:22,060", + "created": 1610360722.060634, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67316,14 +67316,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 401.5309810638428, + "msecs": 60.63389778137207, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18335.072994232178, - "thread": 140634736203584, + "relativeCreated": 18213.356971740723, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -67334,8 +67334,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,401", - "created": 1610346632.401741, + "asctime": "2021-01-11 11:25:22,061", + "created": 1610360722.061097, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67345,22 +67345,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 401.74102783203125, + "msecs": 61.096906661987305, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18335.283041000366, - "thread": 140634736203584, + "relativeCreated": 18213.819980621338, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,402", - "created": 1610346632.40226, + "asctime": "2021-01-11 11:25:22,061", + "created": 1610360722.061817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67370,22 +67370,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 402.26006507873535, + "msecs": 61.81693077087402, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18335.80207824707, - "thread": 140634736203584, + "relativeCreated": 18214.540004730225, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:32,402", - "created": 1610346632.40238, + "asctime": "2021-01-11 11:25:22,061", + "created": 1610360722.061925, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67395,22 +67395,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 402.37998962402344, + "msecs": 61.92493438720703, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18335.92200279236, - "thread": 140634736203584, + "relativeCreated": 18214.648008346558, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:32,402", - "created": 1610346632.402475, + "asctime": "2021-01-11 11:25:22,062", + "created": 1610360722.062004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67420,14 +67420,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 402.47511863708496, + "msecs": 62.00408935546875, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18336.01713180542, - "thread": 140634736203584, + "relativeCreated": 18214.72716331482, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -67435,8 +67435,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:32,422", - "created": 1610346632.422389, + "asctime": "2021-01-11 11:25:22,078", + "created": 1610360722.078768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67446,14 +67446,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 422.38903045654297, + "msecs": 78.76801490783691, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18355.931043624878, - "thread": 140632395872000, + "relativeCreated": 18231.491088867188, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67461,8 +67461,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:32,422", - "created": 1610346632.422921, + "asctime": "2021-01-11 11:25:22,079", + "created": 1610360722.079065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67472,14 +67472,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 422.92094230651855, + "msecs": 79.06508445739746, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18356.462955474854, - "thread": 140632395872000, + "relativeCreated": 18231.788158416748, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67487,8 +67487,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,423", - "created": 1610346632.423331, + "asctime": "2021-01-11 11:25:22,079", + "created": 1610360722.079192, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67498,14 +67498,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 423.33102226257324, + "msecs": 79.19192314147949, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18356.87303543091, - "thread": 140632395872000, + "relativeCreated": 18231.91499710083, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67514,8 +67514,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:32,423", - "created": 1610346632.423498, + "asctime": "2021-01-11 11:25:22,079", + "created": 1610360722.079293, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67525,14 +67525,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 423.49791526794434, + "msecs": 79.29301261901855, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18357.03992843628, - "thread": 140632395872000, + "relativeCreated": 18232.01608657837, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67540,8 +67540,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,423", - "created": 1610346632.423718, + "asctime": "2021-01-11 11:25:22,079", + "created": 1610360722.079433, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67551,14 +67551,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 423.7179756164551, + "msecs": 79.43296432495117, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18357.25998878479, - "thread": 140632395872000, + "relativeCreated": 18232.1560382843, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67567,8 +67567,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,423", - "created": 1610346632.423868, + "asctime": "2021-01-11 11:25:22,079", + "created": 1610360722.079526, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67578,14 +67578,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 423.86794090270996, + "msecs": 79.52594757080078, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18357.409954071045, - "thread": 140632395872000, + "relativeCreated": 18232.24902153015, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67593,8 +67593,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,424", - "created": 1610346632.424151, + "asctime": "2021-01-11 11:25:22,079", + "created": 1610360722.079658, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67604,14 +67604,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 424.1509437561035, + "msecs": 79.65803146362305, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18357.69295692444, - "thread": 140632395872000, + "relativeCreated": 18232.381105422974, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67620,8 +67620,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,424", - "created": 1610346632.424421, + "asctime": "2021-01-11 11:25:22,079", + "created": 1610360722.079747, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67631,14 +67631,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 424.4210720062256, + "msecs": 79.74696159362793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18357.96308517456, - "thread": 140632395872000, + "relativeCreated": 18232.47003555298, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67646,8 +67646,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,424", - "created": 1610346632.424656, + "asctime": "2021-01-11 11:25:22,079", + "created": 1610360722.079862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67657,14 +67657,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 424.6559143066406, + "msecs": 79.86211776733398, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18358.197927474976, - "thread": 140632395872000, + "relativeCreated": 18232.585191726685, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67673,8 +67673,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,424", - "created": 1610346632.424886, + "asctime": "2021-01-11 11:25:22,079", + "created": 1610360722.079955, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67684,14 +67684,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 424.88598823547363, + "msecs": 79.9551010131836, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18358.42800140381, - "thread": 140632395872000, + "relativeCreated": 18232.678174972534, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67699,8 +67699,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,425", - "created": 1610346632.425082, + "asctime": "2021-01-11 11:25:22,080", + "created": 1610360722.080076, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67710,14 +67710,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 425.0819683074951, + "msecs": 80.07597923278809, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18358.62398147583, - "thread": 140632395872000, + "relativeCreated": 18232.79905319214, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67726,8 +67726,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,425", - "created": 1610346632.42522, + "asctime": "2021-01-11 11:25:22,080", + "created": 1610360722.080165, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67737,14 +67737,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 425.2200126647949, + "msecs": 80.16490936279297, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18358.76202583313, - "thread": 140632395872000, + "relativeCreated": 18232.887983322144, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67752,8 +67752,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:32,425", - "created": 1610346632.425471, + "asctime": "2021-01-11 11:25:22,080", + "created": 1610360722.080298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67763,14 +67763,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 425.47106742858887, + "msecs": 80.29794692993164, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18359.013080596924, - "thread": 140632395872000, + "relativeCreated": 18233.021020889282, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67778,8 +67778,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:32,425", - "created": 1610346632.425676, + "asctime": "2021-01-11 11:25:22,080", + "created": 1610360722.080484, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67789,14 +67789,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 425.6761074066162, + "msecs": 80.48391342163086, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18359.21812057495, - "thread": 140632395872000, + "relativeCreated": 18233.20698738098, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67804,8 +67804,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,425", - "created": 1610346632.425853, + "asctime": "2021-01-11 11:25:22,080", + "created": 1610360722.080592, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67815,14 +67815,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 425.85301399230957, + "msecs": 80.59191703796387, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18359.395027160645, - "thread": 140632395872000, + "relativeCreated": 18233.314990997314, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67831,8 +67831,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:32,426", - "created": 1610346632.426056, + "asctime": "2021-01-11 11:25:22,080", + "created": 1610360722.080681, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67842,14 +67842,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 426.055908203125, + "msecs": 80.68108558654785, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18359.59792137146, - "thread": 140632395872000, + "relativeCreated": 18233.4041595459, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67857,8 +67857,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:32,426", - "created": 1610346632.426332, + "asctime": "2021-01-11 11:25:22,080", + "created": 1610360722.080916, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -67868,14 +67868,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 426.3319969177246, + "msecs": 80.91592788696289, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18359.87401008606, - "thread": 140632395872000, + "relativeCreated": 18233.639001846313, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67886,8 +67886,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,426", - "created": 1610346632.426583, + "asctime": "2021-01-11 11:25:22,081", + "created": 1610360722.081194, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67897,14 +67897,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 426.58305168151855, + "msecs": 81.19392395019531, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18360.125064849854, - "thread": 140632395872000, + "relativeCreated": 18233.916997909546, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67912,8 +67912,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:32,426", - "created": 1610346632.426708, + "asctime": "2021-01-11 11:25:22,081", + "created": 1610360722.081338, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67923,14 +67923,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 426.7079830169678, + "msecs": 81.33792877197266, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18360.249996185303, - "thread": 140632395872000, + "relativeCreated": 18234.061002731323, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67941,8 +67941,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,426", - "created": 1610346632.426857, + "asctime": "2021-01-11 11:25:22,081", + "created": 1610360722.081596, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67952,14 +67952,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 426.85699462890625, + "msecs": 81.59589767456055, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18360.39900779724, - "thread": 140632395872000, + "relativeCreated": 18234.31897163391, + "thread": 139852582479616, "threadName": "Thread-33" }, { @@ -67967,8 +67967,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:32,428", - "created": 1610346632.428943, + "asctime": "2021-01-11 11:25:22,083", + "created": 1610360722.083604, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -67978,14 +67978,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 428.9429187774658, + "msecs": 83.60409736633301, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18362.4849319458, - "thread": 140632387479296, + "relativeCreated": 18236.327171325684, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -67993,8 +67993,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:32,429", - "created": 1610346632.429163, + "asctime": "2021-01-11 11:25:22,083", + "created": 1610360722.083835, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68004,14 +68004,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 429.16297912597656, + "msecs": 83.83488655090332, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18362.70499229431, - "thread": 140632387479296, + "relativeCreated": 18236.557960510254, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68019,8 +68019,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,429", - "created": 1610346632.429259, + "asctime": "2021-01-11 11:25:22,083", + "created": 1610360722.083945, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68030,14 +68030,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 429.2590618133545, + "msecs": 83.94503593444824, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18362.80107498169, - "thread": 140632387479296, + "relativeCreated": 18236.6681098938, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68046,8 +68046,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:32,429", - "created": 1610346632.429342, + "asctime": "2021-01-11 11:25:22,084", + "created": 1610360722.084041, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68057,14 +68057,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 429.34203147888184, + "msecs": 84.04111862182617, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18362.884044647217, - "thread": 140632387479296, + "relativeCreated": 18236.764192581177, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68072,8 +68072,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,429", - "created": 1610346632.429456, + "asctime": "2021-01-11 11:25:22,084", + "created": 1610360722.084167, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68083,14 +68083,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 429.4559955596924, + "msecs": 84.1670036315918, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18362.998008728027, - "thread": 140632387479296, + "relativeCreated": 18236.890077590942, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68099,8 +68099,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,429", - "created": 1610346632.429548, + "asctime": "2021-01-11 11:25:22,084", + "created": 1610360722.084258, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68110,14 +68110,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 429.5480251312256, + "msecs": 84.2580795288086, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18363.09003829956, - "thread": 140632387479296, + "relativeCreated": 18236.98115348816, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68125,8 +68125,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,429", - "created": 1610346632.429653, + "asctime": "2021-01-11 11:25:22,084", + "created": 1610360722.084381, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68136,14 +68136,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 429.6529293060303, + "msecs": 84.381103515625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18363.194942474365, - "thread": 140632387479296, + "relativeCreated": 18237.104177474976, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68152,8 +68152,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,429", - "created": 1610346632.429728, + "asctime": "2021-01-11 11:25:22,084", + "created": 1610360722.084469, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68163,14 +68163,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 429.72803115844727, + "msecs": 84.46907997131348, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18363.270044326782, - "thread": 140632387479296, + "relativeCreated": 18237.192153930664, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68178,8 +68178,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,429", - "created": 1610346632.429821, + "asctime": "2021-01-11 11:25:22,084", + "created": 1610360722.084577, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68189,14 +68189,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 429.8210144042969, + "msecs": 84.57708358764648, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18363.363027572632, - "thread": 140632387479296, + "relativeCreated": 18237.300157546997, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68205,8 +68205,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,429", - "created": 1610346632.429899, + "asctime": "2021-01-11 11:25:22,084", + "created": 1610360722.08467, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68216,14 +68216,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 429.8989772796631, + "msecs": 84.6700668334961, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18363.440990447998, - "thread": 140632387479296, + "relativeCreated": 18237.393140792847, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68231,8 +68231,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,430", - "created": 1610346632.430001, + "asctime": "2021-01-11 11:25:22,084", + "created": 1610360722.084807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68242,14 +68242,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 430.00102043151855, + "msecs": 84.80691909790039, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18363.543033599854, - "thread": 140632387479296, + "relativeCreated": 18237.52999305725, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68258,8 +68258,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:32,430", - "created": 1610346632.430074, + "asctime": "2021-01-11 11:25:22,084", + "created": 1610360722.084898, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68269,14 +68269,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 430.07397651672363, + "msecs": 84.89799499511719, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18363.61598968506, - "thread": 140632387479296, + "relativeCreated": 18237.621068954468, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68284,8 +68284,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:32,430", - "created": 1610346632.430183, + "asctime": "2021-01-11 11:25:22,085", + "created": 1610360722.08503, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68295,14 +68295,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 430.18293380737305, + "msecs": 85.03007888793945, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18363.724946975708, - "thread": 140632387479296, + "relativeCreated": 18237.75315284729, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68310,8 +68310,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:32,430", - "created": 1610346632.430276, + "asctime": "2021-01-11 11:25:22,085", + "created": 1610360722.085144, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68321,14 +68321,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 430.27591705322266, + "msecs": 85.14404296875, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18363.817930221558, - "thread": 140632387479296, + "relativeCreated": 18237.8671169281, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68336,8 +68336,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:32,430", - "created": 1610346632.430405, + "asctime": "2021-01-11 11:25:22,085", + "created": 1610360722.085335, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68347,14 +68347,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 430.4049015045166, + "msecs": 85.33501625061035, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18363.94691467285, - "thread": 140632387479296, + "relativeCreated": 18238.05809020996, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68363,8 +68363,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:32,430", - "created": 1610346632.430508, + "asctime": "2021-01-11 11:25:22,085", + "created": 1610360722.085472, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68374,14 +68374,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 430.5078983306885, + "msecs": 85.47210693359375, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18364.049911499023, - "thread": 140632387479296, + "relativeCreated": 18238.195180892944, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68389,8 +68389,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:32,430", - "created": 1610346632.430709, + "asctime": "2021-01-11 11:25:22,085", + "created": 1610360722.08579, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -68400,14 +68400,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 430.7088851928711, + "msecs": 85.78991889953613, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18364.250898361206, - "thread": 140632387479296, + "relativeCreated": 18238.512992858887, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68418,8 +68418,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:32,430", - "created": 1610346632.430914, + "asctime": "2021-01-11 11:25:22,086", + "created": 1610360722.086044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68429,14 +68429,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 430.91392517089844, + "msecs": 86.0440731048584, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18364.455938339233, - "thread": 140632387479296, + "relativeCreated": 18238.76714706421, + "thread": 139852574086912, "threadName": "Thread-34" }, { @@ -68444,8 +68444,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:32,431", - "created": 1610346632.431034, + "asctime": "2021-01-11 11:25:22,086", + "created": 1610360722.086214, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68455,35 +68455,35 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 431.0340881347656, + "msecs": 86.21406555175781, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18364.5761013031, - "thread": 140632387479296, + "relativeCreated": 18238.93713951111, + "thread": 139852574086912, "threadName": "Thread-34" } ], - "msecs": 745.5670833587646, + "msecs": 404.9210548400879, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18679.1090965271, - "thread": 140634736203584, + "relativeCreated": 18557.64412879944, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.314532995223999 + "time_consumption": 0.3187069892883301 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:32,746", - "created": 1610346632.746887, + "asctime": "2021-01-11 11:25:22,406", + "created": 1610360722.40634, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68500,8 +68500,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,746", - "created": 1610346632.746338, + "asctime": "2021-01-11 11:25:22,405", + "created": 1610360722.4058, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68511,14 +68511,14 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 746.337890625, + "msecs": 405.80010414123535, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18679.879903793335, - "thread": 140634736203584, + "relativeCreated": 18558.523178100586, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -68527,8 +68527,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,746", - "created": 1610346632.746624, + "asctime": "2021-01-11 11:25:22,406", + "created": 1610360722.40608, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68538,35 +68538,35 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 746.6239929199219, + "msecs": 406.0800075531006, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18680.166006088257, - "thread": 140634736203584, + "relativeCreated": 18558.80308151245, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 746.8869686126709, + "msecs": 406.3398838043213, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18680.428981781006, - "thread": 140634736203584, + "relativeCreated": 18559.062957763672, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00026297569274902344 + "time_consumption": 0.0002598762512207031 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:32,747", - "created": 1610346632.747799, + "asctime": "2021-01-11 11:25:22,407", + "created": 1610360722.407327, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68583,8 +68583,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,747", - "created": 1610346632.747312, + "asctime": "2021-01-11 11:25:22,406", + "created": 1610360722.406915, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68594,14 +68594,14 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 747.312068939209, + "msecs": 406.91494941711426, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18680.854082107544, - "thread": 140634736203584, + "relativeCreated": 18559.638023376465, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -68610,8 +68610,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:32,747", - "created": 1610346632.747526, + "asctime": "2021-01-11 11:25:22,407", + "created": 1610360722.407113, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -68621,39 +68621,39 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 747.5259304046631, + "msecs": 407.11307525634766, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18681.067943572998, - "thread": 140634736203584, + "relativeCreated": 18559.8361492157, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 747.7989196777344, + "msecs": 407.32693672180176, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 18681.34093284607, - "thread": 140634736203584, + "relativeCreated": 18560.050010681152, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00027298927307128906 + "time_consumption": 0.00021386146545410156 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.7039778232574463, - "time_finished": "2021-01-11 07:30:32,747", - "time_start": "2021-01-11 07:30:32,043" + "time_consumption": 0.70094895362854, + "time_finished": "2021-01-11 11:25:22,407", + "time_start": "2021-01-11 11:25:21,706" }, "_j-npsE0MEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:15,826", - "created": 1610346615.826101, + "asctime": "2021-01-11 11:25:05,599", + "created": 1610360705.59949, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68664,18 +68664,18 @@ "message": "_j-npsE0MEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 826.1010646820068, + "msecs": 599.4899272918701, "msg": "_j-npsE0MEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1759.6430778503418, + "relativeCreated": 1752.2130012512207, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833686, + "asctime": "2021-01-11 11:25:05,608", + "created": 1610360705.608363, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -68690,8 +68690,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:15,827", - "created": 1610346615.827262, + "asctime": "2021-01-11 11:25:05,600", + "created": 1610360705.600595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68701,22 +68701,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 827.2619247436523, + "msecs": 600.5949974060059, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1760.8039379119873, - "thread": 140634736203584, + "relativeCreated": 1753.3180713653564, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:15,828", - "created": 1610346615.82844, + "asctime": "2021-01-11 11:25:05,601", + "created": 1610360705.601787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68726,22 +68726,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 828.4399509429932, + "msecs": 601.7870903015137, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1761.9819641113281, - "thread": 140634736203584, + "relativeCreated": 1754.5101642608643, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:15,828", - "created": 1610346615.828798, + "asctime": "2021-01-11 11:25:05,602", + "created": 1610360705.602127, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68751,22 +68751,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 828.7980556488037, + "msecs": 602.1270751953125, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1762.3400688171387, - "thread": 140634736203584, + "relativeCreated": 1754.850149154663, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:15,829", - "created": 1610346615.829536, + "asctime": "2021-01-11 11:25:05,603", + "created": 1610360705.603097, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68776,14 +68776,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 829.535961151123, + "msecs": 603.0969619750977, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1763.077974319458, - "thread": 140634736203584, + "relativeCreated": 1755.8200359344482, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -68792,8 +68792,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:15,829", - "created": 1610346615.829796, + "asctime": "2021-01-11 11:25:05,603", + "created": 1610360705.60336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68803,14 +68803,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 829.7960758209229, + "msecs": 603.3599376678467, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1763.3380889892578, - "thread": 140634736203584, + "relativeCreated": 1756.0830116271973, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -68818,8 +68818,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:15,830", - "created": 1610346615.830087, + "asctime": "2021-01-11 11:25:05,603", + "created": 1610360705.603635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68829,14 +68829,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 830.0869464874268, + "msecs": 603.6350727081299, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1763.6289596557617, - "thread": 140634736203584, + "relativeCreated": 1756.3581466674805, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -68844,8 +68844,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:15,830", - "created": 1610346615.830288, + "asctime": "2021-01-11 11:25:05,603", + "created": 1610360705.603834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68855,14 +68855,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 830.2879333496094, + "msecs": 603.8339138031006, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1763.8299465179443, - "thread": 140634736203584, + "relativeCreated": 1756.5569877624512, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -68870,8 +68870,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:15,830", - "created": 1610346615.830522, + "asctime": "2021-01-11 11:25:05,604", + "created": 1610360705.604005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68881,14 +68881,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 830.5220603942871, + "msecs": 604.0050983428955, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1764.064073562622, - "thread": 140634736203584, + "relativeCreated": 1756.728172302246, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -68896,8 +68896,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:15,830", - "created": 1610346615.830832, + "asctime": "2021-01-11 11:25:05,604", + "created": 1610360705.604226, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68907,14 +68907,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 830.8320045471191, + "msecs": 604.2261123657227, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1764.374017715454, - "thread": 140634736203584, + "relativeCreated": 1756.9491863250732, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -68924,8 +68924,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:15,831", - "created": 1610346615.831095, + "asctime": "2021-01-11 11:25:05,604", + "created": 1610360705.604489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68935,14 +68935,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 831.0949802398682, + "msecs": 604.4890880584717, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1764.6369934082031, - "thread": 140634736203584, + "relativeCreated": 1757.2121620178223, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -68952,8 +68952,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:15,831", - "created": 1610346615.831373, + "asctime": "2021-01-11 11:25:05,604", + "created": 1610360705.604793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68963,14 +68963,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 831.3729763031006, + "msecs": 604.7930717468262, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1764.9149894714355, - "thread": 140634736203584, + "relativeCreated": 1757.5161457061768, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -68980,8 +68980,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:15,831", - "created": 1610346615.83164, + "asctime": "2021-01-11 11:25:05,605", + "created": 1610360705.605053, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -68991,14 +68991,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 831.6400051116943, + "msecs": 605.0529479980469, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1765.1820182800293, - "thread": 140634736203584, + "relativeCreated": 1757.7760219573975, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69008,8 +69008,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:15,831", - "created": 1610346615.831801, + "asctime": "2021-01-11 11:25:05,605", + "created": 1610360705.60532, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69019,22 +69019,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 831.8009376525879, + "msecs": 605.3199768066406, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1765.3429508209229, - "thread": 140634736203584, + "relativeCreated": 1758.0430507659912, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:15,831", - "created": 1610346615.831874, + "asctime": "2021-01-11 11:25:05,605", + "created": 1610360705.605553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69044,14 +69044,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 831.873893737793, + "msecs": 605.5529117584229, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1765.415906906128, - "thread": 140634736203584, + "relativeCreated": 1758.2759857177734, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69060,8 +69060,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:15,831", - "created": 1610346615.831962, + "asctime": "2021-01-11 11:25:05,605", + "created": 1610360705.605829, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69071,14 +69071,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 831.9621086120605, + "msecs": 605.8290004730225, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1765.5041217803955, - "thread": 140634736203584, + "relativeCreated": 1758.552074432373, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69086,8 +69086,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832053, + "asctime": "2021-01-11 11:25:05,606", + "created": 1610360705.606079, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69097,14 +69097,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 832.0529460906982, + "msecs": 606.0791015625, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1765.5949592590332, - "thread": 140634736203584, + "relativeCreated": 1758.8021755218506, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69112,8 +69112,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832139, + "asctime": "2021-01-11 11:25:05,606", + "created": 1610360705.606337, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69123,14 +69123,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 832.1390151977539, + "msecs": 606.3370704650879, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1765.6810283660889, - "thread": 140634736203584, + "relativeCreated": 1759.0601444244385, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69140,8 +69140,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832205, + "asctime": "2021-01-11 11:25:05,606", + "created": 1610360705.606533, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69151,14 +69151,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 832.205057144165, + "msecs": 606.5330505371094, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1765.7470703125, - "thread": 140634736203584, + "relativeCreated": 1759.25612449646, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69168,8 +69168,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832274, + "asctime": "2021-01-11 11:25:05,606", + "created": 1610360705.606604, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69179,14 +69179,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 832.2739601135254, + "msecs": 606.6040992736816, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1765.8159732818604, - "thread": 140634736203584, + "relativeCreated": 1759.3271732330322, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69195,8 +69195,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.83234, + "asctime": "2021-01-11 11:25:05,606", + "created": 1610360705.606677, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69206,14 +69206,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 832.3400020599365, + "msecs": 606.6770553588867, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1765.8820152282715, - "thread": 140634736203584, + "relativeCreated": 1759.4001293182373, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69222,8 +69222,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832419, + "asctime": "2021-01-11 11:25:05,606", + "created": 1610360705.606739, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69233,14 +69233,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 832.4189186096191, + "msecs": 606.7390441894531, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1765.960931777954, - "thread": 140634736203584, + "relativeCreated": 1759.4621181488037, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69249,8 +69249,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832469, + "asctime": "2021-01-11 11:25:05,606", + "created": 1610360705.6068, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69260,22 +69260,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 832.4689865112305, + "msecs": 606.8000793457031, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.0109996795654, - "thread": 140634736203584, + "relativeCreated": 1759.5231533050537, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832527, + "asctime": "2021-01-11 11:25:05,606", + "created": 1610360705.606862, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69285,22 +69285,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 832.5269222259521, + "msecs": 606.8620681762695, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.068935394287, - "thread": 140634736203584, + "relativeCreated": 1759.5851421356201, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832656, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69310,14 +69310,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 832.6559066772461, + "msecs": 607.0148944854736, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.197919845581, - "thread": 140634736203584, + "relativeCreated": 1759.7379684448242, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69326,8 +69326,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832714, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.60709, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69337,14 +69337,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 832.7140808105469, + "msecs": 607.0899963378906, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.2560939788818, - "thread": 140634736203584, + "relativeCreated": 1759.8130702972412, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69352,8 +69352,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832786, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.60718, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69363,14 +69363,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 832.7860832214355, + "msecs": 607.180118560791, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.3280963897705, - "thread": 140634736203584, + "relativeCreated": 1759.9031925201416, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69378,8 +69378,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832842, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69389,14 +69389,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 832.8421115875244, + "msecs": 607.2549819946289, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.3841247558594, - "thread": 140634736203584, + "relativeCreated": 1759.9780559539795, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69404,8 +69404,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832895, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607316, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69415,14 +69415,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 832.895040512085, + "msecs": 607.3160171508789, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.43705368042, - "thread": 140634736203584, + "relativeCreated": 1760.0390911102295, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69430,8 +69430,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832944, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.60738, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69441,14 +69441,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 832.9439163208008, + "msecs": 607.3799133300781, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.4859294891357, - "thread": 140634736203584, + "relativeCreated": 1760.1029872894287, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69458,8 +69458,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:15,832", - "created": 1610346615.832997, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607445, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69469,14 +69469,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 832.9970836639404, + "msecs": 607.4450016021729, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.5390968322754, - "thread": 140634736203584, + "relativeCreated": 1760.1680755615234, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69486,8 +69486,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833063, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69497,14 +69497,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 833.0628871917725, + "msecs": 607.5129508972168, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.6049003601074, - "thread": 140634736203584, + "relativeCreated": 1760.2360248565674, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69514,8 +69514,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833118, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69525,14 +69525,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 833.1179618835449, + "msecs": 607.5830459594727, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.6599750518799, - "thread": 140634736203584, + "relativeCreated": 1760.3061199188232, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69542,8 +69542,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.83318, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607649, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69553,22 +69553,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 833.1799507141113, + "msecs": 607.6490879058838, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.7219638824463, - "thread": 140634736203584, + "relativeCreated": 1760.3721618652344, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833221, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607709, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69578,14 +69578,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 833.2209587097168, + "msecs": 607.7089309692383, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.7629718780518, - "thread": 140634736203584, + "relativeCreated": 1760.4320049285889, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69594,8 +69594,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833272, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607782, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69605,14 +69605,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 833.2719802856445, + "msecs": 607.7818870544434, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.8139934539795, - "thread": 140634736203584, + "relativeCreated": 1760.504961013794, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69620,8 +69620,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.83332, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607856, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69631,14 +69631,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 833.319902420044, + "msecs": 607.856035232544, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.861915588379, - "thread": 140634736203584, + "relativeCreated": 1760.5791091918945, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69646,8 +69646,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833368, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607921, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69657,14 +69657,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 833.3680629730225, + "msecs": 607.9208850860596, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.9100761413574, - "thread": 140634736203584, + "relativeCreated": 1760.6439590454102, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69674,8 +69674,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833412, + "asctime": "2021-01-11 11:25:05,607", + "created": 1610360705.607986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69685,14 +69685,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 833.4119319915771, + "msecs": 607.9859733581543, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1766.953945159912, - "thread": 140634736203584, + "relativeCreated": 1760.7090473175049, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69702,8 +69702,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833467, + "asctime": "2021-01-11 11:25:05,608", + "created": 1610360705.608053, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69713,14 +69713,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 833.4670066833496, + "msecs": 608.0529689788818, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.0090198516846, - "thread": 140634736203584, + "relativeCreated": 1760.7760429382324, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69729,8 +69729,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833516, + "asctime": "2021-01-11 11:25:05,608", + "created": 1610360705.608121, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69740,14 +69740,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 833.5158824920654, + "msecs": 608.1209182739258, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.0578956604004, - "thread": 140634736203584, + "relativeCreated": 1760.8439922332764, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69756,8 +69756,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833558, + "asctime": "2021-01-11 11:25:05,608", + "created": 1610360705.608181, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69767,14 +69767,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 833.5580825805664, + "msecs": 608.1809997558594, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.1000957489014, - "thread": 140634736203584, + "relativeCreated": 1760.90407371521, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69783,8 +69783,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833599, + "asctime": "2021-01-11 11:25:05,608", + "created": 1610360705.60824, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69794,22 +69794,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 833.5990905761719, + "msecs": 608.2398891448975, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.1411037445068, - "thread": 140634736203584, + "relativeCreated": 1760.962963104248, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833643, + "asctime": "2021-01-11 11:25:05,608", + "created": 1610360705.608299, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69819,32 +69819,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 833.6429595947266, + "msecs": 608.2990169525146, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.1849727630615, - "thread": 140634736203584, + "relativeCreated": 1761.0220909118652, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 833.686113357544, + "msecs": 608.3629131317139, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.228126525879, - "thread": 140634736203584, + "relativeCreated": 1761.0859870910645, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 4.315376281738281e-05 + "time_consumption": 6.389617919921875e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:16,177", - "created": 1610346616.177509, + "asctime": "2021-01-11 11:25:05,952", + "created": 1610360705.952633, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -69859,8 +69859,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833776, + "asctime": "2021-01-11 11:25:05,608", + "created": 1610360705.608489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69870,22 +69870,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 833.7759971618652, + "msecs": 608.4890365600586, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.3180103302002, - "thread": 140634736203584, + "relativeCreated": 1761.2121105194092, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833822, + "asctime": "2021-01-11 11:25:05,608", + "created": 1610360705.608573, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69895,22 +69895,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 833.8220119476318, + "msecs": 608.5729598999023, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.3640251159668, - "thread": 140634736203584, + "relativeCreated": 1761.296033859253, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833867, + "asctime": "2021-01-11 11:25:05,608", + "created": 1610360705.608671, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69920,14 +69920,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 833.867073059082, + "msecs": 608.6709499359131, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.409086227417, - "thread": 140634736203584, + "relativeCreated": 1761.3940238952637, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -69938,8 +69938,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:15,833", - "created": 1610346615.833947, + "asctime": "2021-01-11 11:25:05,608", + "created": 1610360705.608838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69949,22 +69949,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 833.946943283081, + "msecs": 608.8380813598633, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.488956451416, - "thread": 140634736203584, + "relativeCreated": 1761.5611553192139, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:15,834", - "created": 1610346615.834092, + "asctime": "2021-01-11 11:25:05,609", + "created": 1610360705.609138, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69974,22 +69974,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 834.0919017791748, + "msecs": 609.138011932373, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.6339149475098, - "thread": 140634736203584, + "relativeCreated": 1761.8610858917236, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:15,834", - "created": 1610346615.834148, + "asctime": "2021-01-11 11:25:05,609", + "created": 1610360705.609244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -69999,22 +69999,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 834.1479301452637, + "msecs": 609.2441082000732, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.6899433135986, - "thread": 140634736203584, + "relativeCreated": 1761.9671821594238, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:15,834", - "created": 1610346615.834221, + "asctime": "2021-01-11 11:25:05,609", + "created": 1610360705.609348, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70024,14 +70024,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 834.2208862304688, + "msecs": 609.3480587005615, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1767.7628993988037, - "thread": 140634736203584, + "relativeCreated": 1762.071132659912, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -70039,8 +70039,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:15,835", - "created": 1610346615.835912, + "asctime": "2021-01-11 11:25:05,610", + "created": 1610360705.610721, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70050,14 +70050,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 835.9119892120361, + "msecs": 610.7211112976074, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1769.454002380371, - "thread": 140634476246784, + "relativeCreated": 1763.444185256958, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70065,8 +70065,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836065, + "asctime": "2021-01-11 11:25:05,610", + "created": 1610360705.610901, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70076,14 +70076,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 836.0650539398193, + "msecs": 610.9011173248291, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1769.6070671081543, - "thread": 140634476246784, + "relativeCreated": 1763.6241912841797, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70091,8 +70091,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836129, + "asctime": "2021-01-11 11:25:05,610", + "created": 1610360705.61098, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70102,14 +70102,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 836.1289501190186, + "msecs": 610.9800338745117, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1769.6709632873535, - "thread": 140634476246784, + "relativeCreated": 1763.7031078338623, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70118,8 +70118,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.83619, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611051, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70129,14 +70129,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 836.1899852752686, + "msecs": 611.051082611084, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1769.7319984436035, - "thread": 140634476246784, + "relativeCreated": 1763.7741565704346, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70144,8 +70144,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836255, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.61113, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70155,14 +70155,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 836.2550735473633, + "msecs": 611.1299991607666, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1769.7970867156982, - "thread": 140634476246784, + "relativeCreated": 1763.8530731201172, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70171,8 +70171,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836305, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70182,14 +70182,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 836.3049030303955, + "msecs": 611.1910343170166, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1769.8469161987305, - "thread": 140634476246784, + "relativeCreated": 1763.9141082763672, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70197,8 +70197,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836376, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611281, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70208,14 +70208,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 836.3759517669678, + "msecs": 611.2809181213379, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1769.9179649353027, - "thread": 140634476246784, + "relativeCreated": 1764.0039920806885, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70224,8 +70224,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836428, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.61134, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70235,14 +70235,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 836.4279270172119, + "msecs": 611.3400459289551, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1769.9699401855469, - "thread": 140634476246784, + "relativeCreated": 1764.0631198883057, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70250,8 +70250,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836488, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611414, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70261,14 +70261,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 836.4880084991455, + "msecs": 611.4139556884766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.0300216674805, - "thread": 140634476246784, + "relativeCreated": 1764.1370296478271, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70277,8 +70277,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836537, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611472, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70288,14 +70288,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 836.5368843078613, + "msecs": 611.4718914031982, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.0788974761963, - "thread": 140634476246784, + "relativeCreated": 1764.1949653625488, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70303,8 +70303,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836608, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611556, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70314,14 +70314,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 836.6079330444336, + "msecs": 611.5560531616211, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.1499462127686, - "thread": 140634476246784, + "relativeCreated": 1764.2791271209717, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70330,8 +70330,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836655, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70341,14 +70341,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 836.6549015045166, + "msecs": 611.6139888763428, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.1969146728516, - "thread": 140634476246784, + "relativeCreated": 1764.3370628356934, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70356,8 +70356,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836737, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611708, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70367,14 +70367,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 836.7369174957275, + "msecs": 611.7079257965088, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.2789306640625, - "thread": 140634476246784, + "relativeCreated": 1764.4309997558594, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70382,8 +70382,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836794, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611779, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70393,14 +70393,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 836.7938995361328, + "msecs": 611.778974533081, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.3359127044678, - "thread": 140634476246784, + "relativeCreated": 1764.5020484924316, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70408,8 +70408,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836847, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70419,14 +70419,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 836.8470668792725, + "msecs": 611.8450164794922, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.3890800476074, - "thread": 140634476246784, + "relativeCreated": 1764.5680904388428, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70435,8 +70435,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836894, + "asctime": "2021-01-11 11:25:05,611", + "created": 1610360705.611904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70446,14 +70446,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 836.8940353393555, + "msecs": 611.9039058685303, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.4360485076904, - "thread": 140634476246784, + "relativeCreated": 1764.6269798278809, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70461,8 +70461,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:15,836", - "created": 1610346615.836996, + "asctime": "2021-01-11 11:25:05,612", + "created": 1610360705.61203, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70472,14 +70472,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 836.9960784912109, + "msecs": 612.030029296875, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.538091659546, - "thread": 140634476246784, + "relativeCreated": 1764.7531032562256, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70490,8 +70490,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:15,837", - "created": 1610346615.837118, + "asctime": "2021-01-11 11:25:05,612", + "created": 1610360705.612175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70501,14 +70501,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 837.1179103851318, + "msecs": 612.1749877929688, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.6599235534668, - "thread": 140634476246784, + "relativeCreated": 1764.8980617523193, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70516,8 +70516,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:15,837", - "created": 1610346615.837192, + "asctime": "2021-01-11 11:25:05,612", + "created": 1610360705.612261, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70527,14 +70527,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 837.1920585632324, + "msecs": 612.2610569000244, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.7340717315674, - "thread": 140634476246784, + "relativeCreated": 1764.984130859375, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70545,8 +70545,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:15,837", - "created": 1610346615.837286, + "asctime": "2021-01-11 11:25:05,612", + "created": 1610360705.612365, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70556,14 +70556,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 837.2859954833984, + "msecs": 612.3650074005127, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1770.8280086517334, - "thread": 140634476246784, + "relativeCreated": 1765.0880813598633, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -70571,8 +70571,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:15,838", - "created": 1610346615.838439, + "asctime": "2021-01-11 11:25:05,613", + "created": 1610360705.613617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70582,14 +70582,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 838.4389877319336, + "msecs": 613.616943359375, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1771.9810009002686, - "thread": 140634467854080, + "relativeCreated": 1766.3400173187256, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70597,8 +70597,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:15,838", - "created": 1610346615.838582, + "asctime": "2021-01-11 11:25:05,613", + "created": 1610360705.613802, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70608,14 +70608,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 838.5820388793945, + "msecs": 613.8019561767578, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.1240520477295, - "thread": 140634467854080, + "relativeCreated": 1766.5250301361084, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70623,8 +70623,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,838", - "created": 1610346615.838646, + "asctime": "2021-01-11 11:25:05,613", + "created": 1610360705.613884, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70634,14 +70634,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 838.6459350585938, + "msecs": 613.8839721679688, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.1879482269287, - "thread": 140634467854080, + "relativeCreated": 1766.6070461273193, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70650,8 +70650,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:15,838", - "created": 1610346615.838707, + "asctime": "2021-01-11 11:25:05,613", + "created": 1610360705.613961, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70661,14 +70661,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 838.7069702148438, + "msecs": 613.9609813690186, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.2489833831787, - "thread": 140634467854080, + "relativeCreated": 1766.6840553283691, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70676,8 +70676,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,838", - "created": 1610346615.838789, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614061, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70687,14 +70687,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 838.7889862060547, + "msecs": 614.0611171722412, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.3309993743896, - "thread": 140634467854080, + "relativeCreated": 1766.7841911315918, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70703,8 +70703,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,838", - "created": 1610346615.83886, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614169, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70714,14 +70714,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 838.860034942627, + "msecs": 614.1688823699951, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.402048110962, - "thread": 140634467854080, + "relativeCreated": 1766.8919563293457, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70729,8 +70729,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,838", - "created": 1610346615.838928, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614277, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70740,14 +70740,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 838.9279842376709, + "msecs": 614.2768859863281, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.4699974060059, - "thread": 140634467854080, + "relativeCreated": 1766.9999599456787, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70756,8 +70756,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,838", - "created": 1610346615.838976, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614369, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70767,14 +70767,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 838.9759063720703, + "msecs": 614.3689155578613, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.5179195404053, - "thread": 140634467854080, + "relativeCreated": 1767.091989517212, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70782,8 +70782,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.839035, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614444, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70793,14 +70793,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 839.0350341796875, + "msecs": 614.4440174102783, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.5770473480225, - "thread": 140634467854080, + "relativeCreated": 1767.167091369629, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70809,8 +70809,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.839086, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614508, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70820,14 +70820,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 839.0860557556152, + "msecs": 614.5079135894775, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.6280689239502, - "thread": 140634467854080, + "relativeCreated": 1767.2309875488281, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70835,8 +70835,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.839152, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614589, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70846,14 +70846,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 839.1520977020264, + "msecs": 614.5889759063721, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.6941108703613, - "thread": 140634467854080, + "relativeCreated": 1767.3120498657227, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70862,8 +70862,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.839199, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614647, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70873,14 +70873,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 839.1990661621094, + "msecs": 614.6469116210938, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.7410793304443, - "thread": 140634467854080, + "relativeCreated": 1767.3699855804443, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70888,8 +70888,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.839269, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614735, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70899,14 +70899,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 839.2689228057861, + "msecs": 614.7348880767822, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.810935974121, - "thread": 140634467854080, + "relativeCreated": 1767.4579620361328, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70914,8 +70914,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.839336, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.61481, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -70925,14 +70925,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 839.3359184265137, + "msecs": 614.8099899291992, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.8779315948486, - "thread": 140634467854080, + "relativeCreated": 1767.5330638885498, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70940,8 +70940,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.839384, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614876, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70951,14 +70951,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 839.3840789794922, + "msecs": 614.8760318756104, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.9260921478271, - "thread": 140634467854080, + "relativeCreated": 1767.599105834961, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70967,8 +70967,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.839426, + "asctime": "2021-01-11 11:25:05,614", + "created": 1610360705.614933, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -70978,14 +70978,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 839.4260406494141, + "msecs": 614.9330139160156, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1772.968053817749, - "thread": 140634467854080, + "relativeCreated": 1767.6560878753662, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -70993,8 +70993,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.839522, + "asctime": "2021-01-11 11:25:05,615", + "created": 1610360705.615078, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71004,14 +71004,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 839.5218849182129, + "msecs": 615.0779724121094, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1773.0638980865479, - "thread": 140634467854080, + "relativeCreated": 1767.80104637146, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -71022,8 +71022,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.839621, + "asctime": "2021-01-11 11:25:05,615", + "created": 1610360705.615218, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71033,14 +71033,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 839.6210670471191, + "msecs": 615.217924118042, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1773.163080215454, - "thread": 140634467854080, + "relativeCreated": 1767.9409980773926, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -71048,8 +71048,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:15,839", - "created": 1610346615.83968, + "asctime": "2021-01-11 11:25:05,615", + "created": 1610360705.615301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71059,32 +71059,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 839.6799564361572, + "msecs": 615.3008937835693, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 1773.2219696044922, - "thread": 140634467854080, + "relativeCreated": 1768.02396774292, + "thread": 139854721570560, "threadName": "Thread-6" } ], - "msecs": 177.50906944274902, + "msecs": 952.6329040527344, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2111.051082611084, - "thread": 140634736203584, + "relativeCreated": 2105.355978012085, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3378291130065918 + "time_consumption": 0.33733201026916504 }, { "args": [], - "asctime": "2021-01-11 07:30:16,178", - "created": 1610346616.178079, + "asctime": "2021-01-11 11:25:05,953", + "created": 1610360705.953223, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -71095,21 +71095,21 @@ "message": "No secret set", "module": "test_communication", "moduleLogger": [], - "msecs": 178.07888984680176, + "msecs": 953.2229900360107, "msg": "No secret set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2111.6209030151367, - "thread": 140634736203584, + "relativeCreated": 2105.9460639953613, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:16,178", - "created": 1610346616.178377, + "asctime": "2021-01-11 11:25:05,953", + "created": 1610360705.953525, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -71120,14 +71120,14 @@ "message": "Performing Authentification", "module": "test_communication", "moduleLogger": [], - "msecs": 178.3769130706787, + "msecs": 953.5250663757324, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2111.9189262390137, - "thread": 140634736203584, + "relativeCreated": 2106.248140335083, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -71136,8 +71136,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,179", - "created": 1610346616.179023, + "asctime": "2021-01-11 11:25:05,954", + "created": 1610360705.95416, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71154,8 +71154,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,178", - "created": 1610346616.178662, + "asctime": "2021-01-11 11:25:05,953", + "created": 1610360705.953806, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71165,14 +71165,14 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 178.66206169128418, + "msecs": 953.8059234619141, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2112.204074859619, - "thread": 140634736203584, + "relativeCreated": 2106.5289974212646, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -71181,8 +71181,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,178", - "created": 1610346616.17885, + "asctime": "2021-01-11 11:25:05,953", + "created": 1610360705.95399, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71192,35 +71192,35 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 178.8499355316162, + "msecs": 953.9899826049805, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2112.391948699951, - "thread": 140634736203584, + "relativeCreated": 2106.713056564331, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 179.02302742004395, + "msecs": 954.1599750518799, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2112.565040588379, - "thread": 140634736203584, + "relativeCreated": 2106.8830490112305, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00017309188842773438 + "time_consumption": 0.00016999244689941406 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:16,179", - "created": 1610346616.179604, + "asctime": "2021-01-11 11:25:05,954", + "created": 1610360705.954737, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71237,8 +71237,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:16,179", - "created": 1610346616.179288, + "asctime": "2021-01-11 11:25:05,954", + "created": 1610360705.954425, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71248,14 +71248,14 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 179.28791046142578, + "msecs": 954.4250965118408, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2112.8299236297607, - "thread": 140634736203584, + "relativeCreated": 2107.1481704711914, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -71264,8 +71264,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:16,179", - "created": 1610346616.179449, + "asctime": "2021-01-11 11:25:05,954", + "created": 1610360705.954583, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71275,35 +71275,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 179.44908142089844, + "msecs": 954.582929611206, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2112.9910945892334, - "thread": 140634736203584, + "relativeCreated": 2107.3060035705566, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 179.60405349731445, + "msecs": 954.7369480133057, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2113.1460666656494, - "thread": 140634736203584, + "relativeCreated": 2107.4600219726562, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015497207641601562 + "time_consumption": 0.00015401840209960938 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:16,180", - "created": 1610346616.180173, + "asctime": "2021-01-11 11:25:05,955", + "created": 1610360705.955304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71320,8 +71320,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:16,179", - "created": 1610346616.179864, + "asctime": "2021-01-11 11:25:05,954", + "created": 1610360705.954987, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71331,14 +71331,14 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 179.86392974853516, + "msecs": 954.9870491027832, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2113.40594291687, - "thread": 140634736203584, + "relativeCreated": 2107.710123062134, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -71347,8 +71347,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:16,180", - "created": 1610346616.180019, + "asctime": "2021-01-11 11:25:05,955", + "created": 1610360705.95515, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71358,32 +71358,32 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 180.01890182495117, + "msecs": 955.1498889923096, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2113.560914993286, - "thread": 140634736203584, + "relativeCreated": 2107.87296295166, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 180.17292022705078, + "msecs": 955.3039073944092, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2113.7149333953857, - "thread": 140634736203584, + "relativeCreated": 2108.0269813537598, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.00015401840209960938 }, { "args": [], - "asctime": "2021-01-11 07:30:16,180", - "created": 1610346616.180404, + "asctime": "2021-01-11 11:25:05,955", + "created": 1610360705.955537, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -71394,14 +71394,14 @@ "message": "Different secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 180.4039478302002, + "msecs": 955.5370807647705, "msg": "Different secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2113.945960998535, - "thread": 140634736203584, + "relativeCreated": 2108.260154724121, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -71410,8 +71410,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,180", - "created": 1610346616.180945, + "asctime": "2021-01-11 11:25:05,956", + "created": 1610360705.956077, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71428,8 +71428,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,180", - "created": 1610346616.180641, + "asctime": "2021-01-11 11:25:05,955", + "created": 1610360705.955777, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71439,14 +71439,14 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 180.64093589782715, + "msecs": 955.7769298553467, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2114.182949066162, - "thread": 140634736203584, + "relativeCreated": 2108.5000038146973, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -71455,8 +71455,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,180", - "created": 1610346616.180795, + "asctime": "2021-01-11 11:25:05,955", + "created": 1610360705.955928, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71466,35 +71466,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 180.79495429992676, + "msecs": 955.9280872344971, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2114.3369674682617, - "thread": 140634736203584, + "relativeCreated": 2108.6511611938477, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 180.94491958618164, + "msecs": 956.0770988464355, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2114.4869327545166, - "thread": 140634736203584, + "relativeCreated": 2108.800172805786, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001499652862548828 + "time_consumption": 0.00014901161193847656 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:16,181", - "created": 1610346616.181521, + "asctime": "2021-01-11 11:25:05,956", + "created": 1610360705.95663, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71511,8 +71511,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,181", - "created": 1610346616.181201, + "asctime": "2021-01-11 11:25:05,956", + "created": 1610360705.956321, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71522,14 +71522,14 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 181.20098114013672, + "msecs": 956.3210010528564, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2114.7429943084717, - "thread": 140634736203584, + "relativeCreated": 2109.044075012207, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -71538,8 +71538,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,181", - "created": 1610346616.181352, + "asctime": "2021-01-11 11:25:05,956", + "created": 1610360705.956469, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -71549,32 +71549,32 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 181.351900100708, + "msecs": 956.4690589904785, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2114.893913269043, - "thread": 140634736203584, + "relativeCreated": 2109.192132949829, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 181.52093887329102, + "msecs": 956.6299915313721, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2115.062952041626, - "thread": 140634736203584, + "relativeCreated": 2109.3530654907227, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001690387725830078 + "time_consumption": 0.0001609325408935547 }, { "args": [], - "asctime": "2021-01-11 07:30:16,282", - "created": 1610346616.282769, + "asctime": "2021-01-11 11:25:06,057", + "created": 1610360706.057709, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -71593,8 +71593,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:16,181", - "created": 1610346616.181908, + "asctime": "2021-01-11 11:25:05,957", + "created": 1610360705.957004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71604,14 +71604,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 181.90789222717285, + "msecs": 957.0040702819824, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2115.449905395508, - "thread": 140634736203584, + "relativeCreated": 2109.727144241333, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -71619,8 +71619,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:16,202", - "created": 1610346616.20248, + "asctime": "2021-01-11 11:25:05,977", + "created": 1610360705.977964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71630,14 +71630,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 202.48007774353027, + "msecs": 977.963924407959, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2136.0220909118652, - "thread": 140634476246784, + "relativeCreated": 2130.6869983673096, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71645,8 +71645,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:16,203", - "created": 1610346616.203018, + "asctime": "2021-01-11 11:25:05,978", + "created": 1610360705.978366, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71656,14 +71656,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 203.0179500579834, + "msecs": 978.3658981323242, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2136.5599632263184, - "thread": 140634476246784, + "relativeCreated": 2131.088972091675, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71671,8 +71671,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,203", - "created": 1610346616.203237, + "asctime": "2021-01-11 11:25:05,978", + "created": 1610360705.978592, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71682,14 +71682,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 203.23705673217773, + "msecs": 978.5919189453125, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2136.7790699005127, - "thread": 140634476246784, + "relativeCreated": 2131.314992904663, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71698,8 +71698,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,203", - "created": 1610346616.203542, + "asctime": "2021-01-11 11:25:05,978", + "created": 1610360705.978804, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71709,14 +71709,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 203.54199409484863, + "msecs": 978.8041114807129, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2137.0840072631836, - "thread": 140634476246784, + "relativeCreated": 2131.5271854400635, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71724,8 +71724,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,203", - "created": 1610346616.203842, + "asctime": "2021-01-11 11:25:05,979", + "created": 1610360705.979034, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71735,14 +71735,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 203.8419246673584, + "msecs": 979.0339469909668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2137.3839378356934, - "thread": 140634476246784, + "relativeCreated": 2131.7570209503174, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71751,8 +71751,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,204", - "created": 1610346616.204011, + "asctime": "2021-01-11 11:25:05,979", + "created": 1610360705.979208, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71762,14 +71762,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 204.0109634399414, + "msecs": 979.2079925537109, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2137.5529766082764, - "thread": 140634476246784, + "relativeCreated": 2131.9310665130615, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71777,8 +71777,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,204", - "created": 1610346616.204348, + "asctime": "2021-01-11 11:25:05,979", + "created": 1610360705.979465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71788,14 +71788,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 204.34808731079102, + "msecs": 979.4650077819824, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2137.890100479126, - "thread": 140634476246784, + "relativeCreated": 2132.188081741333, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71804,8 +71804,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,204", - "created": 1610346616.204521, + "asctime": "2021-01-11 11:25:05,979", + "created": 1610360705.979635, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71815,14 +71815,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 204.52094078063965, + "msecs": 979.6350002288818, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2138.0629539489746, - "thread": 140634476246784, + "relativeCreated": 2132.3580741882324, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71830,8 +71830,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,204", - "created": 1610346616.204731, + "asctime": "2021-01-11 11:25:05,979", + "created": 1610360705.979865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71841,14 +71841,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 204.73098754882812, + "msecs": 979.8650741577148, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2138.273000717163, - "thread": 140634476246784, + "relativeCreated": 2132.5881481170654, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71857,8 +71857,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,204", - "created": 1610346616.204981, + "asctime": "2021-01-11 11:25:05,980", + "created": 1610360705.980029, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71868,14 +71868,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 204.98108863830566, + "msecs": 980.0291061401367, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2138.5231018066406, - "thread": 140634476246784, + "relativeCreated": 2132.7521800994873, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71883,8 +71883,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,205", - "created": 1610346616.2052, + "asctime": "2021-01-11 11:25:05,980", + "created": 1610360705.980351, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71894,14 +71894,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 205.1999568939209, + "msecs": 980.3509712219238, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2138.741970062256, - "thread": 140634476246784, + "relativeCreated": 2133.0740451812744, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71910,8 +71910,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,205", - "created": 1610346616.205358, + "asctime": "2021-01-11 11:25:05,980", + "created": 1610360705.980479, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71921,14 +71921,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 205.35802841186523, + "msecs": 980.4790019989014, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2138.9000415802, - "thread": 140634476246784, + "relativeCreated": 2133.202075958252, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71936,8 +71936,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:16,205", - "created": 1610346616.20564, + "asctime": "2021-01-11 11:25:05,980", + "created": 1610360705.980661, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71947,14 +71947,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 205.64007759094238, + "msecs": 980.6609153747559, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2139.1820907592773, - "thread": 140634476246784, + "relativeCreated": 2133.3839893341064, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71962,8 +71962,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:16,205", - "created": 1610346616.205828, + "asctime": "2021-01-11 11:25:05,980", + "created": 1610360705.980828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -71973,14 +71973,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 205.8279514312744, + "msecs": 980.828046798706, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2139.3699645996094, - "thread": 140634476246784, + "relativeCreated": 2133.5511207580566, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -71988,8 +71988,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,206", - "created": 1610346616.206005, + "asctime": "2021-01-11 11:25:05,980", + "created": 1610360705.980961, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -71999,14 +71999,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 206.00509643554688, + "msecs": 980.9610843658447, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2139.547109603882, - "thread": 140634476246784, + "relativeCreated": 2133.6841583251953, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72015,8 +72015,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,206", - "created": 1610346616.20616, + "asctime": "2021-01-11 11:25:05,981", + "created": 1610360705.981075, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72026,14 +72026,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 206.1600685119629, + "msecs": 981.0750484466553, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2139.702081680298, - "thread": 140634476246784, + "relativeCreated": 2133.798122406006, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72041,8 +72041,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55" ], - "asctime": "2021-01-11 07:30:16,206", - "created": 1610346616.206481, + "asctime": "2021-01-11 11:25:05,981", + "created": 1610360705.981312, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72052,14 +72052,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55", "module": "stp", - "msecs": 206.4809799194336, + "msecs": 981.3120365142822, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2140.0229930877686, - "thread": 140634476246784, + "relativeCreated": 2134.035110473633, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72070,8 +72070,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:16,206", - "created": 1610346616.206893, + "asctime": "2021-01-11 11:25:05,981", + "created": 1610360705.981615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72081,14 +72081,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 206.8929672241211, + "msecs": 981.6150665283203, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2140.434980392456, - "thread": 140634476246784, + "relativeCreated": 2134.338140487671, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72096,8 +72096,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:16,207", - "created": 1610346616.207123, + "asctime": "2021-01-11 11:25:05,981", + "created": 1610360705.98178, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72107,14 +72107,14 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 207.1230411529541, + "msecs": 981.7800521850586, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2140.665054321289, - "thread": 140634476246784, + "relativeCreated": 2134.503126144409, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72123,10 +72123,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'7361e3929e8652cc9b5da9c7191c21eed21ebe3da62ef660bc807391293821d7'" + "'067cdeac66c847e7443344b6e133aeedcb24ac9ca92d4cf39e52316f45c83d46'" ], - "asctime": "2021-01-11 07:30:16,207", - "created": 1610346616.207408, + "asctime": "2021-01-11 11:25:05,981", + "created": 1610360705.981988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72134,25 +72134,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'7361e3929e8652cc9b5da9c7191c21eed21ebe3da62ef660bc807391293821d7'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'067cdeac66c847e7443344b6e133aeedcb24ac9ca92d4cf39e52316f45c83d46'\"", "module": "__init__", - "msecs": 207.40795135498047, + "msecs": 981.9879531860352, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2140.9499645233154, - "thread": 140634476246784, + "relativeCreated": 2134.7110271453857, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 37 33 36 31 65 33 39 32 39 65 38 36 35 32 63 63 39 62 35" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 36 37 63 64 65 61 63 36 36 63 38 34 37 65 37 34 34 33" ], - "asctime": "2021-01-11 07:30:16,241", - "created": 1610346616.241152, + "asctime": "2021-01-11 11:25:06,016", + "created": 1610360706.01667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72160,25 +72160,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 37 33 36 31 65 33 39 32 39 65 38 36 35 32 63 63 39 62 35", + "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 36 37 63 64 65 61 63 36 36 63 38 34 37 65 37 34 34 33", "module": "__init__", - "msecs": 241.1520481109619, + "msecs": 16.66998863220215, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2174.694061279297, - "thread": 140634467854080, + "relativeCreated": 2169.3930625915527, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 37 33 36 31 65 33 39 32 39 65 38 36 35 32 63 63 39 62 35" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 36 37 63 64 65 61 63 36 36 63 38 34 37 65 37 34 34 33" ], - "asctime": "2021-01-11 07:30:16,241", - "created": 1610346616.241536, + "asctime": "2021-01-11 11:25:06,017", + "created": 1610360706.017113, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72186,16 +72186,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 37 33 36 31 65 33 39 32 39 65 38 36 35 32 63 63 39 62 35", + "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 36 37 63 64 65 61 63 36 36 63 38 34 37 65 37 34 34 33", "module": "__init__", - "msecs": 241.53590202331543, + "msecs": 17.11297035217285, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2175.0779151916504, - "thread": 140634467854080, + "relativeCreated": 2169.8360443115234, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72203,8 +72203,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,241", - "created": 1610346616.241705, + "asctime": "2021-01-11 11:25:06,017", + "created": 1610360706.017283, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72214,14 +72214,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 241.70494079589844, + "msecs": 17.282962799072266, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2175.2469539642334, - "thread": 140634467854080, + "relativeCreated": 2170.006036758423, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72230,8 +72230,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,241", - "created": 1610346616.241833, + "asctime": "2021-01-11 11:25:06,017", + "created": 1610360706.017465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72241,14 +72241,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 241.83297157287598, + "msecs": 17.46511459350586, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2175.374984741211, - "thread": 140634467854080, + "relativeCreated": 2170.1881885528564, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72256,8 +72256,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,241", - "created": 1610346616.241974, + "asctime": "2021-01-11 11:25:06,017", + "created": 1610360706.017636, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72267,14 +72267,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 241.9741153717041, + "msecs": 17.63606071472168, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2175.516128540039, - "thread": 140634467854080, + "relativeCreated": 2170.3591346740723, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72283,8 +72283,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,242", - "created": 1610346616.242085, + "asctime": "2021-01-11 11:25:06,017", + "created": 1610360706.017768, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72294,14 +72294,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 242.08498001098633, + "msecs": 17.767906188964844, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2175.6269931793213, - "thread": 140634467854080, + "relativeCreated": 2170.4909801483154, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72309,8 +72309,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,242", - "created": 1610346616.24223, + "asctime": "2021-01-11 11:25:06,017", + "created": 1610360706.017942, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72320,14 +72320,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 242.22993850708008, + "msecs": 17.941951751708984, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2175.771951675415, - "thread": 140634467854080, + "relativeCreated": 2170.6650257110596, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72336,8 +72336,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,242", - "created": 1610346616.242342, + "asctime": "2021-01-11 11:25:06,018", + "created": 1610360706.018075, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72347,14 +72347,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 242.3419952392578, + "msecs": 18.074989318847656, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2175.884008407593, - "thread": 140634467854080, + "relativeCreated": 2170.7980632781982, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72362,8 +72362,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,242", - "created": 1610346616.242484, + "asctime": "2021-01-11 11:25:06,018", + "created": 1610360706.018235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72373,14 +72373,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 242.48409271240234, + "msecs": 18.234968185424805, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2176.0261058807373, - "thread": 140634467854080, + "relativeCreated": 2170.9580421447754, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72389,8 +72389,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,242", - "created": 1610346616.242592, + "asctime": "2021-01-11 11:25:06,018", + "created": 1610360706.018361, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72400,23 +72400,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 242.59209632873535, + "msecs": 18.36109161376953, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2176.1341094970703, - "thread": 140634467854080, + "relativeCreated": 2171.08416557312, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(64): 64 61 39 63 37 31 39 31 63 32 31 65 65 64 32 31 65 62 65 33 64 61 36 32 65 66 36 36 30 62 63 38 30 37 33 39 31 32 39 33 38 32 31 64 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1b 9a" + "(64): 33 34 34 62 36 65 31 33 33 61 65 65 64 63 62 32 34 61 63 39 63 61 39 32 64 34 63 66 33 39 65 35 32 33 31 36 66 34 35 63 38 33 64 34 36 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 0e 37" ], - "asctime": "2021-01-11 07:30:16,242", - "created": 1610346616.242903, + "asctime": "2021-01-11 11:25:06,018", + "created": 1610360706.018733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72424,25 +72424,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 64 61 39 63 37 31 39 31 63 32 31 65 65 64 32 31 65 62 65 33 64 61 36 32 65 66 36 36 30 62 63 38 30 37 33 39 31 32 39 33 38 32 31 64 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1b 9a", + "message": "comm-server: TX -> (64): 33 34 34 62 36 65 31 33 33 61 65 65 64 63 62 32 34 61 63 39 63 61 39 32 64 34 63 66 33 39 65 35 32 33 31 36 66 34 35 63 38 33 64 34 36 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 0e 37", "module": "__init__", - "msecs": 242.9029941558838, + "msecs": 18.73302459716797, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2176.4450073242188, - "thread": 140634467854080, + "relativeCreated": 2171.4560985565186, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 64 61 39 63 37 31 39 31 63 32 31 65 65 64 32 31 65 62 65 33 64 61 36 32 65 66 36 36 30 62 63 38 30 37 33 39 31 32 39 33 38 32 31 64 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1b 9a" + "(64): 33 34 34 62 36 65 31 33 33 61 65 65 64 63 62 32 34 61 63 39 63 61 39 32 64 34 63 66 33 39 65 35 32 33 31 36 66 34 35 63 38 33 64 34 36 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 0e 37" ], - "asctime": "2021-01-11 07:30:16,243", - "created": 1610346616.243139, + "asctime": "2021-01-11 11:25:06,019", + "created": 1610360706.01901, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72450,16 +72450,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 64 61 39 63 37 31 39 31 63 32 31 65 65 64 32 31 65 62 65 33 64 61 36 32 65 66 36 36 30 62 63 38 30 37 33 39 31 32 39 33 38 32 31 64 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1b 9a", + "message": "comm-client: RX <- (64): 33 34 34 62 36 65 31 33 33 61 65 65 64 63 62 32 34 61 63 39 63 61 39 32 64 34 63 66 33 39 65 35 32 33 31 36 66 34 35 63 38 33 64 34 36 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 0e 37", "module": "__init__", - "msecs": 243.13902854919434, + "msecs": 19.010066986083984, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2176.6810417175293, - "thread": 140634467854080, + "relativeCreated": 2171.7331409454346, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72467,8 +72467,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,243", - "created": 1610346616.243404, + "asctime": "2021-01-11 11:25:06,019", + "created": 1610360706.019321, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72478,14 +72478,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 243.40391159057617, + "msecs": 19.320964813232422, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2176.945924758911, - "thread": 140634467854080, + "relativeCreated": 2172.044038772583, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72494,8 +72494,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,243", - "created": 1610346616.243931, + "asctime": "2021-01-11 11:25:06,019", + "created": 1610360706.019923, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72505,23 +72505,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 243.93105506896973, + "msecs": 19.922971725463867, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2177.4730682373047, - "thread": 140634467854080, + "relativeCreated": 2172.6460456848145, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(4): 06 5c 3a 3e" + "(4): 1a c4 3a 3e" ], - "asctime": "2021-01-11 07:30:16,244", - "created": 1610346616.244108, + "asctime": "2021-01-11 11:25:06,020", + "created": 1610360706.020141, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72529,25 +72529,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): 06 5c 3a 3e", + "message": "comm-server: TX -> (4): 1a c4 3a 3e", "module": "__init__", - "msecs": 244.1079616546631, + "msecs": 20.140886306762695, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2177.649974822998, - "thread": 140634467854080, + "relativeCreated": 2172.8639602661133, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(4): 06 5c 3a 3e" + "(4): 1a c4 3a 3e" ], - "asctime": "2021-01-11 07:30:16,244", - "created": 1610346616.244241, + "asctime": "2021-01-11 11:25:06,020", + "created": 1610360706.020306, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72555,16 +72555,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): 06 5c 3a 3e", + "message": "comm-client: RX <- (4): 1a c4 3a 3e", "module": "__init__", - "msecs": 244.24099922180176, + "msecs": 20.306110382080078, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2177.7830123901367, - "thread": 140634467854080, + "relativeCreated": 2173.0291843414307, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72572,8 +72572,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,244", - "created": 1610346616.244368, + "asctime": "2021-01-11 11:25:06,020", + "created": 1610360706.020458, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72583,14 +72583,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 244.3680763244629, + "msecs": 20.457983016967773, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2177.910089492798, - "thread": 140634467854080, + "relativeCreated": 2173.1810569763184, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72599,8 +72599,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,244", - "created": 1610346616.244475, + "asctime": "2021-01-11 11:25:06,020", + "created": 1610360706.020588, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72610,23 +72610,23 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 244.4748878479004, + "msecs": 20.587921142578125, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2178.0169010162354, - "thread": 140634467854080, + "relativeCreated": 2173.3109951019287, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "STP:", - "(124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 37 33 36 31 65 33 39 32 39 65 38 36 35 32 63 63 39 62 35 64 61 39 63 37 31 39 31 63 32 31 65 65 64 32 31 65 62 65 33 64 61 36 32 65 66 36 36 30 62 63 38 30 37 33 39 31 32 39 33 38 32 31 64 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 1b 9a 06 5c" + "(124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 30 36 37 63 64 65 61 63 36 36 63 38 34 37 65 37 34 34 33 33 34 34 62 36 65 31 33 33 61 65 65 64 63 62 32 34 61 63 39 63 61 39 32 64 34 63 66 33 39 65 35 32 33 31 36 66 34 35 63 38 33 64 34 36 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 0e 37 1a c4" ], - "asctime": "2021-01-11 07:30:16,244", - "created": 1610346616.244811, + "asctime": "2021-01-11 11:25:06,021", + "created": 1610360706.021007, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72634,16 +72634,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 37 33 36 31 65 33 39 32 39 65 38 36 35 32 63 63 39 62 35 64 61 39 63 37 31 39 31 63 32 31 65 65 64 32 31 65 62 65 33 64 61 36 32 65 66 36 36 30 62 63 38 30 37 33 39 31 32 39 33 38 32 31 64 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 1b 9a 06 5c", + "message": "STP: message identified - (124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 30 36 37 63 64 65 61 63 36 36 63 38 34 37 65 37 34 34 33 33 34 34 62 36 65 31 33 33 61 65 65 64 63 62 32 34 61 63 39 63 61 39 32 64 34 63 66 33 39 65 35 32 33 31 36 66 34 35 63 38 33 64 34 36 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 0e 37 1a c4", "module": "stp", - "msecs": 244.8110580444336, + "msecs": 21.007061004638672, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2178.3530712127686, - "thread": 140634467854080, + "relativeCreated": 2173.7301349639893, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72652,10 +72652,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "u'7361e3929e8652cc9b5da9c7191c21eed21ebe3da62ef660bc807391293821d7'" + "u'067cdeac66c847e7443344b6e133aeedcb24ac9ca92d4cf39e52316f45c83d46'" ], - "asctime": "2021-01-11 07:30:16,245", - "created": 1610346616.245106, + "asctime": "2021-01-11 11:25:06,021", + "created": 1610360706.021352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72663,16 +72663,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'7361e3929e8652cc9b5da9c7191c21eed21ebe3da62ef660bc807391293821d7'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'067cdeac66c847e7443344b6e133aeedcb24ac9ca92d4cf39e52316f45c83d46'\"", "module": "__init__", - "msecs": 245.10598182678223, + "msecs": 21.352052688598633, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2178.647994995117, - "thread": 140634467854080, + "relativeCreated": 2174.075126647949, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72680,8 +72680,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 07:30:16,245", - "created": 1610346616.245255, + "asctime": "2021-01-11 11:25:06,021", + "created": 1610360706.021525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72691,14 +72691,14 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 245.2549934387207, + "msecs": 21.524906158447266, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2178.7970066070557, - "thread": 140634467854080, + "relativeCreated": 2174.247980117798, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -72707,10 +72707,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'07064b88125014ebfba9ae96cbd74e6f743098b48ac5695b8260d99c3f6c586796b4d5f10ed3776bdf81ca185ee9bbf9cfb96aa2666c47d421674f17cf1cad50'" + "'8f06975ca7f238f75ac848de5a027758d3ef8374966c14a80bdb8b1520f7f7c495e445c3dcb09b15884cc778c038e4247392164e49ff3d71526be36787e95cb3'" ], - "asctime": "2021-01-11 07:30:16,245", - "created": 1610346616.245481, + "asctime": "2021-01-11 11:25:06,021", + "created": 1610360706.021768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72718,25 +72718,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'07064b88125014ebfba9ae96cbd74e6f743098b48ac5695b8260d99c3f6c586796b4d5f10ed3776bdf81ca185ee9bbf9cfb96aa2666c47d421674f17cf1cad50'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'8f06975ca7f238f75ac848de5a027758d3ef8374966c14a80bdb8b1520f7f7c495e445c3dcb09b15884cc778c038e4247392164e49ff3d71526be36787e95cb3'\"", "module": "__init__", - "msecs": 245.48101425170898, + "msecs": 21.76809310913086, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2179.023027420044, - "thread": 140634467854080, + "relativeCreated": 2174.4911670684814, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 37 30 36 34 62 38 38 31 32 35 30 31 34 65 62 66 62 61" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 38 66 30 36 39 37 35 63 61 37 66 32 33 38 66 37 35 61 63" ], - "asctime": "2021-01-11 07:30:16,272", - "created": 1610346616.27245, + "asctime": "2021-01-11 11:25:06,046", + "created": 1610360706.046515, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72744,25 +72744,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 37 30 36 34 62 38 38 31 32 35 30 31 34 65 62 66 62 61", + "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 38 66 30 36 39 37 35 63 61 37 66 32 33 38 66 37 35 61 63", "module": "__init__", - "msecs": 272.4499702453613, + "msecs": 46.51498794555664, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2205.9919834136963, - "thread": 140634476246784, + "relativeCreated": 2199.238061904907, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 37 30 36 34 62 38 38 31 32 35 30 31 34 65 62 66 62 61" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 38 66 30 36 39 37 35 63 61 37 66 32 33 38 66 37 35 61 63" ], - "asctime": "2021-01-11 07:30:16,272", - "created": 1610346616.272825, + "asctime": "2021-01-11 11:25:06,046", + "created": 1610360706.046886, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -72770,16 +72770,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 37 30 36 34 62 38 38 31 32 35 30 31 34 65 62 66 62 61", + "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 38 66 30 36 39 37 35 63 61 37 66 32 33 38 66 37 35 61 63", "module": "__init__", - "msecs": 272.8250026702881, + "msecs": 46.88596725463867, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2206.367015838623, - "thread": 140634476246784, + "relativeCreated": 2199.6090412139893, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72787,8 +72787,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,272", - "created": 1610346616.272965, + "asctime": "2021-01-11 11:25:06,047", + "created": 1610360706.047025, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72798,14 +72798,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 272.9649543762207, + "msecs": 47.02496528625488, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2206.5069675445557, - "thread": 140634476246784, + "relativeCreated": 2199.7480392456055, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72814,8 +72814,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,273", - "created": 1610346616.273084, + "asctime": "2021-01-11 11:25:06,047", + "created": 1610360706.047146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72825,14 +72825,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 273.0839252471924, + "msecs": 47.14608192443848, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2206.6259384155273, - "thread": 140634476246784, + "relativeCreated": 2199.869155883789, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72840,8 +72840,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,273", - "created": 1610346616.273224, + "asctime": "2021-01-11 11:25:06,047", + "created": 1610360706.047292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72851,14 +72851,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 273.2241153717041, + "msecs": 47.29199409484863, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2206.766128540039, - "thread": 140634476246784, + "relativeCreated": 2200.015068054199, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72867,8 +72867,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,273", - "created": 1610346616.273338, + "asctime": "2021-01-11 11:25:06,047", + "created": 1610360706.047407, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72878,14 +72878,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 273.33807945251465, + "msecs": 47.406911849975586, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2206.8800926208496, - "thread": 140634476246784, + "relativeCreated": 2200.129985809326, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72893,8 +72893,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,273", - "created": 1610346616.273507, + "asctime": "2021-01-11 11:25:06,047", + "created": 1610360706.047553, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72904,14 +72904,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 273.50711822509766, + "msecs": 47.553062438964844, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2207.0491313934326, - "thread": 140634476246784, + "relativeCreated": 2200.2761363983154, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72920,8 +72920,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,273", - "created": 1610346616.273614, + "asctime": "2021-01-11 11:25:06,047", + "created": 1610360706.047657, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72931,14 +72931,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 273.61392974853516, + "msecs": 47.657012939453125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2207.15594291687, - "thread": 140634476246784, + "relativeCreated": 2200.3800868988037, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72946,8 +72946,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,273", - "created": 1610346616.273742, + "asctime": "2021-01-11 11:25:06,047", + "created": 1610360706.047786, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72957,14 +72957,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 273.7419605255127, + "msecs": 47.78599739074707, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2207.2839736938477, - "thread": 140634476246784, + "relativeCreated": 2200.5090713500977, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -72973,8 +72973,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,273", - "created": 1610346616.273852, + "asctime": "2021-01-11 11:25:06,047", + "created": 1610360706.047895, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -72984,23 +72984,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 273.8521099090576, + "msecs": 47.894954681396484, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2207.3941230773926, - "thread": 140634476246784, + "relativeCreated": 2200.618028640747, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(64): 39 61 65 39 36 63 62 64 37 34 65 36 66 37 34 33 30 39 38 62 34 38 61 63 35 36 39 35 62 38 32 36 30 64 39 39 63 33 66 36 63 35 38 36 37 39 36 62 34 64 35 66 31 30 65 64 33 37 37 36 62 64 66 38" + "(64): 38 34 38 64 65 35 61 30 32 37 37 35 38 64 33 65 66 38 33 37 34 39 36 36 63 31 34 61 38 30 62 64 62 38 62 31 35 32 30 66 37 66 37 63 34 39 35 65 34 34 35 63 33 64 63 62 30 39 62 31 35 38 38 34" ], - "asctime": "2021-01-11 07:30:16,274", - "created": 1610346616.274155, + "asctime": "2021-01-11 11:25:06,048", + "created": 1610360706.048367, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73008,25 +73008,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 39 61 65 39 36 63 62 64 37 34 65 36 66 37 34 33 30 39 38 62 34 38 61 63 35 36 39 35 62 38 32 36 30 64 39 39 63 33 66 36 63 35 38 36 37 39 36 62 34 64 35 66 31 30 65 64 33 37 37 36 62 64 66 38", + "message": "comm-client: TX -> (64): 38 34 38 64 65 35 61 30 32 37 37 35 38 64 33 65 66 38 33 37 34 39 36 36 63 31 34 61 38 30 62 64 62 38 62 31 35 32 30 66 37 66 37 63 34 39 35 65 34 34 35 63 33 64 63 62 30 39 62 31 35 38 38 34", "module": "__init__", - "msecs": 274.1549015045166, + "msecs": 48.36702346801758, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2207.6969146728516, - "thread": 140634476246784, + "relativeCreated": 2201.090097427368, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 39 61 65 39 36 63 62 64 37 34 65 36 66 37 34 33 30 39 38 62 34 38 61 63 35 36 39 35 62 38 32 36 30 64 39 39 63 33 66 36 63 35 38 36 37 39 36 62 34 64 35 66 31 30 65 64 33 37 37 36 62 64 66 38" + "(64): 38 34 38 64 65 35 61 30 32 37 37 35 38 64 33 65 66 38 33 37 34 39 36 36 63 31 34 61 38 30 62 64 62 38 62 31 35 32 30 66 37 66 37 63 34 39 35 65 34 34 35 63 33 64 63 62 30 39 62 31 35 38 38 34" ], - "asctime": "2021-01-11 07:30:16,274", - "created": 1610346616.274382, + "asctime": "2021-01-11 11:25:06,048", + "created": 1610360706.04871, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73034,25 +73034,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 39 61 65 39 36 63 62 64 37 34 65 36 66 37 34 33 30 39 38 62 34 38 61 63 35 36 39 35 62 38 32 36 30 64 39 39 63 33 66 36 63 35 38 36 37 39 36 62 34 64 35 66 31 30 65 64 33 37 37 36 62 64 66 38", + "message": "comm-server: RX <- (64): 38 34 38 64 65 35 61 30 32 37 37 35 38 64 33 65 66 38 33 37 34 39 36 36 63 31 34 61 38 30 62 64 62 38 62 31 35 32 30 66 37 66 37 63 34 39 35 65 34 34 35 63 33 64 63 62 30 39 62 31 35 38 38 34", "module": "__init__", - "msecs": 274.3821144104004, + "msecs": 48.71010780334473, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2207.9241275787354, - "thread": 140634476246784, + "relativeCreated": 2201.4331817626953, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(64): 31 63 61 31 38 35 65 65 39 62 62 66 39 63 66 62 39 36 61 61 32 36 36 36 63 34 37 64 34 32 31 36 37 34 66 31 37 63 66 31 63 61 64 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d bf 78" + "(64): 63 63 37 37 38 63 30 33 38 65 34 32 34 37 33 39 32 31 36 34 65 34 39 66 66 33 64 37 31 35 32 36 62 65 33 36 37 38 37 65 39 35 63 62 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d fc 38" ], - "asctime": "2021-01-11 07:30:16,274", - "created": 1610346616.274792, + "asctime": "2021-01-11 11:25:06,049", + "created": 1610360706.049405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73060,25 +73060,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 31 63 61 31 38 35 65 65 39 62 62 66 39 63 66 62 39 36 61 61 32 36 36 36 63 34 37 64 34 32 31 36 37 34 66 31 37 63 66 31 63 61 64 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d bf 78", + "message": "comm-client: TX -> (64): 63 63 37 37 38 63 30 33 38 65 34 32 34 37 33 39 32 31 36 34 65 34 39 66 66 33 64 37 31 35 32 36 62 65 33 36 37 38 37 65 39 35 63 62 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d fc 38", "module": "__init__", - "msecs": 274.791955947876, + "msecs": 49.40509796142578, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2208.333969116211, - "thread": 140634476246784, + "relativeCreated": 2202.1281719207764, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 31 63 61 31 38 35 65 65 39 62 62 66 39 63 66 62 39 36 61 61 32 36 36 36 63 34 37 64 34 32 31 36 37 34 66 31 37 63 66 31 63 61 64 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d bf 78" + "(64): 63 63 37 37 38 63 30 33 38 65 34 32 34 37 33 39 32 31 36 34 65 34 39 66 66 33 64 37 31 35 32 36 62 65 33 36 37 38 37 65 39 35 63 62 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d fc 38" ], - "asctime": "2021-01-11 07:30:16,275", - "created": 1610346616.275017, + "asctime": "2021-01-11 11:25:06,049", + "created": 1610360706.049752, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73086,16 +73086,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 31 63 61 31 38 35 65 65 39 62 62 66 39 63 66 62 39 36 61 61 32 36 36 36 63 34 37 64 34 32 31 36 37 34 66 31 37 63 66 31 63 61 64 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d bf 78", + "message": "comm-server: RX <- (64): 63 63 37 37 38 63 30 33 38 65 34 32 34 37 33 39 32 31 36 34 65 34 39 66 66 33 64 37 31 35 32 36 62 65 33 36 37 38 37 65 39 35 63 62 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d fc 38", "module": "__init__", - "msecs": 275.01702308654785, + "msecs": 49.751996994018555, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2208.559036254883, - "thread": 140634476246784, + "relativeCreated": 2202.475070953369, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -73103,8 +73103,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,275", - "created": 1610346616.275276, + "asctime": "2021-01-11 11:25:06,050", + "created": 1610360706.050179, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73114,14 +73114,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 275.27594566345215, + "msecs": 50.17900466918945, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2208.817958831787, - "thread": 140634476246784, + "relativeCreated": 2202.90207862854, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -73130,8 +73130,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,275", - "created": 1610346616.275383, + "asctime": "2021-01-11 11:25:06,050", + "created": 1610360706.050343, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73141,23 +73141,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 275.38299560546875, + "msecs": 50.34303665161133, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2208.9250087738037, - "thread": 140634476246784, + "relativeCreated": 2203.066110610962, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(4): 24 14 3a 3e" + "(4): 09 f0 3a 3e" ], - "asctime": "2021-01-11 07:30:16,275", - "created": 1610346616.275566, + "asctime": "2021-01-11 11:25:06,050", + "created": 1610360706.050598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73165,25 +73165,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 24 14 3a 3e", + "message": "comm-client: TX -> (4): 09 f0 3a 3e", "module": "__init__", - "msecs": 275.56610107421875, + "msecs": 50.5979061126709, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2209.1081142425537, - "thread": 140634476246784, + "relativeCreated": 2203.3209800720215, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(4): 24 14 3a 3e" + "(4): 09 f0 3a 3e" ], - "asctime": "2021-01-11 07:30:16,275", - "created": 1610346616.275685, + "asctime": "2021-01-11 11:25:06,050", + "created": 1610360706.050726, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73191,16 +73191,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 24 14 3a 3e", + "message": "comm-server: RX <- (4): 09 f0 3a 3e", "module": "__init__", - "msecs": 275.68507194519043, + "msecs": 50.72593688964844, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2209.2270851135254, - "thread": 140634476246784, + "relativeCreated": 2203.449010848999, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -73208,8 +73208,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,275", - "created": 1610346616.275802, + "asctime": "2021-01-11 11:25:06,050", + "created": 1610360706.050852, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73219,14 +73219,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 275.8018970489502, + "msecs": 50.852060317993164, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2209.343910217285, - "thread": 140634476246784, + "relativeCreated": 2203.5751342773438, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -73235,8 +73235,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,275", - "created": 1610346616.275918, + "asctime": "2021-01-11 11:25:06,050", + "created": 1610360706.050956, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73246,23 +73246,23 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 275.91800689697266, + "msecs": 50.956010818481445, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2209.4600200653076, - "thread": 140634476246784, + "relativeCreated": 2203.679084777832, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "STP:", - "(188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 30 37 30 36 34 62 38 38 31 32 35 30 31 34 65 62 66 62 61 39 61 65 39 36 63 62 64 37 34 65 36 66 37 34 33 30 39 38 62 34 38 61 63 35 36 39 35 62 38 32 36 30 64 39 39 63 33 66 36 63 35 38 36 37 39 36 62 34 64 35 66 31 30 65 64 33 37 37 36 62 64 66 38 31 63 61 31 38 35 65 65 39 62 62 66 39 63 66 62 39 36 61 61 32 36 36 36 63 34 37 64 34 32 31 36 37 34 66 31 37 63 66 31 63 61 64 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d bf 78 24 14" + "(188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 38 66 30 36 39 37 35 63 61 37 66 32 33 38 66 37 35 61 63 38 34 38 64 65 35 61 30 32 37 37 35 38 64 33 65 66 38 33 37 34 39 36 36 63 31 34 61 38 30 62 64 62 38 62 31 35 32 30 66 37 66 37 63 34 39 35 65 34 34 35 63 33 64 63 62 30 39 62 31 35 38 38 34 63 63 37 37 38 63 30 33 38 65 34 32 34 37 33 39 32 31 36 34 65 34 39 66 66 33 64 37 31 35 32 36 62 65 33 36 37 38 37 65 39 35 63 62 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d fc 38 09 f0" ], - "asctime": "2021-01-11 07:30:16,276", - "created": 1610346616.276365, + "asctime": "2021-01-11 11:25:06,051", + "created": 1610360706.051407, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73270,16 +73270,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 30 37 30 36 34 62 38 38 31 32 35 30 31 34 65 62 66 62 61 39 61 65 39 36 63 62 64 37 34 65 36 66 37 34 33 30 39 38 62 34 38 61 63 35 36 39 35 62 38 32 36 30 64 39 39 63 33 66 36 63 35 38 36 37 39 36 62 34 64 35 66 31 30 65 64 33 37 37 36 62 64 66 38 31 63 61 31 38 35 65 65 39 62 62 66 39 63 66 62 39 36 61 61 32 36 36 36 63 34 37 64 34 32 31 36 37 34 66 31 37 63 66 31 63 61 64 35 30 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d bf 78 24 14", + "message": "STP: message identified - (188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 38 66 30 36 39 37 35 63 61 37 66 32 33 38 66 37 35 61 63 38 34 38 64 65 35 61 30 32 37 37 35 38 64 33 65 66 38 33 37 34 39 36 36 63 31 34 61 38 30 62 64 62 38 62 31 35 32 30 66 37 66 37 63 34 39 35 65 34 34 35 63 33 64 63 62 30 39 62 31 35 38 38 34 63 63 37 37 38 63 30 33 38 65 34 32 34 37 33 39 32 31 36 34 65 34 39 66 66 33 64 37 31 35 32 36 62 65 33 36 37 38 37 65 39 35 63 62 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d fc 38 09 f0", "module": "stp", - "msecs": 276.3650417327881, + "msecs": 51.4070987701416, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2209.907054901123, - "thread": 140634476246784, + "relativeCreated": 2204.130172729492, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -73288,10 +73288,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "u'07064b88125014ebfba9ae96cbd74e6f743098b48ac5695b8260d99c3f6c586796b4d5f10ed3776bdf81ca185ee9bbf9cfb96aa2666c47d421674f17cf1cad50'" + "u'8f06975ca7f238f75ac848de5a027758d3ef8374966c14a80bdb8b1520f7f7c495e445c3dcb09b15884cc778c038e4247392164e49ff3d71526be36787e95cb3'" ], - "asctime": "2021-01-11 07:30:16,276", - "created": 1610346616.276692, + "asctime": "2021-01-11 11:25:06,051", + "created": 1610360706.051707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73299,16 +73299,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'07064b88125014ebfba9ae96cbd74e6f743098b48ac5695b8260d99c3f6c586796b4d5f10ed3776bdf81ca185ee9bbf9cfb96aa2666c47d421674f17cf1cad50'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'8f06975ca7f238f75ac848de5a027758d3ef8374966c14a80bdb8b1520f7f7c495e445c3dcb09b15884cc778c038e4247392164e49ff3d71526be36787e95cb3'\"", "module": "__init__", - "msecs": 276.6919136047363, + "msecs": 51.70702934265137, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2210.2339267730713, - "thread": 140634476246784, + "relativeCreated": 2204.430103302002, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -73316,8 +73316,8 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 07:30:16,276", - "created": 1610346616.276846, + "asctime": "2021-01-11 11:25:06,051", + "created": 1610360706.051855, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73327,14 +73327,14 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 276.84593200683594, + "msecs": 51.85508728027344, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2210.387945175171, - "thread": 140634476246784, + "relativeCreated": 2204.578161239624, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -73345,8 +73345,8 @@ "status: okay", "False" ], - "asctime": "2021-01-11 07:30:16,277", - "created": 1610346616.277073, + "asctime": "2021-01-11 11:25:06,052", + "created": 1610360706.052075, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73356,14 +73356,14 @@ "lineno": 445, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"False\"", "module": "__init__", - "msecs": 277.0729064941406, + "msecs": 52.07490921020508, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2210.6149196624756, - "thread": 140634476246784, + "relativeCreated": 2204.7979831695557, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -73371,8 +73371,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 66 61 6c 73 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31" ], - "asctime": "2021-01-11 07:30:16,277", - "created": 1610346616.27798, + "asctime": "2021-01-11 11:25:06,054", + "created": 1610360706.054306, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73382,14 +73382,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 66 61 6c 73 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31", "module": "__init__", - "msecs": 277.98008918762207, + "msecs": 54.3060302734375, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2211.522102355957, - "thread": 140634467854080, + "relativeCreated": 2207.029104232788, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73397,8 +73397,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 66 61 6c 73 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31" ], - "asctime": "2021-01-11 07:30:16,278", - "created": 1610346616.278333, + "asctime": "2021-01-11 11:25:06,054", + "created": 1610360706.054614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73408,14 +73408,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 66 61 6c 73 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31", "module": "__init__", - "msecs": 278.3329486846924, + "msecs": 54.61406707763672, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2211.8749618530273, - "thread": 140634467854080, + "relativeCreated": 2207.3371410369873, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73423,8 +73423,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,278", - "created": 1610346616.278472, + "asctime": "2021-01-11 11:25:06,054", + "created": 1610360706.054753, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73434,14 +73434,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 278.4719467163086, + "msecs": 54.75306510925293, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2212.0139598846436, - "thread": 140634467854080, + "relativeCreated": 2207.4761390686035, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73450,8 +73450,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,278", - "created": 1610346616.278663, + "asctime": "2021-01-11 11:25:06,054", + "created": 1610360706.054871, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73461,14 +73461,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 278.66291999816895, + "msecs": 54.8710823059082, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2212.204933166504, - "thread": 140634467854080, + "relativeCreated": 2207.594156265259, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73476,8 +73476,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,278", - "created": 1610346616.278906, + "asctime": "2021-01-11 11:25:06,055", + "created": 1610360706.055009, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73487,14 +73487,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 278.90610694885254, + "msecs": 55.008888244628906, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2212.4481201171875, - "thread": 140634467854080, + "relativeCreated": 2207.7319622039795, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73503,8 +73503,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,279", - "created": 1610346616.279018, + "asctime": "2021-01-11 11:25:06,055", + "created": 1610360706.055132, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73514,14 +73514,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 279.0179252624512, + "msecs": 55.13191223144531, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2212.559938430786, - "thread": 140634467854080, + "relativeCreated": 2207.854986190796, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73529,8 +73529,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,279", - "created": 1610346616.279169, + "asctime": "2021-01-11 11:25:06,055", + "created": 1610360706.055278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73540,14 +73540,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 279.16908264160156, + "msecs": 55.27806282043457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2212.7110958099365, - "thread": 140634467854080, + "relativeCreated": 2208.001136779785, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73556,8 +73556,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,279", - "created": 1610346616.279275, + "asctime": "2021-01-11 11:25:06,055", + "created": 1610360706.055384, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73567,14 +73567,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 279.27494049072266, + "msecs": 55.383920669555664, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2212.8169536590576, - "thread": 140634467854080, + "relativeCreated": 2208.1069946289062, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73582,8 +73582,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,279", - "created": 1610346616.279415, + "asctime": "2021-01-11 11:25:06,055", + "created": 1610360706.055519, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73593,14 +73593,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 279.4148921966553, + "msecs": 55.51910400390625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2212.9569053649902, - "thread": 140634467854080, + "relativeCreated": 2208.242177963257, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73609,8 +73609,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,279", - "created": 1610346616.279532, + "asctime": "2021-01-11 11:25:06,055", + "created": 1610360706.055768, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73620,14 +73620,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 279.53195571899414, + "msecs": 55.76801300048828, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2213.073968887329, - "thread": 140634467854080, + "relativeCreated": 2208.491086959839, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73635,8 +73635,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,279", - "created": 1610346616.27968, + "asctime": "2021-01-11 11:25:06,056", + "created": 1610360706.056013, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73646,14 +73646,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 279.6800136566162, + "msecs": 56.01310729980469, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2213.222026824951, - "thread": 140634467854080, + "relativeCreated": 2208.7361812591553, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73662,8 +73662,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,279", - "created": 1610346616.279782, + "asctime": "2021-01-11 11:25:06,056", + "created": 1610360706.056149, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73673,14 +73673,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 279.7820568084717, + "msecs": 56.14900588989258, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2213.3240699768066, - "thread": 140634467854080, + "relativeCreated": 2208.872079849243, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73688,8 +73688,8 @@ "comm-server:", "(7): 7d a1 48 27 7d 3a 3e" ], - "asctime": "2021-01-11 07:30:16,279", - "created": 1610346616.279949, + "asctime": "2021-01-11 11:25:06,056", + "created": 1610360706.056357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73699,14 +73699,14 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d a1 48 27 7d 3a 3e", "module": "__init__", - "msecs": 279.9489498138428, + "msecs": 56.35690689086914, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2213.4909629821777, - "thread": 140634467854080, + "relativeCreated": 2209.0799808502197, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73714,8 +73714,8 @@ "comm-client:", "(7): 7d a1 48 27 7d 3a 3e" ], - "asctime": "2021-01-11 07:30:16,280", - "created": 1610346616.280104, + "asctime": "2021-01-11 11:25:06,056", + "created": 1610360706.056527, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73725,14 +73725,14 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d a1 48 27 7d 3a 3e", "module": "__init__", - "msecs": 280.1039218902588, + "msecs": 56.526899337768555, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2213.6459350585938, - "thread": 140634467854080, + "relativeCreated": 2209.249973297119, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73740,8 +73740,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,280", - "created": 1610346616.280272, + "asctime": "2021-01-11 11:25:06,056", + "created": 1610360706.0567, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73751,14 +73751,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 280.2720069885254, + "msecs": 56.69999122619629, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2213.8140201568604, - "thread": 140634467854080, + "relativeCreated": 2209.423065185547, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73767,8 +73767,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,280", - "created": 1610346616.280379, + "asctime": "2021-01-11 11:25:06,056", + "created": 1610360706.056814, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73778,14 +73778,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 280.379056930542, + "msecs": 56.813955307006836, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2213.921070098877, - "thread": 140634467854080, + "relativeCreated": 2209.5370292663574, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73793,8 +73793,8 @@ "STP:", "(63): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 66 61 6c 73 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d a1 48 27 7d" ], - "asctime": "2021-01-11 07:30:16,280", - "created": 1610346616.280599, + "asctime": "2021-01-11 11:25:06,056", + "created": 1610360706.056928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -73804,14 +73804,14 @@ "lineno": 148, "message": "STP: message identified - (63): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 66 61 6c 73 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d a1 48 27 7d", "module": "stp", - "msecs": 280.59911727905273, + "msecs": 56.92791938781738, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2214.1411304473877, - "thread": 140634467854080, + "relativeCreated": 2209.650993347168, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73822,8 +73822,8 @@ "status: okay", "False" ], - "asctime": "2021-01-11 07:30:16,280", - "created": 1610346616.280914, + "asctime": "2021-01-11 11:25:06,057", + "created": 1610360706.057063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73833,14 +73833,14 @@ "lineno": 445, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"False\"", "module": "__init__", - "msecs": 280.9140682220459, + "msecs": 57.06310272216797, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2214.456081390381, - "thread": 140634467854080, + "relativeCreated": 2209.7861766815186, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -73848,8 +73848,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 07:30:16,281", - "created": 1610346616.281119, + "asctime": "2021-01-11 11:25:06,057", + "created": 1610360706.057142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73859,22 +73859,22 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 281.11910820007324, + "msecs": 57.142019271850586, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2214.661121368408, - "thread": 140634467854080, + "relativeCreated": 2209.865093231201, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:16,281", - "created": 1610346616.281289, + "asctime": "2021-01-11 11:25:06,057", + "created": 1610360706.057204, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -73884,35 +73884,35 @@ "lineno": 363, "message": "prot-client: Got negative authentification feedback", "module": "__init__", - "msecs": 281.28910064697266, + "msecs": 57.20400810241699, "msg": "%s Got negative authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2214.8311138153076, - "thread": 140634467854080, + "relativeCreated": 2209.9270820617676, + "thread": 139854721570560, "threadName": "Thread-6" } ], - "msecs": 282.76896476745605, + "msecs": 57.7089786529541, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2216.310977935791, - "thread": 140634736203584, + "relativeCreated": 2210.4320526123047, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0014798641204833984 + "time_consumption": 0.0005049705505371094 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:16,283", - "created": 1610346616.283417, + "asctime": "2021-01-11 11:25:06,058", + "created": 1610360706.058043, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -73929,8 +73929,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,283", - "created": 1610346616.283157, + "asctime": "2021-01-11 11:25:06,057", + "created": 1610360706.057909, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -73940,14 +73940,14 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 283.1571102142334, + "msecs": 57.90901184082031, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2216.6991233825684, - "thread": 140634736203584, + "relativeCreated": 2210.632085800171, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -73956,8 +73956,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,283", - "created": 1610346616.283294, + "asctime": "2021-01-11 11:25:06,057", + "created": 1610360706.05798, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -73967,35 +73967,35 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 283.2939624786377, + "msecs": 57.98006057739258, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2216.8359756469727, - "thread": 140634736203584, + "relativeCreated": 2210.703134536743, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 283.4169864654541, + "msecs": 58.04300308227539, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2216.958999633789, - "thread": 140634736203584, + "relativeCreated": 2210.766077041626, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00012302398681640625 + "time_consumption": 6.29425048828125e-05 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:16,283", - "created": 1610346616.283835, + "asctime": "2021-01-11 11:25:06,058", + "created": 1610360706.05825, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74012,8 +74012,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,283", - "created": 1610346616.283609, + "asctime": "2021-01-11 11:25:06,058", + "created": 1610360706.058139, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74023,14 +74023,14 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 283.60891342163086, + "msecs": 58.13908576965332, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2217.150926589966, - "thread": 140634736203584, + "relativeCreated": 2210.862159729004, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -74039,8 +74039,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,283", - "created": 1610346616.28372, + "asctime": "2021-01-11 11:25:06,058", + "created": 1610360706.058196, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74050,35 +74050,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 283.7200164794922, + "msecs": 58.196067810058594, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2217.262029647827, - "thread": 140634736203584, + "relativeCreated": 2210.919141769409, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 283.83493423461914, + "msecs": 58.24995040893555, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2217.376947402954, - "thread": 140634736203584, + "relativeCreated": 2210.973024368286, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00011491775512695312 + "time_consumption": 5.3882598876953125e-05 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:16,284", - "created": 1610346616.284211, + "asctime": "2021-01-11 11:25:06,058", + "created": 1610360706.058511, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74095,8 +74095,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,284", - "created": 1610346616.284004, + "asctime": "2021-01-11 11:25:06,058", + "created": 1610360706.058343, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74106,14 +74106,14 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 284.00397300720215, + "msecs": 58.342933654785156, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2217.545986175537, - "thread": 140634736203584, + "relativeCreated": 2211.0660076141357, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -74122,8 +74122,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,284", - "created": 1610346616.284108, + "asctime": "2021-01-11 11:25:06,058", + "created": 1610360706.058434, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -74133,32 +74133,32 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 284.10792350769043, + "msecs": 58.43400955200195, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2217.6499366760254, - "thread": 140634736203584, + "relativeCreated": 2211.1570835113525, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 284.2109203338623, + "msecs": 58.51101875305176, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2217.7529335021973, - "thread": 140634736203584, + "relativeCreated": 2211.2340927124023, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.000102996826171875 + "time_consumption": 7.700920104980469e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:16,284", - "created": 1610346616.284364, + "asctime": "2021-01-11 11:25:06,058", + "created": 1610360706.058638, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -74169,21 +74169,21 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 284.3639850616455, + "msecs": 58.63809585571289, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2217.9059982299805, - "thread": 140634736203584, + "relativeCreated": 2211.3611698150635, + "thread": 139854989064000, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:16,385", - "created": 1610346616.38542, + "asctime": "2021-01-11 11:25:06,159", + "created": 1610360706.159393, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -74202,8 +74202,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:16,284", - "created": 1610346616.284588, + "asctime": "2021-01-11 11:25:06,058", + "created": 1610360706.058803, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74213,14 +74213,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 284.588098526001, + "msecs": 58.80308151245117, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2218.130111694336, - "thread": 140634736203584, + "relativeCreated": 2211.5261554718018, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -74228,8 +74228,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:16,285", - "created": 1610346616.285728, + "asctime": "2021-01-11 11:25:06,059", + "created": 1610360706.059779, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74239,14 +74239,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 285.72797775268555, + "msecs": 59.77892875671387, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2219.2699909210205, - "thread": 140634476246784, + "relativeCreated": 2212.5020027160645, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74254,8 +74254,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:16,285", - "created": 1610346616.285921, + "asctime": "2021-01-11 11:25:06,059", + "created": 1610360706.059915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74265,14 +74265,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 285.9210968017578, + "msecs": 59.91506576538086, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2219.463109970093, - "thread": 140634476246784, + "relativeCreated": 2212.6381397247314, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74280,8 +74280,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.286012, + "asctime": "2021-01-11 11:25:06,059", + "created": 1610360706.059989, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74291,14 +74291,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 286.0119342803955, + "msecs": 59.988975524902344, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2219.5539474487305, - "thread": 140634476246784, + "relativeCreated": 2212.712049484253, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74307,8 +74307,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.286087, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060047, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74318,14 +74318,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 286.0870361328125, + "msecs": 60.04691123962402, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2219.6290493011475, - "thread": 140634476246784, + "relativeCreated": 2212.7699851989746, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74333,8 +74333,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.28618, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060119, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74344,14 +74344,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 286.1800193786621, + "msecs": 60.118913650512695, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2219.722032546997, - "thread": 140634476246784, + "relativeCreated": 2212.8419876098633, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74360,8 +74360,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.286252, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74371,14 +74371,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 286.2520217895508, + "msecs": 60.173988342285156, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2219.7940349578857, - "thread": 140634476246784, + "relativeCreated": 2212.8970623016357, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74386,8 +74386,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.286352, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060248, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74397,14 +74397,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 286.35191917419434, + "msecs": 60.24789810180664, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2219.8939323425293, - "thread": 140634476246784, + "relativeCreated": 2212.970972061157, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74413,8 +74413,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.286429, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060306, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74424,14 +74424,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 286.42892837524414, + "msecs": 60.30607223510742, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2219.970941543579, - "thread": 140634476246784, + "relativeCreated": 2213.029146194458, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74439,8 +74439,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.28652, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060372, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74450,14 +74450,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 286.52000427246094, + "msecs": 60.372114181518555, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2220.062017440796, - "thread": 140634476246784, + "relativeCreated": 2213.095188140869, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74466,8 +74466,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.286598, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060429, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74477,14 +74477,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 286.59796714782715, + "msecs": 60.42909622192383, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2220.139980316162, - "thread": 140634476246784, + "relativeCreated": 2213.1521701812744, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74492,8 +74492,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.2867, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060507, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74503,14 +74503,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 286.7000102996826, + "msecs": 60.50705909729004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2220.2420234680176, - "thread": 140634476246784, + "relativeCreated": 2213.2301330566406, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74519,8 +74519,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.286775, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060561, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74530,14 +74530,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 286.7751121520996, + "msecs": 60.56094169616699, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2220.3171253204346, - "thread": 140634476246784, + "relativeCreated": 2213.2840156555176, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74545,8 +74545,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.286881, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.06064, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74556,14 +74556,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 286.8809700012207, + "msecs": 60.64009666442871, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2220.4229831695557, - "thread": 140634476246784, + "relativeCreated": 2213.3631706237793, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74571,8 +74571,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:16,286", - "created": 1610346616.286967, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060704, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74582,14 +74582,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 286.96703910827637, + "msecs": 60.70399284362793, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2220.5090522766113, - "thread": 140634476246784, + "relativeCreated": 2213.4270668029785, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74597,8 +74597,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,287", - "created": 1610346616.287048, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060777, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74608,14 +74608,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 287.0481014251709, + "msecs": 60.77694892883301, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2220.590114593506, - "thread": 140634476246784, + "relativeCreated": 2213.5000228881836, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74624,8 +74624,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,287", - "created": 1610346616.28712, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060832, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74635,14 +74635,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 287.12010383605957, + "msecs": 60.83202362060547, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2220.6621170043945, - "thread": 140634476246784, + "relativeCreated": 2213.555097579956, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74650,8 +74650,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55" ], - "asctime": "2021-01-11 07:30:16,287", - "created": 1610346616.287274, + "asctime": "2021-01-11 11:25:06,060", + "created": 1610360706.060948, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74661,14 +74661,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55", "module": "stp", - "msecs": 287.2738838195801, + "msecs": 60.94789505004883, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2220.815896987915, - "thread": 140634476246784, + "relativeCreated": 2213.6709690093994, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74679,8 +74679,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:16,287", - "created": 1610346616.287449, + "asctime": "2021-01-11 11:25:06,061", + "created": 1610360706.06108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74690,14 +74690,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 287.4488830566406, + "msecs": 61.079978942871094, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2220.9908962249756, - "thread": 140634476246784, + "relativeCreated": 2213.8030529022217, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74705,8 +74705,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:16,287", - "created": 1610346616.287553, + "asctime": "2021-01-11 11:25:06,061", + "created": 1610360706.061179, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74716,14 +74716,14 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 287.553071975708, + "msecs": 61.17892265319824, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2221.095085144043, - "thread": 140634476246784, + "relativeCreated": 2213.901996612549, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -74732,10 +74732,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'0a997c89ee9271198c5d6c0d60b21799a66f3867150bc446c2e66e295da92693'" + "'5a11e14e6d5c74fa2396137e409a0d98311e340837c5ef1527217d879a41dd67'" ], - "asctime": "2021-01-11 07:30:16,287", - "created": 1610346616.287685, + "asctime": "2021-01-11 11:25:06,061", + "created": 1610360706.061321, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74743,25 +74743,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'0a997c89ee9271198c5d6c0d60b21799a66f3867150bc446c2e66e295da92693'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'5a11e14e6d5c74fa2396137e409a0d98311e340837c5ef1527217d879a41dd67'\"", "module": "__init__", - "msecs": 287.6849174499512, + "msecs": 61.32102012634277, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2221.226930618286, - "thread": 140634476246784, + "relativeCreated": 2214.0440940856934, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 61 39 39 37 63 38 39 65 65 39 32 37 31 31 39 38 63 35" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 35 61 31 31 65 31 34 65 36 64 35 63 37 34 66 61 32 33 39" ], - "asctime": "2021-01-11 07:30:16,289", - "created": 1610346616.28929, + "asctime": "2021-01-11 11:25:06,061", + "created": 1610360706.061766, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74769,25 +74769,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 61 39 39 37 63 38 39 65 65 39 32 37 31 31 39 38 63 35", + "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 35 61 31 31 65 31 34 65 36 64 35 63 37 34 66 61 32 33 39", "module": "__init__", - "msecs": 289.2899513244629, + "msecs": 61.76590919494629, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2222.831964492798, - "thread": 140634467854080, + "relativeCreated": 2214.488983154297, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 61 39 39 37 63 38 39 65 65 39 32 37 31 31 39 38 63 35" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 35 61 31 31 65 31 34 65 36 64 35 63 37 34 66 61 32 33 39" ], - "asctime": "2021-01-11 07:30:16,289", - "created": 1610346616.289497, + "asctime": "2021-01-11 11:25:06,061", + "created": 1610360706.061944, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -74795,16 +74795,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 61 39 39 37 63 38 39 65 65 39 32 37 31 31 39 38 63 35", + "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 22 35 61 31 31 65 31 34 65 36 64 35 63 37 34 66 61 32 33 39", "module": "__init__", - "msecs": 289.49689865112305, + "msecs": 61.944007873535156, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2223.038911819458, - "thread": 140634467854080, + "relativeCreated": 2214.6670818328857, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -74812,8 +74812,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,289", - "created": 1610346616.289583, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062021, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74823,14 +74823,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 289.5829677581787, + "msecs": 62.02101707458496, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2223.1249809265137, - "thread": 140634467854080, + "relativeCreated": 2214.7440910339355, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -74839,8 +74839,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,289", - "created": 1610346616.289661, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062082, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74850,14 +74850,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 289.6609306335449, + "msecs": 62.08205223083496, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2223.20294380188, - "thread": 140634467854080, + "relativeCreated": 2214.8051261901855, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -74865,8 +74865,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,289", - "created": 1610346616.289757, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062155, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74876,14 +74876,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 289.75701332092285, + "msecs": 62.15500831604004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2223.299026489258, - "thread": 140634467854080, + "relativeCreated": 2214.8780822753906, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -74892,8 +74892,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,289", - "created": 1610346616.289832, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062213, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74903,14 +74903,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 289.83211517333984, + "msecs": 62.21294403076172, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2223.374128341675, - "thread": 140634467854080, + "relativeCreated": 2214.9360179901123, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -74918,8 +74918,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,289", - "created": 1610346616.289936, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062293, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74929,14 +74929,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 289.9360656738281, + "msecs": 62.293052673339844, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2223.478078842163, - "thread": 140634467854080, + "relativeCreated": 2215.0161266326904, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -74945,8 +74945,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,290", - "created": 1610346616.290018, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74956,14 +74956,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 290.01808166503906, + "msecs": 62.3469352722168, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2223.560094833374, - "thread": 140634467854080, + "relativeCreated": 2215.0700092315674, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -74971,8 +74971,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,290", - "created": 1610346616.290113, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062414, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -74982,14 +74982,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 290.1129722595215, + "msecs": 62.413930892944336, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2223.6549854278564, - "thread": 140634467854080, + "relativeCreated": 2215.137004852295, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -74998,8 +74998,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,290", - "created": 1610346616.290185, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062466, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75009,23 +75009,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 290.18497467041016, + "msecs": 62.46590614318848, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2223.726987838745, - "thread": 140634467854080, + "relativeCreated": 2215.188980102539, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(64): 64 36 63 30 64 36 30 62 32 31 37 39 39 61 36 36 66 33 38 36 37 31 35 30 62 63 34 34 36 63 32 65 36 36 65 32 39 35 64 61 39 32 36 39 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 7b 0d" + "(64): 36 31 33 37 65 34 30 39 61 30 64 39 38 33 31 31 65 33 34 30 38 33 37 63 35 65 66 31 35 32 37 32 31 37 64 38 37 39 61 34 31 64 64 36 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d4 ed" ], - "asctime": "2021-01-11 07:30:16,290", - "created": 1610346616.290399, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062622, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75033,25 +75033,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 64 36 63 30 64 36 30 62 32 31 37 39 39 61 36 36 66 33 38 36 37 31 35 30 62 63 34 34 36 63 32 65 36 36 65 32 39 35 64 61 39 32 36 39 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 7b 0d", + "message": "comm-server: TX -> (64): 36 31 33 37 65 34 30 39 61 30 64 39 38 33 31 31 65 33 34 30 38 33 37 63 35 65 66 31 35 32 37 32 31 37 64 38 37 39 61 34 31 64 64 36 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d4 ed", "module": "__init__", - "msecs": 290.39907455444336, + "msecs": 62.6220703125, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2223.9410877227783, - "thread": 140634467854080, + "relativeCreated": 2215.3451442718506, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 64 36 63 30 64 36 30 62 32 31 37 39 39 61 36 36 66 33 38 36 37 31 35 30 62 63 34 34 36 63 32 65 36 36 65 32 39 35 64 61 39 32 36 39 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 7b 0d" + "(64): 36 31 33 37 65 34 30 39 61 30 64 39 38 33 31 31 65 33 34 30 38 33 37 63 35 65 66 31 35 32 37 32 31 37 64 38 37 39 61 34 31 64 64 36 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d4 ed" ], - "asctime": "2021-01-11 07:30:16,290", - "created": 1610346616.290558, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062744, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75059,16 +75059,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 64 36 63 30 64 36 30 62 32 31 37 39 39 61 36 36 66 33 38 36 37 31 35 30 62 63 34 34 36 63 32 65 36 36 65 32 39 35 64 61 39 32 36 39 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 7b 0d", + "message": "comm-client: RX <- (64): 36 31 33 37 65 34 30 39 61 30 64 39 38 33 31 31 65 33 34 30 38 33 37 63 35 65 66 31 35 32 37 32 31 37 64 38 37 39 61 34 31 64 64 36 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d d4 ed", "module": "__init__", - "msecs": 290.5580997467041, + "msecs": 62.7439022064209, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2224.100112915039, - "thread": 140634467854080, + "relativeCreated": 2215.4669761657715, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -75076,8 +75076,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,290", - "created": 1610346616.290745, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062911, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75087,14 +75087,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 290.7450199127197, + "msecs": 62.911033630371094, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2224.2870330810547, - "thread": 140634467854080, + "relativeCreated": 2215.6341075897217, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -75103,8 +75103,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,290", - "created": 1610346616.290821, + "asctime": "2021-01-11 11:25:06,062", + "created": 1610360706.062982, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75114,23 +75114,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 290.8210754394531, + "msecs": 62.98208236694336, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2224.363088607788, - "thread": 140634467854080, + "relativeCreated": 2215.705156326294, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(4): dd c4 3a 3e" + "(4): 33 50 3a 3e" ], - "asctime": "2021-01-11 07:30:16,290", - "created": 1610346616.290929, + "asctime": "2021-01-11 11:25:06,063", + "created": 1610360706.063142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75138,25 +75138,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): dd c4 3a 3e", + "message": "comm-server: TX -> (4): 33 50 3a 3e", "module": "__init__", - "msecs": 290.92907905578613, + "msecs": 63.14206123352051, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2224.471092224121, - "thread": 140634467854080, + "relativeCreated": 2215.865135192871, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(4): dd c4 3a 3e" + "(4): 33 50 3a 3e" ], - "asctime": "2021-01-11 07:30:16,291", - "created": 1610346616.291016, + "asctime": "2021-01-11 11:25:06,063", + "created": 1610360706.063207, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75164,16 +75164,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): dd c4 3a 3e", + "message": "comm-client: RX <- (4): 33 50 3a 3e", "module": "__init__", - "msecs": 291.0161018371582, + "msecs": 63.20691108703613, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2224.558115005493, - "thread": 140634467854080, + "relativeCreated": 2215.9299850463867, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -75181,8 +75181,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,291", - "created": 1610346616.2911, + "asctime": "2021-01-11 11:25:06,063", + "created": 1610360706.063271, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75192,14 +75192,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 291.10002517700195, + "msecs": 63.27104568481445, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2224.642038345337, - "thread": 140634467854080, + "relativeCreated": 2215.994119644165, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -75208,8 +75208,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,291", - "created": 1610346616.291223, + "asctime": "2021-01-11 11:25:06,063", + "created": 1610360706.063326, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75219,23 +75219,23 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 291.22304916381836, + "msecs": 63.32588195800781, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2224.7650623321533, - "thread": 140634467854080, + "relativeCreated": 2216.0489559173584, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "STP:", - "(124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 30 61 39 39 37 63 38 39 65 65 39 32 37 31 31 39 38 63 35 64 36 63 30 64 36 30 62 32 31 37 39 39 61 36 36 66 33 38 36 37 31 35 30 62 63 34 34 36 63 32 65 36 36 65 32 39 35 64 61 39 32 36 39 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 7b 0d dd c4" + "(124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 35 61 31 31 65 31 34 65 36 64 35 63 37 34 66 61 32 33 39 36 31 33 37 65 34 30 39 61 30 64 39 38 33 31 31 65 33 34 30 38 33 37 63 35 65 66 31 35 32 37 32 31 37 64 38 37 39 61 34 31 64 64 36 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d d4 ed 33 50" ], - "asctime": "2021-01-11 07:30:16,291", - "created": 1610346616.291506, + "asctime": "2021-01-11 11:25:06,063", + "created": 1610360706.063493, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75243,16 +75243,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 30 61 39 39 37 63 38 39 65 65 39 32 37 31 31 39 38 63 35 64 36 63 30 64 36 30 62 32 31 37 39 39 61 36 36 66 33 38 36 37 31 35 30 62 63 34 34 36 63 32 65 36 36 65 32 39 35 64 61 39 32 36 39 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 7b 0d dd c4", + "message": "STP: message identified - (124): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 22 35 61 31 31 65 31 34 65 36 64 35 63 37 34 66 61 32 33 39 36 31 33 37 65 34 30 39 61 30 64 39 38 33 31 31 65 33 34 30 38 33 37 63 35 65 66 31 35 32 37 32 31 37 64 38 37 39 61 34 31 64 64 36 37 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d d4 ed 33 50", "module": "stp", - "msecs": 291.5060520172119, + "msecs": 63.49301338195801, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2225.048065185547, - "thread": 140634467854080, + "relativeCreated": 2216.2160873413086, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -75261,10 +75261,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "u'0a997c89ee9271198c5d6c0d60b21799a66f3867150bc446c2e66e295da92693'" + "u'5a11e14e6d5c74fa2396137e409a0d98311e340837c5ef1527217d879a41dd67'" ], - "asctime": "2021-01-11 07:30:16,291", - "created": 1610346616.29168, + "asctime": "2021-01-11 11:25:06,063", + "created": 1610360706.063625, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75272,16 +75272,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'0a997c89ee9271198c5d6c0d60b21799a66f3867150bc446c2e66e295da92693'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"u'5a11e14e6d5c74fa2396137e409a0d98311e340837c5ef1527217d879a41dd67'\"", "module": "__init__", - "msecs": 291.68009757995605, + "msecs": 63.62509727478027, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2225.222110748291, - "thread": 140634467854080, + "relativeCreated": 2216.348171234131, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -75289,8 +75289,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 07:30:16,291", - "created": 1610346616.291785, + "asctime": "2021-01-11 11:25:06,063", + "created": 1610360706.063701, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75300,14 +75300,14 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 291.78500175476074, + "msecs": 63.70091438293457, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2225.3270149230957, - "thread": 140634467854080, + "relativeCreated": 2216.423988342285, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -75316,10 +75316,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'de82e3fc43fcaab27f87000b7fcf5e1fa3e383c93671a14998ed565be031d9a19c1ecc4821480a9d501846b72d18804b6408af7813f6206b86340434417100c3'" + "'e7b6ee4a7e928cce1eaccf2227e2b5227215079842ef1fd7230b585c697fab970f81cf0785afc846d8b201c34c411ebe750d38c8d2b15f7e2bb71bbff2bc13e4'" ], - "asctime": "2021-01-11 07:30:16,291", - "created": 1610346616.291926, + "asctime": "2021-01-11 11:25:06,063", + "created": 1610360706.063808, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75327,25 +75327,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'de82e3fc43fcaab27f87000b7fcf5e1fa3e383c93671a14998ed565be031d9a19c1ecc4821480a9d501846b72d18804b6408af7813f6206b86340434417100c3'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'e7b6ee4a7e928cce1eaccf2227e2b5227215079842ef1fd7230b585c697fab970f81cf0785afc846d8b201c34c411ebe750d38c8d2b15f7e2bb71bbff2bc13e4'\"", "module": "__init__", - "msecs": 291.92590713500977, + "msecs": 63.80796432495117, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2225.4679203033447, - "thread": 140634467854080, + "relativeCreated": 2216.5310382843018, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 64 65 38 32 65 33 66 63 34 33 66 63 61 61 62 32 37 66 38" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 37 62 36 65 65 34 61 37 65 39 32 38 63 63 65 31 65 61" ], - "asctime": "2021-01-11 07:30:16,295", - "created": 1610346616.295539, + "asctime": "2021-01-11 11:25:06,065", + "created": 1610360706.065243, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75353,25 +75353,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 64 65 38 32 65 33 66 63 34 33 66 63 61 61 62 32 37 66 38", + "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 37 62 36 65 65 34 61 37 65 39 32 38 63 63 65 31 65 61", "module": "__init__", - "msecs": 295.53890228271484, + "msecs": 65.24300575256348, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2229.08091545105, - "thread": 140634476246784, + "relativeCreated": 2217.966079711914, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 64 65 38 32 65 33 66 63 34 33 66 63 61 61 62 32 37 66 38" + "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 37 62 36 65 65 34 61 37 65 39 32 38 63 63 65 31 65 61" ], - "asctime": "2021-01-11 07:30:16,295", - "created": 1610346616.295783, + "asctime": "2021-01-11 11:25:06,065", + "created": 1610360706.065383, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75379,16 +75379,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 64 65 38 32 65 33 66 63 34 33 66 63 61 61 62 32 37 66 38", + "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 37 62 36 65 65 34 61 37 65 39 32 38 63 63 65 31 65 61", "module": "__init__", - "msecs": 295.78304290771484, + "msecs": 65.3829574584961, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2229.32505607605, - "thread": 140634476246784, + "relativeCreated": 2218.1060314178467, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75396,8 +75396,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,295", - "created": 1610346616.295874, + "asctime": "2021-01-11 11:25:06,065", + "created": 1610360706.065448, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75407,14 +75407,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 295.87411880493164, + "msecs": 65.44804573059082, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2229.4161319732666, - "thread": 140634476246784, + "relativeCreated": 2218.1711196899414, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75423,8 +75423,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,295", - "created": 1610346616.295953, + "asctime": "2021-01-11 11:25:06,065", + "created": 1610360706.065507, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75434,14 +75434,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 295.95303535461426, + "msecs": 65.5069351196289, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2229.495048522949, - "thread": 140634476246784, + "relativeCreated": 2218.2300090789795, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75449,8 +75449,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,296", - "created": 1610346616.296058, + "asctime": "2021-01-11 11:25:06,065", + "created": 1610360706.065578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75460,14 +75460,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 296.05793952941895, + "msecs": 65.57798385620117, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2229.599952697754, - "thread": 140634476246784, + "relativeCreated": 2218.3010578155518, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75476,8 +75476,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,296", - "created": 1610346616.296132, + "asctime": "2021-01-11 11:25:06,065", + "created": 1610360706.065638, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75487,14 +75487,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 296.13208770751953, + "msecs": 65.63806533813477, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2229.6741008758545, - "thread": 140634476246784, + "relativeCreated": 2218.3611392974854, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75502,8 +75502,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,296", - "created": 1610346616.296234, + "asctime": "2021-01-11 11:25:06,065", + "created": 1610360706.065713, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75513,14 +75513,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 296.2338924407959, + "msecs": 65.71292877197266, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2229.775905609131, - "thread": 140634476246784, + "relativeCreated": 2218.4360027313232, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75529,8 +75529,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,296", - "created": 1610346616.296308, + "asctime": "2021-01-11 11:25:06,065", + "created": 1610360706.065768, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75540,14 +75540,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 296.3080406188965, + "msecs": 65.76800346374512, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2229.8500537872314, - "thread": 140634476246784, + "relativeCreated": 2218.4910774230957, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75555,8 +75555,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,296", - "created": 1610346616.296405, + "asctime": "2021-01-11 11:25:06,065", + "created": 1610360706.065836, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75566,14 +75566,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 296.4050769805908, + "msecs": 65.83595275878906, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2229.947090148926, - "thread": 140634476246784, + "relativeCreated": 2218.5590267181396, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75582,8 +75582,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,296", - "created": 1610346616.296483, + "asctime": "2021-01-11 11:25:06,065", + "created": 1610360706.065894, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75593,23 +75593,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 296.48303985595703, + "msecs": 65.89388847351074, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2230.025053024292, - "thread": 140634476246784, + "relativeCreated": 2218.6169624328613, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(64): 37 30 30 30 62 37 66 63 66 35 65 31 66 61 33 65 33 38 33 63 39 33 36 37 31 61 31 34 39 39 38 65 64 35 36 35 62 65 30 33 31 64 39 61 31 39 63 31 65 63 63 34 38 32 31 34 38 30 61 39 64 35 30 31" + "(64): 63 63 66 32 32 32 37 65 32 62 35 32 32 37 32 31 35 30 37 39 38 34 32 65 66 31 66 64 37 32 33 30 62 35 38 35 63 36 39 37 66 61 62 39 37 30 66 38 31 63 66 30 37 38 35 61 66 63 38 34 36 64 38 62" ], - "asctime": "2021-01-11 07:30:16,296", - "created": 1610346616.296702, + "asctime": "2021-01-11 11:25:06,066", + "created": 1610360706.066054, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75617,25 +75617,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 37 30 30 30 62 37 66 63 66 35 65 31 66 61 33 65 33 38 33 63 39 33 36 37 31 61 31 34 39 39 38 65 64 35 36 35 62 65 30 33 31 64 39 61 31 39 63 31 65 63 63 34 38 32 31 34 38 30 61 39 64 35 30 31", + "message": "comm-client: TX -> (64): 63 63 66 32 32 32 37 65 32 62 35 32 32 37 32 31 35 30 37 39 38 34 32 65 66 31 66 64 37 32 33 30 62 35 38 35 63 36 39 37 66 61 62 39 37 30 66 38 31 63 66 30 37 38 35 61 66 63 38 34 36 64 38 62", "module": "__init__", - "msecs": 296.70190811157227, + "msecs": 66.05410575866699, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2230.243921279907, - "thread": 140634476246784, + "relativeCreated": 2218.7771797180176, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 37 30 30 30 62 37 66 63 66 35 65 31 66 61 33 65 33 38 33 63 39 33 36 37 31 61 31 34 39 39 38 65 64 35 36 35 62 65 30 33 31 64 39 61 31 39 63 31 65 63 63 34 38 32 31 34 38 30 61 39 64 35 30 31" + "(64): 63 63 66 32 32 32 37 65 32 62 35 32 32 37 32 31 35 30 37 39 38 34 32 65 66 31 66 64 37 32 33 30 62 35 38 35 63 36 39 37 66 61 62 39 37 30 66 38 31 63 66 30 37 38 35 61 66 63 38 34 36 64 38 62" ], - "asctime": "2021-01-11 07:30:16,296", - "created": 1610346616.296863, + "asctime": "2021-01-11 11:25:06,066", + "created": 1610360706.066173, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75643,25 +75643,25 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 37 30 30 30 62 37 66 63 66 35 65 31 66 61 33 65 33 38 33 63 39 33 36 37 31 61 31 34 39 39 38 65 64 35 36 35 62 65 30 33 31 64 39 61 31 39 63 31 65 63 63 34 38 32 31 34 38 30 61 39 64 35 30 31", + "message": "comm-server: RX <- (64): 63 63 66 32 32 32 37 65 32 62 35 32 32 37 32 31 35 30 37 39 38 34 32 65 66 31 66 64 37 32 33 30 62 35 38 35 63 36 39 37 66 61 62 39 37 30 66 38 31 63 66 30 37 38 35 61 66 63 38 34 36 64 38 62", "module": "__init__", - "msecs": 296.8630790710449, + "msecs": 66.17307662963867, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2230.40509223938, - "thread": 140634476246784, + "relativeCreated": 2218.8961505889893, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(64): 38 34 36 62 37 32 64 31 38 38 30 34 62 36 34 30 38 61 66 37 38 31 33 66 36 32 30 36 62 38 36 33 34 30 34 33 34 34 31 37 31 30 30 63 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 15 e9" + "(64): 32 30 31 63 33 34 63 34 31 31 65 62 65 37 35 30 64 33 38 63 38 64 32 62 31 35 66 37 65 32 62 62 37 31 62 62 66 66 32 62 63 31 33 65 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 21 c1" ], - "asctime": "2021-01-11 07:30:16,297", - "created": 1610346616.29716, + "asctime": "2021-01-11 11:25:06,066", + "created": 1610360706.066525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75669,25 +75669,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 38 34 36 62 37 32 64 31 38 38 30 34 62 36 34 30 38 61 66 37 38 31 33 66 36 32 30 36 62 38 36 33 34 30 34 33 34 34 31 37 31 30 30 63 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 15 e9", + "message": "comm-client: TX -> (64): 32 30 31 63 33 34 63 34 31 31 65 62 65 37 35 30 64 33 38 63 38 64 32 62 31 35 66 37 65 32 62 62 37 31 62 62 66 66 32 62 63 31 33 65 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 21 c1", "module": "__init__", - "msecs": 297.15991020202637, + "msecs": 66.52498245239258, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2230.7019233703613, - "thread": 140634476246784, + "relativeCreated": 2219.248056411743, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 38 34 36 62 37 32 64 31 38 38 30 34 62 36 34 30 38 61 66 37 38 31 33 66 36 32 30 36 62 38 36 33 34 30 34 33 34 34 31 37 31 30 30 63 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 15 e9" + "(64): 32 30 31 63 33 34 63 34 31 31 65 62 65 37 35 30 64 33 38 63 38 64 32 62 31 35 66 37 65 32 62 62 37 31 62 62 66 66 32 62 63 31 33 65 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 21 c1" ], - "asctime": "2021-01-11 07:30:16,297", - "created": 1610346616.297325, + "asctime": "2021-01-11 11:25:06,066", + "created": 1610360706.066699, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75695,16 +75695,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 38 34 36 62 37 32 64 31 38 38 30 34 62 36 34 30 38 61 66 37 38 31 33 66 36 32 30 36 62 38 36 33 34 30 34 33 34 34 31 37 31 30 30 63 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 15 e9", + "message": "comm-server: RX <- (64): 32 30 31 63 33 34 63 34 31 31 65 62 65 37 35 30 64 33 38 63 38 64 32 62 31 35 66 37 65 32 62 62 37 31 62 62 66 66 32 62 63 31 33 65 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d 21 c1", "module": "__init__", - "msecs": 297.32489585876465, + "msecs": 66.69902801513672, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2230.8669090270996, - "thread": 140634476246784, + "relativeCreated": 2219.4221019744873, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75712,8 +75712,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,297", - "created": 1610346616.297544, + "asctime": "2021-01-11 11:25:06,066", + "created": 1610360706.066897, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75723,14 +75723,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 297.544002532959, + "msecs": 66.89691543579102, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2231.086015701294, - "thread": 140634476246784, + "relativeCreated": 2219.6199893951416, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75739,8 +75739,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,297", - "created": 1610346616.297634, + "asctime": "2021-01-11 11:25:06,066", + "created": 1610360706.066978, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75750,23 +75750,23 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 297.6338863372803, + "msecs": 66.97797775268555, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2231.1758995056152, - "thread": 140634476246784, + "relativeCreated": 2219.701051712036, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(4): 7e c6 3a 3e" + "(4): ac b9 3a 3e" ], - "asctime": "2021-01-11 07:30:16,297", - "created": 1610346616.297769, + "asctime": "2021-01-11 11:25:06,067", + "created": 1610360706.067099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75774,25 +75774,25 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 7e c6 3a 3e", + "message": "comm-client: TX -> (4): ac b9 3a 3e", "module": "__init__", - "msecs": 297.76906967163086, + "msecs": 67.09909439086914, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2231.311082839966, - "thread": 140634476246784, + "relativeCreated": 2219.8221683502197, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(4): 7e c6 3a 3e" + "(4): ac b9 3a 3e" ], - "asctime": "2021-01-11 07:30:16,297", - "created": 1610346616.297871, + "asctime": "2021-01-11 11:25:06,067", + "created": 1610360706.06723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75800,16 +75800,16 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 7e c6 3a 3e", + "message": "comm-server: RX <- (4): ac b9 3a 3e", "module": "__init__", - "msecs": 297.8711128234863, + "msecs": 67.2299861907959, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2231.4131259918213, - "thread": 140634476246784, + "relativeCreated": 2219.9530601501465, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75817,8 +75817,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,297", - "created": 1610346616.297961, + "asctime": "2021-01-11 11:25:06,067", + "created": 1610360706.067327, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75828,14 +75828,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 297.9609966278076, + "msecs": 67.32702255249023, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2231.5030097961426, - "thread": 140634476246784, + "relativeCreated": 2220.050096511841, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75844,8 +75844,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,298", - "created": 1610346616.298044, + "asctime": "2021-01-11 11:25:06,067", + "created": 1610360706.067411, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75855,23 +75855,23 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 298.04396629333496, + "msecs": 67.41094589233398, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2231.58597946167, - "thread": 140634476246784, + "relativeCreated": 2220.1340198516846, + "thread": 139854729963264, "threadName": "Thread-5" }, { "args": [ "STP:", - "(188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 64 65 38 32 65 33 66 63 34 33 66 63 61 61 62 32 37 66 38 37 30 30 30 62 37 66 63 66 35 65 31 66 61 33 65 33 38 33 63 39 33 36 37 31 61 31 34 39 39 38 65 64 35 36 35 62 65 30 33 31 64 39 61 31 39 63 31 65 63 63 34 38 32 31 34 38 30 61 39 64 35 30 31 38 34 36 62 37 32 64 31 38 38 30 34 62 36 34 30 38 61 66 37 38 31 33 66 36 32 30 36 62 38 36 33 34 30 34 33 34 34 31 37 31 30 30 63 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 15 e9 7e c6" + "(188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 65 37 62 36 65 65 34 61 37 65 39 32 38 63 63 65 31 65 61 63 63 66 32 32 32 37 65 32 62 35 32 32 37 32 31 35 30 37 39 38 34 32 65 66 31 66 64 37 32 33 30 62 35 38 35 63 36 39 37 66 61 62 39 37 30 66 38 31 63 66 30 37 38 35 61 66 63 38 34 36 64 38 62 32 30 31 63 33 34 63 34 31 31 65 62 65 37 35 30 64 33 38 63 38 64 32 62 31 35 66 37 65 32 62 62 37 31 62 62 66 66 32 62 63 31 33 65 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 21 c1 ac b9" ], - "asctime": "2021-01-11 07:30:16,298", - "created": 1610346616.298403, + "asctime": "2021-01-11 11:25:06,067", + "created": 1610360706.067751, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -75879,16 +75879,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 64 65 38 32 65 33 66 63 34 33 66 63 61 61 62 32 37 66 38 37 30 30 30 62 37 66 63 66 35 65 31 66 61 33 65 33 38 33 63 39 33 36 37 31 61 31 34 39 39 38 65 64 35 36 35 62 65 30 33 31 64 39 61 31 39 63 31 65 63 63 34 38 32 31 34 38 30 61 39 64 35 30 31 38 34 36 62 37 32 64 31 38 38 30 34 62 36 34 30 38 61 66 37 38 31 33 66 36 32 30 36 62 38 36 33 34 30 34 33 34 34 31 37 31 30 30 63 33 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 15 e9 7e c6", + "message": "STP: message identified - (188): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 65 37 62 36 65 65 34 61 37 65 39 32 38 63 63 65 31 65 61 63 63 66 32 32 32 37 65 32 62 35 32 32 37 32 31 35 30 37 39 38 34 32 65 66 31 66 64 37 32 33 30 62 35 38 35 63 36 39 37 66 61 62 39 37 30 66 38 31 63 66 30 37 38 35 61 66 63 38 34 36 64 38 62 32 30 31 63 33 34 63 34 31 31 65 62 65 37 35 30 64 33 38 63 38 64 32 62 31 35 66 37 65 32 62 62 37 31 62 62 66 66 32 62 63 31 33 65 34 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 21 c1 ac b9", "module": "stp", - "msecs": 298.4030246734619, + "msecs": 67.75093078613281, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2231.945037841797, - "thread": 140634476246784, + "relativeCreated": 2220.4740047454834, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75897,10 +75897,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "u'de82e3fc43fcaab27f87000b7fcf5e1fa3e383c93671a14998ed565be031d9a19c1ecc4821480a9d501846b72d18804b6408af7813f6206b86340434417100c3'" + "u'e7b6ee4a7e928cce1eaccf2227e2b5227215079842ef1fd7230b585c697fab970f81cf0785afc846d8b201c34c411ebe750d38c8d2b15f7e2bb71bbff2bc13e4'" ], - "asctime": "2021-01-11 07:30:16,298", - "created": 1610346616.298599, + "asctime": "2021-01-11 11:25:06,067", + "created": 1610360706.067931, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75908,16 +75908,16 @@ "levelname": "INFO", "levelno": 20, "lineno": 445, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'de82e3fc43fcaab27f87000b7fcf5e1fa3e383c93671a14998ed565be031d9a19c1ecc4821480a9d501846b72d18804b6408af7813f6206b86340434417100c3'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"u'e7b6ee4a7e928cce1eaccf2227e2b5227215079842ef1fd7230b585c697fab970f81cf0785afc846d8b201c34c411ebe750d38c8d2b15f7e2bb71bbff2bc13e4'\"", "module": "__init__", - "msecs": 298.5990047454834, + "msecs": 67.93093681335449, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2232.1410179138184, - "thread": 140634476246784, + "relativeCreated": 2220.654010772705, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75925,8 +75925,8 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 07:30:16,298", - "created": 1610346616.298714, + "asctime": "2021-01-11 11:25:06,068", + "created": 1610360706.068039, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75936,14 +75936,14 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 298.71392250061035, + "msecs": 68.0389404296875, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2232.2559356689453, - "thread": 140634476246784, + "relativeCreated": 2220.762014389038, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75954,8 +75954,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:16,298", - "created": 1610346616.298877, + "asctime": "2021-01-11 11:25:06,068", + "created": 1610360706.068186, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75965,14 +75965,14 @@ "lineno": 445, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 298.8770008087158, + "msecs": 68.18604469299316, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2232.419013977051, - "thread": 140634476246784, + "relativeCreated": 2220.9091186523438, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -75980,8 +75980,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d" ], - "asctime": "2021-01-11 07:30:16,299", - "created": 1610346616.299899, + "asctime": "2021-01-11 11:25:06,072", + "created": 1610360706.07245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -75991,14 +75991,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d", "module": "__init__", - "msecs": 299.8991012573242, + "msecs": 72.44992256164551, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2233.441114425659, - "thread": 140634467854080, + "relativeCreated": 2225.172996520996, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76006,8 +76006,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d" ], - "asctime": "2021-01-11 07:30:16,300", - "created": 1610346616.30011, + "asctime": "2021-01-11 11:25:06,072", + "created": 1610360706.072642, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76017,14 +76017,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 7d", "module": "__init__", - "msecs": 300.1101016998291, + "msecs": 72.64208793640137, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2233.652114868164, - "thread": 140634467854080, + "relativeCreated": 2225.365161895752, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76032,8 +76032,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,300", - "created": 1610346616.300225, + "asctime": "2021-01-11 11:25:06,072", + "created": 1610360706.072767, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76043,14 +76043,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 300.22501945495605, + "msecs": 72.76701927185059, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2233.767032623291, - "thread": 140634467854080, + "relativeCreated": 2225.490093231201, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76059,8 +76059,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,300", - "created": 1610346616.300442, + "asctime": "2021-01-11 11:25:06,072", + "created": 1610360706.072894, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76070,14 +76070,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 300.4419803619385, + "msecs": 72.89409637451172, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2233.9839935302734, - "thread": 140634467854080, + "relativeCreated": 2225.6171703338623, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76085,8 +76085,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,300", - "created": 1610346616.3006, + "asctime": "2021-01-11 11:25:06,072", + "created": 1610360706.072986, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76096,14 +76096,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 300.6000518798828, + "msecs": 72.98588752746582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2234.142065048218, - "thread": 140634467854080, + "relativeCreated": 2225.7089614868164, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76112,8 +76112,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,300", - "created": 1610346616.300717, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073056, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76123,14 +76123,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 300.7171154022217, + "msecs": 73.05598258972168, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2234.2591285705566, - "thread": 140634467854080, + "relativeCreated": 2225.7790565490723, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76138,8 +76138,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,300", - "created": 1610346616.300941, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073149, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76149,14 +76149,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 300.94099044799805, + "msecs": 73.14896583557129, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2234.483003616333, - "thread": 140634467854080, + "relativeCreated": 2225.872039794922, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76165,8 +76165,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,301", - "created": 1610346616.30115, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073225, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76176,14 +76176,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 301.1500835418701, + "msecs": 73.22502136230469, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2234.692096710205, - "thread": 140634467854080, + "relativeCreated": 2225.9480953216553, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76191,8 +76191,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,301", - "created": 1610346616.301304, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.07331, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76202,14 +76202,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 301.3041019439697, + "msecs": 73.30989837646484, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2234.8461151123047, - "thread": 140634467854080, + "relativeCreated": 2226.0329723358154, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76218,8 +76218,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,301", - "created": 1610346616.301437, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073376, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76229,14 +76229,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 301.4369010925293, + "msecs": 73.37594032287598, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2234.9789142608643, - "thread": 140634467854080, + "relativeCreated": 2226.0990142822266, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76244,8 +76244,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,301", - "created": 1610346616.301615, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073466, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76255,14 +76255,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 301.61499977111816, + "msecs": 73.46606254577637, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2235.157012939453, - "thread": 140634467854080, + "relativeCreated": 2226.189136505127, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76271,8 +76271,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,301", - "created": 1610346616.30173, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073531, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76282,14 +76282,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 301.7299175262451, + "msecs": 73.53091239929199, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2235.27193069458, - "thread": 140634467854080, + "relativeCreated": 2226.2539863586426, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76297,8 +76297,8 @@ "comm-server:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 07:30:16,301", - "created": 1610346616.301914, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76308,14 +76308,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 301.9139766693115, + "msecs": 73.63510131835938, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2235.4559898376465, - "thread": 140634467854080, + "relativeCreated": 2226.35817527771, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76323,8 +76323,8 @@ "comm-client:", "(6): 11 d3 26 78 3a 3e" ], - "asctime": "2021-01-11 07:30:16,302", - "created": 1610346616.302062, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76334,14 +76334,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 11 d3 26 78 3a 3e", "module": "__init__", - "msecs": 302.0620346069336, + "msecs": 73.71401786804199, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2235.6040477752686, - "thread": 140634467854080, + "relativeCreated": 2226.4370918273926, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76349,8 +76349,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,302", - "created": 1610346616.302183, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76360,14 +76360,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 302.1829128265381, + "msecs": 73.78792762756348, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2235.724925994873, - "thread": 140634467854080, + "relativeCreated": 2226.511001586914, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76376,8 +76376,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,302", - "created": 1610346616.302287, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073852, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76387,14 +76387,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 302.28710174560547, + "msecs": 73.8520622253418, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2235.8291149139404, - "thread": 140634467854080, + "relativeCreated": 2226.5751361846924, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76402,8 +76402,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 11 d3 26 78" ], - "asctime": "2021-01-11 07:30:16,302", - "created": 1610346616.302507, + "asctime": "2021-01-11 11:25:06,073", + "created": 1610360706.073988, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76413,14 +76413,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 31 7d 11 d3 26 78", "module": "stp", - "msecs": 302.5069236755371, + "msecs": 73.98796081542969, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2236.048936843872, - "thread": 140634467854080, + "relativeCreated": 2226.7110347747803, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76431,8 +76431,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:16,302", - "created": 1610346616.302731, + "asctime": "2021-01-11 11:25:06,074", + "created": 1610360706.074149, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76442,14 +76442,14 @@ "lineno": 445, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 302.7310371398926, + "msecs": 74.14889335632324, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2236.2730503082275, - "thread": 140634467854080, + "relativeCreated": 2226.871967315674, + "thread": 139854721570560, "threadName": "Thread-6" }, { @@ -76457,8 +76457,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 07:30:16,302", - "created": 1610346616.302862, + "asctime": "2021-01-11 11:25:06,074", + "created": 1610360706.074236, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76468,22 +76468,22 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 302.86192893981934, + "msecs": 74.23591613769531, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2236.4039421081543, - "thread": 140634467854080, + "relativeCreated": 2226.958990097046, + "thread": 139854721570560, "threadName": "Thread-6" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:16,302", - "created": 1610346616.302978, + "asctime": "2021-01-11 11:25:06,074", + "created": 1610360706.074309, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76493,35 +76493,35 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 302.9780387878418, + "msecs": 74.30911064147949, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2236.5200519561768, - "thread": 140634467854080, + "relativeCreated": 2227.03218460083, + "thread": 139854721570560, "threadName": "Thread-6" } ], - "msecs": 385.4200839996338, + "msecs": 159.3930721282959, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2318.9620971679688, - "thread": 140634736203584, + "relativeCreated": 2312.1161460876465, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.08244204521179199 + "time_consumption": 0.0850839614868164 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:16,386", - "created": 1610346616.386969, + "asctime": "2021-01-11 11:25:06,160", + "created": 1610360706.160432, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76538,8 +76538,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:16,386", - "created": 1610346616.386391, + "asctime": "2021-01-11 11:25:06,160", + "created": 1610360706.160034, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76549,14 +76549,14 @@ "lineno": 22, "message": "Result (Return Value of authentification method): True ()", "module": "test", - "msecs": 386.39092445373535, + "msecs": 160.0339412689209, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2319.9329376220703, - "thread": 140634736203584, + "relativeCreated": 2312.7570152282715, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -76565,8 +76565,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:16,386", - "created": 1610346616.386688, + "asctime": "2021-01-11 11:25:06,160", + "created": 1610360706.16024, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76576,35 +76576,35 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = True ()", "module": "test", - "msecs": 386.6879940032959, + "msecs": 160.23993492126465, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2320.230007171631, - "thread": 140634736203584, + "relativeCreated": 2312.9630088806152, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 386.96908950805664, + "msecs": 160.4321002960205, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2320.5111026763916, - "thread": 140634736203584, + "relativeCreated": 2313.155174255371, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002810955047607422 + "time_consumption": 0.00019216537475585938 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:16,387", - "created": 1610346616.387871, + "asctime": "2021-01-11 11:25:06,161", + "created": 1610360706.161115, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76621,8 +76621,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:16,387", - "created": 1610346616.387392, + "asctime": "2021-01-11 11:25:06,160", + "created": 1610360706.160712, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76632,14 +76632,14 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 387.3920440673828, + "msecs": 160.71200370788574, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2320.934057235718, - "thread": 140634736203584, + "relativeCreated": 2313.4350776672363, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -76648,8 +76648,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:16,387", - "created": 1610346616.387637, + "asctime": "2021-01-11 11:25:06,160", + "created": 1610360706.160929, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76659,35 +76659,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 387.6368999481201, + "msecs": 160.92896461486816, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2321.178913116455, - "thread": 140634736203584, + "relativeCreated": 2313.6520385742188, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 387.87102699279785, + "msecs": 161.11493110656738, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2321.413040161133, - "thread": 140634736203584, + "relativeCreated": 2313.838005065918, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00023412704467773438 + "time_consumption": 0.00018596649169921875 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:16,388", - "created": 1610346616.388772, + "asctime": "2021-01-11 11:25:06,161", + "created": 1610360706.161866, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76704,8 +76704,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:16,388", - "created": 1610346616.388257, + "asctime": "2021-01-11 11:25:06,161", + "created": 1610360706.16138, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76715,14 +76715,14 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 388.2570266723633, + "msecs": 161.38005256652832, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2321.7990398406982, - "thread": 140634736203584, + "relativeCreated": 2314.103126525879, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -76731,8 +76731,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:16,388", - "created": 1610346616.388498, + "asctime": "2021-01-11 11:25:06,161", + "created": 1610360706.161591, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -76742,32 +76742,32 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 388.49806785583496, + "msecs": 161.5910530090332, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2322.04008102417, - "thread": 140634736203584, + "relativeCreated": 2314.314126968384, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 388.77201080322266, + "msecs": 161.8659496307373, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2322.3140239715576, - "thread": 140634736203584, + "relativeCreated": 2314.589023590088, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002739429473876953 + "time_consumption": 0.00027489662170410156 }, { "args": [], - "asctime": "2021-01-11 07:30:16,389", - "created": 1610346616.389445, + "asctime": "2021-01-11 11:25:06,162", + "created": 1610360706.162593, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -76782,8 +76782,8 @@ "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:16,389", - "created": 1610346616.389041, + "asctime": "2021-01-11 11:25:06,162", + "created": 1610360706.162129, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76793,22 +76793,22 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 389.0409469604492, + "msecs": 162.12892532348633, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2322.582960128784, - "thread": 140634736203584, + "relativeCreated": 2314.851999282837, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:16,389", - "created": 1610346616.389242, + "asctime": "2021-01-11 11:25:06,162", + "created": 1610360706.162396, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76818,32 +76818,32 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 389.24193382263184, + "msecs": 162.39595413208008, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2322.783946990967, - "thread": 140634736203584, + "relativeCreated": 2315.1190280914307, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 389.44506645202637, + "msecs": 162.59288787841797, "msg": "Corrupting the authentification mechanism", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2322.9870796203613, - "thread": 140634736203584, + "relativeCreated": 2315.3159618377686, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00020313262939453125 + "time_consumption": 0.00019693374633789062 }, { "args": [], - "asctime": "2021-01-11 07:30:16,791", - "created": 1610346616.791431, + "asctime": "2021-01-11 11:25:06,565", + "created": 1610360706.565176, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -76862,8 +76862,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:16,389", - "created": 1610346616.389828, + "asctime": "2021-01-11 11:25:06,162", + "created": 1610360706.162961, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76873,14 +76873,14 @@ "lineno": 445, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 389.8279666900635, + "msecs": 162.96100616455078, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2323.3699798583984, - "thread": 140634736203584, + "relativeCreated": 2315.6840801239014, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -76888,8 +76888,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:16,399", - "created": 1610346616.39974, + "asctime": "2021-01-11 11:25:06,168", + "created": 1610360706.168847, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76899,14 +76899,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 399.73998069763184, + "msecs": 168.84708404541016, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2333.281993865967, - "thread": 140634476246784, + "relativeCreated": 2321.5701580047607, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -76914,8 +76914,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:16,400", - "created": 1610346616.40023, + "asctime": "2021-01-11 11:25:06,169", + "created": 1610360706.169305, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -76925,14 +76925,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 400.22993087768555, + "msecs": 169.30508613586426, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2333.7719440460205, - "thread": 140634476246784, + "relativeCreated": 2322.028160095215, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -76940,8 +76940,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,400", - "created": 1610346616.400452, + "asctime": "2021-01-11 11:25:06,169", + "created": 1610360706.169521, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76951,14 +76951,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 400.4518985748291, + "msecs": 169.52109336853027, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2333.993911743164, - "thread": 140634476246784, + "relativeCreated": 2322.244167327881, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -76967,8 +76967,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:16,400", - "created": 1610346616.400629, + "asctime": "2021-01-11 11:25:06,169", + "created": 1610360706.16973, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -76978,14 +76978,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 400.62904357910156, + "msecs": 169.72994804382324, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2334.1710567474365, - "thread": 140634476246784, + "relativeCreated": 2322.453022003174, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -76993,8 +76993,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,400", - "created": 1610346616.400839, + "asctime": "2021-01-11 11:25:06,169", + "created": 1610360706.169985, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77004,14 +77004,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 400.83909034729004, + "msecs": 169.9850559234619, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2334.381103515625, - "thread": 140634476246784, + "relativeCreated": 2322.7081298828125, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77020,8 +77020,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,401", - "created": 1610346616.401065, + "asctime": "2021-01-11 11:25:06,170", + "created": 1610360706.170195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77031,14 +77031,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 401.0651111602783, + "msecs": 170.1951026916504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2334.6071243286133, - "thread": 140634476246784, + "relativeCreated": 2322.918176651001, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77046,8 +77046,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,401", - "created": 1610346616.401343, + "asctime": "2021-01-11 11:25:06,170", + "created": 1610360706.170631, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77057,14 +77057,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 401.34310722351074, + "msecs": 170.63093185424805, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2334.8851203918457, - "thread": 140634476246784, + "relativeCreated": 2323.3540058135986, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77073,8 +77073,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,401", - "created": 1610346616.401568, + "asctime": "2021-01-11 11:25:06,170", + "created": 1610360706.170833, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77084,14 +77084,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 401.5679359436035, + "msecs": 170.83311080932617, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2335.1099491119385, - "thread": 140634476246784, + "relativeCreated": 2323.5561847686768, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77099,8 +77099,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,401", - "created": 1610346616.401822, + "asctime": "2021-01-11 11:25:06,171", + "created": 1610360706.17113, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77110,14 +77110,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 401.8220901489258, + "msecs": 171.12994194030762, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2335.3641033172607, - "thread": 140634476246784, + "relativeCreated": 2323.853015899658, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77126,8 +77126,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,402", - "created": 1610346616.402108, + "asctime": "2021-01-11 11:25:06,171", + "created": 1610360706.171371, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77137,14 +77137,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 402.10795402526855, + "msecs": 171.3709831237793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2335.6499671936035, - "thread": 140634476246784, + "relativeCreated": 2324.09405708313, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77152,8 +77152,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,402", - "created": 1610346616.402412, + "asctime": "2021-01-11 11:25:06,171", + "created": 1610360706.171696, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77163,14 +77163,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 402.41193771362305, + "msecs": 171.69594764709473, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2335.953950881958, - "thread": 140634476246784, + "relativeCreated": 2324.4190216064453, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77179,8 +77179,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:16,402", - "created": 1610346616.402609, + "asctime": "2021-01-11 11:25:06,171", + "created": 1610360706.171905, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77190,14 +77190,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 402.60910987854004, + "msecs": 171.9050407409668, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2336.151123046875, - "thread": 140634476246784, + "relativeCreated": 2324.6281147003174, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77205,8 +77205,8 @@ "comm-client:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:16,403", - "created": 1610346616.403164, + "asctime": "2021-01-11 11:25:06,172", + "created": 1610360706.172253, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77216,14 +77216,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 403.1639099121094, + "msecs": 172.25289344787598, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2336.7059230804443, - "thread": 140634476246784, + "relativeCreated": 2324.9759674072266, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77231,8 +77231,8 @@ "comm-server:", "(6): 10 4d cd 55 3a 3e" ], - "asctime": "2021-01-11 07:30:16,403", - "created": 1610346616.403476, + "asctime": "2021-01-11 11:25:06,172", + "created": 1610360706.172583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77242,14 +77242,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 10 4d cd 55 3a 3e", "module": "__init__", - "msecs": 403.4759998321533, + "msecs": 172.58310317993164, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2337.0180130004883, - "thread": 140634476246784, + "relativeCreated": 2325.306177139282, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77257,8 +77257,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:16,403", - "created": 1610346616.403711, + "asctime": "2021-01-11 11:25:06,172", + "created": 1610360706.172897, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77268,14 +77268,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 403.71108055114746, + "msecs": 172.8971004486084, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2337.2530937194824, - "thread": 140634476246784, + "relativeCreated": 2325.620174407959, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77284,8 +77284,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:16,403", - "created": 1610346616.403895, + "asctime": "2021-01-11 11:25:06,173", + "created": 1610360706.173134, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77295,14 +77295,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 403.89490127563477, + "msecs": 173.13408851623535, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2337.4369144439697, - "thread": 140634476246784, + "relativeCreated": 2325.857162475586, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77310,8 +77310,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55" ], - "asctime": "2021-01-11 07:30:16,404", - "created": 1610346616.404245, + "asctime": "2021-01-11 11:25:06,173", + "created": 1610360706.17363, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -77321,14 +77321,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 10 4d cd 55", "module": "stp", - "msecs": 404.24489974975586, + "msecs": 173.6299991607666, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2337.786912918091, - "thread": 140634476246784, + "relativeCreated": 2326.353073120117, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77339,8 +77339,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:16,404", - "created": 1610346616.404628, + "asctime": "2021-01-11 11:25:06,174", + "created": 1610360706.174111, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77350,14 +77350,14 @@ "lineno": 445, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 404.62803840637207, + "msecs": 174.11088943481445, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2338.170051574707, - "thread": 140634476246784, + "relativeCreated": 2326.833963394165, + "thread": 139854729963264, "threadName": "Thread-5" }, { @@ -77365,8 +77365,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:16,404", - "created": 1610346616.404848, + "asctime": "2021-01-11 11:25:06,174", + "created": 1610360706.174392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77376,35 +77376,35 @@ "lineno": 492, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 404.8480987548828, + "msecs": 174.3919849395752, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2338.390111923218, - "thread": 140634476246784, + "relativeCreated": 2327.115058898926, + "thread": 139854729963264, "threadName": "Thread-5" } ], - "msecs": 791.4309501647949, + "msecs": 565.1760101318359, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2724.97296333313, - "thread": 140634736203584, + "relativeCreated": 2717.8990840911865, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3865828514099121 + "time_consumption": 0.39078402519226074 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:16,792", - "created": 1610346616.792347, + "asctime": "2021-01-11 11:25:06,566", + "created": 1610360706.56638, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77421,8 +77421,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,791", - "created": 1610346616.791963, + "asctime": "2021-01-11 11:25:06,565", + "created": 1610360706.565834, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77432,14 +77432,14 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 791.9631004333496, + "msecs": 565.8340454101562, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2725.5051136016846, - "thread": 140634736203584, + "relativeCreated": 2718.557119369507, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77448,8 +77448,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,792", - "created": 1610346616.792165, + "asctime": "2021-01-11 11:25:06,566", + "created": 1610360706.566115, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77459,35 +77459,35 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 792.1650409698486, + "msecs": 566.1149024963379, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2725.7070541381836, - "thread": 140634736203584, + "relativeCreated": 2718.8379764556885, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 792.3469543457031, + "msecs": 566.3800239562988, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2725.888967514038, - "thread": 140634736203584, + "relativeCreated": 2719.1030979156494, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001819133758544922 + "time_consumption": 0.0002651214599609375 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:16,792", - "created": 1610346616.792959, + "asctime": "2021-01-11 11:25:06,567", + "created": 1610360706.567135, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77504,8 +77504,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,792", - "created": 1610346616.792641, + "asctime": "2021-01-11 11:25:06,566", + "created": 1610360706.566805, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77515,14 +77515,14 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 792.6409244537354, + "msecs": 566.8048858642578, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2726.1829376220703, - "thread": 140634736203584, + "relativeCreated": 2719.5279598236084, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77531,8 +77531,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,792", - "created": 1610346616.792802, + "asctime": "2021-01-11 11:25:06,566", + "created": 1610360706.566975, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77542,35 +77542,35 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 792.802095413208, + "msecs": 566.9751167297363, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2726.344108581543, - "thread": 140634736203584, + "relativeCreated": 2719.698190689087, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 792.9589748382568, + "msecs": 567.1350955963135, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2726.500988006592, - "thread": 140634736203584, + "relativeCreated": 2719.858169555664, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00015687942504882812 + "time_consumption": 0.00015997886657714844 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:16,793", - "created": 1610346616.793553, + "asctime": "2021-01-11 11:25:06,567", + "created": 1610360706.567699, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77587,8 +77587,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,793", - "created": 1610346616.793212, + "asctime": "2021-01-11 11:25:06,567", + "created": 1610360706.567393, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77598,14 +77598,14 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 793.2119369506836, + "msecs": 567.3930644989014, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2726.7539501190186, - "thread": 140634736203584, + "relativeCreated": 2720.116138458252, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77614,8 +77614,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:16,793", - "created": 1610346616.793365, + "asctime": "2021-01-11 11:25:06,567", + "created": 1610360706.567549, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -77625,39 +77625,39 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 793.3650016784668, + "msecs": 567.5489902496338, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2726.9070148468018, - "thread": 140634736203584, + "relativeCreated": 2720.2720642089844, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 793.5531139373779, + "msecs": 567.6989555358887, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 2727.095127105713, - "thread": 140634736203584, + "relativeCreated": 2720.4220294952393, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001881122589111328 + "time_consumption": 0.0001499652862548828 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.9674520492553711, - "time_finished": "2021-01-11 07:30:16,793", - "time_start": "2021-01-11 07:30:15,826" + "time_consumption": 0.9682090282440186, + "time_finished": "2021-01-11 11:25:06,567", + "time_start": "2021-01-11 11:25:05,599" }, "_k-Q4EE0oEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:25,712", - "created": 1610346625.712111, + "asctime": "2021-01-11 11:25:15,492", + "created": 1610360715.492834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77668,18 +77668,18 @@ "message": "_k-Q4EE0oEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 712.1109962463379, + "msecs": 492.83409118652344, "msg": "_k-Q4EE0oEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11645.653009414673, + "relativeCreated": 11645.557165145874, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:25,731", - "created": 1610346625.731566, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501739, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -77694,8 +77694,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:25,713", - "created": 1610346625.713312, + "asctime": "2021-01-11 11:25:15,494", + "created": 1610360715.49407, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77705,22 +77705,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 713.3119106292725, + "msecs": 494.07005310058594, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11646.853923797607, - "thread": 140634736203584, + "relativeCreated": 11646.793127059937, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:25,715", - "created": 1610346625.715864, + "asctime": "2021-01-11 11:25:15,495", + "created": 1610360715.495414, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77730,22 +77730,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 715.8639430999756, + "msecs": 495.41401863098145, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11649.40595626831, - "thread": 140634736203584, + "relativeCreated": 11648.137092590332, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:25,716", - "created": 1610346625.716488, + "asctime": "2021-01-11 11:25:15,495", + "created": 1610360715.495763, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77755,22 +77755,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 716.4878845214844, + "msecs": 495.76306343078613, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11650.02989768982, - "thread": 140634736203584, + "relativeCreated": 11648.486137390137, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:25,717", - "created": 1610346625.717613, + "asctime": "2021-01-11 11:25:15,496", + "created": 1610360715.496569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77780,14 +77780,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 717.6129817962646, + "msecs": 496.5689182281494, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11651.1549949646, - "thread": 140634736203584, + "relativeCreated": 11649.2919921875, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77796,8 +77796,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:25,717", - "created": 1610346625.717924, + "asctime": "2021-01-11 11:25:15,497", + "created": 1610360715.497283, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77807,14 +77807,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 717.9241180419922, + "msecs": 497.2829818725586, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11651.466131210327, - "thread": 140634736203584, + "relativeCreated": 11650.00605583191, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77822,8 +77822,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:25,718", - "created": 1610346625.718183, + "asctime": "2021-01-11 11:25:15,497", + "created": 1610360715.497736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77833,14 +77833,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 718.1830406188965, + "msecs": 497.73597717285156, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11651.725053787231, - "thread": 140634736203584, + "relativeCreated": 11650.459051132202, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77848,8 +77848,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:25,718", - "created": 1610346625.718495, + "asctime": "2021-01-11 11:25:15,498", + "created": 1610360715.498016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77859,14 +77859,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 718.4948921203613, + "msecs": 498.0161190032959, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11652.036905288696, - "thread": 140634736203584, + "relativeCreated": 11650.739192962646, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77874,8 +77874,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:25,718", - "created": 1610346625.718692, + "asctime": "2021-01-11 11:25:15,498", + "created": 1610360715.498281, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77885,14 +77885,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 718.6920642852783, + "msecs": 498.28100204467773, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11652.234077453613, - "thread": 140634736203584, + "relativeCreated": 11651.004076004028, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77900,8 +77900,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:25,718", - "created": 1610346625.718825, + "asctime": "2021-01-11 11:25:15,498", + "created": 1610360715.498528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77911,14 +77911,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 718.825101852417, + "msecs": 498.52800369262695, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11652.367115020752, - "thread": 140634736203584, + "relativeCreated": 11651.251077651978, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77928,8 +77928,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:25,719", - "created": 1610346625.719137, + "asctime": "2021-01-11 11:25:15,498", + "created": 1610360715.498785, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77939,14 +77939,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 719.1369533538818, + "msecs": 498.78501892089844, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11652.678966522217, - "thread": 140634736203584, + "relativeCreated": 11651.508092880249, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77956,8 +77956,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:25,719", - "created": 1610346625.719366, + "asctime": "2021-01-11 11:25:15,499", + "created": 1610360715.499036, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77967,14 +77967,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 719.3660736083984, + "msecs": 499.0360736846924, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11652.908086776733, - "thread": 140634736203584, + "relativeCreated": 11651.759147644043, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -77984,8 +77984,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:25,719", - "created": 1610346625.719838, + "asctime": "2021-01-11 11:25:15,499", + "created": 1610360715.499272, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -77995,14 +77995,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 719.8379039764404, + "msecs": 499.27210807800293, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11653.379917144775, - "thread": 140634736203584, + "relativeCreated": 11651.995182037354, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78012,8 +78012,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:25,720", - "created": 1610346625.720165, + "asctime": "2021-01-11 11:25:15,499", + "created": 1610360715.499483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78023,22 +78023,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 720.1650142669678, + "msecs": 499.4831085205078, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11653.707027435303, - "thread": 140634736203584, + "relativeCreated": 11652.206182479858, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:25,720", - "created": 1610346625.720401, + "asctime": "2021-01-11 11:25:15,499", + "created": 1610360715.499557, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78048,14 +78048,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 720.4010486602783, + "msecs": 499.5570182800293, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11653.943061828613, - "thread": 140634736203584, + "relativeCreated": 11652.28009223938, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78064,8 +78064,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:25,720", - "created": 1610346625.720651, + "asctime": "2021-01-11 11:25:15,499", + "created": 1610360715.499641, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78075,14 +78075,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 720.6509113311768, + "msecs": 499.64094161987305, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11654.192924499512, - "thread": 140634736203584, + "relativeCreated": 11652.364015579224, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78090,8 +78090,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:25,720", - "created": 1610346625.720941, + "asctime": "2021-01-11 11:25:15,499", + "created": 1610360715.499723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78101,14 +78101,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 720.9410667419434, + "msecs": 499.722957611084, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11654.483079910278, - "thread": 140634736203584, + "relativeCreated": 11652.446031570435, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78116,8 +78116,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:25,721", - "created": 1610346625.72111, + "asctime": "2021-01-11 11:25:15,499", + "created": 1610360715.499793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78127,14 +78127,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 721.1101055145264, + "msecs": 499.79305267333984, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11654.652118682861, - "thread": 140634736203584, + "relativeCreated": 11652.51612663269, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78144,8 +78144,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:25,721", - "created": 1610346625.721301, + "asctime": "2021-01-11 11:25:15,499", + "created": 1610360715.499864, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78155,14 +78155,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 721.3010787963867, + "msecs": 499.8641014099121, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11654.843091964722, - "thread": 140634736203584, + "relativeCreated": 11652.587175369263, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78172,8 +78172,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:25,721", - "created": 1610346625.721549, + "asctime": "2021-01-11 11:25:15,499", + "created": 1610360715.499943, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78183,14 +78183,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 721.5490341186523, + "msecs": 499.9430179595947, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11655.091047286987, - "thread": 140634736203584, + "relativeCreated": 11652.666091918945, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78199,8 +78199,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:25,721", - "created": 1610346625.721782, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.500039, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78210,14 +78210,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 721.7819690704346, + "msecs": 500.03910064697266, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11655.32398223877, - "thread": 140634736203584, + "relativeCreated": 11652.762174606323, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78226,8 +78226,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:25,721", - "created": 1610346625.721941, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.500118, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78237,14 +78237,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 721.9409942626953, + "msecs": 500.1180171966553, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11655.48300743103, - "thread": 140634736203584, + "relativeCreated": 11652.841091156006, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78253,8 +78253,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:25,722", - "created": 1610346625.722086, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.500196, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78264,22 +78264,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 722.0859527587891, + "msecs": 500.1959800720215, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11655.627965927124, - "thread": 140634736203584, + "relativeCreated": 11652.919054031372, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:25,722", - "created": 1610346625.722202, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.500277, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78289,22 +78289,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 722.2020626068115, + "msecs": 500.277042388916, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11655.744075775146, - "thread": 140634736203584, + "relativeCreated": 11653.000116348267, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:25,723", - "created": 1610346625.723, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.500459, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78314,14 +78314,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 723.0000495910645, + "msecs": 500.4589557647705, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11656.5420627594, - "thread": 140634736203584, + "relativeCreated": 11653.182029724121, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78330,8 +78330,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:25,723", - "created": 1610346625.723297, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.50057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78341,14 +78341,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 723.297119140625, + "msecs": 500.57005882263184, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11656.83913230896, - "thread": 140634736203584, + "relativeCreated": 11653.293132781982, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78356,8 +78356,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:25,723", - "created": 1610346625.723576, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.50066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78367,14 +78367,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 723.5760688781738, + "msecs": 500.6599426269531, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11657.118082046509, - "thread": 140634736203584, + "relativeCreated": 11653.383016586304, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78382,8 +78382,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:25,723", - "created": 1610346625.723777, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.500729, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78393,14 +78393,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 723.7770557403564, + "msecs": 500.7290840148926, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11657.319068908691, - "thread": 140634736203584, + "relativeCreated": 11653.452157974243, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78408,8 +78408,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:25,723", - "created": 1610346625.723958, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.500801, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78419,14 +78419,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 723.9580154418945, + "msecs": 500.80108642578125, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11657.50002861023, - "thread": 140634736203584, + "relativeCreated": 11653.524160385132, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78434,8 +78434,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:25,724", - "created": 1610346625.72419, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.500868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78445,14 +78445,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 724.1899967193604, + "msecs": 500.8680820465088, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11657.732009887695, - "thread": 140634736203584, + "relativeCreated": 11653.59115600586, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78462,8 +78462,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:25,724", - "created": 1610346625.724381, + "asctime": "2021-01-11 11:25:15,500", + "created": 1610360715.500937, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78473,14 +78473,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 724.3809700012207, + "msecs": 500.93698501586914, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11657.922983169556, - "thread": 140634736203584, + "relativeCreated": 11653.66005897522, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78490,8 +78490,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:25,724", - "created": 1610346625.724562, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501007, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78501,14 +78501,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 724.5619297027588, + "msecs": 501.007080078125, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11658.103942871094, - "thread": 140634736203584, + "relativeCreated": 11653.730154037476, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78518,8 +78518,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:25,728", - "created": 1610346625.728652, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501076, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78529,14 +78529,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 728.6520004272461, + "msecs": 501.07598304748535, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11662.194013595581, - "thread": 140634736203584, + "relativeCreated": 11653.799057006836, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78546,8 +78546,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:25,728", - "created": 1610346625.728906, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78557,22 +78557,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 728.9059162139893, + "msecs": 501.1420249938965, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11662.447929382324, - "thread": 140634736203584, + "relativeCreated": 11653.865098953247, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:25,729", - "created": 1610346625.729022, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501223, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78582,14 +78582,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 729.0220260620117, + "msecs": 501.223087310791, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11662.564039230347, - "thread": 140634736203584, + "relativeCreated": 11653.946161270142, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78598,8 +78598,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:25,729", - "created": 1610346625.729354, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501277, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78609,14 +78609,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 729.3539047241211, + "msecs": 501.27696990966797, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11662.895917892456, - "thread": 140634736203584, + "relativeCreated": 11654.000043869019, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78624,8 +78624,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:25,730", - "created": 1610346625.730056, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78635,14 +78635,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 730.0560474395752, + "msecs": 501.33490562438965, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11663.59806060791, - "thread": 140634736203584, + "relativeCreated": 11654.05797958374, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78650,8 +78650,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:25,730", - "created": 1610346625.730272, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501378, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78661,14 +78661,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 730.2720546722412, + "msecs": 501.37805938720703, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11663.814067840576, - "thread": 140634736203584, + "relativeCreated": 11654.101133346558, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78678,8 +78678,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:25,730", - "created": 1610346625.730444, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501425, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78689,14 +78689,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 730.4439544677734, + "msecs": 501.42502784729004, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11663.985967636108, - "thread": 140634736203584, + "relativeCreated": 11654.14810180664, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78706,8 +78706,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:25,730", - "created": 1610346625.730616, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501474, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78717,14 +78717,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 730.6160926818848, + "msecs": 501.47390365600586, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11664.15810585022, - "thread": 140634736203584, + "relativeCreated": 11654.196977615356, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78733,8 +78733,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:25,730", - "created": 1610346625.730898, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501531, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78744,14 +78744,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 730.8979034423828, + "msecs": 501.53088569641113, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11664.439916610718, - "thread": 140634736203584, + "relativeCreated": 11654.253959655762, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78760,8 +78760,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:25,731", - "created": 1610346625.731068, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78771,14 +78771,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 731.0678958892822, + "msecs": 501.5830993652344, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11664.609909057617, - "thread": 140634736203584, + "relativeCreated": 11654.306173324585, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78787,8 +78787,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:25,731", - "created": 1610346625.731236, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78798,22 +78798,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 731.2359809875488, + "msecs": 501.6350746154785, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11664.777994155884, - "thread": 140634736203584, + "relativeCreated": 11654.35814857483, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:25,731", - "created": 1610346625.731388, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501686, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78823,32 +78823,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 731.3880920410156, + "msecs": 501.68609619140625, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11664.93010520935, - "thread": 140634736203584, + "relativeCreated": 11654.409170150757, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 731.5659523010254, + "msecs": 501.7390251159668, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11665.10796546936, - "thread": 140634736203584, + "relativeCreated": 11654.462099075317, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00017786026000976562 + "time_consumption": 5.2928924560546875e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:26,076", - "created": 1610346626.076857, + "asctime": "2021-01-11 11:25:15,845", + "created": 1610360715.845624, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -78863,8 +78863,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:25,731", - "created": 1610346625.731924, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501852, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78874,22 +78874,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 731.9240570068359, + "msecs": 501.85203552246094, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11665.46607017517, - "thread": 140634736203584, + "relativeCreated": 11654.575109481812, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:25,732", - "created": 1610346625.732109, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.501912, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78899,22 +78899,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 732.1090698242188, + "msecs": 501.91211700439453, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11665.651082992554, - "thread": 140634736203584, + "relativeCreated": 11654.635190963745, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:25,732", - "created": 1610346625.73245, + "asctime": "2021-01-11 11:25:15,501", + "created": 1610360715.50197, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78924,14 +78924,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 732.450008392334, + "msecs": 501.9700527191162, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11665.992021560669, - "thread": 140634736203584, + "relativeCreated": 11654.693126678467, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -78942,8 +78942,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:25,732", - "created": 1610346625.732868, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502059, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78953,22 +78953,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 732.867956161499, + "msecs": 502.0589828491211, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11666.409969329834, - "thread": 140634736203584, + "relativeCreated": 11654.782056808472, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:25,733", - "created": 1610346625.733259, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502267, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -78978,22 +78978,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 733.2589626312256, + "msecs": 502.26688385009766, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11666.80097579956, - "thread": 140634736203584, + "relativeCreated": 11654.989957809448, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:25,733", - "created": 1610346625.733596, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502344, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79003,22 +79003,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 733.5960865020752, + "msecs": 502.34389305114746, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11667.13809967041, - "thread": 140634736203584, + "relativeCreated": 11655.066967010498, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:25,733", - "created": 1610346625.733714, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502416, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79028,14 +79028,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 733.7141036987305, + "msecs": 502.41589546203613, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11667.256116867065, - "thread": 140634736203584, + "relativeCreated": 11655.138969421387, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -79043,8 +79043,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:25,739", - "created": 1610346625.73917, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.50255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79054,14 +79054,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 739.1700744628906, + "msecs": 502.5498867034912, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11672.712087631226, - "thread": 140633847088896, + "relativeCreated": 11655.272960662842, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79069,8 +79069,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:25,739", - "created": 1610346625.739739, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79080,14 +79080,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 739.738941192627, + "msecs": 502.6540756225586, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11673.280954360962, - "thread": 140633847088896, + "relativeCreated": 11655.37714958191, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79095,8 +79095,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,739", - "created": 1610346625.739999, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502711, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79106,14 +79106,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 739.9990558624268, + "msecs": 502.71105766296387, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11673.541069030762, - "thread": 140633847088896, + "relativeCreated": 11655.434131622314, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79122,8 +79122,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:25,740", - "created": 1610346625.740258, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79133,14 +79133,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 740.257978439331, + "msecs": 502.77209281921387, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11673.799991607666, - "thread": 140633847088896, + "relativeCreated": 11655.495166778564, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79148,8 +79148,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,740", - "created": 1610346625.740462, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502824, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79159,14 +79159,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 740.462064743042, + "msecs": 502.824068069458, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11674.004077911377, - "thread": 140633847088896, + "relativeCreated": 11655.547142028809, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79175,8 +79175,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,740", - "created": 1610346625.740667, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79186,14 +79186,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 740.6671047210693, + "msecs": 502.8650760650635, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11674.209117889404, - "thread": 140633847088896, + "relativeCreated": 11655.588150024414, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79201,8 +79201,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,740", - "created": 1610346625.740901, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502921, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79212,14 +79212,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 740.900993347168, + "msecs": 502.92110443115234, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11674.443006515503, - "thread": 140633847088896, + "relativeCreated": 11655.644178390503, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79228,8 +79228,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,741", - "created": 1610346625.741145, + "asctime": "2021-01-11 11:25:15,502", + "created": 1610360715.502963, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79239,14 +79239,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 741.1448955535889, + "msecs": 502.9630661010742, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11674.686908721924, - "thread": 140633847088896, + "relativeCreated": 11655.686140060425, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79254,8 +79254,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,741", - "created": 1610346625.741796, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.503013, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79265,14 +79265,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 741.7960166931152, + "msecs": 503.01289558410645, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11675.33802986145, - "thread": 140633847088896, + "relativeCreated": 11655.735969543457, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79281,8 +79281,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,741", - "created": 1610346625.741954, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.503052, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79292,14 +79292,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 741.9540882110596, + "msecs": 503.0519962310791, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11675.496101379395, - "thread": 140633847088896, + "relativeCreated": 11655.77507019043, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79307,8 +79307,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,742", - "created": 1610346625.742052, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.503107, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79318,14 +79318,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 742.0520782470703, + "msecs": 503.10707092285156, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11675.594091415405, - "thread": 140633847088896, + "relativeCreated": 11655.830144882202, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79334,8 +79334,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,742", - "created": 1610346625.74214, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.50315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79345,14 +79345,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 742.1400547027588, + "msecs": 503.14998626708984, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11675.682067871094, - "thread": 140633847088896, + "relativeCreated": 11655.87306022644, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79360,8 +79360,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:25,742", - "created": 1610346625.742312, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.50321, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79371,14 +79371,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 742.311954498291, + "msecs": 503.21006774902344, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11675.853967666626, - "thread": 140633847088896, + "relativeCreated": 11655.933141708374, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79386,8 +79386,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:25,742", - "created": 1610346625.742453, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.503271, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79397,14 +79397,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 742.4530982971191, + "msecs": 503.27110290527344, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11675.995111465454, - "thread": 140633847088896, + "relativeCreated": 11655.994176864624, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79412,8 +79412,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,742", - "created": 1610346625.74256, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.503329, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79423,14 +79423,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 742.5599098205566, + "msecs": 503.3290386199951, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11676.101922988892, - "thread": 140633847088896, + "relativeCreated": 11656.052112579346, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79439,8 +79439,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:25,742", - "created": 1610346625.742648, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.50338, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79450,14 +79450,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 742.6478862762451, + "msecs": 503.38006019592285, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11676.18989944458, - "thread": 140633847088896, + "relativeCreated": 11656.103134155273, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79465,8 +79465,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:25,742", - "created": 1610346625.74286, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.503487, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79476,14 +79476,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 742.8600788116455, + "msecs": 503.48711013793945, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11676.40209197998, - "thread": 140633847088896, + "relativeCreated": 11656.21018409729, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79494,8 +79494,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:25,743", - "created": 1610346625.743094, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.503599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79505,14 +79505,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 743.0939674377441, + "msecs": 503.5989284515381, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11676.63598060608, - "thread": 140633847088896, + "relativeCreated": 11656.322002410889, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79520,8 +79520,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:25,743", - "created": 1610346625.743222, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.503663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79531,14 +79531,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 743.2219982147217, + "msecs": 503.6630630493164, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11676.764011383057, - "thread": 140633847088896, + "relativeCreated": 11656.386137008667, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79549,8 +79549,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:25,743", - "created": 1610346625.743409, + "asctime": "2021-01-11 11:25:15,503", + "created": 1610360715.503743, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79560,14 +79560,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 743.4089183807373, + "msecs": 503.74293327331543, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11676.950931549072, - "thread": 140633847088896, + "relativeCreated": 11656.466007232666, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -79575,8 +79575,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:25,759", - "created": 1610346625.759921, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504002, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79586,14 +79586,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 759.9210739135742, + "msecs": 504.0020942687988, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11693.46308708191, - "thread": 140633838696192, + "relativeCreated": 11656.72516822815, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79601,8 +79601,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:25,760", - "created": 1610346625.760216, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504144, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79612,14 +79612,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 760.2159976959229, + "msecs": 504.14395332336426, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11693.758010864258, - "thread": 140633838696192, + "relativeCreated": 11656.867027282715, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79627,8 +79627,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,760", - "created": 1610346625.760331, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504209, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79638,14 +79638,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 760.3309154510498, + "msecs": 504.209041595459, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11693.872928619385, - "thread": 140633838696192, + "relativeCreated": 11656.93211555481, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79654,8 +79654,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:25,760", - "created": 1610346625.760417, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504266, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79665,14 +79665,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 760.4169845581055, + "msecs": 504.26602363586426, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11693.95899772644, - "thread": 140633838696192, + "relativeCreated": 11656.989097595215, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79680,8 +79680,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,760", - "created": 1610346625.760552, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504352, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79691,14 +79691,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 760.551929473877, + "msecs": 504.3520927429199, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11694.093942642212, - "thread": 140633838696192, + "relativeCreated": 11657.07516670227, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79707,8 +79707,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,760", - "created": 1610346625.760654, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504413, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79718,14 +79718,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 760.6539726257324, + "msecs": 504.4128894805908, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11694.195985794067, - "thread": 140633838696192, + "relativeCreated": 11657.135963439941, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79733,8 +79733,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,760", - "created": 1610346625.760796, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504484, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79744,14 +79744,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 760.796070098877, + "msecs": 504.4839382171631, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11694.338083267212, - "thread": 140633838696192, + "relativeCreated": 11657.207012176514, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79760,8 +79760,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,760", - "created": 1610346625.760982, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504548, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79771,14 +79771,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 760.9820365905762, + "msecs": 504.5480728149414, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11694.524049758911, - "thread": 140633838696192, + "relativeCreated": 11657.271146774292, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79786,8 +79786,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,761", - "created": 1610346625.761094, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504623, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79797,14 +79797,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 761.0940933227539, + "msecs": 504.6229362487793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11694.636106491089, - "thread": 140633838696192, + "relativeCreated": 11657.34601020813, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79813,8 +79813,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,761", - "created": 1610346625.761178, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79824,14 +79824,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 761.1780166625977, + "msecs": 504.688024520874, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11694.720029830933, - "thread": 140633838696192, + "relativeCreated": 11657.411098480225, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79839,8 +79839,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,761", - "created": 1610346625.761272, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504781, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79850,14 +79850,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 761.2719535827637, + "msecs": 504.78100776672363, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11694.813966751099, - "thread": 140633838696192, + "relativeCreated": 11657.504081726074, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79866,8 +79866,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:25,761", - "created": 1610346625.761346, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504842, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79877,14 +79877,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 761.3461017608643, + "msecs": 504.84204292297363, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11694.8881149292, - "thread": 140633838696192, + "relativeCreated": 11657.565116882324, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79892,8 +79892,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:25,761", - "created": 1610346625.761505, + "asctime": "2021-01-11 11:25:15,504", + "created": 1610360715.504994, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79903,14 +79903,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 761.5048885345459, + "msecs": 504.9939155578613, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11695.04690170288, - "thread": 140633838696192, + "relativeCreated": 11657.716989517212, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79918,8 +79918,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:25,761", - "created": 1610346625.7616, + "asctime": "2021-01-11 11:25:15,505", + "created": 1610360715.5051, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -79929,14 +79929,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 761.6000175476074, + "msecs": 505.1000118255615, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11695.142030715942, - "thread": 140633838696192, + "relativeCreated": 11657.823085784912, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79944,8 +79944,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:25,761", - "created": 1610346625.761687, + "asctime": "2021-01-11 11:25:15,505", + "created": 1610360715.505179, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79955,14 +79955,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 761.6870403289795, + "msecs": 505.17892837524414, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11695.229053497314, - "thread": 140633838696192, + "relativeCreated": 11657.902002334595, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79971,8 +79971,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:25,761", - "created": 1610346625.761757, + "asctime": "2021-01-11 11:25:15,505", + "created": 1610360715.505249, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -79982,14 +79982,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 761.7568969726562, + "msecs": 505.2490234375, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11695.298910140991, - "thread": 140633838696192, + "relativeCreated": 11657.97209739685, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -79997,8 +79997,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:25,761", - "created": 1610346625.76193, + "asctime": "2021-01-11 11:25:15,505", + "created": 1610360715.505388, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80008,14 +80008,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 761.929988861084, + "msecs": 505.3880214691162, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11695.472002029419, - "thread": 140633838696192, + "relativeCreated": 11658.111095428467, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -80026,8 +80026,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:25,762", - "created": 1610346625.762157, + "asctime": "2021-01-11 11:25:15,505", + "created": 1610360715.505575, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80037,14 +80037,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 762.1569633483887, + "msecs": 505.57494163513184, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11695.698976516724, - "thread": 140633838696192, + "relativeCreated": 11658.298015594482, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -80052,8 +80052,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:25,762", - "created": 1610346625.762276, + "asctime": "2021-01-11 11:25:15,505", + "created": 1610360715.505667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80063,32 +80063,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 762.2759342193604, + "msecs": 505.66697120666504, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 11695.817947387695, - "thread": 140633838696192, + "relativeCreated": 11658.390045166016, + "thread": 139854159521536, "threadName": "Thread-16" } ], - "msecs": 76.85708999633789, + "msecs": 845.6239700317383, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12010.399103164673, - "thread": 140634736203584, + "relativeCreated": 11998.347043991089, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.31458115577697754 + "time_consumption": 0.33995699882507324 }, { "args": [], - "asctime": "2021-01-11 07:30:26,378", - "created": 1610346626.378793, + "asctime": "2021-01-11 11:25:16,148", + "created": 1610360716.148279, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -80107,8 +80107,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:26,077", - "created": 1610346626.077265, + "asctime": "2021-01-11 11:25:15,846", + "created": 1610360715.846367, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80118,14 +80118,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 77.26502418518066, + "msecs": 846.3668823242188, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12010.807037353516, - "thread": 140634736203584, + "relativeCreated": 11999.08995628357, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -80133,8 +80133,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:26,107", - "created": 1610346626.107887, + "asctime": "2021-01-11 11:25:15,869", + "created": 1610360715.869331, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80144,14 +80144,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 107.88702964782715, + "msecs": 869.330883026123, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12041.429042816162, - "thread": 140633847088896, + "relativeCreated": 12022.053956985474, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80159,8 +80159,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108139, + "asctime": "2021-01-11 11:25:15,869", + "created": 1610360715.869883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80170,14 +80170,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 108.1390380859375, + "msecs": 869.8830604553223, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12041.681051254272, - "thread": 140633847088896, + "relativeCreated": 12022.606134414673, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80185,8 +80185,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108258, + "asctime": "2021-01-11 11:25:15,870", + "created": 1610360715.870125, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80196,14 +80196,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 108.25800895690918, + "msecs": 870.1250553131104, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12041.800022125244, - "thread": 140633847088896, + "relativeCreated": 12022.848129272461, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80212,8 +80212,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108326, + "asctime": "2021-01-11 11:25:15,870", + "created": 1610360715.870488, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80223,14 +80223,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 108.32595825195312, + "msecs": 870.4879283905029, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12041.867971420288, - "thread": 140633847088896, + "relativeCreated": 12023.211002349854, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80238,8 +80238,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108401, + "asctime": "2021-01-11 11:25:15,870", + "created": 1610360715.870845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80249,14 +80249,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 108.40106010437012, + "msecs": 870.8450794219971, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12041.943073272705, - "thread": 140633847088896, + "relativeCreated": 12023.568153381348, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80265,8 +80265,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108457, + "asctime": "2021-01-11 11:25:15,871", + "created": 1610360715.871114, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80276,14 +80276,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 108.45708847045898, + "msecs": 871.1140155792236, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12041.999101638794, - "thread": 140633847088896, + "relativeCreated": 12023.837089538574, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80291,8 +80291,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108522, + "asctime": "2021-01-11 11:25:15,871", + "created": 1610360715.871435, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80302,14 +80302,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 108.52193832397461, + "msecs": 871.4349269866943, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.06395149231, - "thread": 140633847088896, + "relativeCreated": 12024.158000946045, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80318,8 +80318,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108571, + "asctime": "2021-01-11 11:25:15,872", + "created": 1610360715.87205, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80329,14 +80329,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 108.57105255126953, + "msecs": 872.0500469207764, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.113065719604, - "thread": 140633847088896, + "relativeCreated": 12024.773120880127, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80344,8 +80344,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108628, + "asctime": "2021-01-11 11:25:15,872", + "created": 1610360715.872368, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80355,14 +80355,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 108.6280345916748, + "msecs": 872.3680973052979, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.17004776001, - "thread": 140633847088896, + "relativeCreated": 12025.091171264648, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80371,8 +80371,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108677, + "asctime": "2021-01-11 11:25:15,872", + "created": 1610360715.872586, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80382,14 +80382,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 108.67691040039062, + "msecs": 872.5860118865967, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.218923568726, - "thread": 140633847088896, + "relativeCreated": 12025.309085845947, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80397,8 +80397,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108788, + "asctime": "2021-01-11 11:25:15,873", + "created": 1610360715.87312, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80408,14 +80408,14 @@ "lineno": 284, "message": "comm-client: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 108.78801345825195, + "msecs": 873.1200695037842, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.330026626587, - "thread": 140633847088896, + "relativeCreated": 12025.843143463135, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80423,8 +80423,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108866, + "asctime": "2021-01-11 11:25:15,873", + "created": 1610360715.873541, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80434,14 +80434,14 @@ "lineno": 414, "message": "comm-server: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 108.86597633361816, + "msecs": 873.5411167144775, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.407989501953, - "thread": 140633847088896, + "relativeCreated": 12026.264190673828, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80449,8 +80449,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108936, + "asctime": "2021-01-11 11:25:15,873", + "created": 1610360715.873804, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80460,14 +80460,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 108.93607139587402, + "msecs": 873.8040924072266, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.478084564209, - "thread": 140633847088896, + "relativeCreated": 12026.527166366577, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80476,8 +80476,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,108", - "created": 1610346626.108979, + "asctime": "2021-01-11 11:25:15,873", + "created": 1610360715.873975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80487,14 +80487,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 108.9789867401123, + "msecs": 873.9750385284424, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.520999908447, - "thread": 140633847088896, + "relativeCreated": 12026.698112487793, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80502,8 +80502,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,109", - "created": 1610346626.109037, + "asctime": "2021-01-11 11:25:15,874", + "created": 1610360715.874183, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80513,14 +80513,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 109.03692245483398, + "msecs": 874.182939529419, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.578935623169, - "thread": 140633847088896, + "relativeCreated": 12026.90601348877, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80529,8 +80529,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:26,109", - "created": 1610346626.109085, + "asctime": "2021-01-11 11:25:15,874", + "created": 1610360715.874342, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80540,14 +80540,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 109.0850830078125, + "msecs": 874.3419647216797, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.627096176147, - "thread": 140633847088896, + "relativeCreated": 12027.06503868103, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80555,8 +80555,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b" ], - "asctime": "2021-01-11 07:30:26,109", - "created": 1610346626.109192, + "asctime": "2021-01-11 11:25:15,874", + "created": 1610360715.874739, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -80566,14 +80566,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b", "module": "stp", - "msecs": 109.19189453125, + "msecs": 874.7389316558838, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.733907699585, - "thread": 140633847088896, + "relativeCreated": 12027.462005615234, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80584,8 +80584,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:26,109", - "created": 1610346626.109341, + "asctime": "2021-01-11 11:25:15,875", + "created": 1610360715.875186, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80595,22 +80595,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 109.34090614318848, + "msecs": 875.1859664916992, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.882919311523, - "thread": 140633847088896, + "relativeCreated": 12027.90904045105, + "thread": 139854167914240, "threadName": "Thread-15" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:26,109", - "created": 1610346626.109421, + "asctime": "2021-01-11 11:25:15,875", + "created": 1610360715.875535, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80620,14 +80620,14 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 109.4210147857666, + "msecs": 875.5350112915039, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12042.963027954102, - "thread": 140633847088896, + "relativeCreated": 12028.258085250854, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80637,8 +80637,8 @@ "18", "34" ], - "asctime": "2021-01-11 07:30:26,378", - "created": 1610346626.378425, + "asctime": "2021-01-11 11:25:16,147", + "created": 1610360716.147939, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80648,35 +80648,35 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 18; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 378.42488288879395, + "msecs": 147.93896675109863, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12311.966896057129, - "thread": 140634736203584, + "relativeCreated": 12300.66204071045, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 378.79300117492676, + "msecs": 148.27895164489746, "msg": "Transfering a message client -> server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12312.335014343262, - "thread": 140634736203584, + "relativeCreated": 12301.002025604248, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0003681182861328125 + "time_consumption": 0.0003399848937988281 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:26,379", - "created": 1610346626.379554, + "asctime": "2021-01-11 11:25:16,149", + "created": 1610360716.149083, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80693,8 +80693,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:26,379", - "created": 1610346626.379182, + "asctime": "2021-01-11 11:25:16,148", + "created": 1610360716.148666, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80704,14 +80704,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 379.1821002960205, + "msecs": 148.6659049987793, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12312.724113464355, - "thread": 140634736203584, + "relativeCreated": 12301.38897895813, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -80720,8 +80720,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:26,379", - "created": 1610346626.379374, + "asctime": "2021-01-11 11:25:16,148", + "created": 1610360716.148905, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80731,35 +80731,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 379.37402725219727, + "msecs": 148.90503883361816, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12312.916040420532, - "thread": 140634736203584, + "relativeCreated": 12301.628112792969, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 379.55403327941895, + "msecs": 149.08289909362793, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12313.096046447754, - "thread": 140634736203584, + "relativeCreated": 12301.805973052979, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001800060272216797 + "time_consumption": 0.00017786026000976562 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:26,380", - "created": 1610346626.380324, + "asctime": "2021-01-11 11:25:16,149", + "created": 1610360716.149701, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80776,8 +80776,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:26,379", - "created": 1610346626.37988, + "asctime": "2021-01-11 11:25:16,149", + "created": 1610360716.149349, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80787,14 +80787,14 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 379.8799514770508, + "msecs": 149.34897422790527, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12313.421964645386, - "thread": 140634736203584, + "relativeCreated": 12302.072048187256, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -80803,8 +80803,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:26,380", - "created": 1610346626.380158, + "asctime": "2021-01-11 11:25:16,149", + "created": 1610360716.149536, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -80814,32 +80814,32 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 380.1579475402832, + "msecs": 149.5358943939209, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12313.699960708618, - "thread": 140634736203584, + "relativeCreated": 12302.258968353271, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 380.3238868713379, + "msecs": 149.70111846923828, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12313.865900039673, - "thread": 140634736203584, + "relativeCreated": 12302.424192428589, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001659393310546875 + "time_consumption": 0.0001652240753173828 }, { "args": [], - "asctime": "2021-01-11 07:30:26,380", - "created": 1610346626.380783, + "asctime": "2021-01-11 11:25:16,150", + "created": 1610360716.150167, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -80856,8 +80856,8 @@ "17", "18" ], - "asctime": "2021-01-11 07:30:26,380", - "created": 1610346626.380626, + "asctime": "2021-01-11 11:25:16,149", + "created": 1610360716.14999, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80867,32 +80867,32 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=17 and Response=18", "module": "__init__", - "msecs": 380.62596321105957, + "msecs": 149.99008178710938, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12314.167976379395, - "thread": 140634736203584, + "relativeCreated": 12302.71315574646, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 380.7830810546875, + "msecs": 150.16698837280273, "msg": "Adding service to server instance for the transmit message", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12314.325094223022, - "thread": 140634736203584, + "relativeCreated": 12302.890062332153, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001571178436279297 + "time_consumption": 0.00017690658569335938 }, { "args": [], - "asctime": "2021-01-11 07:30:26,582", - "created": 1610346626.582314, + "asctime": "2021-01-11 11:25:16,351", + "created": 1610360716.351697, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -80911,8 +80911,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:26,381", - "created": 1610346626.381155, + "asctime": "2021-01-11 11:25:16,150", + "created": 1610360716.150522, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80922,14 +80922,14 @@ "lineno": 445, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 381.15501403808594, + "msecs": 150.52199363708496, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12314.69702720642, - "thread": 140634736203584, + "relativeCreated": 12303.245067596436, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -80937,8 +80937,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:26,410", - "created": 1610346626.410654, + "asctime": "2021-01-11 11:25:16,177", + "created": 1610360716.177028, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80948,14 +80948,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 410.65406799316406, + "msecs": 177.02794075012207, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12344.196081161499, - "thread": 140633847088896, + "relativeCreated": 12329.751014709473, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80963,8 +80963,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72" ], - "asctime": "2021-01-11 07:30:26,411", - "created": 1610346626.411402, + "asctime": "2021-01-11 11:25:16,177", + "created": 1610360716.177528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -80974,14 +80974,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72", "module": "__init__", - "msecs": 411.40198707580566, + "msecs": 177.52790451049805, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12344.94400024414, - "thread": 140633847088896, + "relativeCreated": 12330.250978469849, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -80989,8 +80989,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,411", - "created": 1610346626.411709, + "asctime": "2021-01-11 11:25:16,177", + "created": 1610360716.177737, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81000,14 +81000,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 411.7090702056885, + "msecs": 177.73699760437012, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12345.251083374023, - "thread": 140633847088896, + "relativeCreated": 12330.46007156372, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81016,8 +81016,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:26,411", - "created": 1610346626.411896, + "asctime": "2021-01-11 11:25:16,177", + "created": 1610360716.177973, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81027,14 +81027,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 411.8959903717041, + "msecs": 177.97303199768066, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12345.438003540039, - "thread": 140633847088896, + "relativeCreated": 12330.696105957031, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81042,8 +81042,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,412", - "created": 1610346626.412129, + "asctime": "2021-01-11 11:25:16,178", + "created": 1610360716.178213, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81053,14 +81053,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 412.1289253234863, + "msecs": 178.21288108825684, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12345.670938491821, - "thread": 140633847088896, + "relativeCreated": 12330.935955047607, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81069,8 +81069,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,412", - "created": 1610346626.412294, + "asctime": "2021-01-11 11:25:16,178", + "created": 1610360716.178379, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81080,14 +81080,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 412.2939109802246, + "msecs": 178.37905883789062, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12345.83592414856, - "thread": 140633847088896, + "relativeCreated": 12331.102132797241, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81095,8 +81095,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,412", - "created": 1610346626.412533, + "asctime": "2021-01-11 11:25:16,178", + "created": 1610360716.178612, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81106,14 +81106,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 412.5330448150635, + "msecs": 178.61199378967285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12346.075057983398, - "thread": 140633847088896, + "relativeCreated": 12331.335067749023, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81122,8 +81122,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,412", - "created": 1610346626.412696, + "asctime": "2021-01-11 11:25:16,178", + "created": 1610360716.178775, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81133,14 +81133,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 412.69588470458984, + "msecs": 178.77507209777832, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12346.237897872925, - "thread": 140633847088896, + "relativeCreated": 12331.498146057129, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81148,8 +81148,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,412", - "created": 1610346626.412911, + "asctime": "2021-01-11 11:25:16,178", + "created": 1610360716.178977, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81159,14 +81159,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 412.91093826293945, + "msecs": 178.97701263427734, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12346.452951431274, - "thread": 140633847088896, + "relativeCreated": 12331.700086593628, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81175,8 +81175,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,413", - "created": 1610346626.413083, + "asctime": "2021-01-11 11:25:16,179", + "created": 1610360716.179173, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81186,14 +81186,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 413.0830764770508, + "msecs": 179.17299270629883, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12346.625089645386, - "thread": 140633847088896, + "relativeCreated": 12331.89606666565, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81201,8 +81201,8 @@ "comm-client:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:26,413", - "created": 1610346626.4135, + "asctime": "2021-01-11 11:25:16,179", + "created": 1610360716.179629, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81212,14 +81212,14 @@ "lineno": 284, "message": "comm-client: TX -> (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 413.5000705718994, + "msecs": 179.62908744812012, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12347.042083740234, - "thread": 140633847088896, + "relativeCreated": 12332.35216140747, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81227,8 +81227,8 @@ "comm-server:", "(32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:26,413", - "created": 1610346626.413769, + "asctime": "2021-01-11 11:25:16,180", + "created": 1610360716.18007, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81238,14 +81238,14 @@ "lineno": 414, "message": "comm-server: RX <- (32): 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 7d 7a 6c e4 9b 3a 3e", "module": "__init__", - "msecs": 413.769006729126, + "msecs": 180.0699234008789, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12347.311019897461, - "thread": 140633847088896, + "relativeCreated": 12332.79299736023, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81253,8 +81253,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,414", - "created": 1610346626.414011, + "asctime": "2021-01-11 11:25:16,180", + "created": 1610360716.180427, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81264,14 +81264,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 414.01100158691406, + "msecs": 180.42707443237305, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12347.553014755249, - "thread": 140633847088896, + "relativeCreated": 12333.150148391724, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81280,8 +81280,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,414", - "created": 1610346626.414182, + "asctime": "2021-01-11 11:25:16,180", + "created": 1610360716.180641, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81291,14 +81291,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 414.1819477081299, + "msecs": 180.64093589782715, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12347.723960876465, - "thread": 140633847088896, + "relativeCreated": 12333.364009857178, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81306,8 +81306,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,414", - "created": 1610346626.414368, + "asctime": "2021-01-11 11:25:16,180", + "created": 1610360716.180919, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81317,14 +81317,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 414.3679141998291, + "msecs": 180.91893196105957, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12347.909927368164, - "thread": 140633847088896, + "relativeCreated": 12333.64200592041, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81333,8 +81333,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:26,414", - "created": 1610346626.414521, + "asctime": "2021-01-11 11:25:16,181", + "created": 1610360716.181114, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81344,14 +81344,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 414.5209789276123, + "msecs": 181.11395835876465, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12348.062992095947, - "thread": 140633847088896, + "relativeCreated": 12333.837032318115, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81359,8 +81359,8 @@ "STP:", "(88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b" ], - "asctime": "2021-01-11 07:30:26,414", - "created": 1610346626.414909, + "asctime": "2021-01-11 11:25:16,181", + "created": 1610360716.181591, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81370,14 +81370,14 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d 7a 6c e4 9b", "module": "stp", - "msecs": 414.90888595581055, + "msecs": 181.59103393554688, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12348.450899124146, - "thread": 140633847088896, + "relativeCreated": 12334.314107894897, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81388,8 +81388,8 @@ "status: okay", "u'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:26,415", - "created": 1610346626.415339, + "asctime": "2021-01-11 11:25:16,181", + "created": 1610360716.18187, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81399,22 +81399,22 @@ "lineno": 445, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"u'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 415.33899307250977, + "msecs": 181.8699836730957, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12348.881006240845, - "thread": 140633847088896, + "relativeCreated": 12334.593057632446, + "thread": 139854167914240, "threadName": "Thread-15" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:26,415", - "created": 1610346626.41559, + "asctime": "2021-01-11 11:25:16,181", + "created": 1610360716.181953, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81424,14 +81424,14 @@ "lineno": 474, "message": "prot-server: Incomming message with no registered callback. Sending negative response.", "module": "__init__", - "msecs": 415.5900478363037, + "msecs": 181.95295333862305, "msg": "%s Incomming message with no registered callback. Sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12349.132061004639, - "thread": 140633847088896, + "relativeCreated": 12334.676027297974, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81442,8 +81442,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 07:30:26,415", - "created": 1610346626.415926, + "asctime": "2021-01-11 11:25:16,182", + "created": 1610360716.182061, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81453,14 +81453,14 @@ "lineno": 445, "message": "prot-server: TX -> service: 18, data_id: 34, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 415.9259796142578, + "msecs": 182.06095695495605, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12349.467992782593, - "thread": 140633847088896, + "relativeCreated": 12334.784030914307, + "thread": 139854167914240, "threadName": "Thread-15" }, { @@ -81468,8 +81468,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33" ], - "asctime": "2021-01-11 07:30:26,428", - "created": 1610346626.428557, + "asctime": "2021-01-11 11:25:16,208", + "created": 1610360716.208498, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81479,14 +81479,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33", "module": "__init__", - "msecs": 428.5569190979004, + "msecs": 208.4980010986328, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12362.098932266235, - "thread": 140633838696192, + "relativeCreated": 12361.221075057983, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81494,8 +81494,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33" ], - "asctime": "2021-01-11 07:30:26,428", - "created": 1610346626.428798, + "asctime": "2021-01-11 11:25:16,209", + "created": 1610360716.209135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81505,14 +81505,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 33", "module": "__init__", - "msecs": 428.79796028137207, + "msecs": 209.1350555419922, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12362.339973449707, - "thread": 140633838696192, + "relativeCreated": 12361.858129501343, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81520,8 +81520,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,428", - "created": 1610346626.428898, + "asctime": "2021-01-11 11:25:16,209", + "created": 1610360716.209516, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81531,14 +81531,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 428.8980960845947, + "msecs": 209.51604843139648, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12362.44010925293, - "thread": 140633838696192, + "relativeCreated": 12362.239122390747, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81547,8 +81547,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:26,429", - "created": 1610346626.429359, + "asctime": "2021-01-11 11:25:16,209", + "created": 1610360716.209816, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81558,14 +81558,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 429.35895919799805, + "msecs": 209.81597900390625, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12362.900972366333, - "thread": 140633838696192, + "relativeCreated": 12362.539052963257, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81573,8 +81573,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,429", - "created": 1610346626.42951, + "asctime": "2021-01-11 11:25:16,210", + "created": 1610360716.210358, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81584,14 +81584,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 429.51011657714844, + "msecs": 210.3579044342041, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.052129745483, - "thread": 140633838696192, + "relativeCreated": 12363.080978393555, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81600,8 +81600,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,429", - "created": 1610346626.429605, + "asctime": "2021-01-11 11:25:16,210", + "created": 1610360716.210584, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81611,14 +81611,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 429.60500717163086, + "msecs": 210.58392524719238, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.147020339966, - "thread": 140633838696192, + "relativeCreated": 12363.306999206543, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81626,8 +81626,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,429", - "created": 1610346626.429708, + "asctime": "2021-01-11 11:25:16,210", + "created": 1610360716.210886, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81637,14 +81637,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 429.70800399780273, + "msecs": 210.88600158691406, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.250017166138, - "thread": 140633838696192, + "relativeCreated": 12363.609075546265, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81653,8 +81653,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,429", - "created": 1610346626.42978, + "asctime": "2021-01-11 11:25:16,211", + "created": 1610360716.21108, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81664,14 +81664,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 429.7800064086914, + "msecs": 211.08007431030273, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.322019577026, - "thread": 140633838696192, + "relativeCreated": 12363.803148269653, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81679,8 +81679,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,429", - "created": 1610346626.429869, + "asctime": "2021-01-11 11:25:16,211", + "created": 1610360716.211289, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81690,14 +81690,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 429.8689365386963, + "msecs": 211.2889289855957, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.410949707031, - "thread": 140633838696192, + "relativeCreated": 12364.012002944946, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81706,8 +81706,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,429", - "created": 1610346626.429979, + "asctime": "2021-01-11 11:25:16,211", + "created": 1610360716.211488, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81717,14 +81717,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 429.9790859222412, + "msecs": 211.4880084991455, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.521099090576, - "thread": 140633838696192, + "relativeCreated": 12364.211082458496, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81732,8 +81732,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,430", - "created": 1610346626.430072, + "asctime": "2021-01-11 11:25:16,211", + "created": 1610360716.211634, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81743,14 +81743,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 430.0720691680908, + "msecs": 211.63392066955566, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.614082336426, - "thread": 140633838696192, + "relativeCreated": 12364.356994628906, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81759,8 +81759,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,430", - "created": 1610346626.430149, + "asctime": "2021-01-11 11:25:16,211", + "created": 1610360716.211741, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81770,14 +81770,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 430.1490783691406, + "msecs": 211.74097061157227, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.691091537476, - "thread": 140633838696192, + "relativeCreated": 12364.464044570923, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81785,8 +81785,8 @@ "comm-server:", "(8): 34 7d e8 ee d8 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:26,430", - "created": 1610346626.430274, + "asctime": "2021-01-11 11:25:16,211", + "created": 1610360716.211913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81796,14 +81796,14 @@ "lineno": 284, "message": "comm-server: TX -> (8): 34 7d e8 ee d8 5c 3a 3e", "module": "__init__", - "msecs": 430.27400970458984, + "msecs": 211.9131088256836, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.816022872925, - "thread": 140633838696192, + "relativeCreated": 12364.636182785034, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81811,8 +81811,8 @@ "comm-client:", "(8): 34 7d e8 ee d8 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:26,430", - "created": 1610346626.430363, + "asctime": "2021-01-11 11:25:16,212", + "created": 1610360716.212044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81822,14 +81822,14 @@ "lineno": 414, "message": "comm-client: RX <- (8): 34 7d e8 ee d8 5c 3a 3e", "module": "__init__", - "msecs": 430.3629398345947, + "msecs": 212.04400062561035, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.90495300293, - "thread": 140633838696192, + "relativeCreated": 12364.767074584961, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81837,8 +81837,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,430", - "created": 1610346626.430447, + "asctime": "2021-01-11 11:25:16,212", + "created": 1610360716.212173, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81848,14 +81848,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 430.4471015930176, + "msecs": 212.1729850769043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12363.989114761353, - "thread": 140633838696192, + "relativeCreated": 12364.896059036255, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81864,8 +81864,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:26,430", - "created": 1610346626.430524, + "asctime": "2021-01-11 11:25:16,212", + "created": 1610360716.212278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81875,14 +81875,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 430.5241107940674, + "msecs": 212.27788925170898, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12364.066123962402, - "thread": 140633838696192, + "relativeCreated": 12365.00096321106, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81890,8 +81890,8 @@ "STP:", "(64): 7b 22 73 74 61 74 75 73 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d e8 ee d8 5c" ], - "asctime": "2021-01-11 07:30:26,430", - "created": 1610346626.430669, + "asctime": "2021-01-11 11:25:16,212", + "created": 1610360716.212556, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -81901,14 +81901,14 @@ "lineno": 148, "message": "STP: message identified - (64): 7b 22 73 74 61 74 75 73 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 33 34 7d e8 ee d8 5c", "module": "stp", - "msecs": 430.66906929016113, + "msecs": 212.5558853149414, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12364.211082458496, - "thread": 140633838696192, + "relativeCreated": 12365.278959274292, + "thread": 139854159521536, "threadName": "Thread-16" }, { @@ -81919,8 +81919,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 07:30:26,430", - "created": 1610346626.430907, + "asctime": "2021-01-11 11:25:16,212", + "created": 1610360716.212915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81930,22 +81930,22 @@ "lineno": 445, "message": "prot-client: RX <- service: 18, data_id: 34, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 430.9070110321045, + "msecs": 212.91494369506836, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12364.44902420044, - "thread": 140633838696192, + "relativeCreated": 12365.638017654419, + "thread": 139854159521536, "threadName": "Thread-16" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:26,431", - "created": 1610346626.431046, + "asctime": "2021-01-11 11:25:16,213", + "created": 1610360716.213147, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -81955,35 +81955,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 431.0460090637207, + "msecs": 213.14692497253418, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12364.588022232056, - "thread": 140633838696192, + "relativeCreated": 12365.869998931885, + "thread": 139854159521536, "threadName": "Thread-16" } ], - "msecs": 582.3140144348145, + "msecs": 351.6969680786133, "msg": "Transfering a message client -> server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12515.85602760315, - "thread": 140634736203584, + "relativeCreated": 12504.420042037964, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.15126800537109375 + "time_consumption": 0.1385500431060791 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:26,583", - "created": 1610346626.583272, + "asctime": "2021-01-11 11:25:16,352", + "created": 1610360716.352641, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82000,8 +82000,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:26,582", - "created": 1610346626.582877, + "asctime": "2021-01-11 11:25:16,352", + "created": 1610360716.352254, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82011,14 +82011,14 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 582.8769207000732, + "msecs": 352.25391387939453, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12516.418933868408, - "thread": 140634736203584, + "relativeCreated": 12504.976987838745, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82027,8 +82027,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:26,583", - "created": 1610346626.583086, + "asctime": "2021-01-11 11:25:16,352", + "created": 1610360716.352461, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82038,35 +82038,35 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 583.0860137939453, + "msecs": 352.4610996246338, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12516.62802696228, - "thread": 140634736203584, + "relativeCreated": 12505.184173583984, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 583.2719802856445, + "msecs": 352.64110565185547, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12516.81399345398, - "thread": 140634736203584, + "relativeCreated": 12505.364179611206, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00018596649169921875 + "time_consumption": 0.0001800060272216797 }, { "args": [ "{u'status': 1, u'service_id': 18, u'data': None, u'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:26,583", - "created": 1610346626.583939, + "asctime": "2021-01-11 11:25:16,353", + "created": 1610360716.353357, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82083,8 +82083,8 @@ "{u'status': 1, u'service_id': 18, u'data': None, u'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:26,583", - "created": 1610346626.583569, + "asctime": "2021-01-11 11:25:16,352", + "created": 1610360716.35298, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82094,14 +82094,14 @@ "lineno": 22, "message": "Result (Received message on server side): {u'status': 1, u'service_id': 18, u'data': None, u'data_id': 34} ()", "module": "test", - "msecs": 583.5690498352051, + "msecs": 352.9798984527588, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12517.11106300354, - "thread": 140634736203584, + "relativeCreated": 12505.70297241211, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82110,8 +82110,8 @@ "{'status': 1, 'service_id': 18, 'data': None, 'data_id': 34}", "" ], - "asctime": "2021-01-11 07:30:26,583", - "created": 1610346626.58376, + "asctime": "2021-01-11 11:25:16,353", + "created": 1610360716.353161, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -82121,39 +82121,39 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'status': 1, 'service_id': 18, 'data': None, 'data_id': 34} ()", "module": "test", - "msecs": 583.7600231170654, + "msecs": 353.161096572876, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12517.3020362854, - "thread": 140634736203584, + "relativeCreated": 12505.884170532227, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 583.9390754699707, + "msecs": 353.35707664489746, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12517.481088638306, - "thread": 140634736203584, + "relativeCreated": 12506.080150604248, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00017905235290527344 + "time_consumption": 0.00019598007202148438 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.8718280792236328, - "time_finished": "2021-01-11 07:30:26,583", - "time_start": "2021-01-11 07:30:25,712" + "time_consumption": 0.860522985458374, + "time_finished": "2021-01-11 11:25:16,353", + "time_start": "2021-01-11 11:25:15,492" }, "_k7opsE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:29,036", - "created": 1610346629.036734, + "asctime": "2021-01-11 11:25:18,802", + "created": 1610360718.802102, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82164,18 +82164,18 @@ "message": "_k7opsE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 36.73410415649414, + "msecs": 802.1020889282227, "msg": "_k7opsE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14970.27611732483, + "relativeCreated": 14954.825162887573, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:29,046", - "created": 1610346629.046008, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810851, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -82190,8 +82190,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:29,039", - "created": 1610346629.039214, + "asctime": "2021-01-11 11:25:18,803", + "created": 1610360718.803828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82201,22 +82201,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 39.21389579772949, + "msecs": 803.8280010223389, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14972.755908966064, - "thread": 140634736203584, + "relativeCreated": 14956.55107498169, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:29,040", - "created": 1610346629.040056, + "asctime": "2021-01-11 11:25:18,804", + "created": 1610360718.804737, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82226,22 +82226,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 40.05599021911621, + "msecs": 804.7370910644531, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14973.598003387451, - "thread": 140634736203584, + "relativeCreated": 14957.460165023804, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:29,040", - "created": 1610346629.040266, + "asctime": "2021-01-11 11:25:18,805", + "created": 1610360718.805114, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82251,22 +82251,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 40.26603698730469, + "msecs": 805.1140308380127, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14973.80805015564, - "thread": 140634736203584, + "relativeCreated": 14957.837104797363, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:29,040", - "created": 1610346629.040658, + "asctime": "2021-01-11 11:25:18,806", + "created": 1610360718.806065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82276,14 +82276,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 40.657997131347656, + "msecs": 806.0650825500488, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14974.200010299683, - "thread": 140634736203584, + "relativeCreated": 14958.7881565094, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82292,8 +82292,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:29,040", - "created": 1610346629.040824, + "asctime": "2021-01-11 11:25:18,806", + "created": 1610360718.806323, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82303,14 +82303,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 40.823936462402344, + "msecs": 806.3230514526367, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14974.365949630737, - "thread": 140634736203584, + "relativeCreated": 14959.046125411987, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82318,8 +82318,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:29,041", - "created": 1610346629.041001, + "asctime": "2021-01-11 11:25:18,806", + "created": 1610360718.806632, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82329,14 +82329,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 41.001081466674805, + "msecs": 806.6320419311523, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14974.54309463501, - "thread": 140634736203584, + "relativeCreated": 14959.355115890503, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82344,8 +82344,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:29,041", - "created": 1610346629.04113, + "asctime": "2021-01-11 11:25:18,806", + "created": 1610360718.806857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82355,14 +82355,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 41.13006591796875, + "msecs": 806.8571090698242, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14974.672079086304, - "thread": 140634736203584, + "relativeCreated": 14959.580183029175, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82370,8 +82370,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:29,041", - "created": 1610346629.041254, + "asctime": "2021-01-11 11:25:18,807", + "created": 1610360718.807099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82381,14 +82381,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 41.25404357910156, + "msecs": 807.0991039276123, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14974.796056747437, - "thread": 140634736203584, + "relativeCreated": 14959.822177886963, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82396,8 +82396,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:29,041", - "created": 1610346629.041382, + "asctime": "2021-01-11 11:25:18,807", + "created": 1610360718.807338, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82407,14 +82407,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 41.3820743560791, + "msecs": 807.3379993438721, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14974.924087524414, - "thread": 140634736203584, + "relativeCreated": 14960.061073303223, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82424,8 +82424,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:29,041", - "created": 1610346629.04156, + "asctime": "2021-01-11 11:25:18,807", + "created": 1610360718.807587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82435,14 +82435,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 41.55993461608887, + "msecs": 807.5869083404541, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14975.101947784424, - "thread": 140634736203584, + "relativeCreated": 14960.309982299805, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82452,8 +82452,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:29,041", - "created": 1610346629.041706, + "asctime": "2021-01-11 11:25:18,807", + "created": 1610360718.807828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82463,14 +82463,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 41.706085205078125, + "msecs": 807.8279495239258, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14975.248098373413, - "thread": 140634736203584, + "relativeCreated": 14960.551023483276, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82480,8 +82480,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:29,041", - "created": 1610346629.041856, + "asctime": "2021-01-11 11:25:18,808", + "created": 1610360718.808433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82491,14 +82491,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 41.85605049133301, + "msecs": 808.4330558776855, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14975.398063659668, - "thread": 140634736203584, + "relativeCreated": 14961.156129837036, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82508,8 +82508,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:29,041", - "created": 1610346629.041999, + "asctime": "2021-01-11 11:25:18,808", + "created": 1610360718.808771, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82519,22 +82519,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 41.999101638793945, + "msecs": 808.7708950042725, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14975.541114807129, - "thread": 140634736203584, + "relativeCreated": 14961.493968963623, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:29,042", - "created": 1610346629.042131, + "asctime": "2021-01-11 11:25:18,808", + "created": 1610360718.808907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82544,14 +82544,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 42.13094711303711, + "msecs": 808.9070320129395, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14975.672960281372, - "thread": 140634736203584, + "relativeCreated": 14961.63010597229, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82560,8 +82560,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:29,042", - "created": 1610346629.042345, + "asctime": "2021-01-11 11:25:18,808", + "created": 1610360718.80899, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82571,14 +82571,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 42.34504699707031, + "msecs": 808.9900016784668, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14975.887060165405, - "thread": 140634736203584, + "relativeCreated": 14961.713075637817, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82586,8 +82586,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:29,042", - "created": 1610346629.04249, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809143, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82597,14 +82597,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 42.49000549316406, + "msecs": 809.14306640625, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14976.032018661499, - "thread": 140634736203584, + "relativeCreated": 14961.8661403656, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82612,8 +82612,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:29,042", - "created": 1610346629.042617, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82623,14 +82623,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 42.617082595825195, + "msecs": 809.2050552368164, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14976.15909576416, - "thread": 140634736203584, + "relativeCreated": 14961.928129196167, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82640,8 +82640,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:29,042", - "created": 1610346629.042764, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82651,14 +82651,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 42.76394844055176, + "msecs": 809.2629909515381, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14976.305961608887, - "thread": 140634736203584, + "relativeCreated": 14961.986064910889, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82668,8 +82668,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:29,042", - "created": 1610346629.042908, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82679,14 +82679,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 42.9079532623291, + "msecs": 809.3240261077881, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14976.449966430664, - "thread": 140634736203584, + "relativeCreated": 14962.047100067139, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82695,8 +82695,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:29,043", - "created": 1610346629.043043, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82706,14 +82706,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 43.042898178100586, + "msecs": 809.3810081481934, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14976.584911346436, - "thread": 140634736203584, + "relativeCreated": 14962.104082107544, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82722,8 +82722,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:29,043", - "created": 1610346629.043168, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809436, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82733,14 +82733,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 43.168067932128906, + "msecs": 809.4360828399658, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14976.710081100464, - "thread": 140634736203584, + "relativeCreated": 14962.159156799316, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82749,8 +82749,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:29,043", - "created": 1610346629.043287, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809486, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82760,22 +82760,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 43.287038803100586, + "msecs": 809.485912322998, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14976.829051971436, - "thread": 140634736203584, + "relativeCreated": 14962.208986282349, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:29,043", - "created": 1610346629.043454, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809539, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82785,22 +82785,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 43.45393180847168, + "msecs": 809.5390796661377, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14976.995944976807, - "thread": 140634736203584, + "relativeCreated": 14962.262153625488, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:29,043", - "created": 1610346629.043915, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809669, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82810,14 +82810,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 43.9150333404541, + "msecs": 809.669017791748, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14977.457046508789, - "thread": 140634736203584, + "relativeCreated": 14962.392091751099, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82826,8 +82826,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:29,044", - "created": 1610346629.044068, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.80973, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82837,14 +82837,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 44.068098068237305, + "msecs": 809.730052947998, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14977.610111236572, - "thread": 140634736203584, + "relativeCreated": 14962.453126907349, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82852,8 +82852,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:29,044", - "created": 1610346629.044202, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809802, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82863,14 +82863,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 44.20208930969238, + "msecs": 809.8020553588867, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14977.744102478027, - "thread": 140634736203584, + "relativeCreated": 14962.525129318237, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82878,8 +82878,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:29,044", - "created": 1610346629.044338, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.80986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82889,14 +82889,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 44.33798789978027, + "msecs": 809.8599910736084, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14977.880001068115, - "thread": 140634736203584, + "relativeCreated": 14962.583065032959, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82904,8 +82904,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:29,044", - "created": 1610346629.04449, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.80992, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82915,14 +82915,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 44.49009895324707, + "msecs": 809.920072555542, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14978.032112121582, - "thread": 140634736203584, + "relativeCreated": 14962.643146514893, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82930,8 +82930,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:29,044", - "created": 1610346629.044621, + "asctime": "2021-01-11 11:25:18,809", + "created": 1610360718.809984, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82941,14 +82941,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 44.62099075317383, + "msecs": 809.9839687347412, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14978.163003921509, - "thread": 140634736203584, + "relativeCreated": 14962.707042694092, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82958,8 +82958,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:29,044", - "created": 1610346629.044763, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810054, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82969,14 +82969,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 44.76308822631836, + "msecs": 810.0540637969971, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14978.305101394653, - "thread": 140634736203584, + "relativeCreated": 14962.777137756348, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -82986,8 +82986,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:29,044", - "created": 1610346629.044909, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -82997,14 +82997,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 44.909000396728516, + "msecs": 810.1370334625244, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14978.451013565063, - "thread": 140634736203584, + "relativeCreated": 14962.860107421875, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83014,8 +83014,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045054, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83025,14 +83025,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 45.053958892822266, + "msecs": 810.215950012207, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14978.595972061157, - "thread": 140634736203584, + "relativeCreated": 14962.939023971558, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83042,8 +83042,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045196, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.81028, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83053,22 +83053,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 45.1960563659668, + "msecs": 810.2800846099854, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14978.738069534302, - "thread": 140634736203584, + "relativeCreated": 14963.003158569336, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045344, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810349, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83078,14 +83078,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 45.34411430358887, + "msecs": 810.3489875793457, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14978.886127471924, - "thread": 140634736203584, + "relativeCreated": 14963.072061538696, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83094,8 +83094,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045477, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.81041, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83105,14 +83105,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 45.47691345214844, + "msecs": 810.4100227355957, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.018926620483, - "thread": 140634736203584, + "relativeCreated": 14963.133096694946, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83120,8 +83120,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045547, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810473, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83131,14 +83131,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 45.5470085144043, + "msecs": 810.4729652404785, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.08902168274, - "thread": 140634736203584, + "relativeCreated": 14963.19603919983, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83146,8 +83146,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045623, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810533, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83157,14 +83157,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 45.623064041137695, + "msecs": 810.5330467224121, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.165077209473, - "thread": 140634736203584, + "relativeCreated": 14963.256120681763, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83174,8 +83174,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045693, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810582, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83185,14 +83185,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 45.69292068481445, + "msecs": 810.5819225311279, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.23493385315, - "thread": 140634736203584, + "relativeCreated": 14963.304996490479, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83202,8 +83202,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045753, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810632, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83213,14 +83213,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 45.75300216674805, + "msecs": 810.6319904327393, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.295015335083, - "thread": 140634736203584, + "relativeCreated": 14963.35506439209, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83229,8 +83229,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045806, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810678, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83240,14 +83240,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 45.805931091308594, + "msecs": 810.6780052185059, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.347944259644, - "thread": 140634736203584, + "relativeCreated": 14963.401079177856, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83256,8 +83256,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045855, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810719, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83267,14 +83267,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 45.855045318603516, + "msecs": 810.7190132141113, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.397058486938, - "thread": 140634736203584, + "relativeCreated": 14963.442087173462, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83283,8 +83283,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045906, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.81076, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83294,22 +83294,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 45.90606689453125, + "msecs": 810.7600212097168, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.448080062866, - "thread": 140634736203584, + "relativeCreated": 14963.483095169067, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:29,045", - "created": 1610346629.045958, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810804, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83319,32 +83319,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 45.95804214477539, + "msecs": 810.8038902282715, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.50005531311, - "thread": 140634736203584, + "relativeCreated": 14963.526964187622, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 46.00811004638672, + "msecs": 810.8510971069336, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.550123214722, - "thread": 140634736203584, + "relativeCreated": 14963.574171066284, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 5.0067901611328125e-05 + "time_consumption": 4.7206878662109375e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:29,389", - "created": 1610346629.3897, + "asctime": "2021-01-11 11:25:19,154", + "created": 1610360719.154614, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -83359,8 +83359,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:29,046", - "created": 1610346629.046118, + "asctime": "2021-01-11 11:25:18,810", + "created": 1610360718.810954, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83370,22 +83370,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 46.11802101135254, + "msecs": 810.9540939331055, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.660034179688, - "thread": 140634736203584, + "relativeCreated": 14963.677167892456, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:29,046", - "created": 1610346629.046172, + "asctime": "2021-01-11 11:25:18,811", + "created": 1610360718.811001, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83395,22 +83395,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 46.17190361022949, + "msecs": 811.0010623931885, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.713916778564, - "thread": 140634736203584, + "relativeCreated": 14963.724136352539, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:29,046", - "created": 1610346629.046228, + "asctime": "2021-01-11 11:25:18,811", + "created": 1610360718.811047, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83420,14 +83420,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 46.22793197631836, + "msecs": 811.0470771789551, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.769945144653, - "thread": 140634736203584, + "relativeCreated": 14963.770151138306, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83438,8 +83438,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:29,046", - "created": 1610346629.046318, + "asctime": "2021-01-11 11:25:18,811", + "created": 1610360718.811126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83449,22 +83449,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 46.31805419921875, + "msecs": 811.1259937286377, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14979.860067367554, - "thread": 140634736203584, + "relativeCreated": 14963.849067687988, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:29,046", - "created": 1610346629.046552, + "asctime": "2021-01-11 11:25:18,811", + "created": 1610360718.811273, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83474,22 +83474,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 46.55194282531738, + "msecs": 811.2730979919434, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14980.093955993652, - "thread": 140634736203584, + "relativeCreated": 14963.996171951294, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:29,046", - "created": 1610346629.046641, + "asctime": "2021-01-11 11:25:18,811", + "created": 1610360718.811324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83499,22 +83499,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 46.64111137390137, + "msecs": 811.323881149292, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14980.183124542236, - "thread": 140634736203584, + "relativeCreated": 14964.046955108643, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:29,046", - "created": 1610346629.046726, + "asctime": "2021-01-11 11:25:18,811", + "created": 1610360718.811374, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83524,14 +83524,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 46.72598838806152, + "msecs": 811.3739490509033, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14980.268001556396, - "thread": 140634736203584, + "relativeCreated": 14964.097023010254, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -83539,8 +83539,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:29,049", - "created": 1610346629.049447, + "asctime": "2021-01-11 11:25:18,812", + "created": 1610360718.812295, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83550,14 +83550,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 49.447059631347656, + "msecs": 812.2949600219727, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14982.989072799683, - "thread": 140633285039872, + "relativeCreated": 14965.018033981323, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83565,8 +83565,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:29,049", - "created": 1610346629.049624, + "asctime": "2021-01-11 11:25:18,812", + "created": 1610360718.812431, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83576,14 +83576,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 49.623966217041016, + "msecs": 812.4310970306396, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.165979385376, - "thread": 140633285039872, + "relativeCreated": 14965.15417098999, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83591,8 +83591,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,049", - "created": 1610346629.049692, + "asctime": "2021-01-11 11:25:18,812", + "created": 1610360718.812497, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83602,14 +83602,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 49.69191551208496, + "msecs": 812.4969005584717, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.23392868042, - "thread": 140633285039872, + "relativeCreated": 14965.219974517822, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83618,8 +83618,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:29,049", - "created": 1610346629.049744, + "asctime": "2021-01-11 11:25:18,812", + "created": 1610360718.812561, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83629,14 +83629,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 49.7438907623291, + "msecs": 812.56103515625, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.285903930664, - "thread": 140633285039872, + "relativeCreated": 14965.2841091156, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83644,8 +83644,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,049", - "created": 1610346629.049829, + "asctime": "2021-01-11 11:25:18,812", + "created": 1610360718.812651, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83655,14 +83655,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 49.82900619506836, + "msecs": 812.6509189605713, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.371019363403, - "thread": 140633285039872, + "relativeCreated": 14965.373992919922, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83671,8 +83671,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,049", - "created": 1610346629.04989, + "asctime": "2021-01-11 11:25:18,812", + "created": 1610360718.81272, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83682,14 +83682,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 49.89004135131836, + "msecs": 812.7200603485107, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.432054519653, - "thread": 140633285039872, + "relativeCreated": 14965.443134307861, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83697,8 +83697,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,049", - "created": 1610346629.04998, + "asctime": "2021-01-11 11:25:18,812", + "created": 1610360718.812823, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83708,14 +83708,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 49.97992515563965, + "msecs": 812.8230571746826, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.521938323975, - "thread": 140633285039872, + "relativeCreated": 14965.546131134033, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83724,8 +83724,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.050064, + "asctime": "2021-01-11 11:25:18,812", + "created": 1610360718.812889, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83735,14 +83735,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 50.0640869140625, + "msecs": 812.8890991210938, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.606100082397, - "thread": 140633285039872, + "relativeCreated": 14965.612173080444, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83750,8 +83750,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.050154, + "asctime": "2021-01-11 11:25:18,812", + "created": 1610360718.812977, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83761,14 +83761,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 50.15397071838379, + "msecs": 812.9770755767822, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.695983886719, - "thread": 140633285039872, + "relativeCreated": 14965.700149536133, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83777,8 +83777,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.05022, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.813039, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83788,14 +83788,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 50.22001266479492, + "msecs": 813.0390644073486, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.76202583313, - "thread": 140633285039872, + "relativeCreated": 14965.7621383667, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83803,8 +83803,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.050328, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.813137, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83814,14 +83814,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 50.32801628112793, + "msecs": 813.1370544433594, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.870029449463, - "thread": 140633285039872, + "relativeCreated": 14965.86012840271, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83830,8 +83830,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.050401, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.813205, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83841,14 +83841,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 50.40097236633301, + "msecs": 813.2050037384033, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14983.942985534668, - "thread": 140633285039872, + "relativeCreated": 14965.928077697754, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83856,8 +83856,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.05052, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.813307, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83867,14 +83867,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 50.51994323730469, + "msecs": 813.3070468902588, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14984.06195640564, - "thread": 140633285039872, + "relativeCreated": 14966.03012084961, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83882,8 +83882,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.0506, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.813374, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -83893,14 +83893,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 50.60005187988281, + "msecs": 813.3740425109863, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14984.142065048218, - "thread": 140633285039872, + "relativeCreated": 14966.097116470337, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83908,8 +83908,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.05066, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.81344, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83919,14 +83919,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 50.659894943237305, + "msecs": 813.4400844573975, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14984.201908111572, - "thread": 140633285039872, + "relativeCreated": 14966.163158416748, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83935,8 +83935,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.050708, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.813496, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83946,14 +83946,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 50.70805549621582, + "msecs": 813.4961128234863, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14984.25006866455, - "thread": 140633285039872, + "relativeCreated": 14966.219186782837, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83961,8 +83961,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.050811, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.81361, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -83972,14 +83972,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 50.811052322387695, + "msecs": 813.6100769042969, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14984.353065490723, - "thread": 140633285039872, + "relativeCreated": 14966.333150863647, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -83990,8 +83990,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:29,050", - "created": 1610346629.050936, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.813733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84001,14 +84001,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 50.935983657836914, + "msecs": 813.7331008911133, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14984.477996826172, - "thread": 140633285039872, + "relativeCreated": 14966.456174850464, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84016,8 +84016,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:29,051", - "created": 1610346629.051003, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.813803, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84027,14 +84027,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 51.00297927856445, + "msecs": 813.80295753479, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14984.5449924469, - "thread": 140633285039872, + "relativeCreated": 14966.52603149414, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84045,8 +84045,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:29,051", - "created": 1610346629.051083, + "asctime": "2021-01-11 11:25:18,813", + "created": 1610360718.813889, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84056,14 +84056,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 51.08308792114258, + "msecs": 813.8890266418457, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14984.625101089478, - "thread": 140633285039872, + "relativeCreated": 14966.612100601196, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84071,8 +84071,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:29,057", - "created": 1610346629.057758, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815032, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84082,14 +84082,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 57.75809288024902, + "msecs": 815.0320053100586, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14991.300106048584, - "thread": 140632798525184, + "relativeCreated": 14967.75507926941, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84097,8 +84097,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:29,057", - "created": 1610346629.057975, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815167, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84108,14 +84108,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 57.975053787231445, + "msecs": 815.1669502258301, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14991.517066955566, - "thread": 140632798525184, + "relativeCreated": 14967.89002418518, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84123,8 +84123,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,058", - "created": 1610346629.05808, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815228, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84134,14 +84134,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 58.07995796203613, + "msecs": 815.2279853820801, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14991.621971130371, - "thread": 140632798525184, + "relativeCreated": 14967.95105934143, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84150,8 +84150,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:29,058", - "created": 1610346629.058185, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815302, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84161,14 +84161,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 58.18510055541992, + "msecs": 815.3018951416016, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14991.727113723755, - "thread": 140632798525184, + "relativeCreated": 14968.024969100952, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84176,8 +84176,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,058", - "created": 1610346629.058319, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84187,14 +84187,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 58.319091796875, + "msecs": 815.3860569000244, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14991.86110496521, - "thread": 140632798525184, + "relativeCreated": 14968.109130859375, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84203,8 +84203,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,058", - "created": 1610346629.058451, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815446, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84214,14 +84214,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 58.450937271118164, + "msecs": 815.4458999633789, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14991.992950439453, - "thread": 140632798525184, + "relativeCreated": 14968.16897392273, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84229,8 +84229,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,058", - "created": 1610346629.058621, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815534, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84240,14 +84240,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 58.62092971801758, + "msecs": 815.5341148376465, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14992.162942886353, - "thread": 140632798525184, + "relativeCreated": 14968.257188796997, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84256,8 +84256,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,058", - "created": 1610346629.058738, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815597, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84267,14 +84267,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 58.737993240356445, + "msecs": 815.5970573425293, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14992.280006408691, - "thread": 140632798525184, + "relativeCreated": 14968.32013130188, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84282,8 +84282,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,058", - "created": 1610346629.058888, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815676, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84293,14 +84293,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 58.88795852661133, + "msecs": 815.6759738922119, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14992.429971694946, - "thread": 140632798525184, + "relativeCreated": 14968.399047851562, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84309,8 +84309,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,058", - "created": 1610346629.058997, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815724, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84320,14 +84320,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 58.99691581726074, + "msecs": 815.7238960266113, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14992.538928985596, - "thread": 140632798525184, + "relativeCreated": 14968.446969985962, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84335,8 +84335,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,059", - "created": 1610346629.059157, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815789, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84346,14 +84346,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 59.15689468383789, + "msecs": 815.788984298706, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14992.698907852173, - "thread": 140632798525184, + "relativeCreated": 14968.512058258057, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84362,8 +84362,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,059", - "created": 1610346629.059265, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815836, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84373,14 +84373,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 59.2648983001709, + "msecs": 815.8359527587891, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14992.806911468506, - "thread": 140632798525184, + "relativeCreated": 14968.55902671814, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84388,8 +84388,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:29,059", - "created": 1610346629.059435, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.81591, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84399,14 +84399,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 59.43489074707031, + "msecs": 815.9101009368896, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14992.976903915405, - "thread": 140632798525184, + "relativeCreated": 14968.63317489624, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84414,8 +84414,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:29,059", - "created": 1610346629.059593, + "asctime": "2021-01-11 11:25:18,815", + "created": 1610360718.815967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84425,14 +84425,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 59.59296226501465, + "msecs": 815.9670829772949, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14993.13497543335, - "thread": 140632798525184, + "relativeCreated": 14968.690156936646, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84440,8 +84440,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,059", - "created": 1610346629.059681, + "asctime": "2021-01-11 11:25:18,816", + "created": 1610360718.816021, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84451,14 +84451,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 59.680938720703125, + "msecs": 816.0209655761719, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14993.222951889038, - "thread": 140632798525184, + "relativeCreated": 14968.744039535522, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84467,8 +84467,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:29,059", - "created": 1610346629.059755, + "asctime": "2021-01-11 11:25:18,816", + "created": 1610360718.816068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84478,14 +84478,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 59.75508689880371, + "msecs": 816.0679340362549, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14993.297100067139, - "thread": 140632798525184, + "relativeCreated": 14968.791007995605, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84493,8 +84493,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:29,059", - "created": 1610346629.059967, + "asctime": "2021-01-11 11:25:18,816", + "created": 1610360718.816171, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84504,14 +84504,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 59.967041015625, + "msecs": 816.1709308624268, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14993.50905418396, - "thread": 140632798525184, + "relativeCreated": 14968.894004821777, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84522,8 +84522,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:29,060", - "created": 1610346629.060206, + "asctime": "2021-01-11 11:25:18,816", + "created": 1610360718.816292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84533,14 +84533,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 60.205936431884766, + "msecs": 816.2920475006104, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14993.74794960022, - "thread": 140632798525184, + "relativeCreated": 14969.015121459961, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -84548,8 +84548,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:29,060", - "created": 1610346629.060339, + "asctime": "2021-01-11 11:25:18,816", + "created": 1610360718.816346, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84559,32 +84559,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 60.33897399902344, + "msecs": 816.3459300994873, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 14993.880987167358, - "thread": 140632798525184, + "relativeCreated": 14969.069004058838, + "thread": 139853119350528, "threadName": "Thread-26" } ], - "msecs": 389.69993591308594, + "msecs": 154.61397171020508, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15323.24194908142, - "thread": 140634736203584, + "relativeCreated": 15307.337045669556, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3293609619140625 + "time_consumption": 0.3382680416107178 }, { "args": [], - "asctime": "2021-01-11 07:30:29,390", - "created": 1610346629.390818, + "asctime": "2021-01-11 11:25:19,155", + "created": 1610360719.155821, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -84602,8 +84602,8 @@ "None", "None" ], - "asctime": "2021-01-11 07:30:29,390", - "created": 1610346629.390522, + "asctime": "2021-01-11 11:25:19,155", + "created": 1610360719.155539, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84613,32 +84613,32 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=None and DID=None", "module": "__init__", - "msecs": 390.5220031738281, + "msecs": 155.53903579711914, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15324.064016342163, - "thread": 140634736203584, + "relativeCreated": 15308.26210975647, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 390.81811904907227, + "msecs": 155.8210849761963, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15324.360132217407, - "thread": 140634736203584, + "relativeCreated": 15308.544158935547, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002961158752441406 + "time_consumption": 0.00028204917907714844 }, { "args": [], - "asctime": "2021-01-11 07:30:29,592", - "created": 1610346629.592593, + "asctime": "2021-01-11 11:25:19,357", + "created": 1610360719.357649, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -84657,8 +84657,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:29,391", - "created": 1610346629.391413, + "asctime": "2021-01-11 11:25:19,156", + "created": 1610360719.156392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84668,14 +84668,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 391.41297340393066, + "msecs": 156.39209747314453, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15324.954986572266, - "thread": 140634736203584, + "relativeCreated": 15309.115171432495, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -84683,8 +84683,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:29,416", - "created": 1610346629.416274, + "asctime": "2021-01-11 11:25:19,179", + "created": 1610360719.179617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84694,14 +84694,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 416.2740707397461, + "msecs": 179.61692810058594, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15349.816083908081, - "thread": 140633285039872, + "relativeCreated": 15332.340002059937, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84709,8 +84709,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:29,416", - "created": 1610346629.416988, + "asctime": "2021-01-11 11:25:19,180", + "created": 1610360719.180322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -84720,14 +84720,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 416.9878959655762, + "msecs": 180.32193183898926, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15350.529909133911, - "thread": 140633285039872, + "relativeCreated": 15333.04500579834, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84735,8 +84735,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,417", - "created": 1610346629.417216, + "asctime": "2021-01-11 11:25:19,180", + "created": 1610360719.180614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84746,14 +84746,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 417.21606254577637, + "msecs": 180.61399459838867, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15350.758075714111, - "thread": 140633285039872, + "relativeCreated": 15333.33706855774, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84762,8 +84762,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:29,417", - "created": 1610346629.417402, + "asctime": "2021-01-11 11:25:19,180", + "created": 1610360719.180876, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84773,14 +84773,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 417.4020290374756, + "msecs": 180.8760166168213, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15350.94404220581, - "thread": 140633285039872, + "relativeCreated": 15333.599090576172, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84788,8 +84788,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,417", - "created": 1610346629.417719, + "asctime": "2021-01-11 11:25:19,181", + "created": 1610360719.181189, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84799,14 +84799,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 417.71888732910156, + "msecs": 181.18906021118164, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15351.260900497437, - "thread": 140633285039872, + "relativeCreated": 15333.912134170532, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84815,8 +84815,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,417", - "created": 1610346629.417967, + "asctime": "2021-01-11 11:25:19,181", + "created": 1610360719.181656, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84826,14 +84826,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 417.9670810699463, + "msecs": 181.6558837890625, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15351.509094238281, - "thread": 140633285039872, + "relativeCreated": 15334.378957748413, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84841,8 +84841,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,418", - "created": 1610346629.418436, + "asctime": "2021-01-11 11:25:19,182", + "created": 1610360719.182169, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84852,14 +84852,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 418.43605041503906, + "msecs": 182.16896057128906, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15351.978063583374, - "thread": 140633285039872, + "relativeCreated": 15334.89203453064, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84868,8 +84868,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,418", - "created": 1610346629.41897, + "asctime": "2021-01-11 11:25:19,182", + "created": 1610360719.182649, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84879,14 +84879,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 418.97010803222656, + "msecs": 182.6488971710205, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15352.512121200562, - "thread": 140633285039872, + "relativeCreated": 15335.371971130371, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84894,8 +84894,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,419", - "created": 1610346629.419322, + "asctime": "2021-01-11 11:25:19,183", + "created": 1610360719.183158, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84905,14 +84905,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 419.32201385498047, + "msecs": 183.15792083740234, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15352.864027023315, - "thread": 140633285039872, + "relativeCreated": 15335.880994796753, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84921,8 +84921,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,419", - "created": 1610346629.41959, + "asctime": "2021-01-11 11:25:19,183", + "created": 1610360719.183387, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84932,14 +84932,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 419.5899963378906, + "msecs": 183.38704109191895, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15353.132009506226, - "thread": 140633285039872, + "relativeCreated": 15336.11011505127, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84947,8 +84947,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,420", - "created": 1610346629.420301, + "asctime": "2021-01-11 11:25:19,183", + "created": 1610360719.183673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84958,14 +84958,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 420.3009605407715, + "msecs": 183.67290496826172, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15353.842973709106, - "thread": 140633285039872, + "relativeCreated": 15336.395978927612, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -84974,8 +84974,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,420", - "created": 1610346629.42066, + "asctime": "2021-01-11 11:25:19,183", + "created": 1610360719.183873, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -84985,14 +84985,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 420.66001892089844, + "msecs": 183.87293815612793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15354.202032089233, - "thread": 140633285039872, + "relativeCreated": 15336.596012115479, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -85000,8 +85000,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:29,421", - "created": 1610346629.421072, + "asctime": "2021-01-11 11:25:19,184", + "created": 1610360719.184233, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85011,14 +85011,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 421.07200622558594, + "msecs": 184.2329502105713, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15354.61401939392, - "thread": 140633285039872, + "relativeCreated": 15336.956024169922, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -85026,8 +85026,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:29,421", - "created": 1610346629.42137, + "asctime": "2021-01-11 11:25:19,184", + "created": 1610360719.184573, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85037,14 +85037,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 421.3700294494629, + "msecs": 184.57293510437012, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15354.912042617798, - "thread": 140633285039872, + "relativeCreated": 15337.29600906372, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -85052,8 +85052,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,421", - "created": 1610346629.421704, + "asctime": "2021-01-11 11:25:19,184", + "created": 1610360719.184873, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85063,14 +85063,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 421.7040538787842, + "msecs": 184.87310409545898, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15355.24606704712, - "thread": 140633285039872, + "relativeCreated": 15337.59617805481, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -85079,8 +85079,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:29,421", - "created": 1610346629.421915, + "asctime": "2021-01-11 11:25:19,185", + "created": 1610360719.185111, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85090,14 +85090,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 421.91505432128906, + "msecs": 185.11104583740234, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15355.457067489624, - "thread": 140633285039872, + "relativeCreated": 15337.834119796753, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -85105,8 +85105,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16" ], - "asctime": "2021-01-11 07:30:29,422", - "created": 1610346629.422333, + "asctime": "2021-01-11 11:25:19,185", + "created": 1610360719.18559, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85116,14 +85116,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16", "module": "stp", - "msecs": 422.3330020904541, + "msecs": 185.59002876281738, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15355.875015258789, - "thread": 140633285039872, + "relativeCreated": 15338.313102722168, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -85134,8 +85134,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:29,422", - "created": 1610346629.422826, + "asctime": "2021-01-11 11:25:19,186", + "created": 1610360719.186079, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85145,14 +85145,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 422.82605171203613, + "msecs": 186.0790252685547, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15356.368064880371, - "thread": 140633285039872, + "relativeCreated": 15338.802099227905, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -85160,8 +85160,8 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 07:30:29,423", - "created": 1610346629.423124, + "asctime": "2021-01-11 11:25:19,186", + "created": 1610360719.186381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85171,14 +85171,14 @@ "lineno": 479, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 423.1240749359131, + "msecs": 186.38110160827637, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15356.666088104248, - "thread": 140633285039872, + "relativeCreated": 15339.104175567627, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -85189,8 +85189,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:29,423", - "created": 1610346629.42346, + "asctime": "2021-01-11 11:25:19,186", + "created": 1610360719.186784, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85200,14 +85200,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 423.4600067138672, + "msecs": 186.784029006958, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15357.002019882202, - "thread": 140633285039872, + "relativeCreated": 15339.507102966309, + "thread": 139853127743232, "threadName": "Thread-25" }, { @@ -85215,8 +85215,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60" ], - "asctime": "2021-01-11 07:30:29,425", - "created": 1610346629.425121, + "asctime": "2021-01-11 11:25:19,217", + "created": 1610360719.217859, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85226,14 +85226,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60", "module": "__init__", - "msecs": 425.1210689544678, + "msecs": 217.85902976989746, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15358.663082122803, - "thread": 140632798525184, + "relativeCreated": 15370.582103729248, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85241,8 +85241,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60" ], - "asctime": "2021-01-11 07:30:29,425", - "created": 1610346629.425298, + "asctime": "2021-01-11 11:25:19,218", + "created": 1610360719.218722, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85252,14 +85252,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60", "module": "__init__", - "msecs": 425.29797554016113, + "msecs": 218.72210502624512, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15358.839988708496, - "thread": 140632798525184, + "relativeCreated": 15371.445178985596, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85267,8 +85267,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,425", - "created": 1610346629.42539, + "asctime": "2021-01-11 11:25:19,218", + "created": 1610360719.21899, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85278,14 +85278,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 425.39000511169434, + "msecs": 218.99008750915527, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15358.93201828003, - "thread": 140632798525184, + "relativeCreated": 15371.713161468506, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85294,8 +85294,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:29,425", - "created": 1610346629.425504, + "asctime": "2021-01-11 11:25:19,219", + "created": 1610360719.219244, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85305,14 +85305,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 425.5039691925049, + "msecs": 219.24400329589844, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15359.04598236084, - "thread": 140632798525184, + "relativeCreated": 15371.967077255249, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85320,8 +85320,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,425", - "created": 1610346629.42562, + "asctime": "2021-01-11 11:25:19,219", + "created": 1610360719.219437, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85331,14 +85331,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 425.62007904052734, + "msecs": 219.4368839263916, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15359.162092208862, - "thread": 140632798525184, + "relativeCreated": 15372.159957885742, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85347,8 +85347,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,425", - "created": 1610346629.425708, + "asctime": "2021-01-11 11:25:19,219", + "created": 1610360719.219596, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85358,14 +85358,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 425.7080554962158, + "msecs": 219.59590911865234, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15359.25006866455, - "thread": 140632798525184, + "relativeCreated": 15372.318983078003, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85373,8 +85373,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,425", - "created": 1610346629.425835, + "asctime": "2021-01-11 11:25:19,219", + "created": 1610360719.219853, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85384,14 +85384,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 425.83489418029785, + "msecs": 219.85292434692383, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15359.376907348633, - "thread": 140632798525184, + "relativeCreated": 15372.575998306274, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85400,8 +85400,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,425", - "created": 1610346629.425922, + "asctime": "2021-01-11 11:25:19,220", + "created": 1610360719.220038, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85411,14 +85411,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 425.9219169616699, + "msecs": 220.03793716430664, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15359.463930130005, - "thread": 140632798525184, + "relativeCreated": 15372.761011123657, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85426,8 +85426,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,426", - "created": 1610346629.426041, + "asctime": "2021-01-11 11:25:19,220", + "created": 1610360719.220264, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85437,14 +85437,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.0408878326416, + "msecs": 220.26395797729492, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15359.582901000977, - "thread": 140632798525184, + "relativeCreated": 15372.987031936646, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85453,8 +85453,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,426", - "created": 1610346629.426126, + "asctime": "2021-01-11 11:25:19,220", + "created": 1610360719.220433, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85464,14 +85464,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 426.12600326538086, + "msecs": 220.43299674987793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15359.668016433716, - "thread": 140632798525184, + "relativeCreated": 15373.156070709229, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85479,8 +85479,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,426", - "created": 1610346629.426244, + "asctime": "2021-01-11 11:25:19,220", + "created": 1610360719.220674, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85490,14 +85490,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.24402046203613, + "msecs": 220.6740379333496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15359.786033630371, - "thread": 140632798525184, + "relativeCreated": 15373.3971118927, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85506,8 +85506,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,426", - "created": 1610346629.426345, + "asctime": "2021-01-11 11:25:19,220", + "created": 1610360719.220909, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85517,14 +85517,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 426.3451099395752, + "msecs": 220.90911865234375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15359.88712310791, - "thread": 140632798525184, + "relativeCreated": 15373.632192611694, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85532,8 +85532,8 @@ "comm-server:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 07:30:29,426", - "created": 1610346629.4265, + "asctime": "2021-01-11 11:25:19,221", + "created": 1610360719.221446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85543,14 +85543,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 426.5000820159912, + "msecs": 221.44603729248047, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15360.042095184326, - "thread": 140632798525184, + "relativeCreated": 15374.169111251831, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85558,8 +85558,8 @@ "comm-client:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 07:30:29,426", - "created": 1610346629.426672, + "asctime": "2021-01-11 11:25:19,221", + "created": 1610360719.2218, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85569,14 +85569,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 426.67198181152344, + "msecs": 221.8000888824463, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15360.213994979858, - "thread": 140632798525184, + "relativeCreated": 15374.523162841797, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85584,8 +85584,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,426", - "created": 1610346629.426777, + "asctime": "2021-01-11 11:25:19,221", + "created": 1610360719.221953, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85595,14 +85595,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.7768859863281, + "msecs": 221.9529151916504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15360.318899154663, - "thread": 140632798525184, + "relativeCreated": 15374.675989151001, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85611,8 +85611,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:29,426", - "created": 1610346629.426863, + "asctime": "2021-01-11 11:25:19,222", + "created": 1610360719.222061, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85622,14 +85622,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 426.8629550933838, + "msecs": 222.0609188079834, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15360.404968261719, - "thread": 140632798525184, + "relativeCreated": 15374.783992767334, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85637,8 +85637,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 60 02 24 68" ], - "asctime": "2021-01-11 07:30:29,427", - "created": 1610346629.427054, + "asctime": "2021-01-11 11:25:19,222", + "created": 1610360719.222281, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -85648,14 +85648,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 60 02 24 68", "module": "stp", - "msecs": 427.05392837524414, + "msecs": 222.28097915649414, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15360.59594154358, - "thread": 140632798525184, + "relativeCreated": 15375.004053115845, + "thread": 139853119350528, "threadName": "Thread-26" }, { @@ -85666,8 +85666,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:29,427", - "created": 1610346629.427283, + "asctime": "2021-01-11 11:25:19,222", + "created": 1610360719.222537, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85677,22 +85677,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 427.28304862976074, + "msecs": 222.53704071044922, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15360.825061798096, - "thread": 140632798525184, + "relativeCreated": 15375.2601146698, + "thread": 139853119350528, "threadName": "Thread-26" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:29,427", - "created": 1610346629.427437, + "asctime": "2021-01-11 11:25:19,222", + "created": 1610360719.222686, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85702,35 +85702,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 427.43706703186035, + "msecs": 222.6860523223877, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15360.979080200195, - "thread": 140632798525184, + "relativeCreated": 15375.409126281738, + "thread": 139853119350528, "threadName": "Thread-26" } ], - "msecs": 592.5929546356201, + "msecs": 357.6490879058838, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15526.134967803955, - "thread": 140634736203584, + "relativeCreated": 15510.372161865234, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.16515588760375977 + "time_consumption": 0.1349630355834961 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,593", - "created": 1610346629.593717, + "asctime": "2021-01-11 11:25:19,358", + "created": 1610360719.358641, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85747,8 +85747,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,593", - "created": 1610346629.59323, + "asctime": "2021-01-11 11:25:19,358", + "created": 1610360719.358223, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85758,14 +85758,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): {u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0} ()", "module": "test", - "msecs": 593.2300090789795, + "msecs": 358.22296142578125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15526.772022247314, - "thread": 140634736203584, + "relativeCreated": 15510.946035385132, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -85774,8 +85774,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,593", - "created": 1610346629.593496, + "asctime": "2021-01-11 11:25:19,358", + "created": 1610360719.358443, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85785,35 +85785,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 593.4960842132568, + "msecs": 358.443021774292, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15527.038097381592, - "thread": 140634736203584, + "relativeCreated": 15511.166095733643, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 593.717098236084, + "msecs": 358.6409091949463, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15527.259111404419, - "thread": 140634736203584, + "relativeCreated": 15511.363983154297, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00022101402282714844 + "time_consumption": 0.00019788742065429688 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,594", - "created": 1610346629.594364, + "asctime": "2021-01-11 11:25:19,359", + "created": 1610360719.359329, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85830,8 +85830,8 @@ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,593", - "created": 1610346629.593999, + "asctime": "2021-01-11 11:25:19,358", + "created": 1610360719.358923, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85841,14 +85841,14 @@ "lineno": 22, "message": "Result (Message received by client): {u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0} ()", "module": "test", - "msecs": 593.998908996582, + "msecs": 358.92295837402344, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15527.540922164917, - "thread": 140634736203584, + "relativeCreated": 15511.646032333374, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -85857,8 +85857,8 @@ "{'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:29,594", - "created": 1610346629.594178, + "asctime": "2021-01-11 11:25:19,359", + "created": 1610360719.359097, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -85868,39 +85868,39 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0} ()", "module": "test", - "msecs": 594.1779613494873, + "msecs": 359.0970039367676, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15527.719974517822, - "thread": 140634736203584, + "relativeCreated": 15511.820077896118, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 594.3639278411865, + "msecs": 359.3289852142334, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15527.905941009521, - "thread": 140634736203584, + "relativeCreated": 15512.052059173584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00018596649169921875 + "time_consumption": 0.0002319812774658203 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.5576298236846924, - "time_finished": "2021-01-11 07:30:29,594", - "time_start": "2021-01-11 07:30:29,036" + "time_consumption": 0.5572268962860107, + "time_finished": "2021-01-11 11:25:19,359", + "time_start": "2021-01-11 11:25:18,802" }, "_r9srME0vEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:26,944", - "created": 1610346626.944843, + "asctime": "2021-01-11 11:25:16,710", + "created": 1610360716.710848, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85911,18 +85911,18 @@ "message": "_r9srME0vEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 944.843053817749, + "msecs": 710.8480930328369, "msg": "_r9srME0vEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12878.385066986084, + "relativeCreated": 12863.571166992188, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953563, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721991, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -85937,8 +85937,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:26,946", - "created": 1610346626.946117, + "asctime": "2021-01-11 11:25:16,712", + "created": 1610360716.712349, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85948,22 +85948,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 946.1169242858887, + "msecs": 712.3489379882812, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12879.658937454224, - "thread": 140634736203584, + "relativeCreated": 12865.072011947632, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:26,947", - "created": 1610346626.947181, + "asctime": "2021-01-11 11:25:16,713", + "created": 1610360716.713768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85973,22 +85973,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 947.180986404419, + "msecs": 713.7680053710938, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12880.722999572754, - "thread": 140634736203584, + "relativeCreated": 12866.491079330444, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:26,947", - "created": 1610346626.947488, + "asctime": "2021-01-11 11:25:16,714", + "created": 1610360716.714134, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -85998,22 +85998,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 947.4880695343018, + "msecs": 714.1339778900146, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12881.030082702637, - "thread": 140634736203584, + "relativeCreated": 12866.857051849365, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:26,948", - "created": 1610346626.948157, + "asctime": "2021-01-11 11:25:16,715", + "created": 1610360716.715177, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86023,14 +86023,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 948.1570720672607, + "msecs": 715.177059173584, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12881.699085235596, - "thread": 140634736203584, + "relativeCreated": 12867.900133132935, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86039,8 +86039,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:26,948", - "created": 1610346626.948508, + "asctime": "2021-01-11 11:25:16,715", + "created": 1610360716.715487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86050,14 +86050,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 948.5080242156982, + "msecs": 715.487003326416, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12882.050037384033, - "thread": 140634736203584, + "relativeCreated": 12868.210077285767, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86065,8 +86065,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:26,948", - "created": 1610346626.948885, + "asctime": "2021-01-11 11:25:16,715", + "created": 1610360716.715843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86076,14 +86076,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 948.8849639892578, + "msecs": 715.8429622650146, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12882.426977157593, - "thread": 140634736203584, + "relativeCreated": 12868.566036224365, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86091,8 +86091,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:26,949", - "created": 1610346626.949145, + "asctime": "2021-01-11 11:25:16,716", + "created": 1610360716.716097, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86102,14 +86102,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 949.1450786590576, + "msecs": 716.0971164703369, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12882.687091827393, - "thread": 140634736203584, + "relativeCreated": 12868.820190429688, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86117,8 +86117,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:26,949", - "created": 1610346626.949394, + "asctime": "2021-01-11 11:25:16,716", + "created": 1610360716.716913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86128,14 +86128,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 949.3939876556396, + "msecs": 716.9129848480225, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12882.936000823975, - "thread": 140634736203584, + "relativeCreated": 12869.636058807373, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86143,8 +86143,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:26,949", - "created": 1610346626.949669, + "asctime": "2021-01-11 11:25:16,717", + "created": 1610360716.717171, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86154,14 +86154,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 949.6688842773438, + "msecs": 717.1709537506104, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12883.210897445679, - "thread": 140634736203584, + "relativeCreated": 12869.894027709961, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86171,8 +86171,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:26,949", - "created": 1610346626.949932, + "asctime": "2021-01-11 11:25:16,717", + "created": 1610360716.717467, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86182,14 +86182,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 949.9320983886719, + "msecs": 717.4670696258545, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12883.474111557007, - "thread": 140634736203584, + "relativeCreated": 12870.190143585205, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86199,8 +86199,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:26,950", - "created": 1610346626.950233, + "asctime": "2021-01-11 11:25:16,717", + "created": 1610360716.717729, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86210,14 +86210,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 950.232982635498, + "msecs": 717.7290916442871, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12883.774995803833, - "thread": 140634736203584, + "relativeCreated": 12870.452165603638, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86227,8 +86227,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:26,950", - "created": 1610346626.950485, + "asctime": "2021-01-11 11:25:16,717", + "created": 1610360716.717985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86238,14 +86238,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 950.4849910736084, + "msecs": 717.9849147796631, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12884.027004241943, - "thread": 140634736203584, + "relativeCreated": 12870.707988739014, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86255,8 +86255,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:26,950", - "created": 1610346626.950747, + "asctime": "2021-01-11 11:25:16,718", + "created": 1610360716.718317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86266,22 +86266,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 950.747013092041, + "msecs": 718.3170318603516, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12884.289026260376, - "thread": 140634736203584, + "relativeCreated": 12871.040105819702, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:26,950", - "created": 1610346626.950983, + "asctime": "2021-01-11 11:25:16,718", + "created": 1610360716.718587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86291,14 +86291,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 950.9830474853516, + "msecs": 718.5869216918945, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12884.525060653687, - "thread": 140634736203584, + "relativeCreated": 12871.309995651245, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86307,8 +86307,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:26,951", - "created": 1610346626.95124, + "asctime": "2021-01-11 11:25:16,718", + "created": 1610360716.718838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86318,14 +86318,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 951.240062713623, + "msecs": 718.8379764556885, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12884.782075881958, - "thread": 140634736203584, + "relativeCreated": 12871.561050415039, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86333,8 +86333,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:26,951", - "created": 1610346626.951356, + "asctime": "2021-01-11 11:25:16,719", + "created": 1610360716.719085, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86344,14 +86344,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 951.3559341430664, + "msecs": 719.0849781036377, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12884.897947311401, - "thread": 140634736203584, + "relativeCreated": 12871.808052062988, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86359,8 +86359,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:26,951", - "created": 1610346626.951439, + "asctime": "2021-01-11 11:25:16,719", + "created": 1610360716.719331, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86370,14 +86370,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 951.4389038085938, + "msecs": 719.3310260772705, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12884.980916976929, - "thread": 140634736203584, + "relativeCreated": 12872.054100036621, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86387,8 +86387,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:26,951", - "created": 1610346626.951518, + "asctime": "2021-01-11 11:25:16,719", + "created": 1610360716.719559, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86398,14 +86398,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 951.5180587768555, + "msecs": 719.5589542388916, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.06007194519, - "thread": 140634736203584, + "relativeCreated": 12872.282028198242, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86415,8 +86415,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:26,951", - "created": 1610346626.9516, + "asctime": "2021-01-11 11:25:16,719", + "created": 1610360716.719649, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86426,14 +86426,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 951.6000747680664, + "msecs": 719.649076461792, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.142087936401, - "thread": 140634736203584, + "relativeCreated": 12872.372150421143, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86442,8 +86442,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:26,951", - "created": 1610346626.95168, + "asctime": "2021-01-11 11:25:16,719", + "created": 1610360716.719735, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86453,14 +86453,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 951.6799449920654, + "msecs": 719.7349071502686, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.2219581604, - "thread": 140634736203584, + "relativeCreated": 12872.45798110962, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86469,8 +86469,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:26,951", - "created": 1610346626.951751, + "asctime": "2021-01-11 11:25:16,719", + "created": 1610360716.719817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86480,14 +86480,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 951.7509937286377, + "msecs": 719.8169231414795, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.293006896973, - "thread": 140634736203584, + "relativeCreated": 12872.53999710083, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86496,8 +86496,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:26,951", - "created": 1610346626.951818, + "asctime": "2021-01-11 11:25:16,719", + "created": 1610360716.719893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86507,22 +86507,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 951.8179893493652, + "msecs": 719.8929786682129, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.3600025177, - "thread": 140634736203584, + "relativeCreated": 12872.616052627563, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:26,951", - "created": 1610346626.951888, + "asctime": "2021-01-11 11:25:16,719", + "created": 1610360716.71997, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86532,22 +86532,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 951.8880844116211, + "msecs": 719.9699878692627, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.430097579956, - "thread": 140634736203584, + "relativeCreated": 12872.693061828613, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952084, + "asctime": "2021-01-11 11:25:16,720", + "created": 1610360716.72022, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86557,14 +86557,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 952.0840644836426, + "msecs": 720.2200889587402, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.626077651978, - "thread": 140634736203584, + "relativeCreated": 12872.94316291809, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86573,8 +86573,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952174, + "asctime": "2021-01-11 11:25:16,720", + "created": 1610360716.720336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86584,14 +86584,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 952.1739482879639, + "msecs": 720.3359603881836, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.715961456299, - "thread": 140634736203584, + "relativeCreated": 12873.059034347534, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86599,8 +86599,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952274, + "asctime": "2021-01-11 11:25:16,720", + "created": 1610360716.720458, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86610,14 +86610,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 952.2740840911865, + "msecs": 720.4580307006836, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.816097259521, - "thread": 140634736203584, + "relativeCreated": 12873.181104660034, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86625,8 +86625,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952349, + "asctime": "2021-01-11 11:25:16,720", + "created": 1610360716.720556, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86636,14 +86636,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 952.3489475250244, + "msecs": 720.5560207366943, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.89096069336, - "thread": 140634736203584, + "relativeCreated": 12873.279094696045, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86651,8 +86651,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952446, + "asctime": "2021-01-11 11:25:16,720", + "created": 1610360716.720649, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86662,14 +86662,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 952.4459838867188, + "msecs": 720.649003982544, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12885.987997055054, - "thread": 140634736203584, + "relativeCreated": 12873.372077941895, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86677,8 +86677,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952517, + "asctime": "2021-01-11 11:25:16,720", + "created": 1610360716.720756, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86688,14 +86688,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 952.517032623291, + "msecs": 720.7560539245605, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.059045791626, - "thread": 140634736203584, + "relativeCreated": 12873.479127883911, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86705,8 +86705,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952579, + "asctime": "2021-01-11 11:25:16,720", + "created": 1610360716.720828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86716,14 +86716,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 952.5790214538574, + "msecs": 720.8280563354492, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.121034622192, - "thread": 140634736203584, + "relativeCreated": 12873.5511302948, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86733,8 +86733,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952643, + "asctime": "2021-01-11 11:25:16,720", + "created": 1610360716.720901, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86744,14 +86744,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 952.6429176330566, + "msecs": 720.9010124206543, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.184930801392, - "thread": 140634736203584, + "relativeCreated": 12873.624086380005, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86761,8 +86761,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952701, + "asctime": "2021-01-11 11:25:16,720", + "created": 1610360716.720973, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86772,14 +86772,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 952.7010917663574, + "msecs": 720.973014831543, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.243104934692, - "thread": 140634736203584, + "relativeCreated": 12873.696088790894, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86789,8 +86789,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952765, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721052, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86800,22 +86800,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 952.7649879455566, + "msecs": 721.0519313812256, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.307001113892, - "thread": 140634736203584, + "relativeCreated": 12873.775005340576, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:26,952", - "created": 1610346626.952817, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721326, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86825,14 +86825,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 952.8169631958008, + "msecs": 721.3261127471924, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.358976364136, - "thread": 140634736203584, + "relativeCreated": 12874.049186706543, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86841,8 +86841,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.95304, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721407, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86852,14 +86852,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 953.0398845672607, + "msecs": 721.4069366455078, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.581897735596, - "thread": 140634736203584, + "relativeCreated": 12874.130010604858, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86867,8 +86867,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953106, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721481, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86878,14 +86878,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 953.1059265136719, + "msecs": 721.4810848236084, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.647939682007, - "thread": 140634736203584, + "relativeCreated": 12874.204158782959, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86893,8 +86893,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953166, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86904,14 +86904,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 953.1660079956055, + "msecs": 721.545934677124, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.70802116394, - "thread": 140634736203584, + "relativeCreated": 12874.269008636475, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86921,8 +86921,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953214, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86932,14 +86932,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 953.2139301300049, + "msecs": 721.613883972168, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.75594329834, - "thread": 140634736203584, + "relativeCreated": 12874.336957931519, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86949,8 +86949,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953272, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86960,14 +86960,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 953.2721042633057, + "msecs": 721.682071685791, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.81411743164, - "thread": 140634736203584, + "relativeCreated": 12874.405145645142, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -86976,8 +86976,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953334, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721746, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -86987,14 +86987,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 953.3340930938721, + "msecs": 721.7459678649902, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.876106262207, - "thread": 140634736203584, + "relativeCreated": 12874.46904182434, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -87003,8 +87003,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.95339, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87014,14 +87014,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 953.3898830413818, + "msecs": 721.8060493469238, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.931896209717, - "thread": 140634736203584, + "relativeCreated": 12874.529123306274, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -87030,8 +87030,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953451, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721865, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87041,22 +87041,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 953.4509181976318, + "msecs": 721.8649387359619, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12886.992931365967, - "thread": 140634736203584, + "relativeCreated": 12874.588012695312, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953514, + "asctime": "2021-01-11 11:25:16,721", + "created": 1610360716.721929, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87066,32 +87066,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 953.5140991210938, + "msecs": 721.9290733337402, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12887.056112289429, - "thread": 140634736203584, + "relativeCreated": 12874.65214729309, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 953.5629749298096, + "msecs": 721.9910621643066, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12887.104988098145, - "thread": 140634736203584, + "relativeCreated": 12874.714136123657, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 4.887580871582031e-05 + "time_consumption": 6.198883056640625e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:27,297", - "created": 1610346627.297354, + "asctime": "2021-01-11 11:25:17,065", + "created": 1610360717.065991, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -87106,8 +87106,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953671, + "asctime": "2021-01-11 11:25:16,722", + "created": 1610360716.722122, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87117,22 +87117,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 953.6709785461426, + "msecs": 722.1219539642334, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12887.212991714478, - "thread": 140634736203584, + "relativeCreated": 12874.845027923584, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953729, + "asctime": "2021-01-11 11:25:16,722", + "created": 1610360716.722198, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87142,22 +87142,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 953.7289142608643, + "msecs": 722.1980094909668, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12887.2709274292, - "thread": 140634736203584, + "relativeCreated": 12874.921083450317, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953786, + "asctime": "2021-01-11 11:25:16,722", + "created": 1610360716.722278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87167,14 +87167,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 953.7858963012695, + "msecs": 722.2781181335449, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12887.327909469604, - "thread": 140634736203584, + "relativeCreated": 12875.001192092896, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -87185,8 +87185,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:26,953", - "created": 1610346626.953878, + "asctime": "2021-01-11 11:25:16,722", + "created": 1610360716.722403, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87196,22 +87196,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 953.8779258728027, + "msecs": 722.4030494689941, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12887.419939041138, - "thread": 140634736203584, + "relativeCreated": 12875.126123428345, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:26,954", - "created": 1610346626.954061, + "asctime": "2021-01-11 11:25:16,722", + "created": 1610360716.722665, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87221,22 +87221,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 954.0610313415527, + "msecs": 722.6650714874268, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12887.603044509888, - "thread": 140634736203584, + "relativeCreated": 12875.388145446777, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:26,954", - "created": 1610346626.954131, + "asctime": "2021-01-11 11:25:16,722", + "created": 1610360716.722728, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87246,22 +87246,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 954.1308879852295, + "msecs": 722.7280139923096, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12887.672901153564, - "thread": 140634736203584, + "relativeCreated": 12875.45108795166, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:26,954", - "created": 1610346626.95418, + "asctime": "2021-01-11 11:25:16,722", + "created": 1610360716.722783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87271,14 +87271,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 954.1800022125244, + "msecs": 722.783088684082, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12887.72201538086, - "thread": 140634736203584, + "relativeCreated": 12875.506162643433, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -87286,8 +87286,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:26,957", - "created": 1610346626.957274, + "asctime": "2021-01-11 11:25:16,728", + "created": 1610360716.728928, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87297,14 +87297,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 957.2739601135254, + "msecs": 728.9280891418457, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12890.81597328186, - "thread": 140633335396096, + "relativeCreated": 12881.651163101196, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87312,8 +87312,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:26,957", - "created": 1610346626.957399, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729109, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87323,14 +87323,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 957.3988914489746, + "msecs": 729.1090488433838, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12890.94090461731, - "thread": 140633335396096, + "relativeCreated": 12881.832122802734, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87338,8 +87338,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,957", - "created": 1610346626.957466, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87349,14 +87349,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 957.4658870697021, + "msecs": 729.1760444641113, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.007900238037, - "thread": 140633335396096, + "relativeCreated": 12881.899118423462, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87365,8 +87365,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:26,957", - "created": 1610346626.957517, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729238, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87376,14 +87376,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 957.5169086456299, + "msecs": 729.2380332946777, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.058921813965, - "thread": 140633335396096, + "relativeCreated": 12881.961107254028, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87391,8 +87391,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,957", - "created": 1610346626.957603, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729307, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87402,14 +87402,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 957.6029777526855, + "msecs": 729.3069362640381, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.14499092102, - "thread": 140633335396096, + "relativeCreated": 12882.030010223389, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87418,8 +87418,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,957", - "created": 1610346626.957663, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87429,14 +87429,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 957.6630592346191, + "msecs": 729.3570041656494, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.205072402954, - "thread": 140633335396096, + "relativeCreated": 12882.080078125, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87444,8 +87444,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,957", - "created": 1610346626.957748, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729423, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87455,14 +87455,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 957.7479362487793, + "msecs": 729.4230461120605, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.289949417114, - "thread": 140633335396096, + "relativeCreated": 12882.146120071411, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87471,8 +87471,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,957", - "created": 1610346626.957809, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729475, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87482,14 +87482,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 957.8089714050293, + "msecs": 729.4750213623047, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.350984573364, - "thread": 140633335396096, + "relativeCreated": 12882.198095321655, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87497,8 +87497,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,957", - "created": 1610346626.957887, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729555, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87508,14 +87508,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 957.8869342803955, + "msecs": 729.5548915863037, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.42894744873, - "thread": 140633335396096, + "relativeCreated": 12882.277965545654, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87524,8 +87524,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,957", - "created": 1610346626.957946, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87535,14 +87535,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 957.9460620880127, + "msecs": 729.625940322876, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.488075256348, - "thread": 140633335396096, + "relativeCreated": 12882.349014282227, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87550,8 +87550,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,958", - "created": 1610346626.958031, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729728, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87561,14 +87561,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 958.0309391021729, + "msecs": 729.7279834747314, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.572952270508, - "thread": 140633335396096, + "relativeCreated": 12882.451057434082, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87577,8 +87577,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,958", - "created": 1610346626.958089, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87588,14 +87588,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 958.0891132354736, + "msecs": 729.8018932342529, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.631126403809, - "thread": 140633335396096, + "relativeCreated": 12882.524967193604, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87603,8 +87603,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:26,958", - "created": 1610346626.958192, + "asctime": "2021-01-11 11:25:16,729", + "created": 1610360716.729908, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87614,14 +87614,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 958.1921100616455, + "msecs": 729.9079895019531, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.73412322998, - "thread": 140633335396096, + "relativeCreated": 12882.631063461304, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87629,8 +87629,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:26,958", - "created": 1610346626.958268, + "asctime": "2021-01-11 11:25:16,730", + "created": 1610360716.730017, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87640,14 +87640,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 958.2679271697998, + "msecs": 730.0169467926025, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.809940338135, - "thread": 140633335396096, + "relativeCreated": 12882.740020751953, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87655,8 +87655,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,958", - "created": 1610346626.958323, + "asctime": "2021-01-11 11:25:16,730", + "created": 1610360716.730102, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87666,14 +87666,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 958.3230018615723, + "msecs": 730.1020622253418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.865015029907, - "thread": 140633335396096, + "relativeCreated": 12882.825136184692, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87682,8 +87682,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:26,958", - "created": 1610346626.95837, + "asctime": "2021-01-11 11:25:16,730", + "created": 1610360716.730174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87693,14 +87693,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 958.3699703216553, + "msecs": 730.1740646362305, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12891.91198348999, - "thread": 140633335396096, + "relativeCreated": 12882.897138595581, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87708,8 +87708,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:26,958", - "created": 1610346626.958469, + "asctime": "2021-01-11 11:25:16,730", + "created": 1610360716.73032, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87719,14 +87719,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 958.4689140319824, + "msecs": 730.3199768066406, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12892.010927200317, - "thread": 140633335396096, + "relativeCreated": 12883.043050765991, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87737,8 +87737,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:26,958", - "created": 1610346626.958592, + "asctime": "2021-01-11 11:25:16,730", + "created": 1610360716.730482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87748,14 +87748,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 958.5919380187988, + "msecs": 730.4821014404297, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12892.133951187134, - "thread": 140633335396096, + "relativeCreated": 12883.20517539978, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87763,8 +87763,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:26,958", - "created": 1610346626.958657, + "asctime": "2021-01-11 11:25:16,730", + "created": 1610360716.730561, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87774,14 +87774,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 958.6570262908936, + "msecs": 730.5610179901123, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12892.199039459229, - "thread": 140633335396096, + "relativeCreated": 12883.284091949463, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87792,8 +87792,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:26,958", - "created": 1610346626.958726, + "asctime": "2021-01-11 11:25:16,730", + "created": 1610360716.730653, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87803,14 +87803,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 958.7259292602539, + "msecs": 730.6530475616455, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12892.267942428589, - "thread": 140633335396096, + "relativeCreated": 12883.376121520996, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -87818,8 +87818,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:26,966", - "created": 1610346626.966347, + "asctime": "2021-01-11 11:25:16,732", + "created": 1610360716.732913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87829,14 +87829,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 966.3469791412354, + "msecs": 732.9130172729492, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12899.88899230957, - "thread": 140633327003392, + "relativeCreated": 12885.6360912323, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -87844,8 +87844,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:26,966", - "created": 1610346626.966547, + "asctime": "2021-01-11 11:25:16,733", + "created": 1610360716.73316, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -87855,14 +87855,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 966.5470123291016, + "msecs": 733.1600189208984, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.089025497437, - "thread": 140633327003392, + "relativeCreated": 12885.883092880249, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -87870,8 +87870,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,966", - "created": 1610346626.966641, + "asctime": "2021-01-11 11:25:16,733", + "created": 1610360716.73327, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87881,14 +87881,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 966.6409492492676, + "msecs": 733.2699298858643, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.182962417603, - "thread": 140633327003392, + "relativeCreated": 12885.993003845215, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -87897,8 +87897,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:26,966", - "created": 1610346626.966718, + "asctime": "2021-01-11 11:25:16,733", + "created": 1610360716.733369, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87908,14 +87908,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 966.7179584503174, + "msecs": 733.3691120147705, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.259971618652, - "thread": 140633327003392, + "relativeCreated": 12886.092185974121, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -87923,8 +87923,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,966", - "created": 1610346626.96682, + "asctime": "2021-01-11 11:25:16,733", + "created": 1610360716.733486, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87934,14 +87934,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 966.8200016021729, + "msecs": 733.4859371185303, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.362014770508, - "thread": 140633327003392, + "relativeCreated": 12886.20901107788, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -87950,8 +87950,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,966", - "created": 1610346626.966893, + "asctime": "2021-01-11 11:25:16,733", + "created": 1610360716.733573, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87961,14 +87961,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 966.8929576873779, + "msecs": 733.5729598999023, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.434970855713, - "thread": 140633327003392, + "relativeCreated": 12886.296033859253, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -87976,8 +87976,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,966", - "created": 1610346626.966995, + "asctime": "2021-01-11 11:25:16,733", + "created": 1610360716.73369, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -87987,14 +87987,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 966.9950008392334, + "msecs": 733.6900234222412, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.537014007568, - "thread": 140633327003392, + "relativeCreated": 12886.413097381592, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88003,8 +88003,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,967", - "created": 1610346626.967067, + "asctime": "2021-01-11 11:25:16,733", + "created": 1610360716.733774, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88014,14 +88014,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 967.0670032501221, + "msecs": 733.773946762085, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.609016418457, - "thread": 140633327003392, + "relativeCreated": 12886.497020721436, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88029,8 +88029,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,967", - "created": 1610346626.967162, + "asctime": "2021-01-11 11:25:16,733", + "created": 1610360716.733887, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88040,14 +88040,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 967.1618938446045, + "msecs": 733.8869571685791, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.70390701294, - "thread": 140633327003392, + "relativeCreated": 12886.61003112793, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88056,8 +88056,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,967", - "created": 1610346626.96724, + "asctime": "2021-01-11 11:25:16,733", + "created": 1610360716.733975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88067,14 +88067,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 967.2400951385498, + "msecs": 733.9749336242676, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.782108306885, - "thread": 140633327003392, + "relativeCreated": 12886.698007583618, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88082,8 +88082,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,967", - "created": 1610346626.967345, + "asctime": "2021-01-11 11:25:16,734", + "created": 1610360716.734114, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88093,14 +88093,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 967.3449993133545, + "msecs": 734.1139316558838, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.88701248169, - "thread": 140633327003392, + "relativeCreated": 12886.837005615234, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88109,8 +88109,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:26,967", - "created": 1610346626.967417, + "asctime": "2021-01-11 11:25:16,734", + "created": 1610360716.734217, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88120,14 +88120,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 967.4170017242432, + "msecs": 734.2169284820557, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12900.959014892578, - "thread": 140633327003392, + "relativeCreated": 12886.940002441406, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88135,8 +88135,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:26,967", - "created": 1610346626.967525, + "asctime": "2021-01-11 11:25:16,734", + "created": 1610360716.734374, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88146,14 +88146,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 967.5250053405762, + "msecs": 734.3740463256836, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12901.067018508911, - "thread": 140633327003392, + "relativeCreated": 12887.097120285034, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88161,8 +88161,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:26,967", - "created": 1610346626.967617, + "asctime": "2021-01-11 11:25:16,734", + "created": 1610360716.734482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88172,14 +88172,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 967.6170349121094, + "msecs": 734.4820499420166, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12901.159048080444, - "thread": 140633327003392, + "relativeCreated": 12887.205123901367, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88187,8 +88187,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:26,967", - "created": 1610346626.9677, + "asctime": "2021-01-11 11:25:16,734", + "created": 1610360716.734578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88198,14 +88198,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 967.7000045776367, + "msecs": 734.5778942108154, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12901.242017745972, - "thread": 140633327003392, + "relativeCreated": 12887.300968170166, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88214,8 +88214,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:26,967", - "created": 1610346626.967772, + "asctime": "2021-01-11 11:25:16,734", + "created": 1610360716.734662, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88225,14 +88225,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 967.7720069885254, + "msecs": 734.6620559692383, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12901.31402015686, - "thread": 140633327003392, + "relativeCreated": 12887.385129928589, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88240,8 +88240,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:26,967", - "created": 1610346626.967925, + "asctime": "2021-01-11 11:25:16,734", + "created": 1610360716.734852, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88251,14 +88251,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 967.9250717163086, + "msecs": 734.8520755767822, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12901.467084884644, - "thread": 140633327003392, + "relativeCreated": 12887.575149536133, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88269,8 +88269,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:26,968", - "created": 1610346626.968093, + "asctime": "2021-01-11 11:25:16,735", + "created": 1610360716.73508, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88280,14 +88280,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 968.0929183959961, + "msecs": 735.0800037384033, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12901.634931564331, - "thread": 140633327003392, + "relativeCreated": 12887.803077697754, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88295,8 +88295,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:26,968", - "created": 1610346626.968217, + "asctime": "2021-01-11 11:25:16,735", + "created": 1610360716.735212, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88306,32 +88306,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 968.2168960571289, + "msecs": 735.2120876312256, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 12901.758909225464, - "thread": 140633327003392, + "relativeCreated": 12887.935161590576, + "thread": 139853647828736, "threadName": "Thread-20" } ], - "msecs": 297.35398292541504, + "msecs": 65.99092483520508, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13230.89599609375, - "thread": 140634736203584, + "relativeCreated": 13218.713998794556, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.32913708686828613 + "time_consumption": 0.3307788372039795 }, { "args": [], - "asctime": "2021-01-11 07:30:27,298", - "created": 1610346627.298478, + "asctime": "2021-01-11 11:25:17,066", + "created": 1610360717.066823, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -88349,8 +88349,8 @@ "10", "0" ], - "asctime": "2021-01-11 07:30:27,298", - "created": 1610346627.298205, + "asctime": "2021-01-11 11:25:17,066", + "created": 1610360717.066606, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88360,32 +88360,32 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=0", "module": "__init__", - "msecs": 298.2048988342285, + "msecs": 66.60604476928711, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13231.746912002563, - "thread": 140634736203584, + "relativeCreated": 13219.329118728638, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 298.4778881072998, + "msecs": 66.82300567626953, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13232.019901275635, - "thread": 140634736203584, + "relativeCreated": 13219.54607963562, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00027298927307128906 + "time_consumption": 0.00021696090698242188 }, { "args": [], - "asctime": "2021-01-11 07:30:27,500", - "created": 1610346627.500379, + "asctime": "2021-01-11 11:25:17,269", + "created": 1610360717.269578, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -88404,8 +88404,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:27,298", - "created": 1610346627.298967, + "asctime": "2021-01-11 11:25:17,067", + "created": 1610360717.067301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88415,14 +88415,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 298.9668846130371, + "msecs": 67.30103492736816, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13232.508897781372, - "thread": 140634736203584, + "relativeCreated": 13220.024108886719, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -88430,8 +88430,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:27,324", - "created": 1610346627.324169, + "asctime": "2021-01-11 11:25:17,096", + "created": 1610360717.096189, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88441,14 +88441,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 324.1689205169678, + "msecs": 96.18902206420898, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13257.710933685303, - "thread": 140633335396096, + "relativeCreated": 13248.91209602356, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88456,8 +88456,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:27,324", - "created": 1610346627.324852, + "asctime": "2021-01-11 11:25:17,096", + "created": 1610360717.096714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88467,14 +88467,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 324.85198974609375, + "msecs": 96.71401977539062, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13258.394002914429, - "thread": 140633335396096, + "relativeCreated": 13249.437093734741, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88482,8 +88482,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,325", - "created": 1610346627.325111, + "asctime": "2021-01-11 11:25:17,097", + "created": 1610360717.097027, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88493,14 +88493,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 325.11091232299805, + "msecs": 97.02706336975098, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13258.652925491333, - "thread": 140633335396096, + "relativeCreated": 13249.750137329102, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88509,8 +88509,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:27,325", - "created": 1610346627.325326, + "asctime": "2021-01-11 11:25:17,097", + "created": 1610360717.097289, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88520,14 +88520,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 325.32596588134766, + "msecs": 97.2890853881836, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13258.867979049683, - "thread": 140633335396096, + "relativeCreated": 13250.012159347534, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88535,8 +88535,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,325", - "created": 1610346627.325635, + "asctime": "2021-01-11 11:25:17,097", + "created": 1610360717.097686, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88546,14 +88546,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 325.6349563598633, + "msecs": 97.6860523223877, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13259.176969528198, - "thread": 140633335396096, + "relativeCreated": 13250.409126281738, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88562,8 +88562,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,325", - "created": 1610346627.325875, + "asctime": "2021-01-11 11:25:17,097", + "created": 1610360717.097972, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88573,14 +88573,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 325.87504386901855, + "msecs": 97.97191619873047, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13259.417057037354, - "thread": 140633335396096, + "relativeCreated": 13250.694990158081, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88588,8 +88588,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,326", - "created": 1610346627.326219, + "asctime": "2021-01-11 11:25:17,098", + "created": 1610360717.098315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88599,14 +88599,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 326.2190818786621, + "msecs": 98.31500053405762, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13259.761095046997, - "thread": 140633335396096, + "relativeCreated": 13251.038074493408, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88615,8 +88615,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,326", - "created": 1610346627.326738, + "asctime": "2021-01-11 11:25:17,098", + "created": 1610360717.098558, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88626,14 +88626,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 326.7381191253662, + "msecs": 98.55794906616211, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13260.280132293701, - "thread": 140633335396096, + "relativeCreated": 13251.281023025513, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88641,8 +88641,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,327", - "created": 1610346627.327153, + "asctime": "2021-01-11 11:25:17,098", + "created": 1610360717.09887, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88652,14 +88652,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 327.15296745300293, + "msecs": 98.87003898620605, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13260.694980621338, - "thread": 140633335396096, + "relativeCreated": 13251.593112945557, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88668,8 +88668,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,327", - "created": 1610346627.327429, + "asctime": "2021-01-11 11:25:17,099", + "created": 1610360717.0991, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88679,14 +88679,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 327.42905616760254, + "msecs": 99.10011291503906, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13260.971069335938, - "thread": 140633335396096, + "relativeCreated": 13251.82318687439, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88694,8 +88694,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,327", - "created": 1610346627.327785, + "asctime": "2021-01-11 11:25:17,099", + "created": 1610360717.099435, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88705,14 +88705,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 327.7850151062012, + "msecs": 99.43509101867676, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13261.327028274536, - "thread": 140633335396096, + "relativeCreated": 13252.158164978027, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88721,8 +88721,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,328", - "created": 1610346627.328024, + "asctime": "2021-01-11 11:25:17,099", + "created": 1610360717.099682, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88732,14 +88732,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 328.02391052246094, + "msecs": 99.68209266662598, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13261.565923690796, - "thread": 140633335396096, + "relativeCreated": 13252.405166625977, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88747,8 +88747,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:27,328", - "created": 1610346627.328516, + "asctime": "2021-01-11 11:25:17,100", + "created": 1610360717.100079, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88758,14 +88758,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 328.51600646972656, + "msecs": 100.07905960083008, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13262.058019638062, - "thread": 140633335396096, + "relativeCreated": 13252.80213356018, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88773,8 +88773,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:27,328", - "created": 1610346627.328816, + "asctime": "2021-01-11 11:25:17,100", + "created": 1610360717.100568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88784,14 +88784,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 328.8159370422363, + "msecs": 100.56805610656738, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13262.357950210571, - "thread": 140633335396096, + "relativeCreated": 13253.291130065918, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88799,8 +88799,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,329", - "created": 1610346627.329086, + "asctime": "2021-01-11 11:25:17,101", + "created": 1610360717.101029, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88810,14 +88810,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 329.0860652923584, + "msecs": 101.0289192199707, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13262.628078460693, - "thread": 140633335396096, + "relativeCreated": 13253.751993179321, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88826,8 +88826,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:27,329", - "created": 1610346627.329262, + "asctime": "2021-01-11 11:25:17,101", + "created": 1610360717.101298, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88837,14 +88837,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 329.26201820373535, + "msecs": 101.29809379577637, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13262.80403137207, - "thread": 140633335396096, + "relativeCreated": 13254.021167755127, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88852,8 +88852,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16" ], - "asctime": "2021-01-11 07:30:27,329", - "created": 1610346627.329524, + "asctime": "2021-01-11 11:25:17,101", + "created": 1610360717.101624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -88863,14 +88863,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16", "module": "stp", - "msecs": 329.52404022216797, + "msecs": 101.6240119934082, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13263.066053390503, - "thread": 140633335396096, + "relativeCreated": 13254.347085952759, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88881,8 +88881,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:27,329", - "created": 1610346627.329693, + "asctime": "2021-01-11 11:25:17,101", + "created": 1610360717.101973, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88892,14 +88892,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 329.693078994751, + "msecs": 101.97305679321289, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13263.235092163086, - "thread": 140633335396096, + "relativeCreated": 13254.696130752563, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88907,8 +88907,8 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 07:30:27,329", - "created": 1610346627.329773, + "asctime": "2021-01-11 11:25:17,102", + "created": 1610360717.102165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88918,14 +88918,14 @@ "lineno": 479, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 329.77294921875, + "msecs": 102.16498374938965, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13263.314962387085, - "thread": 140633335396096, + "relativeCreated": 13254.88805770874, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88936,8 +88936,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:27,329", - "created": 1610346627.329867, + "asctime": "2021-01-11 11:25:17,102", + "created": 1610360717.102403, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88947,14 +88947,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 329.866886138916, + "msecs": 102.40292549133301, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13263.408899307251, - "thread": 140633335396096, + "relativeCreated": 13255.125999450684, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -88962,8 +88962,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60" ], - "asctime": "2021-01-11 07:30:27,333", - "created": 1610346627.333445, + "asctime": "2021-01-11 11:25:17,102", + "created": 1610360717.102982, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88973,14 +88973,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60", "module": "__init__", - "msecs": 333.44507217407227, + "msecs": 102.9820442199707, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13266.987085342407, - "thread": 140633327003392, + "relativeCreated": 13255.705118179321, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -88988,8 +88988,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60" ], - "asctime": "2021-01-11 07:30:27,333", - "created": 1610346627.333589, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103107, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -88999,14 +88999,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60", "module": "__init__", - "msecs": 333.5890769958496, + "msecs": 103.10697555541992, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13267.131090164185, - "thread": 140633327003392, + "relativeCreated": 13255.83004951477, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89014,8 +89014,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,333", - "created": 1610346627.333662, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103165, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89025,14 +89025,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 333.6620330810547, + "msecs": 103.1649112701416, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13267.20404624939, - "thread": 140633327003392, + "relativeCreated": 13255.887985229492, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89041,8 +89041,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:27,333", - "created": 1610346627.333755, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103222, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89052,14 +89052,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 333.7550163269043, + "msecs": 103.22189331054688, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13267.29702949524, - "thread": 140633327003392, + "relativeCreated": 13255.944967269897, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89067,8 +89067,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.334071, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103287, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89078,14 +89078,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 334.07092094421387, + "msecs": 103.2869815826416, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13267.612934112549, - "thread": 140633327003392, + "relativeCreated": 13256.010055541992, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89094,8 +89094,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.334167, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103339, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89105,14 +89105,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 334.1670036315918, + "msecs": 103.33895683288574, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13267.709016799927, - "thread": 140633327003392, + "relativeCreated": 13256.062030792236, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89120,8 +89120,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.334282, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103408, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89131,14 +89131,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 334.28192138671875, + "msecs": 103.4080982208252, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13267.823934555054, - "thread": 140633327003392, + "relativeCreated": 13256.131172180176, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89147,8 +89147,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.334368, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103458, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89158,14 +89158,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 334.3679904937744, + "msecs": 103.45792770385742, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13267.91000366211, - "thread": 140633327003392, + "relativeCreated": 13256.181001663208, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89173,8 +89173,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.334469, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103518, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89184,14 +89184,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 334.4690799713135, + "msecs": 103.51800918579102, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.011093139648, - "thread": 140633327003392, + "relativeCreated": 13256.241083145142, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89200,8 +89200,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.334542, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103565, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89211,14 +89211,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 334.54203605651855, + "msecs": 103.56497764587402, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.084049224854, - "thread": 140633327003392, + "relativeCreated": 13256.288051605225, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89226,8 +89226,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.33464, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103639, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89237,14 +89237,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 334.6400260925293, + "msecs": 103.63888740539551, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.182039260864, - "thread": 140633327003392, + "relativeCreated": 13256.361961364746, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89253,8 +89253,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.334757, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103686, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89264,14 +89264,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 334.75708961486816, + "msecs": 103.68609428405762, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.299102783203, - "thread": 140633327003392, + "relativeCreated": 13256.409168243408, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89279,8 +89279,8 @@ "comm-server:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.334857, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.10376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89290,14 +89290,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 334.8569869995117, + "msecs": 103.7600040435791, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.399000167847, - "thread": 140633327003392, + "relativeCreated": 13256.48307800293, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89305,8 +89305,8 @@ "comm-client:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.334928, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89316,14 +89316,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 334.928035736084, + "msecs": 103.81698608398438, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.470048904419, - "thread": 140633327003392, + "relativeCreated": 13256.540060043335, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89331,8 +89331,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,334", - "created": 1610346627.334996, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.10387, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89342,14 +89342,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 334.99598503112793, + "msecs": 103.86991500854492, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.537998199463, - "thread": 140633327003392, + "relativeCreated": 13256.592988967896, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89358,8 +89358,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:27,335", - "created": 1610346627.33507, + "asctime": "2021-01-11 11:25:17,103", + "created": 1610360717.103917, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89369,14 +89369,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 335.0698947906494, + "msecs": 103.91688346862793, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.611907958984, - "thread": 140633327003392, + "relativeCreated": 13256.639957427979, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89384,8 +89384,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 60 02 24 68" ], - "asctime": "2021-01-11 07:30:27,335", - "created": 1610346627.335187, + "asctime": "2021-01-11 11:25:17,104", + "created": 1610360717.104059, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89395,14 +89395,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 60 02 24 68", "module": "stp", - "msecs": 335.1869583129883, + "msecs": 104.05898094177246, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.728971481323, - "thread": 140633327003392, + "relativeCreated": 13256.782054901123, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -89413,8 +89413,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:27,335", - "created": 1610346627.335319, + "asctime": "2021-01-11 11:25:17,104", + "created": 1610360717.104197, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89424,22 +89424,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 335.31904220581055, + "msecs": 104.19702529907227, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.861055374146, - "thread": 140633327003392, + "relativeCreated": 13256.920099258423, + "thread": 139853647828736, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:27,335", - "created": 1610346627.335409, + "asctime": "2021-01-11 11:25:17,104", + "created": 1610360717.104301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89449,35 +89449,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 335.40892601013184, + "msecs": 104.30097579956055, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13268.950939178467, - "thread": 140633327003392, + "relativeCreated": 13257.024049758911, + "thread": 139853647828736, "threadName": "Thread-20" } ], - "msecs": 500.3790855407715, + "msecs": 269.5779800415039, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13433.921098709106, - "thread": 140634736203584, + "relativeCreated": 13422.301054000854, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.16497015953063965 + "time_consumption": 0.16527700424194336 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,501", - "created": 1610346627.501603, + "asctime": "2021-01-11 11:25:17,270", + "created": 1610360717.270822, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89494,8 +89494,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,501", - "created": 1610346627.501034, + "asctime": "2021-01-11 11:25:17,270", + "created": 1610360717.270237, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89505,14 +89505,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): {u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0} ()", "module": "test", - "msecs": 501.0340213775635, + "msecs": 270.2369689941406, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13434.576034545898, - "thread": 140634736203584, + "relativeCreated": 13422.960042953491, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -89521,8 +89521,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,501", - "created": 1610346627.501298, + "asctime": "2021-01-11 11:25:17,270", + "created": 1610360717.270494, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89532,35 +89532,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 501.2979507446289, + "msecs": 270.4939842224121, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13434.839963912964, - "thread": 140634736203584, + "relativeCreated": 13423.217058181763, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 501.6028881072998, + "msecs": 270.82204818725586, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13435.144901275635, - "thread": 140634736203584, + "relativeCreated": 13423.545122146606, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00030493736267089844 + "time_consumption": 0.00032806396484375 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,502", - "created": 1610346627.502845, + "asctime": "2021-01-11 11:25:17,271", + "created": 1610360717.271528, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89577,8 +89577,8 @@ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,502", - "created": 1610346627.502057, + "asctime": "2021-01-11 11:25:17,271", + "created": 1610360717.271128, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89588,14 +89588,14 @@ "lineno": 22, "message": "Result (Message received by client): {u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0} ()", "module": "test", - "msecs": 502.0570755004883, + "msecs": 271.12793922424316, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13435.599088668823, - "thread": 140634736203584, + "relativeCreated": 13423.851013183594, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -89604,8 +89604,8 @@ "{'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,502", - "created": 1610346627.502255, + "asctime": "2021-01-11 11:25:17,271", + "created": 1610360717.271349, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -89615,32 +89615,32 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0} ()", "module": "test", - "msecs": 502.2549629211426, + "msecs": 271.3489532470703, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13435.796976089478, - "thread": 140634736203584, + "relativeCreated": 13424.07202720642, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 502.84504890441895, + "msecs": 271.5280055999756, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13436.387062072754, - "thread": 140634736203584, + "relativeCreated": 13424.251079559326, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0005900859832763672 + "time_consumption": 0.00017905235290527344 }, { "args": [], - "asctime": "2021-01-11 07:30:27,503", - "created": 1610346627.503673, + "asctime": "2021-01-11 11:25:17,272", + "created": 1610360717.272034, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -89648,7 +89648,7 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 110, - "message": "Overwriting existing Callback using one with faulty return values", + "message": "Overwriting existing Callback using one with faulty (too many) return values", "module": "test_callbacks", "moduleLogger": [ { @@ -89659,8 +89659,8 @@ "0", "'__callback_error__'" ], - "asctime": "2021-01-11 07:30:27,503", - "created": 1610346627.503388, + "asctime": "2021-01-11 11:25:17,271", + "created": 1610360717.271842, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89670,32 +89670,32 @@ "lineno": 168, "message": "prot-server: Overwriting existing callback '__callback__' for service_id (10) and data_id (0) to '__callback_error__'!", "module": "__init__", - "msecs": 503.3879280090332, + "msecs": 271.84200286865234, "msg": "%s Overwriting existing callback %s for service_id (%s) and data_id (%s) to %s!", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13436.929941177368, - "thread": 140634736203584, + "relativeCreated": 13424.565076828003, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 503.6730766296387, - "msg": "Overwriting existing Callback using one with faulty return values", + "msecs": 272.0339298248291, + "msg": "Overwriting existing Callback using one with faulty (too many) return values", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13437.215089797974, - "thread": 140634736203584, + "relativeCreated": 13424.75700378418, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00028514862060546875 + "time_consumption": 0.0001919269561767578 }, { "args": [], - "asctime": "2021-01-11 07:30:27,705", - "created": 1610346627.705402, + "asctime": "2021-01-11 11:25:17,473", + "created": 1610360717.473774, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -89714,8 +89714,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:27,504", - "created": 1610346627.504177, + "asctime": "2021-01-11 11:25:17,272", + "created": 1610360717.272511, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89725,14 +89725,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 504.1770935058594, + "msecs": 272.5110054016113, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13437.719106674194, - "thread": 140634736203584, + "relativeCreated": 13425.234079360962, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -89740,8 +89740,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:27,530", - "created": 1610346627.53082, + "asctime": "2021-01-11 11:25:17,303", + "created": 1610360717.30348, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89751,14 +89751,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 530.8198928833008, + "msecs": 303.4799098968506, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13464.361906051636, - "thread": 140633335396096, + "relativeCreated": 13456.202983856201, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -89766,8 +89766,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:27,531", - "created": 1610346627.531441, + "asctime": "2021-01-11 11:25:17,303", + "created": 1610360717.30395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -89777,14 +89777,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 531.4409732818604, + "msecs": 303.95007133483887, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13464.982986450195, - "thread": 140633335396096, + "relativeCreated": 13456.67314529419, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -89792,8 +89792,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,531", - "created": 1610346627.53172, + "asctime": "2021-01-11 11:25:17,304", + "created": 1610360717.304148, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89803,14 +89803,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 531.7199230194092, + "msecs": 304.14795875549316, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13465.261936187744, - "thread": 140633335396096, + "relativeCreated": 13456.871032714844, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -89819,8 +89819,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:27,531", - "created": 1610346627.531899, + "asctime": "2021-01-11 11:25:17,304", + "created": 1610360717.304309, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89830,14 +89830,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 531.8989753723145, + "msecs": 304.3088912963867, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13465.44098854065, - "thread": 140633335396096, + "relativeCreated": 13457.031965255737, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -89845,8 +89845,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,532", - "created": 1610346627.532122, + "asctime": "2021-01-11 11:25:17,304", + "created": 1610360717.304502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89856,14 +89856,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 532.1218967437744, + "msecs": 304.502010345459, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13465.66390991211, - "thread": 140633335396096, + "relativeCreated": 13457.22508430481, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -89872,8 +89872,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,532", - "created": 1610346627.532286, + "asctime": "2021-01-11 11:25:17,304", + "created": 1610360717.304702, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89883,14 +89883,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 532.2859287261963, + "msecs": 304.7020435333252, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13465.827941894531, - "thread": 140633335396096, + "relativeCreated": 13457.425117492676, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -89898,8 +89898,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,532", - "created": 1610346627.532505, + "asctime": "2021-01-11 11:25:17,305", + "created": 1610360717.305371, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89909,14 +89909,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 532.5050354003906, + "msecs": 305.3710460662842, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13466.047048568726, - "thread": 140633335396096, + "relativeCreated": 13458.094120025635, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -89925,8 +89925,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,532", - "created": 1610346627.532682, + "asctime": "2021-01-11 11:25:17,305", + "created": 1610360717.305807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89936,14 +89936,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 532.681941986084, + "msecs": 305.80711364746094, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13466.223955154419, - "thread": 140633335396096, + "relativeCreated": 13458.530187606812, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -89951,8 +89951,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,532", - "created": 1610346627.532977, + "asctime": "2021-01-11 11:25:17,306", + "created": 1610360717.306021, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89962,14 +89962,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 532.9771041870117, + "msecs": 306.02097511291504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13466.519117355347, - "thread": 140633335396096, + "relativeCreated": 13458.744049072266, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -89978,8 +89978,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,533", - "created": 1610346627.533149, + "asctime": "2021-01-11 11:25:17,306", + "created": 1610360717.306184, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -89989,14 +89989,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 533.149003982544, + "msecs": 306.1840534210205, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13466.691017150879, - "thread": 140633335396096, + "relativeCreated": 13458.907127380371, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90004,8 +90004,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,533", - "created": 1610346627.533357, + "asctime": "2021-01-11 11:25:17,306", + "created": 1610360717.306527, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90015,14 +90015,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 533.3569049835205, + "msecs": 306.52689933776855, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13466.898918151855, - "thread": 140633335396096, + "relativeCreated": 13459.24997329712, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90031,8 +90031,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,533", - "created": 1610346627.533593, + "asctime": "2021-01-11 11:25:17,306", + "created": 1610360717.30678, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90042,14 +90042,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 533.592939376831, + "msecs": 306.7800998687744, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13467.134952545166, - "thread": 140633335396096, + "relativeCreated": 13459.503173828125, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90057,8 +90057,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:27,533", - "created": 1610346627.533818, + "asctime": "2021-01-11 11:25:17,307", + "created": 1610360717.307144, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90068,14 +90068,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 533.8180065155029, + "msecs": 307.1439266204834, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13467.360019683838, - "thread": 140633335396096, + "relativeCreated": 13459.867000579834, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90083,8 +90083,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:27,533", - "created": 1610346627.533959, + "asctime": "2021-01-11 11:25:17,307", + "created": 1610360717.307298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90094,14 +90094,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 533.958911895752, + "msecs": 307.297945022583, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13467.500925064087, - "thread": 140633335396096, + "relativeCreated": 13460.021018981934, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90109,8 +90109,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,534", - "created": 1610346627.534087, + "asctime": "2021-01-11 11:25:17,307", + "created": 1610360717.307396, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90120,14 +90120,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 534.0869426727295, + "msecs": 307.39593505859375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13467.628955841064, - "thread": 140633335396096, + "relativeCreated": 13460.119009017944, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90136,8 +90136,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:27,534", - "created": 1610346627.534224, + "asctime": "2021-01-11 11:25:17,307", + "created": 1610360717.307479, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90147,14 +90147,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 534.2240333557129, + "msecs": 307.4789047241211, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13467.766046524048, - "thread": 140633335396096, + "relativeCreated": 13460.201978683472, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90162,8 +90162,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16" ], - "asctime": "2021-01-11 07:30:27,534", - "created": 1610346627.534469, + "asctime": "2021-01-11 11:25:17,307", + "created": 1610360717.307641, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90173,14 +90173,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16", "module": "stp", - "msecs": 534.4688892364502, + "msecs": 307.64102935791016, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13468.010902404785, - "thread": 140633335396096, + "relativeCreated": 13460.36410331726, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90191,8 +90191,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:27,534", - "created": 1610346627.534809, + "asctime": "2021-01-11 11:25:17,307", + "created": 1610360717.307852, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90202,14 +90202,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 534.8091125488281, + "msecs": 307.85202980041504, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13468.351125717163, - "thread": 140633335396096, + "relativeCreated": 13460.575103759766, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90217,8 +90217,8 @@ "prot-server:", "__callback_error__" ], - "asctime": "2021-01-11 07:30:27,535", - "created": 1610346627.535012, + "asctime": "2021-01-11 11:25:17,307", + "created": 1610360717.307961, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90228,20 +90228,20 @@ "lineno": 479, "message": "prot-server: Executing callback __callback_error__ to process received data", "module": "__init__", - "msecs": 535.0120067596436, + "msecs": 307.96098709106445, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13468.554019927979, - "thread": 140633335396096, + "relativeCreated": 13460.684061050415, + "thread": 139853656221440, "threadName": "Thread-19" }, { "args": [], - "asctime": "2021-01-11 07:30:27,535", - "created": 1610346627.535488, + "asctime": "2021-01-11 11:25:17,308", + "created": 1610360717.308063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90249,16 +90249,16 @@ "levelname": "ERROR", "levelno": 40, "lineno": 482, - "message": "prot-server: Exception raised. Check callback __callback_error__ and it's return values for service_id 10 and data_id 0", + "message": "prot-server: Exception raised. Check callback __callback_error__: \"too many values to unpack\" and it's return values for service_id 10 and data_id 0", "module": "__init__", - "msecs": 535.4878902435303, - "msg": "prot-server: Exception raised. Check callback __callback_error__ and it's return values for service_id 10 and data_id 0", + "msecs": 308.0630302429199, + "msg": "prot-server: Exception raised. Check callback __callback_error__: \"too many values to unpack\" and it's return values for service_id 10 and data_id 0", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13469.029903411865, - "thread": 140633335396096, + "relativeCreated": 13460.78610420227, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90269,8 +90269,8 @@ "status: callback error", "None" ], - "asctime": "2021-01-11 07:30:27,535", - "created": 1610346627.535739, + "asctime": "2021-01-11 11:25:17,308", + "created": 1610360717.308192, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90280,14 +90280,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: callback error, data: \"None\"", "module": "__init__", - "msecs": 535.7389450073242, + "msecs": 308.19201469421387, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13469.28095817566, - "thread": 140633335396096, + "relativeCreated": 13460.915088653564, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -90295,8 +90295,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 32 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30" ], - "asctime": "2021-01-11 07:30:27,536", - "created": 1610346627.536579, + "asctime": "2021-01-11 11:25:17,309", + "created": 1610360717.309339, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90306,14 +90306,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 32 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30", "module": "__init__", - "msecs": 536.578893661499, + "msecs": 309.3390464782715, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13470.120906829834, - "thread": 140633327003392, + "relativeCreated": 13462.062120437622, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90321,8 +90321,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 32 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30" ], - "asctime": "2021-01-11 07:30:27,536", - "created": 1610346627.536926, + "asctime": "2021-01-11 11:25:17,309", + "created": 1610360717.309613, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90332,14 +90332,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 32 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30", "module": "__init__", - "msecs": 536.9260311126709, + "msecs": 309.6129894256592, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13470.468044281006, - "thread": 140633327003392, + "relativeCreated": 13462.33606338501, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90347,8 +90347,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,537", - "created": 1610346627.537081, + "asctime": "2021-01-11 11:25:17,309", + "created": 1610360717.309763, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90358,14 +90358,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 537.0810031890869, + "msecs": 309.76295471191406, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13470.623016357422, - "thread": 140633327003392, + "relativeCreated": 13462.486028671265, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90374,8 +90374,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:27,537", - "created": 1610346627.537206, + "asctime": "2021-01-11 11:25:17,309", + "created": 1610360717.309889, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90385,14 +90385,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 537.2059345245361, + "msecs": 309.8890781402588, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13470.747947692871, - "thread": 140633327003392, + "relativeCreated": 13462.61215209961, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90400,8 +90400,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,537", - "created": 1610346627.537358, + "asctime": "2021-01-11 11:25:17,310", + "created": 1610360717.310037, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90411,14 +90411,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 537.3580455780029, + "msecs": 310.03689765930176, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13470.900058746338, - "thread": 140633327003392, + "relativeCreated": 13462.759971618652, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90427,8 +90427,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,537", - "created": 1610346627.537564, + "asctime": "2021-01-11 11:25:17,310", + "created": 1610360717.310164, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90438,14 +90438,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 537.5640392303467, + "msecs": 310.1639747619629, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13471.106052398682, - "thread": 140633327003392, + "relativeCreated": 13462.887048721313, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90453,8 +90453,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,538", - "created": 1610346627.538042, + "asctime": "2021-01-11 11:25:17,310", + "created": 1610360717.310321, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90464,14 +90464,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 538.0420684814453, + "msecs": 310.3210926055908, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13471.58408164978, - "thread": 140633327003392, + "relativeCreated": 13463.044166564941, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90480,8 +90480,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,538", - "created": 1610346627.538172, + "asctime": "2021-01-11 11:25:17,310", + "created": 1610360717.310436, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90491,14 +90491,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 538.1720066070557, + "msecs": 310.4360103607178, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13471.71401977539, - "thread": 140633327003392, + "relativeCreated": 13463.159084320068, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90506,8 +90506,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,538", - "created": 1610346627.538331, + "asctime": "2021-01-11 11:25:17,310", + "created": 1610360717.310574, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90517,14 +90517,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 538.3310317993164, + "msecs": 310.5740547180176, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13471.873044967651, - "thread": 140633327003392, + "relativeCreated": 13463.297128677368, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90533,8 +90533,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,538", - "created": 1610346627.53845, + "asctime": "2021-01-11 11:25:17,310", + "created": 1610360717.31068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90544,14 +90544,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 538.4500026702881, + "msecs": 310.6799125671387, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13471.992015838623, - "thread": 140633327003392, + "relativeCreated": 13463.40298652649, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90559,8 +90559,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,538", - "created": 1610346627.538607, + "asctime": "2021-01-11 11:25:17,310", + "created": 1610360717.310835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90570,14 +90570,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 538.6068820953369, + "msecs": 310.8348846435547, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13472.148895263672, - "thread": 140633327003392, + "relativeCreated": 13463.557958602905, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90586,8 +90586,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,538", - "created": 1610346627.538756, + "asctime": "2021-01-11 11:25:17,310", + "created": 1610360717.310935, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90597,14 +90597,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 538.7558937072754, + "msecs": 310.93502044677734, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13472.29790687561, - "thread": 140633327003392, + "relativeCreated": 13463.658094406128, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90612,8 +90612,8 @@ "comm-server:", "(7): 7d 3f 8f 7d 86 3a 3e" ], - "asctime": "2021-01-11 07:30:27,538", - "created": 1610346627.538993, + "asctime": "2021-01-11 11:25:17,311", + "created": 1610360717.311101, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90623,14 +90623,14 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d 3f 8f 7d 86 3a 3e", "module": "__init__", - "msecs": 538.9928817749023, + "msecs": 311.10095977783203, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13472.534894943237, - "thread": 140633327003392, + "relativeCreated": 13463.824033737183, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90638,8 +90638,8 @@ "comm-client:", "(7): 7d 3f 8f 7d 86 3a 3e" ], - "asctime": "2021-01-11 07:30:27,539", - "created": 1610346627.539161, + "asctime": "2021-01-11 11:25:17,311", + "created": 1610360717.311231, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90649,14 +90649,14 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d 3f 8f 7d 86 3a 3e", "module": "__init__", - "msecs": 539.160966873169, + "msecs": 311.2308979034424, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13472.702980041504, - "thread": 140633327003392, + "relativeCreated": 13463.953971862793, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90664,8 +90664,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,539", - "created": 1610346627.539331, + "asctime": "2021-01-11 11:25:17,311", + "created": 1610360717.3114, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90675,14 +90675,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 539.3309593200684, + "msecs": 311.3999366760254, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13472.872972488403, - "thread": 140633327003392, + "relativeCreated": 13464.123010635376, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90691,8 +90691,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:27,539", - "created": 1610346627.539476, + "asctime": "2021-01-11 11:25:17,311", + "created": 1610360717.311519, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90702,14 +90702,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 539.4759178161621, + "msecs": 311.51890754699707, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13473.017930984497, - "thread": 140633327003392, + "relativeCreated": 13464.241981506348, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90717,8 +90717,8 @@ "STP:", "(63): 7b 22 73 74 61 74 75 73 22 3a 20 32 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 3f 8f 7d 86" ], - "asctime": "2021-01-11 07:30:27,539", - "created": 1610346627.53978, + "asctime": "2021-01-11 11:25:17,311", + "created": 1610360717.311754, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -90728,14 +90728,14 @@ "lineno": 148, "message": "STP: message identified - (63): 7b 22 73 74 61 74 75 73 22 3a 20 32 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 3f 8f 7d 86", "module": "stp", - "msecs": 539.7799015045166, + "msecs": 311.7539882659912, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13473.321914672852, - "thread": 140633327003392, + "relativeCreated": 13464.477062225342, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -90746,8 +90746,8 @@ "status: callback error", "None" ], - "asctime": "2021-01-11 07:30:27,540", - "created": 1610346627.5401, + "asctime": "2021-01-11 11:25:17,311", + "created": 1610360717.311986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90757,22 +90757,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: callback error, data: \"None\"", "module": "__init__", - "msecs": 540.10009765625, + "msecs": 311.98596954345703, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13473.642110824585, - "thread": 140633327003392, + "relativeCreated": 13464.709043502808, + "thread": 139853647828736, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:27,540", - "created": 1610346627.540307, + "asctime": "2021-01-11 11:25:17,312", + "created": 1610360717.312144, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -90782,35 +90782,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 540.3070449829102, + "msecs": 312.14404106140137, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13473.849058151245, - "thread": 140633327003392, + "relativeCreated": 13464.867115020752, + "thread": 139853647828736, "threadName": "Thread-20" } ], - "msecs": 705.4018974304199, + "msecs": 473.7739562988281, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13638.943910598755, - "thread": 140634736203584, + "relativeCreated": 13626.497030258179, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.16509485244750977 + "time_consumption": 0.16162991523742676 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,707", - "created": 1610346627.707103, + "asctime": "2021-01-11 11:25:17,474", + "created": 1610360717.474941, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90827,8 +90827,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,706", - "created": 1610346627.706061, + "asctime": "2021-01-11 11:25:17,474", + "created": 1610360717.474423, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90838,14 +90838,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): {u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0} ()", "module": "test", - "msecs": 706.0608863830566, + "msecs": 474.4229316711426, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13639.602899551392, - "thread": 140634736203584, + "relativeCreated": 13627.146005630493, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -90854,8 +90854,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,706", - "created": 1610346627.706479, + "asctime": "2021-01-11 11:25:17,474", + "created": 1610360717.474686, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90865,35 +90865,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 706.4790725708008, + "msecs": 474.6859073638916, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13640.021085739136, - "thread": 140634736203584, + "relativeCreated": 13627.408981323242, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 707.1030139923096, + "msecs": 474.9410152435303, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13640.645027160645, - "thread": 140634736203584, + "relativeCreated": 13627.66408920288, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0006239414215087891 + "time_consumption": 0.0002551078796386719 }, { "args": [ "{u'status': 2, u'service_id': 11, u'data': None, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,708", - "created": 1610346627.708128, + "asctime": "2021-01-11 11:25:17,475", + "created": 1610360717.475726, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90910,8 +90910,8 @@ "{u'status': 2, u'service_id': 11, u'data': None, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,707", - "created": 1610346627.707606, + "asctime": "2021-01-11 11:25:17,475", + "created": 1610360717.475296, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90921,14 +90921,14 @@ "lineno": 22, "message": "Result (Message received by client): {u'status': 2, u'service_id': 11, u'data': None, u'data_id': 0} ()", "module": "test", - "msecs": 707.6060771942139, + "msecs": 475.2960205078125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13641.148090362549, - "thread": 140634736203584, + "relativeCreated": 13628.019094467163, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -90937,8 +90937,8 @@ "{'status': 2, 'service_id': 11, 'data': None, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,707", - "created": 1610346627.707867, + "asctime": "2021-01-11 11:25:17,475", + "created": 1610360717.475509, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -90948,32 +90948,32 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 2, 'service_id': 11, 'data': None, 'data_id': 0} ()", "module": "test", - "msecs": 707.866907119751, + "msecs": 475.5089282989502, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13641.408920288086, - "thread": 140634736203584, + "relativeCreated": 13628.2320022583, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 708.1279754638672, + "msecs": 475.7258892059326, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13641.669988632202, - "thread": 140634736203584, + "relativeCreated": 13628.448963165283, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00026106834411621094 + "time_consumption": 0.00021696090698242188 }, { "args": [], - "asctime": "2021-01-11 07:30:27,708", - "created": 1610346627.70893, + "asctime": "2021-01-11 11:25:17,476", + "created": 1610360717.476494, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -90991,8 +90991,8 @@ "10", "0" ], - "asctime": "2021-01-11 07:30:27,708", - "created": 1610346627.7087, + "asctime": "2021-01-11 11:25:17,476", + "created": 1610360717.476312, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91002,32 +91002,32 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback_error__' for service_id (10) and data_id (0)!", "module": "__init__", - "msecs": 708.6999416351318, + "msecs": 476.31192207336426, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13642.241954803467, - "thread": 140634736203584, + "relativeCreated": 13629.034996032715, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 708.9300155639648, + "msecs": 476.49407386779785, "msg": "Removing the registered Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13642.4720287323, - "thread": 140634736203584, + "relativeCreated": 13629.217147827148, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002300739288330078 + "time_consumption": 0.00018215179443359375 }, { "args": [], - "asctime": "2021-01-11 07:30:27,910", - "created": 1610346627.910806, + "asctime": "2021-01-11 11:25:17,678", + "created": 1610360717.678431, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -91046,8 +91046,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:27,709", - "created": 1610346627.709492, + "asctime": "2021-01-11 11:25:17,476", + "created": 1610360717.47695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91057,14 +91057,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 709.4919681549072, + "msecs": 476.94993019104004, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13643.033981323242, - "thread": 140634736203584, + "relativeCreated": 13629.67300415039, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -91072,8 +91072,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:27,736", - "created": 1610346627.736974, + "asctime": "2021-01-11 11:25:17,509", + "created": 1610360717.509213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91083,14 +91083,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 736.9740009307861, + "msecs": 509.2129707336426, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13670.516014099121, - "thread": 140633335396096, + "relativeCreated": 13661.936044692993, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91098,8 +91098,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:27,737", - "created": 1610346627.737504, + "asctime": "2021-01-11 11:25:17,509", + "created": 1610360717.509869, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91109,14 +91109,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 737.5040054321289, + "msecs": 509.8690986633301, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13671.046018600464, - "thread": 140633335396096, + "relativeCreated": 13662.59217262268, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91124,8 +91124,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,737", - "created": 1610346627.737734, + "asctime": "2021-01-11 11:25:17,510", + "created": 1610360717.510151, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91135,14 +91135,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 737.7340793609619, + "msecs": 510.1509094238281, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13671.276092529297, - "thread": 140633335396096, + "relativeCreated": 13662.873983383179, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91151,8 +91151,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:27,737", - "created": 1610346627.737962, + "asctime": "2021-01-11 11:25:17,510", + "created": 1610360717.510457, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91162,14 +91162,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 737.962007522583, + "msecs": 510.45703887939453, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13671.504020690918, - "thread": 140633335396096, + "relativeCreated": 13663.180112838745, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91177,8 +91177,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,738", - "created": 1610346627.73849, + "asctime": "2021-01-11 11:25:17,510", + "created": 1610360717.510761, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91188,14 +91188,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 738.490104675293, + "msecs": 510.761022567749, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13672.032117843628, - "thread": 140633335396096, + "relativeCreated": 13663.4840965271, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91204,8 +91204,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,738", - "created": 1610346627.738756, + "asctime": "2021-01-11 11:25:17,511", + "created": 1610360717.511206, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91215,14 +91215,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 738.7559413909912, + "msecs": 511.20591163635254, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13672.297954559326, - "thread": 140633335396096, + "relativeCreated": 13663.928985595703, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91230,8 +91230,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,739", - "created": 1610346627.739033, + "asctime": "2021-01-11 11:25:17,511", + "created": 1610360717.51157, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91241,14 +91241,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 739.0329837799072, + "msecs": 511.5699768066406, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13672.574996948242, - "thread": 140633335396096, + "relativeCreated": 13664.293050765991, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91257,8 +91257,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,739", - "created": 1610346627.739224, + "asctime": "2021-01-11 11:25:17,511", + "created": 1610360717.51184, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91268,14 +91268,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 739.2239570617676, + "msecs": 511.8401050567627, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13672.765970230103, - "thread": 140633335396096, + "relativeCreated": 13664.563179016113, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91283,8 +91283,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,739", - "created": 1610346627.739483, + "asctime": "2021-01-11 11:25:17,512", + "created": 1610360717.512238, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91294,14 +91294,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 739.483118057251, + "msecs": 512.2380256652832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13673.025131225586, - "thread": 140633335396096, + "relativeCreated": 13664.961099624634, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91310,8 +91310,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,739", - "created": 1610346627.739716, + "asctime": "2021-01-11 11:25:17,512", + "created": 1610360717.512427, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91321,14 +91321,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 739.7160530090332, + "msecs": 512.4270915985107, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13673.258066177368, - "thread": 140633335396096, + "relativeCreated": 13665.150165557861, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91336,8 +91336,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,740", - "created": 1610346627.740061, + "asctime": "2021-01-11 11:25:17,512", + "created": 1610360717.512642, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91347,14 +91347,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 740.0610446929932, + "msecs": 512.6419067382812, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13673.603057861328, - "thread": 140633335396096, + "relativeCreated": 13665.364980697632, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91363,8 +91363,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,740", - "created": 1610346627.740265, + "asctime": "2021-01-11 11:25:17,512", + "created": 1610360717.512918, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91374,14 +91374,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 740.264892578125, + "msecs": 512.9179954528809, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13673.80690574646, - "thread": 140633335396096, + "relativeCreated": 13665.641069412231, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91389,8 +91389,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:27,740", - "created": 1610346627.740643, + "asctime": "2021-01-11 11:25:17,513", + "created": 1610360717.513312, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91400,14 +91400,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 740.6430244445801, + "msecs": 513.3121013641357, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13674.185037612915, - "thread": 140633335396096, + "relativeCreated": 13666.035175323486, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91415,8 +91415,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:27,740", - "created": 1610346627.740898, + "asctime": "2021-01-11 11:25:17,513", + "created": 1610360717.513609, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91426,14 +91426,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 740.8978939056396, + "msecs": 513.6089324951172, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13674.439907073975, - "thread": 140633335396096, + "relativeCreated": 13666.332006454468, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91441,8 +91441,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,741", - "created": 1610346627.741109, + "asctime": "2021-01-11 11:25:17,514", + "created": 1610360717.51401, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91452,14 +91452,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 741.1088943481445, + "msecs": 514.009952545166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13674.65090751648, - "thread": 140633335396096, + "relativeCreated": 13666.733026504517, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91468,8 +91468,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:27,741", - "created": 1610346627.741298, + "asctime": "2021-01-11 11:25:17,514", + "created": 1610360717.514437, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91479,14 +91479,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 741.2979602813721, + "msecs": 514.4369602203369, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13674.839973449707, - "thread": 140633335396096, + "relativeCreated": 13667.160034179688, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91494,8 +91494,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16" ], - "asctime": "2021-01-11 07:30:27,741", - "created": 1610346627.741738, + "asctime": "2021-01-11 11:25:17,514", + "created": 1610360717.5148, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91505,14 +91505,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16", "module": "stp", - "msecs": 741.7380809783936, + "msecs": 514.8000717163086, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13675.280094146729, - "thread": 140633335396096, + "relativeCreated": 13667.52314567566, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91523,8 +91523,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:27,742", - "created": 1610346627.742164, + "asctime": "2021-01-11 11:25:17,515", + "created": 1610360717.515259, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91534,22 +91534,22 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 742.163896560669, + "msecs": 515.2590274810791, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13675.705909729004, - "thread": 140633335396096, + "relativeCreated": 13667.98210144043, + "thread": 139853656221440, "threadName": "Thread-19" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:27,742", - "created": 1610346627.742422, + "asctime": "2021-01-11 11:25:17,515", + "created": 1610360717.515534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91559,14 +91559,14 @@ "lineno": 474, "message": "prot-server: Incomming message with no registered callback. Sending negative response.", "module": "__init__", - "msecs": 742.4221038818359, + "msecs": 515.5339241027832, "msg": "%s Incomming message with no registered callback. Sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13675.96411705017, - "thread": 140633335396096, + "relativeCreated": 13668.256998062134, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91577,8 +91577,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 07:30:27,743", - "created": 1610346627.743143, + "asctime": "2021-01-11 11:25:17,515", + "created": 1610360717.5159, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91588,14 +91588,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 743.1430816650391, + "msecs": 515.8998966217041, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13676.685094833374, - "thread": 140633335396096, + "relativeCreated": 13668.622970581055, + "thread": 139853656221440, "threadName": "Thread-19" }, { @@ -91603,8 +91603,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30" ], - "asctime": "2021-01-11 07:30:27,744", - "created": 1610346627.744246, + "asctime": "2021-01-11 11:25:17,516", + "created": 1610360717.516811, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91614,14 +91614,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30", "module": "__init__", - "msecs": 744.2460060119629, + "msecs": 516.8108940124512, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13677.788019180298, - "thread": 140633327003392, + "relativeCreated": 13669.533967971802, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91629,8 +91629,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30" ], - "asctime": "2021-01-11 07:30:27,744", - "created": 1610346627.744768, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517046, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91640,14 +91640,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30", "module": "__init__", - "msecs": 744.7679042816162, + "msecs": 517.0459747314453, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13678.309917449951, - "thread": 140633327003392, + "relativeCreated": 13669.769048690796, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91655,8 +91655,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,744", - "created": 1610346627.744966, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517143, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91666,14 +91666,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 744.9660301208496, + "msecs": 517.1430110931396, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13678.508043289185, - "thread": 140633327003392, + "relativeCreated": 13669.86608505249, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91682,8 +91682,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:27,745", - "created": 1610346627.74523, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517233, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91693,14 +91693,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 745.229959487915, + "msecs": 517.2328948974609, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13678.77197265625, - "thread": 140633327003392, + "relativeCreated": 13669.955968856812, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91708,8 +91708,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,745", - "created": 1610346627.745552, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517339, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91719,14 +91719,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 745.5520629882812, + "msecs": 517.3389911651611, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13679.094076156616, - "thread": 140633327003392, + "relativeCreated": 13670.062065124512, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91735,8 +91735,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,745", - "created": 1610346627.745783, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517412, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91746,14 +91746,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 745.7830905914307, + "msecs": 517.4119472503662, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13679.325103759766, - "thread": 140633327003392, + "relativeCreated": 13670.135021209717, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91761,8 +91761,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,746", - "created": 1610346627.746293, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517511, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91772,14 +91772,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 746.2930679321289, + "msecs": 517.5108909606934, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13679.835081100464, - "thread": 140633327003392, + "relativeCreated": 13670.233964920044, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91788,8 +91788,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,746", - "created": 1610346627.746656, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517596, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91799,14 +91799,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 746.6559410095215, + "msecs": 517.5960063934326, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13680.197954177856, - "thread": 140633327003392, + "relativeCreated": 13670.319080352783, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91814,8 +91814,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,747", - "created": 1610346627.747017, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517695, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91825,14 +91825,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 747.0169067382812, + "msecs": 517.6949501037598, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13680.558919906616, - "thread": 140633327003392, + "relativeCreated": 13670.41802406311, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91841,8 +91841,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,747", - "created": 1610346627.747287, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517769, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91852,14 +91852,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 747.2870349884033, + "msecs": 517.7690982818604, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13680.829048156738, - "thread": 140633327003392, + "relativeCreated": 13670.492172241211, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91867,8 +91867,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,747", - "created": 1610346627.747687, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517869, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91878,14 +91878,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 747.6871013641357, + "msecs": 517.8689956665039, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13681.22911453247, - "thread": 140633327003392, + "relativeCreated": 13670.592069625854, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91894,8 +91894,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:27,747", - "created": 1610346627.747823, + "asctime": "2021-01-11 11:25:17,517", + "created": 1610360717.517938, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91905,14 +91905,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 747.8229999542236, + "msecs": 517.9378986358643, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13681.365013122559, - "thread": 140633327003392, + "relativeCreated": 13670.660972595215, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91920,8 +91920,8 @@ "comm-server:", "(7): 7d 79 5d 48 e2 3a 3e" ], - "asctime": "2021-01-11 07:30:27,748", - "created": 1610346627.748004, + "asctime": "2021-01-11 11:25:17,518", + "created": 1610360717.518044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91931,14 +91931,14 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d 79 5d 48 e2 3a 3e", "module": "__init__", - "msecs": 748.0039596557617, + "msecs": 518.0439949035645, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13681.545972824097, - "thread": 140633327003392, + "relativeCreated": 13670.767068862915, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91946,8 +91946,8 @@ "comm-client:", "(7): 7d 79 5d 48 e2 3a 3e" ], - "asctime": "2021-01-11 07:30:27,748", - "created": 1610346627.748148, + "asctime": "2021-01-11 11:25:17,518", + "created": 1610360717.51813, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -91957,14 +91957,14 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d 79 5d 48 e2 3a 3e", "module": "__init__", - "msecs": 748.1479644775391, + "msecs": 518.1300640106201, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13681.689977645874, - "thread": 140633327003392, + "relativeCreated": 13670.85313796997, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91972,8 +91972,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:27,748", - "created": 1610346627.748335, + "asctime": "2021-01-11 11:25:17,518", + "created": 1610360717.51821, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -91983,14 +91983,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 748.3348846435547, + "msecs": 518.2099342346191, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13681.87689781189, - "thread": 140633327003392, + "relativeCreated": 13670.93300819397, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -91999,8 +91999,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:27,748", - "created": 1610346627.748476, + "asctime": "2021-01-11 11:25:17,518", + "created": 1610360717.518279, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -92010,14 +92010,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 748.4760284423828, + "msecs": 518.2790756225586, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13682.018041610718, - "thread": 140633327003392, + "relativeCreated": 13671.00214958191, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -92025,8 +92025,8 @@ "STP:", "(63): 7b 22 73 74 61 74 75 73 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 79 5d 48 e2" ], - "asctime": "2021-01-11 07:30:27,748", - "created": 1610346627.748766, + "asctime": "2021-01-11 11:25:17,518", + "created": 1610360717.518416, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -92036,14 +92036,14 @@ "lineno": 148, "message": "STP: message identified - (63): 7b 22 73 74 61 74 75 73 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 79 5d 48 e2", "module": "stp", - "msecs": 748.7659454345703, + "msecs": 518.4159278869629, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13682.307958602905, - "thread": 140633327003392, + "relativeCreated": 13671.139001846313, + "thread": 139853647828736, "threadName": "Thread-20" }, { @@ -92054,8 +92054,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 07:30:27,749", - "created": 1610346627.749087, + "asctime": "2021-01-11 11:25:17,518", + "created": 1610360717.518565, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92065,22 +92065,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 749.0870952606201, + "msecs": 518.5649394989014, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13682.629108428955, - "thread": 140633327003392, + "relativeCreated": 13671.288013458252, + "thread": 139853647828736, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:27,749", - "created": 1610346627.749263, + "asctime": "2021-01-11 11:25:17,518", + "created": 1610360717.518664, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92090,35 +92090,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 749.2630481719971, + "msecs": 518.6638832092285, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13682.805061340332, - "thread": 140633327003392, + "relativeCreated": 13671.38695716858, + "thread": 139853647828736, "threadName": "Thread-20" } ], - "msecs": 910.8059406280518, + "msecs": 678.4310340881348, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13844.347953796387, - "thread": 140634736203584, + "relativeCreated": 13831.154108047485, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.1615428924560547 + "time_consumption": 0.15976715087890625 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:27,912", - "created": 1610346627.912048, + "asctime": "2021-01-11 11:25:17,679", + "created": 1610360717.679691, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92135,8 +92135,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:27,911", - "created": 1610346627.911536, + "asctime": "2021-01-11 11:25:17,679", + "created": 1610360717.679135, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92146,14 +92146,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): None ()", "module": "test", - "msecs": 911.5359783172607, + "msecs": 679.1350841522217, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13845.077991485596, - "thread": 140634736203584, + "relativeCreated": 13831.858158111572, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92162,8 +92162,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:27,911", - "created": 1610346627.911807, + "asctime": "2021-01-11 11:25:17,679", + "created": 1610360717.679432, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92173,35 +92173,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = None ()", "module": "test", - "msecs": 911.8070602416992, + "msecs": 679.4319152832031, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13845.349073410034, - "thread": 140634736203584, + "relativeCreated": 13832.154989242554, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 912.0481014251709, + "msecs": 679.6910762786865, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13845.590114593506, - "thread": 140634736203584, + "relativeCreated": 13832.414150238037, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002410411834716797 + "time_consumption": 0.00025916099548339844 }, { "args": [ "{u'status': 1, u'service_id': 11, u'data': None, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,912", - "created": 1610346627.912944, + "asctime": "2021-01-11 11:25:17,680", + "created": 1610360717.68089, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92218,8 +92218,8 @@ "{u'status': 1, u'service_id': 11, u'data': None, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,912", - "created": 1610346627.91258, + "asctime": "2021-01-11 11:25:17,680", + "created": 1610360717.680371, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92229,14 +92229,14 @@ "lineno": 22, "message": "Result (Message received by client): {u'status': 1, u'service_id': 11, u'data': None, u'data_id': 0} ()", "module": "test", - "msecs": 912.5800132751465, + "msecs": 680.3710460662842, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13846.122026443481, - "thread": 140634736203584, + "relativeCreated": 13833.094120025635, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92245,8 +92245,8 @@ "{'status': 1, 'service_id': 11, 'data': None, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:27,912", - "created": 1610346627.912768, + "asctime": "2021-01-11 11:25:17,680", + "created": 1610360717.68065, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -92256,39 +92256,39 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 1, 'service_id': 11, 'data': None, 'data_id': 0} ()", "module": "test", - "msecs": 912.7678871154785, + "msecs": 680.649995803833, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13846.309900283813, - "thread": 140634736203584, + "relativeCreated": 13833.373069763184, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 912.9440784454346, + "msecs": 680.8900833129883, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 13846.48609161377, - "thread": 140634736203584, + "relativeCreated": 13833.613157272339, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001761913299560547 + "time_consumption": 0.00024008750915527344 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.9681010246276855, - "time_finished": "2021-01-11 07:30:27,912", - "time_start": "2021-01-11 07:30:26,944" + "time_consumption": 0.9700419902801514, + "time_finished": "2021-01-11 11:25:17,680", + "time_start": "2021-01-11 11:25:16,710" }, "_tb5akE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:29,594", - "created": 1610346629.594851, + "asctime": "2021-01-11 11:25:19,360", + "created": 1610360719.360137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92299,18 +92299,18 @@ "message": "_tb5akE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 594.851016998291, + "msecs": 360.1369857788086, "msg": "_tb5akE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15528.393030166626, + "relativeCreated": 15512.86005973816, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:29,605", - "created": 1610346629.60575, + "asctime": "2021-01-11 11:25:19,369", + "created": 1610360719.369139, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -92325,8 +92325,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:29,595", - "created": 1610346629.595954, + "asctime": "2021-01-11 11:25:19,361", + "created": 1610360719.361648, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92336,22 +92336,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 595.9539413452148, + "msecs": 361.6480827331543, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15529.49595451355, - "thread": 140634736203584, + "relativeCreated": 15514.371156692505, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:29,597", - "created": 1610346629.597188, + "asctime": "2021-01-11 11:25:19,362", + "created": 1610360719.362638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92361,22 +92361,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 597.1879959106445, + "msecs": 362.637996673584, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15530.73000907898, - "thread": 140634736203584, + "relativeCreated": 15515.361070632935, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:29,597", - "created": 1610346629.597455, + "asctime": "2021-01-11 11:25:19,362", + "created": 1610360719.36297, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92386,22 +92386,22 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 597.4550247192383, + "msecs": 362.97011375427246, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15530.997037887573, - "thread": 140634736203584, + "relativeCreated": 15515.693187713623, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:29,597", - "created": 1610346629.597832, + "asctime": "2021-01-11 11:25:19,363", + "created": 1610360719.363615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92411,14 +92411,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 597.8319644927979, + "msecs": 363.6150360107422, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15531.373977661133, - "thread": 140634736203584, + "relativeCreated": 15516.338109970093, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92427,8 +92427,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:29,597", - "created": 1610346629.597995, + "asctime": "2021-01-11 11:25:19,363", + "created": 1610360719.363855, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92438,14 +92438,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 597.9950428009033, + "msecs": 363.85488510131836, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15531.537055969238, - "thread": 140634736203584, + "relativeCreated": 15516.577959060669, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92453,8 +92453,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:29,598", - "created": 1610346629.598202, + "asctime": "2021-01-11 11:25:19,364", + "created": 1610360719.364112, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92464,14 +92464,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 598.2019901275635, + "msecs": 364.11190032958984, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15531.744003295898, - "thread": 140634736203584, + "relativeCreated": 15516.83497428894, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92479,8 +92479,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:29,598", - "created": 1610346629.598414, + "asctime": "2021-01-11 11:25:19,364", + "created": 1610360719.364296, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92490,14 +92490,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 598.4139442443848, + "msecs": 364.29595947265625, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15531.95595741272, - "thread": 140634736203584, + "relativeCreated": 15517.019033432007, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92505,8 +92505,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:29,598", - "created": 1610346629.598542, + "asctime": "2021-01-11 11:25:19,364", + "created": 1610360719.364485, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92516,14 +92516,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 598.5419750213623, + "msecs": 364.4850254058838, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15532.083988189697, - "thread": 140634736203584, + "relativeCreated": 15517.208099365234, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92531,8 +92531,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:29,598", - "created": 1610346629.598666, + "asctime": "2021-01-11 11:25:19,364", + "created": 1610360719.364773, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92542,14 +92542,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 598.6659526824951, + "msecs": 364.7730350494385, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15532.20796585083, - "thread": 140634736203584, + "relativeCreated": 15517.496109008789, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92559,8 +92559,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:29,598", - "created": 1610346629.59881, + "asctime": "2021-01-11 11:25:19,365", + "created": 1610360719.365065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92570,14 +92570,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 598.8099575042725, + "msecs": 365.0650978088379, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15532.351970672607, - "thread": 140634736203584, + "relativeCreated": 15517.788171768188, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92587,8 +92587,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:29,598", - "created": 1610346629.598955, + "asctime": "2021-01-11 11:25:19,365", + "created": 1610360719.365342, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92598,14 +92598,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 598.9549160003662, + "msecs": 365.3419017791748, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15532.496929168701, - "thread": 140634736203584, + "relativeCreated": 15518.064975738525, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92615,8 +92615,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:29,599", - "created": 1610346629.599087, + "asctime": "2021-01-11 11:25:19,365", + "created": 1610360719.365603, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92626,14 +92626,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 599.0869998931885, + "msecs": 365.602970123291, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15532.629013061523, - "thread": 140634736203584, + "relativeCreated": 15518.326044082642, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92643,8 +92643,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:29,599", - "created": 1610346629.599257, + "asctime": "2021-01-11 11:25:19,365", + "created": 1610360719.365857, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92654,22 +92654,22 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 599.2569923400879, + "msecs": 365.8568859100342, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15532.799005508423, - "thread": 140634736203584, + "relativeCreated": 15518.579959869385, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:29,599", - "created": 1610346629.599448, + "asctime": "2021-01-11 11:25:19,366", + "created": 1610360719.366093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92679,14 +92679,14 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 599.4479656219482, + "msecs": 366.0929203033447, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15532.989978790283, - "thread": 140634736203584, + "relativeCreated": 15518.815994262695, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92695,8 +92695,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:29,599", - "created": 1610346629.599654, + "asctime": "2021-01-11 11:25:19,366", + "created": 1610360719.36636, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92706,14 +92706,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 599.653959274292, + "msecs": 366.3599491119385, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15533.195972442627, - "thread": 140634736203584, + "relativeCreated": 15519.083023071289, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92721,8 +92721,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:29,599", - "created": 1610346629.599853, + "asctime": "2021-01-11 11:25:19,366", + "created": 1610360719.366614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92732,14 +92732,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 599.8530387878418, + "msecs": 366.61410331726074, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15533.395051956177, - "thread": 140634736203584, + "relativeCreated": 15519.337177276611, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92747,8 +92747,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:29,600", - "created": 1610346629.600155, + "asctime": "2021-01-11 11:25:19,366", + "created": 1610360719.366897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92758,14 +92758,14 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 600.1551151275635, + "msecs": 366.8971061706543, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15533.697128295898, - "thread": 140634736203584, + "relativeCreated": 15519.620180130005, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92775,8 +92775,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:29,600", - "created": 1610346629.60029, + "asctime": "2021-01-11 11:25:19,367", + "created": 1610360719.367147, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92786,14 +92786,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 600.290060043335, + "msecs": 367.14696884155273, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15533.83207321167, - "thread": 140634736203584, + "relativeCreated": 15519.870042800903, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92803,8 +92803,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:29,600", - "created": 1610346629.600443, + "asctime": "2021-01-11 11:25:19,367", + "created": 1610360719.367392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92814,14 +92814,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 600.4428863525391, + "msecs": 367.39206314086914, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15533.984899520874, - "thread": 140634736203584, + "relativeCreated": 15520.11513710022, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92830,8 +92830,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:29,600", - "created": 1610346629.600648, + "asctime": "2021-01-11 11:25:19,367", + "created": 1610360719.367578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92841,14 +92841,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 600.6479263305664, + "msecs": 367.57802963256836, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15534.189939498901, - "thread": 140634736203584, + "relativeCreated": 15520.301103591919, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92857,8 +92857,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:29,600", - "created": 1610346629.600933, + "asctime": "2021-01-11 11:25:19,367", + "created": 1610360719.367658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92868,14 +92868,14 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 600.9330749511719, + "msecs": 367.6578998565674, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15534.475088119507, - "thread": 140634736203584, + "relativeCreated": 15520.380973815918, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92884,8 +92884,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:29,601", - "created": 1610346629.60108, + "asctime": "2021-01-11 11:25:19,367", + "created": 1610360719.36771, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92895,22 +92895,22 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 601.0799407958984, + "msecs": 367.7101135253906, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15534.621953964233, - "thread": 140634736203584, + "relativeCreated": 15520.433187484741, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:29,601", - "created": 1610346629.601258, + "asctime": "2021-01-11 11:25:19,367", + "created": 1610360719.36776, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92920,22 +92920,22 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 601.2580394744873, + "msecs": 367.75994300842285, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15534.800052642822, - "thread": 140634736203584, + "relativeCreated": 15520.483016967773, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:29,601", - "created": 1610346629.60176, + "asctime": "2021-01-11 11:25:19,367", + "created": 1610360719.367886, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92945,14 +92945,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 601.7599105834961, + "msecs": 367.8860664367676, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15535.301923751831, - "thread": 140634736203584, + "relativeCreated": 15520.609140396118, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92961,8 +92961,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:29,601", - "created": 1610346629.601975, + "asctime": "2021-01-11 11:25:19,367", + "created": 1610360719.367945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92972,14 +92972,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 601.9749641418457, + "msecs": 367.94495582580566, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15535.51697731018, - "thread": 140634736203584, + "relativeCreated": 15520.668029785156, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -92987,8 +92987,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:29,602", - "created": 1610346629.602198, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -92998,14 +92998,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 602.1978855133057, + "msecs": 368.0150508880615, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15535.73989868164, - "thread": 140634736203584, + "relativeCreated": 15520.738124847412, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93013,8 +93013,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:29,602", - "created": 1610346629.602388, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93024,14 +93024,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 602.3879051208496, + "msecs": 368.06702613830566, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15535.929918289185, - "thread": 140634736203584, + "relativeCreated": 15520.790100097656, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93039,8 +93039,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:29,602", - "created": 1610346629.602539, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368124, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93050,14 +93050,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 602.5390625, + "msecs": 368.12400817871094, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15536.081075668335, - "thread": 140634736203584, + "relativeCreated": 15520.847082138062, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93065,8 +93065,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:29,602", - "created": 1610346629.602699, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93076,14 +93076,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 602.6990413665771, + "msecs": 368.18408966064453, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15536.241054534912, - "thread": 140634736203584, + "relativeCreated": 15520.907163619995, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93093,8 +93093,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:29,602", - "created": 1610346629.602907, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93104,14 +93104,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 602.9069423675537, + "msecs": 368.257999420166, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15536.448955535889, - "thread": 140634736203584, + "relativeCreated": 15520.981073379517, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93121,8 +93121,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:29,603", - "created": 1610346629.60309, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93132,14 +93132,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 603.0900478363037, + "msecs": 368.32690238952637, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15536.632061004639, - "thread": 140634736203584, + "relativeCreated": 15521.049976348877, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93149,8 +93149,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:29,603", - "created": 1610346629.603267, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368396, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93160,14 +93160,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 603.2669544219971, + "msecs": 368.3960437774658, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15536.808967590332, - "thread": 140634736203584, + "relativeCreated": 15521.119117736816, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93177,8 +93177,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:29,603", - "created": 1610346629.603448, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368461, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93188,22 +93188,22 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 603.4479141235352, + "msecs": 368.46089363098145, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15536.98992729187, - "thread": 140634736203584, + "relativeCreated": 15521.183967590332, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:29,603", - "created": 1610346629.603641, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368524, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93213,14 +93213,14 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 603.6410331726074, + "msecs": 368.52407455444336, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15537.183046340942, - "thread": 140634736203584, + "relativeCreated": 15521.247148513794, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93229,8 +93229,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:29,603", - "created": 1610346629.603834, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368603, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93240,14 +93240,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 603.8339138031006, + "msecs": 368.602991104126, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15537.375926971436, - "thread": 140634736203584, + "relativeCreated": 15521.326065063477, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93255,8 +93255,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:29,604", - "created": 1610346629.604019, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368661, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93266,14 +93266,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 604.0189266204834, + "msecs": 368.66092681884766, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15537.560939788818, - "thread": 140634736203584, + "relativeCreated": 15521.384000778198, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93281,8 +93281,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:29,604", - "created": 1610346629.604271, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368717, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93292,14 +93292,14 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 604.2709350585938, + "msecs": 368.7169551849365, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15537.812948226929, - "thread": 140634736203584, + "relativeCreated": 15521.440029144287, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93309,8 +93309,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:29,604", - "created": 1610346629.604686, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.36878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93320,14 +93320,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 604.6860218048096, + "msecs": 368.77989768981934, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15538.228034973145, - "thread": 140634736203584, + "relativeCreated": 15521.50297164917, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93337,8 +93337,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:29,604", - "created": 1610346629.604926, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368835, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93348,14 +93348,14 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 604.9261093139648, + "msecs": 368.8349723815918, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15538.4681224823, - "thread": 140634736203584, + "relativeCreated": 15521.558046340942, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93364,8 +93364,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:29,605", - "created": 1610346629.605126, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368889, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93375,14 +93375,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 605.125904083252, + "msecs": 368.88909339904785, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15538.667917251587, - "thread": 140634736203584, + "relativeCreated": 15521.612167358398, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93391,8 +93391,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:29,605", - "created": 1610346629.605301, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368938, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93402,14 +93402,14 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 605.3009033203125, + "msecs": 368.9379692077637, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15538.842916488647, - "thread": 140634736203584, + "relativeCreated": 15521.661043167114, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93418,8 +93418,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:29,605", - "created": 1610346629.605514, + "asctime": "2021-01-11 11:25:19,368", + "created": 1610360719.368986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93429,22 +93429,22 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 605.5140495300293, + "msecs": 368.9858913421631, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15539.056062698364, - "thread": 140634736203584, + "relativeCreated": 15521.708965301514, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:29,605", - "created": 1610346629.60567, + "asctime": "2021-01-11 11:25:19,369", + "created": 1610360719.369073, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93454,32 +93454,32 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 605.6699752807617, + "msecs": 369.07291412353516, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15539.211988449097, - "thread": 140634736203584, + "relativeCreated": 15521.795988082886, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 605.7500839233398, + "msecs": 369.1389560699463, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15539.292097091675, - "thread": 140634736203584, + "relativeCreated": 15521.862030029297, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 8.0108642578125e-05 + "time_consumption": 6.604194641113281e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:29,949", - "created": 1610346629.949969, + "asctime": "2021-01-11 11:25:19,713", + "created": 1610360719.713181, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -93494,8 +93494,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:29,605", - "created": 1610346629.605912, + "asctime": "2021-01-11 11:25:19,369", + "created": 1610360719.369285, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93505,22 +93505,22 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 605.9119701385498, + "msecs": 369.28510665893555, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15539.453983306885, - "thread": 140634736203584, + "relativeCreated": 15522.008180618286, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:29,605", - "created": 1610346629.605989, + "asctime": "2021-01-11 11:25:19,369", + "created": 1610360719.369343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93530,22 +93530,22 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 605.9889793395996, + "msecs": 369.3430423736572, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15539.530992507935, - "thread": 140634736203584, + "relativeCreated": 15522.066116333008, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:29,606", - "created": 1610346629.606072, + "asctime": "2021-01-11 11:25:19,369", + "created": 1610360719.369443, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93555,14 +93555,14 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 606.071949005127, + "msecs": 369.4429397583008, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15539.613962173462, - "thread": 140634736203584, + "relativeCreated": 15522.166013717651, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93573,8 +93573,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:29,606", - "created": 1610346629.606194, + "asctime": "2021-01-11 11:25:19,369", + "created": 1610360719.369537, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93584,22 +93584,22 @@ "lineno": 445, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 606.194019317627, + "msecs": 369.5371150970459, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15539.736032485962, - "thread": 140634736203584, + "relativeCreated": 15522.260189056396, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:29,606", - "created": 1610346629.60643, + "asctime": "2021-01-11 11:25:19,369", + "created": 1610360719.369724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93609,22 +93609,22 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 606.4300537109375, + "msecs": 369.7240352630615, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15539.972066879272, - "thread": 140634736203584, + "relativeCreated": 15522.447109222412, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:29,606", - "created": 1610346629.60675, + "asctime": "2021-01-11 11:25:19,369", + "created": 1610360719.36998, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93634,22 +93634,22 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 606.7500114440918, + "msecs": 369.9800968170166, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15540.292024612427, - "thread": 140634736203584, + "relativeCreated": 15522.703170776367, + "thread": 139854989064000, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:29,606", - "created": 1610346629.606822, + "asctime": "2021-01-11 11:25:19,370", + "created": 1610360719.37006, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93659,14 +93659,14 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 606.8220138549805, + "msecs": 370.0599670410156, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15540.364027023315, - "thread": 140634736203584, + "relativeCreated": 15522.783041000366, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -93674,8 +93674,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:29,612", - "created": 1610346629.61254, + "asctime": "2021-01-11 11:25:19,371", + "created": 1610360719.371682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93685,14 +93685,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 612.5400066375732, + "msecs": 371.68192863464355, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.082019805908, - "thread": 140632790132480, + "relativeCreated": 15524.405002593994, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93700,8 +93700,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:29,612", - "created": 1610346629.612673, + "asctime": "2021-01-11 11:25:19,371", + "created": 1610360719.371831, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -93711,14 +93711,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 612.6730442047119, + "msecs": 371.83094024658203, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.215057373047, - "thread": 140632790132480, + "relativeCreated": 15524.554014205933, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93726,8 +93726,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,612", - "created": 1610346629.612734, + "asctime": "2021-01-11 11:25:19,371", + "created": 1610360719.371896, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93737,14 +93737,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 612.7340793609619, + "msecs": 371.89602851867676, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.276092529297, - "thread": 140632790132480, + "relativeCreated": 15524.619102478027, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93753,8 +93753,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:29,612", - "created": 1610346629.612786, + "asctime": "2021-01-11 11:25:19,371", + "created": 1610360719.371951, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93764,14 +93764,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 612.786054611206, + "msecs": 371.9511032104492, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.328067779541, - "thread": 140632790132480, + "relativeCreated": 15524.6741771698, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93779,8 +93779,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,612", - "created": 1610346629.612855, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372024, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93790,14 +93790,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 612.8549575805664, + "msecs": 372.0240592956543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.396970748901, - "thread": 140632790132480, + "relativeCreated": 15524.747133255005, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93806,8 +93806,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,612", - "created": 1610346629.612906, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372077, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93817,14 +93817,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 612.9059791564941, + "msecs": 372.07698822021484, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.44799232483, - "thread": 140632790132480, + "relativeCreated": 15524.800062179565, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93832,8 +93832,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,612", - "created": 1610346629.612974, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372145, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93843,14 +93843,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 612.9739284515381, + "msecs": 372.1449375152588, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.515941619873, - "thread": 140632790132480, + "relativeCreated": 15524.86801147461, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93859,8 +93859,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.613036, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372196, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93870,14 +93870,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 613.0359172821045, + "msecs": 372.1959590911865, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.57793045044, - "thread": 140632790132480, + "relativeCreated": 15524.919033050537, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93885,8 +93885,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.613114, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372254, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93896,14 +93896,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 613.1141185760498, + "msecs": 372.2538948059082, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.656131744385, - "thread": 140632790132480, + "relativeCreated": 15524.976968765259, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93912,8 +93912,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.613178, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372304, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93923,14 +93923,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 613.178014755249, + "msecs": 372.30396270751953, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.720027923584, - "thread": 140632790132480, + "relativeCreated": 15525.02703666687, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93938,8 +93938,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.613263, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.37237, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93949,14 +93949,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 613.2628917694092, + "msecs": 372.37000465393066, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.804904937744, - "thread": 140632790132480, + "relativeCreated": 15525.093078613281, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93965,8 +93965,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.613311, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -93976,14 +93976,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 613.3110523223877, + "msecs": 372.4169731140137, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.853065490723, - "thread": 140632790132480, + "relativeCreated": 15525.140047073364, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -93991,8 +93991,8 @@ "comm-client:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.6134, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372488, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94002,14 +94002,14 @@ "lineno": 284, "message": "comm-client: TX -> (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 613.3999824523926, + "msecs": 372.48802185058594, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15546.941995620728, - "thread": 140632790132480, + "relativeCreated": 15525.211095809937, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94017,8 +94017,8 @@ "comm-server:", "(6): 28 3b d3 54 3a 3e" ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.61348, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372549, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94028,14 +94028,14 @@ "lineno": 414, "message": "comm-server: RX <- (6): 28 3b d3 54 3a 3e", "module": "__init__", - "msecs": 613.4800910949707, + "msecs": 372.54905700683594, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15547.022104263306, - "thread": 140632790132480, + "relativeCreated": 15525.272130966187, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94043,8 +94043,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.613552, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372603, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94054,14 +94054,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 613.5520935058594, + "msecs": 372.6029396057129, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15547.094106674194, - "thread": 140632790132480, + "relativeCreated": 15525.326013565063, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94070,8 +94070,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.613613, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372655, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94081,14 +94081,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 613.6128902435303, + "msecs": 372.65491485595703, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15547.154903411865, - "thread": 140632790132480, + "relativeCreated": 15525.377988815308, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94096,8 +94096,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54" ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.613755, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372763, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94107,14 +94107,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 28 3b d3 54", "module": "stp", - "msecs": 613.7549877166748, + "msecs": 372.76291847229004, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15547.29700088501, - "thread": 140632790132480, + "relativeCreated": 15525.48599243164, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94125,8 +94125,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.613907, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94136,14 +94136,14 @@ "lineno": 445, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 613.9070987701416, + "msecs": 372.88808822631836, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15547.449111938477, - "thread": 140632790132480, + "relativeCreated": 15525.611162185669, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94151,8 +94151,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:29,613", - "created": 1610346629.613978, + "asctime": "2021-01-11 11:25:19,372", + "created": 1610360719.372954, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94162,14 +94162,14 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 613.9779090881348, + "msecs": 372.9538917541504, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15547.51992225647, - "thread": 140632790132480, + "relativeCreated": 15525.676965713501, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94180,8 +94180,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:29,614", - "created": 1610346629.61408, + "asctime": "2021-01-11 11:25:19,373", + "created": 1610360719.373041, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94191,14 +94191,14 @@ "lineno": 445, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 614.0799522399902, + "msecs": 373.04091453552246, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15547.621965408325, - "thread": 140632790132480, + "relativeCreated": 15525.763988494873, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94206,8 +94206,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615055, + "asctime": "2021-01-11 11:25:19,374", + "created": 1610360719.37427, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94217,14 +94217,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 615.0550842285156, + "msecs": 374.269962310791, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15548.59709739685, - "thread": 140632781739776, + "relativeCreated": 15526.993036270142, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94232,8 +94232,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d" ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615221, + "asctime": "2021-01-11 11:25:19,374", + "created": 1610360719.374424, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94243,14 +94243,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d", "module": "__init__", - "msecs": 615.2210235595703, + "msecs": 374.4239807128906, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15548.763036727905, - "thread": 140632781739776, + "relativeCreated": 15527.147054672241, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94258,8 +94258,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615292, + "asctime": "2021-01-11 11:25:19,374", + "created": 1610360719.374501, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94269,14 +94269,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 615.2920722961426, + "msecs": 374.50098991394043, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15548.834085464478, - "thread": 140632781739776, + "relativeCreated": 15527.224063873291, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94285,8 +94285,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615355, + "asctime": "2021-01-11 11:25:19,374", + "created": 1610360719.374626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94296,14 +94296,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 615.3550148010254, + "msecs": 374.62592124938965, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15548.89702796936, - "thread": 140632781739776, + "relativeCreated": 15527.34899520874, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94311,8 +94311,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615438, + "asctime": "2021-01-11 11:25:19,374", + "created": 1610360719.374695, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94322,14 +94322,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 615.4379844665527, + "msecs": 374.6950626373291, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15548.979997634888, - "thread": 140632781739776, + "relativeCreated": 15527.41813659668, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94338,8 +94338,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615499, + "asctime": "2021-01-11 11:25:19,374", + "created": 1610360719.374745, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94349,14 +94349,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 615.4990196228027, + "msecs": 374.7448921203613, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.041032791138, - "thread": 140632781739776, + "relativeCreated": 15527.467966079712, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94364,8 +94364,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615586, + "asctime": "2021-01-11 11:25:19,374", + "created": 1610360719.374811, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94375,14 +94375,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 615.5860424041748, + "msecs": 374.81093406677246, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.12805557251, - "thread": 140632781739776, + "relativeCreated": 15527.534008026123, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94391,8 +94391,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615646, + "asctime": "2021-01-11 11:25:19,374", + "created": 1610360719.37486, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94402,14 +94402,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 615.6458854675293, + "msecs": 374.8600482940674, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.187898635864, - "thread": 140632781739776, + "relativeCreated": 15527.583122253418, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94417,8 +94417,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615728, + "asctime": "2021-01-11 11:25:19,374", + "created": 1610360719.374922, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94428,14 +94428,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 615.7279014587402, + "msecs": 374.9220371246338, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.269914627075, - "thread": 140632781739776, + "relativeCreated": 15527.645111083984, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94444,8 +94444,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615787, + "asctime": "2021-01-11 11:25:19,374", + "created": 1610360719.37497, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94455,14 +94455,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 615.7870292663574, + "msecs": 374.9699592590332, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.329042434692, - "thread": 140632781739776, + "relativeCreated": 15527.693033218384, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94470,8 +94470,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615873, + "asctime": "2021-01-11 11:25:19,375", + "created": 1610360719.375035, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94481,14 +94481,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 615.8730983734131, + "msecs": 375.03504753112793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.415111541748, - "thread": 140632781739776, + "relativeCreated": 15527.758121490479, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94497,8 +94497,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,615", - "created": 1610346629.615938, + "asctime": "2021-01-11 11:25:19,375", + "created": 1610360719.375082, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94508,14 +94508,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 615.9379482269287, + "msecs": 375.08201599121094, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.479961395264, - "thread": 140632781739776, + "relativeCreated": 15527.805089950562, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94523,8 +94523,8 @@ "comm-server:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:29,616", - "created": 1610346629.61602, + "asctime": "2021-01-11 11:25:19,375", + "created": 1610360719.375152, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94534,14 +94534,14 @@ "lineno": 284, "message": "comm-server: TX -> (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 616.0199642181396, + "msecs": 375.1521110534668, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.561977386475, - "thread": 140632781739776, + "relativeCreated": 15527.875185012817, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94549,8 +94549,8 @@ "comm-client:", "(6): 14 5b 30 5c 3a 3e" ], - "asctime": "2021-01-11 07:30:29,616", - "created": 1610346629.616089, + "asctime": "2021-01-11 11:25:19,375", + "created": 1610360719.375213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94560,14 +94560,14 @@ "lineno": 414, "message": "comm-client: RX <- (6): 14 5b 30 5c 3a 3e", "module": "__init__", - "msecs": 616.0891056060791, + "msecs": 375.2129077911377, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.631118774414, - "thread": 140632781739776, + "relativeCreated": 15527.935981750488, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94575,8 +94575,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,616", - "created": 1610346629.61615, + "asctime": "2021-01-11 11:25:19,375", + "created": 1610360719.375267, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94586,14 +94586,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 616.14990234375, + "msecs": 375.26702880859375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.691915512085, - "thread": 140632781739776, + "relativeCreated": 15527.990102767944, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94602,8 +94602,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:29,616", - "created": 1610346629.616207, + "asctime": "2021-01-11 11:25:19,375", + "created": 1610360719.375318, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94613,14 +94613,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 616.2068843841553, + "msecs": 375.3180503845215, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.74889755249, - "thread": 140632781739776, + "relativeCreated": 15528.041124343872, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94628,8 +94628,8 @@ "STP:", "(62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c" ], - "asctime": "2021-01-11 07:30:29,616", - "created": 1610346629.616319, + "asctime": "2021-01-11 11:25:19,375", + "created": 1610360719.375417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94639,14 +94639,14 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 14 5b 30 5c", "module": "stp", - "msecs": 616.318941116333, + "msecs": 375.41699409484863, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.860954284668, - "thread": 140632781739776, + "relativeCreated": 15528.1400680542, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94657,8 +94657,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:29,616", - "created": 1610346629.616446, + "asctime": "2021-01-11 11:25:19,375", + "created": 1610360719.37551, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94668,14 +94668,14 @@ "lineno": 445, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 616.4460182189941, + "msecs": 375.50997734069824, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15549.98803138733, - "thread": 140632781739776, + "relativeCreated": 15528.233051300049, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -94683,8 +94683,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:29,616", - "created": 1610346629.616517, + "asctime": "2021-01-11 11:25:19,375", + "created": 1610360719.375564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94694,32 +94694,32 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 616.5170669555664, + "msecs": 375.5640983581543, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15550.059080123901, - "thread": 140632781739776, + "relativeCreated": 15528.287172317505, + "thread": 139853102565120, "threadName": "Thread-28" } ], - "msecs": 949.9690532684326, + "msecs": 713.1810188293457, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15883.511066436768, - "thread": 140634736203584, + "relativeCreated": 15865.904092788696, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.3334519863128662 + "time_consumption": 0.3376169204711914 }, { "args": [], - "asctime": "2021-01-11 07:30:29,951", - "created": 1610346629.951985, + "asctime": "2021-01-11 11:25:19,715", + "created": 1610360719.715191, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -94737,8 +94737,8 @@ "None", "None" ], - "asctime": "2021-01-11 07:30:29,950", - "created": 1610346629.950915, + "asctime": "2021-01-11 11:25:19,714", + "created": 1610360719.71403, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94748,14 +94748,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback3__' for SID=None and DID=None", "module": "__init__", - "msecs": 950.9150981903076, + "msecs": 714.0300273895264, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15884.457111358643, - "thread": 140634736203584, + "relativeCreated": 15866.753101348877, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -94765,8 +94765,8 @@ "None", "0" ], - "asctime": "2021-01-11 07:30:29,951", - "created": 1610346629.951244, + "asctime": "2021-01-11 11:25:19,714", + "created": 1610360719.714365, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94776,14 +94776,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback2__' for SID=None and DID=0", "module": "__init__", - "msecs": 951.2441158294678, + "msecs": 714.3650054931641, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15884.786128997803, - "thread": 140634736203584, + "relativeCreated": 15867.088079452515, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -94793,8 +94793,8 @@ "10", "None" ], - "asctime": "2021-01-11 07:30:29,951", - "created": 1610346629.95151, + "asctime": "2021-01-11 11:25:19,714", + "created": 1610360719.714657, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94804,14 +94804,14 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback1__' for SID=10 and DID=None", "module": "__init__", - "msecs": 951.509952545166, + "msecs": 714.6570682525635, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15885.051965713501, - "thread": 140634736203584, + "relativeCreated": 15867.380142211914, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -94821,8 +94821,8 @@ "10", "0" ], - "asctime": "2021-01-11 07:30:29,951", - "created": 1610346629.951778, + "asctime": "2021-01-11 11:25:19,714", + "created": 1610360719.714965, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94832,32 +94832,32 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=0", "module": "__init__", - "msecs": 951.7779350280762, + "msecs": 714.9651050567627, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15885.319948196411, - "thread": 140634736203584, + "relativeCreated": 15867.688179016113, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 951.9848823547363, + "msecs": 715.1908874511719, "msg": "Registering all kind of Callbacks", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15885.526895523071, - "thread": 140634736203584, + "relativeCreated": 15867.913961410522, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00020694732666015625 + "time_consumption": 0.0002257823944091797 }, { "args": [], - "asctime": "2021-01-11 07:30:30,154", - "created": 1610346630.154079, + "asctime": "2021-01-11 11:25:19,916", + "created": 1610360719.916958, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -94876,8 +94876,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:29,952", - "created": 1610346629.952698, + "asctime": "2021-01-11 11:25:19,715", + "created": 1610360719.715754, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94887,14 +94887,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 952.6979923248291, + "msecs": 715.7540321350098, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15886.240005493164, - "thread": 140634736203584, + "relativeCreated": 15868.47710609436, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -94902,8 +94902,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:29,979", - "created": 1610346629.97932, + "asctime": "2021-01-11 11:25:19,738", + "created": 1610360719.738212, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94913,14 +94913,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 979.3200492858887, + "msecs": 738.2121086120605, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15912.862062454224, - "thread": 140632790132480, + "relativeCreated": 15890.935182571411, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94928,8 +94928,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:29,979", - "created": 1610346629.979931, + "asctime": "2021-01-11 11:25:19,739", + "created": 1610360719.739005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -94939,14 +94939,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 979.931116104126, + "msecs": 739.0050888061523, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15913.473129272461, - "thread": 140632790132480, + "relativeCreated": 15891.728162765503, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94954,8 +94954,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,980", - "created": 1610346629.98018, + "asctime": "2021-01-11 11:25:19,739", + "created": 1610360719.739265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94965,14 +94965,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 980.180025100708, + "msecs": 739.264965057373, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15913.722038269043, - "thread": 140632790132480, + "relativeCreated": 15891.988039016724, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -94981,8 +94981,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:29,980", - "created": 1610346629.980398, + "asctime": "2021-01-11 11:25:19,739", + "created": 1610360719.739527, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -94992,14 +94992,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 980.3979396820068, + "msecs": 739.5269870758057, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15913.939952850342, - "thread": 140632790132480, + "relativeCreated": 15892.250061035156, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95007,8 +95007,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,980", - "created": 1610346629.980669, + "asctime": "2021-01-11 11:25:19,739", + "created": 1610360719.739839, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95018,14 +95018,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 980.6690216064453, + "msecs": 739.8390769958496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15914.21103477478, - "thread": 140632790132480, + "relativeCreated": 15892.5621509552, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95034,8 +95034,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,980", - "created": 1610346629.980893, + "asctime": "2021-01-11 11:25:19,740", + "created": 1610360719.740375, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95045,14 +95045,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 980.8928966522217, + "msecs": 740.3750419616699, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15914.434909820557, - "thread": 140632790132480, + "relativeCreated": 15893.09811592102, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95060,8 +95060,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,981", - "created": 1610346629.981329, + "asctime": "2021-01-11 11:25:19,740", + "created": 1610360719.740726, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95071,14 +95071,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 981.3289642333984, + "msecs": 740.7259941101074, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15914.870977401733, - "thread": 140632790132480, + "relativeCreated": 15893.449068069458, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95087,8 +95087,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,981", - "created": 1610346629.98158, + "asctime": "2021-01-11 11:25:19,741", + "created": 1610360719.741002, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95098,14 +95098,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 981.5800189971924, + "msecs": 741.002082824707, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15915.122032165527, - "thread": 140632790132480, + "relativeCreated": 15893.725156784058, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95113,8 +95113,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,981", - "created": 1610346629.981951, + "asctime": "2021-01-11 11:25:19,741", + "created": 1610360719.741374, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95124,14 +95124,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 981.9509983062744, + "msecs": 741.3740158081055, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15915.49301147461, - "thread": 140632790132480, + "relativeCreated": 15894.097089767456, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95140,8 +95140,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,982", - "created": 1610346629.982262, + "asctime": "2021-01-11 11:25:19,741", + "created": 1610360719.741699, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95151,14 +95151,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 982.2618961334229, + "msecs": 741.6989803314209, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15915.803909301758, - "thread": 140632790132480, + "relativeCreated": 15894.422054290771, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95166,8 +95166,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,982", - "created": 1610346629.982479, + "asctime": "2021-01-11 11:25:19,741", + "created": 1610360719.741975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95177,14 +95177,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 982.4790954589844, + "msecs": 741.9750690460205, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15916.02110862732, - "thread": 140632790132480, + "relativeCreated": 15894.698143005371, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95193,8 +95193,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:29,982", - "created": 1610346629.982634, + "asctime": "2021-01-11 11:25:19,742", + "created": 1610360719.742175, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95204,14 +95204,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 982.6340675354004, + "msecs": 742.1751022338867, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15916.176080703735, - "thread": 140632790132480, + "relativeCreated": 15894.898176193237, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95219,8 +95219,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:29,982", - "created": 1610346629.982904, + "asctime": "2021-01-11 11:25:19,742", + "created": 1610360719.742577, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95230,14 +95230,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 982.9039573669434, + "msecs": 742.577075958252, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15916.445970535278, - "thread": 140632790132480, + "relativeCreated": 15895.300149917603, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95245,8 +95245,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:29,983", - "created": 1610346629.983092, + "asctime": "2021-01-11 11:25:19,742", + "created": 1610360719.742776, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95256,14 +95256,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 983.0920696258545, + "msecs": 742.7759170532227, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15916.63408279419, - "thread": 140632790132480, + "relativeCreated": 15895.498991012573, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95271,8 +95271,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:29,983", - "created": 1610346629.983279, + "asctime": "2021-01-11 11:25:19,742", + "created": 1610360719.742964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95282,14 +95282,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 983.2789897918701, + "msecs": 742.9640293121338, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15916.821002960205, - "thread": 140632790132480, + "relativeCreated": 15895.687103271484, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95298,8 +95298,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:29,983", - "created": 1610346629.983434, + "asctime": "2021-01-11 11:25:19,743", + "created": 1610360719.743119, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95309,14 +95309,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 983.4339618682861, + "msecs": 743.1190013885498, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15916.975975036621, - "thread": 140632790132480, + "relativeCreated": 15895.8420753479, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95324,8 +95324,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16" ], - "asctime": "2021-01-11 07:30:29,983", - "created": 1610346629.983755, + "asctime": "2021-01-11 11:25:19,743", + "created": 1610360719.743439, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95335,14 +95335,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16", "module": "stp", - "msecs": 983.7551116943359, + "msecs": 743.4389591217041, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15917.29712486267, - "thread": 140632790132480, + "relativeCreated": 15896.162033081055, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95353,8 +95353,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:29,984", - "created": 1610346629.984147, + "asctime": "2021-01-11 11:25:19,743", + "created": 1610360719.743994, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95364,14 +95364,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 984.1470718383789, + "msecs": 743.9939975738525, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15917.689085006714, - "thread": 140632790132480, + "relativeCreated": 15896.717071533203, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95379,8 +95379,8 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 07:30:29,984", - "created": 1610346629.984359, + "asctime": "2021-01-11 11:25:19,744", + "created": 1610360719.744282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95390,14 +95390,14 @@ "lineno": 479, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 984.3590259552002, + "msecs": 744.2820072174072, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15917.901039123535, - "thread": 140632790132480, + "relativeCreated": 15897.005081176758, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95408,8 +95408,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:29,984", - "created": 1610346629.984694, + "asctime": "2021-01-11 11:25:19,744", + "created": 1610360719.744679, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95419,14 +95419,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 984.6940040588379, + "msecs": 744.6789741516113, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15918.236017227173, - "thread": 140632790132480, + "relativeCreated": 15897.402048110962, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -95434,8 +95434,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60" ], - "asctime": "2021-01-11 07:30:30,017", - "created": 1610346630.017922, + "asctime": "2021-01-11 11:25:19,776", + "created": 1610360719.77684, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95445,14 +95445,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60", "module": "__init__", - "msecs": 17.921924591064453, + "msecs": 776.8399715423584, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15951.4639377594, - "thread": 140632781739776, + "relativeCreated": 15929.563045501709, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95460,8 +95460,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60" ], - "asctime": "2021-01-11 07:30:30,018", - "created": 1610346630.018494, + "asctime": "2021-01-11 11:25:19,777", + "created": 1610360719.777492, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95471,14 +95471,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 60", "module": "__init__", - "msecs": 18.4938907623291, + "msecs": 777.4920463562012, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15952.035903930664, - "thread": 140632781739776, + "relativeCreated": 15930.215120315552, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95486,8 +95486,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,018", - "created": 1610346630.018758, + "asctime": "2021-01-11 11:25:19,777", + "created": 1610360719.777762, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95497,14 +95497,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 18.758058547973633, + "msecs": 777.7619361877441, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15952.300071716309, - "thread": 140632781739776, + "relativeCreated": 15930.485010147095, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95513,8 +95513,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:30,019", - "created": 1610346630.019025, + "asctime": "2021-01-11 11:25:19,778", + "created": 1610360719.778011, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95524,14 +95524,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 19.025087356567383, + "msecs": 778.0110836029053, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15952.567100524902, - "thread": 140632781739776, + "relativeCreated": 15930.734157562256, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95539,8 +95539,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,019", - "created": 1610346630.019302, + "asctime": "2021-01-11 11:25:19,778", + "created": 1610360719.778327, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95550,14 +95550,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 19.301891326904297, + "msecs": 778.3269882202148, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15952.84390449524, - "thread": 140632781739776, + "relativeCreated": 15931.050062179565, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95566,8 +95566,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,019", - "created": 1610346630.019534, + "asctime": "2021-01-11 11:25:19,778", + "created": 1610360719.778566, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95577,14 +95577,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 19.53411102294922, + "msecs": 778.5658836364746, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15953.076124191284, - "thread": 140632781739776, + "relativeCreated": 15931.288957595825, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95592,8 +95592,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,019", - "created": 1610346630.019819, + "asctime": "2021-01-11 11:25:19,779", + "created": 1610360719.779058, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95603,14 +95603,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 19.819021224975586, + "msecs": 779.0579795837402, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15953.36103439331, - "thread": 140632781739776, + "relativeCreated": 15931.78105354309, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95619,8 +95619,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,020", - "created": 1610346630.020023, + "asctime": "2021-01-11 11:25:19,779", + "created": 1610360719.779327, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95630,14 +95630,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 20.023107528686523, + "msecs": 779.3269157409668, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15953.565120697021, - "thread": 140632781739776, + "relativeCreated": 15932.049989700317, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95645,8 +95645,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,020", - "created": 1610346630.020261, + "asctime": "2021-01-11 11:25:19,779", + "created": 1610360719.779749, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95656,14 +95656,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 20.261049270629883, + "msecs": 779.7489166259766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15953.803062438965, - "thread": 140632781739776, + "relativeCreated": 15932.471990585327, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95672,8 +95672,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,020", - "created": 1610346630.020594, + "asctime": "2021-01-11 11:25:19,780", + "created": 1610360719.780036, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95683,14 +95683,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 20.593881607055664, + "msecs": 780.0359725952148, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15954.13589477539, - "thread": 140632781739776, + "relativeCreated": 15932.759046554565, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95698,8 +95698,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,020", - "created": 1610346630.020916, + "asctime": "2021-01-11 11:25:19,780", + "created": 1610360719.780367, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95709,14 +95709,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 20.915985107421875, + "msecs": 780.3668975830078, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15954.457998275757, - "thread": 140632781739776, + "relativeCreated": 15933.089971542358, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95725,8 +95725,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,021", - "created": 1610346630.021132, + "asctime": "2021-01-11 11:25:19,780", + "created": 1610360719.780486, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95736,14 +95736,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 21.13199234008789, + "msecs": 780.4861068725586, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15954.674005508423, - "thread": 140632781739776, + "relativeCreated": 15933.20918083191, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95751,8 +95751,8 @@ "comm-server:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 07:30:30,021", - "created": 1610346630.021712, + "asctime": "2021-01-11 11:25:19,780", + "created": 1610360719.78076, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95762,14 +95762,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 21.712064743041992, + "msecs": 780.7600498199463, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15955.254077911377, - "thread": 140632781739776, + "relativeCreated": 15933.483123779297, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95777,8 +95777,8 @@ "comm-client:", "(5): 02 24 68 3a 3e" ], - "asctime": "2021-01-11 07:30:30,021", - "created": 1610346630.021967, + "asctime": "2021-01-11 11:25:19,781", + "created": 1610360719.781021, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95788,14 +95788,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 02 24 68 3a 3e", "module": "__init__", - "msecs": 21.966934204101562, + "msecs": 781.0211181640625, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15955.508947372437, - "thread": 140632781739776, + "relativeCreated": 15933.744192123413, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95803,8 +95803,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,022", - "created": 1610346630.022213, + "asctime": "2021-01-11 11:25:19,781", + "created": 1610360719.781215, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95814,14 +95814,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 22.212982177734375, + "msecs": 781.2149524688721, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15955.75499534607, - "thread": 140632781739776, + "relativeCreated": 15933.938026428223, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95830,8 +95830,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:30,022", - "created": 1610346630.022426, + "asctime": "2021-01-11 11:25:19,781", + "created": 1610360719.78139, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95841,14 +95841,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 22.42588996887207, + "msecs": 781.3899517059326, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15955.967903137207, - "thread": 140632781739776, + "relativeCreated": 15934.113025665283, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95856,8 +95856,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 60 02 24 68" ], - "asctime": "2021-01-11 07:30:30,022", - "created": 1610346630.022854, + "asctime": "2021-01-11 11:25:19,781", + "created": 1610360719.781624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -95867,14 +95867,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 33 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 60 02 24 68", "module": "stp", - "msecs": 22.854089736938477, + "msecs": 781.6240787506104, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15956.396102905273, - "thread": 140632781739776, + "relativeCreated": 15934.347152709961, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -95885,8 +95885,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:30,023", - "created": 1610346630.023351, + "asctime": "2021-01-11 11:25:19,781", + "created": 1610360719.781922, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95896,22 +95896,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 23.350954055786133, + "msecs": 781.9221019744873, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15956.892967224121, - "thread": 140632781739776, + "relativeCreated": 15934.645175933838, + "thread": 139853102565120, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:30,023", - "created": 1610346630.02368, + "asctime": "2021-01-11 11:25:19,782", + "created": 1610360719.78213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -95921,35 +95921,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 23.67997169494629, + "msecs": 782.1300029754639, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 15957.221984863281, - "thread": 140632781739776, + "relativeCreated": 15934.853076934814, + "thread": 139853102565120, "threadName": "Thread-28" } ], - "msecs": 154.07896041870117, + "msecs": 916.9580936431885, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16087.620973587036, - "thread": 140634736203584, + "relativeCreated": 16069.681167602539, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.13039898872375488 + "time_consumption": 0.1348280906677246 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,155", - "created": 1610346630.155271, + "asctime": "2021-01-11 11:25:19,918", + "created": 1610360719.918124, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -95966,8 +95966,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,154", - "created": 1610346630.15473, + "asctime": "2021-01-11 11:25:19,917", + "created": 1610360719.917617, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -95977,14 +95977,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): {u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0} ()", "module": "test", - "msecs": 154.73008155822754, + "msecs": 917.6170825958252, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16088.272094726562, - "thread": 140634736203584, + "relativeCreated": 16070.340156555176, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -95993,8 +95993,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,155", - "created": 1610346630.155062, + "asctime": "2021-01-11 11:25:19,917", + "created": 1610360719.917879, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -96004,35 +96004,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 155.0619602203369, + "msecs": 917.8791046142578, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16088.603973388672, - "thread": 140634736203584, + "relativeCreated": 16070.602178573608, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 155.27105331420898, + "msecs": 918.1239604949951, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16088.813066482544, - "thread": 140634736203584, + "relativeCreated": 16070.847034454346, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002090930938720703 + "time_consumption": 0.0002448558807373047 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,156", - "created": 1610346630.156308, + "asctime": "2021-01-11 11:25:19,918", + "created": 1610360719.918994, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -96049,8 +96049,8 @@ "{u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,155", - "created": 1610346630.155586, + "asctime": "2021-01-11 11:25:19,918", + "created": 1610360719.918489, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -96060,14 +96060,14 @@ "lineno": 22, "message": "Result (Message received by client): {u'status': 0, u'service_id': 11, u'data': 33, u'data_id': 0} ()", "module": "test", - "msecs": 155.58600425720215, + "msecs": 918.4889793395996, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16089.128017425537, - "thread": 140634736203584, + "relativeCreated": 16071.21205329895, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -96076,8 +96076,8 @@ "{'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,156", - "created": 1610346630.156006, + "asctime": "2021-01-11 11:25:19,918", + "created": 1610360719.91872, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -96087,32 +96087,32 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 33, 'data_id': 0} ()", "module": "test", - "msecs": 156.0060977935791, + "msecs": 918.720006942749, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16089.548110961914, - "thread": 140634736203584, + "relativeCreated": 16071.4430809021, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 156.30793571472168, + "msecs": 918.9939498901367, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16089.849948883057, - "thread": 140634736203584, + "relativeCreated": 16071.717023849487, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0003018379211425781 + "time_consumption": 0.0002739429473876953 }, { "args": [], - "asctime": "2021-01-11 07:30:30,157", - "created": 1610346630.157197, + "asctime": "2021-01-11 11:25:19,919", + "created": 1610360719.919674, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -96130,8 +96130,8 @@ "10", "0" ], - "asctime": "2021-01-11 07:30:30,156", - "created": 1610346630.156863, + "asctime": "2021-01-11 11:25:19,919", + "created": 1610360719.919469, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96141,32 +96141,32 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback__' for service_id (10) and data_id (0)!", "module": "__init__", - "msecs": 156.86297416687012, + "msecs": 919.4691181182861, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16090.404987335205, - "thread": 140634736203584, + "relativeCreated": 16072.192192077637, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 157.1969985961914, + "msecs": 919.6739196777344, "msg": "Removing Callback for a specific Data- and Service-ID", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16090.739011764526, - "thread": 140634736203584, + "relativeCreated": 16072.396993637085, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00033402442932128906 + "time_consumption": 0.0002048015594482422 }, { "args": [], - "asctime": "2021-01-11 07:30:30,359", - "created": 1610346630.359458, + "asctime": "2021-01-11 11:25:20,121", + "created": 1610360720.121625, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -96185,8 +96185,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:30,157", - "created": 1610346630.157787, + "asctime": "2021-01-11 11:25:19,920", + "created": 1610360719.920124, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96196,14 +96196,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 157.78708457946777, + "msecs": 920.1240539550781, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16091.329097747803, - "thread": 140634736203584, + "relativeCreated": 16072.847127914429, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -96211,8 +96211,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:30,186", - "created": 1610346630.186156, + "asctime": "2021-01-11 11:25:19,945", + "created": 1610360719.945721, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96222,14 +96222,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 186.1560344696045, + "msecs": 945.720911026001, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16119.69804763794, - "thread": 140632790132480, + "relativeCreated": 16098.443984985352, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96237,8 +96237,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:30,186", - "created": 1610346630.186687, + "asctime": "2021-01-11 11:25:19,946", + "created": 1610360719.946319, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96248,14 +96248,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 186.68699264526367, + "msecs": 946.3191032409668, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16120.229005813599, - "thread": 140632790132480, + "relativeCreated": 16099.042177200317, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96263,8 +96263,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,186", - "created": 1610346630.186943, + "asctime": "2021-01-11 11:25:19,946", + "created": 1610360719.94656, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96274,14 +96274,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 186.94305419921875, + "msecs": 946.5599060058594, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16120.485067367554, - "thread": 140632790132480, + "relativeCreated": 16099.28297996521, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96290,8 +96290,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:30,187", - "created": 1610346630.187262, + "asctime": "2021-01-11 11:25:19,946", + "created": 1610360719.946793, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96301,14 +96301,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 187.26205825805664, + "msecs": 946.7930793762207, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16120.804071426392, - "thread": 140632790132480, + "relativeCreated": 16099.516153335571, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96316,8 +96316,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,187", - "created": 1610346630.187619, + "asctime": "2021-01-11 11:25:19,947", + "created": 1610360719.947047, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96327,14 +96327,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 187.61897087097168, + "msecs": 947.0469951629639, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16121.160984039307, - "thread": 140632790132480, + "relativeCreated": 16099.770069122314, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96343,8 +96343,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,187", - "created": 1610346630.187862, + "asctime": "2021-01-11 11:25:19,947", + "created": 1610360719.947241, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96354,14 +96354,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 187.86191940307617, + "msecs": 947.2410678863525, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16121.403932571411, - "thread": 140632790132480, + "relativeCreated": 16099.964141845703, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96369,8 +96369,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,188", - "created": 1610346630.188199, + "asctime": "2021-01-11 11:25:19,947", + "created": 1610360719.947523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96380,14 +96380,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 188.19904327392578, + "msecs": 947.5231170654297, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16121.74105644226, - "thread": 140632790132480, + "relativeCreated": 16100.24619102478, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96396,8 +96396,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,188", - "created": 1610346630.188431, + "asctime": "2021-01-11 11:25:19,947", + "created": 1610360719.947711, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96407,14 +96407,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 188.4310245513916, + "msecs": 947.7109909057617, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16121.973037719727, - "thread": 140632790132480, + "relativeCreated": 16100.434064865112, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96422,8 +96422,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,188", - "created": 1610346630.188854, + "asctime": "2021-01-11 11:25:19,947", + "created": 1610360719.947959, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96433,14 +96433,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 188.85397911071777, + "msecs": 947.9589462280273, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16122.395992279053, - "thread": 140632790132480, + "relativeCreated": 16100.682020187378, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96449,8 +96449,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,189", - "created": 1610346630.18912, + "asctime": "2021-01-11 11:25:19,948", + "created": 1610360719.948177, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96460,14 +96460,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 189.12005424499512, + "msecs": 948.1770992279053, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16122.66206741333, - "thread": 140632790132480, + "relativeCreated": 16100.900173187256, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96475,8 +96475,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,189", - "created": 1610346630.189293, + "asctime": "2021-01-11 11:25:19,948", + "created": 1610360719.948346, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96486,14 +96486,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 189.29290771484375, + "msecs": 948.3458995819092, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16122.834920883179, - "thread": 140632790132480, + "relativeCreated": 16101.06897354126, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96502,8 +96502,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,189", - "created": 1610346630.189417, + "asctime": "2021-01-11 11:25:19,948", + "created": 1610360719.948482, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96513,14 +96513,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 189.41688537597656, + "msecs": 948.4820365905762, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16122.958898544312, - "thread": 140632790132480, + "relativeCreated": 16101.205110549927, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96528,8 +96528,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:30,189", - "created": 1610346630.189644, + "asctime": "2021-01-11 11:25:19,948", + "created": 1610360719.948672, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96539,14 +96539,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 189.64409828186035, + "msecs": 948.6720561981201, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16123.186111450195, - "thread": 140632790132480, + "relativeCreated": 16101.39513015747, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96554,8 +96554,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:30,189", - "created": 1610346630.189795, + "asctime": "2021-01-11 11:25:19,948", + "created": 1610360719.948863, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96565,14 +96565,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 189.79501724243164, + "msecs": 948.8630294799805, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16123.337030410767, - "thread": 140632790132480, + "relativeCreated": 16101.586103439331, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96580,8 +96580,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,189", - "created": 1610346630.189933, + "asctime": "2021-01-11 11:25:19,949", + "created": 1610360719.949111, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96591,14 +96591,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 189.93306159973145, + "msecs": 949.1109848022461, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16123.475074768066, - "thread": 140632790132480, + "relativeCreated": 16101.834058761597, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96607,8 +96607,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:30,190", - "created": 1610346630.19006, + "asctime": "2021-01-11 11:25:19,949", + "created": 1610360719.949331, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96618,14 +96618,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 190.05990028381348, + "msecs": 949.3310451507568, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16123.601913452148, - "thread": 140632790132480, + "relativeCreated": 16102.054119110107, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96633,8 +96633,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16" ], - "asctime": "2021-01-11 07:30:30,190", - "created": 1610346630.19033, + "asctime": "2021-01-11 11:25:19,949", + "created": 1610360719.949903, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96644,14 +96644,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16", "module": "stp", - "msecs": 190.33002853393555, + "msecs": 949.9030113220215, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16123.87204170227, - "thread": 140632790132480, + "relativeCreated": 16102.626085281372, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96662,8 +96662,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:30,190", - "created": 1610346630.190692, + "asctime": "2021-01-11 11:25:19,950", + "created": 1610360719.950298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96673,14 +96673,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 190.69194793701172, + "msecs": 950.2980709075928, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16124.233961105347, - "thread": 140632790132480, + "relativeCreated": 16103.021144866943, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96688,8 +96688,8 @@ "prot-server:", "__callback1__" ], - "asctime": "2021-01-11 07:30:30,190", - "created": 1610346630.190958, + "asctime": "2021-01-11 11:25:19,950", + "created": 1610360719.950494, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96699,14 +96699,14 @@ "lineno": 479, "message": "prot-server: Executing callback __callback1__ to process received data", "module": "__init__", - "msecs": 190.95802307128906, + "msecs": 950.4940509796143, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16124.500036239624, - "thread": 140632790132480, + "relativeCreated": 16103.217124938965, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96717,8 +96717,8 @@ "status: operation not permitted", "34" ], - "asctime": "2021-01-11 07:30:30,191", - "created": 1610346630.191168, + "asctime": "2021-01-11 11:25:19,950", + "created": 1610360719.950725, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96728,14 +96728,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: operation not permitted, data: \"34\"", "module": "__init__", - "msecs": 191.16806983947754, + "msecs": 950.7250785827637, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16124.710083007812, - "thread": 140632790132480, + "relativeCreated": 16103.448152542114, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -96743,8 +96743,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 34 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 46" ], - "asctime": "2021-01-11 07:30:30,225", - "created": 1610346630.225169, + "asctime": "2021-01-11 11:25:19,982", + "created": 1610360719.982954, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96754,14 +96754,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 34 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 46", "module": "__init__", - "msecs": 225.16894340515137, + "msecs": 982.9540252685547, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16158.710956573486, - "thread": 140632781739776, + "relativeCreated": 16135.677099227905, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -96769,8 +96769,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 34 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 46" ], - "asctime": "2021-01-11 07:30:30,225", - "created": 1610346630.225745, + "asctime": "2021-01-11 11:25:19,983", + "created": 1610360719.983556, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -96780,14 +96780,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 34 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 46", "module": "__init__", - "msecs": 225.74496269226074, + "msecs": 983.5560321807861, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16159.286975860596, - "thread": 140632781739776, + "relativeCreated": 16136.279106140137, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -96795,8 +96795,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,226", - "created": 1610346630.226138, + "asctime": "2021-01-11 11:25:19,983", + "created": 1610360719.9838, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96806,14 +96806,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 226.13811492919922, + "msecs": 983.799934387207, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16159.680128097534, - "thread": 140632781739776, + "relativeCreated": 16136.523008346558, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -96822,8 +96822,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:30,226", - "created": 1610346630.226791, + "asctime": "2021-01-11 11:25:19,984", + "created": 1610360719.984183, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96833,14 +96833,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 226.7909049987793, + "msecs": 984.1830730438232, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16160.332918167114, - "thread": 140632781739776, + "relativeCreated": 16136.906147003174, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -96848,8 +96848,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,227", - "created": 1610346630.227066, + "asctime": "2021-01-11 11:25:19,984", + "created": 1610360719.98443, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96859,14 +96859,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 227.0660400390625, + "msecs": 984.4300746917725, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16160.608053207397, - "thread": 140632781739776, + "relativeCreated": 16137.153148651123, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -96875,8 +96875,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,227", - "created": 1610346630.227283, + "asctime": "2021-01-11 11:25:19,984", + "created": 1610360719.984654, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96886,14 +96886,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 227.28300094604492, + "msecs": 984.6539497375488, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16160.82501411438, - "thread": 140632781739776, + "relativeCreated": 16137.3770236969, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -96901,8 +96901,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,227", - "created": 1610346630.227575, + "asctime": "2021-01-11 11:25:19,984", + "created": 1610360719.984964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96912,14 +96912,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 227.57506370544434, + "msecs": 984.9638938903809, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16161.11707687378, - "thread": 140632781739776, + "relativeCreated": 16137.686967849731, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -96928,8 +96928,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,227", - "created": 1610346630.227773, + "asctime": "2021-01-11 11:25:19,985", + "created": 1610360719.985145, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96939,14 +96939,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 227.77295112609863, + "msecs": 985.145092010498, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16161.314964294434, - "thread": 140632781739776, + "relativeCreated": 16137.868165969849, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -96954,8 +96954,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,228", - "created": 1610346630.228037, + "asctime": "2021-01-11 11:25:19,985", + "created": 1610360719.985474, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96965,14 +96965,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 228.03711891174316, + "msecs": 985.4741096496582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16161.579132080078, - "thread": 140632781739776, + "relativeCreated": 16138.197183609009, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -96981,8 +96981,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,228", - "created": 1610346630.228294, + "asctime": "2021-01-11 11:25:19,985", + "created": 1610360719.985976, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -96992,14 +96992,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 228.29389572143555, + "msecs": 985.975980758667, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16161.83590888977, - "thread": 140632781739776, + "relativeCreated": 16138.699054718018, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -97007,8 +97007,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,228", - "created": 1610346630.228629, + "asctime": "2021-01-11 11:25:19,986", + "created": 1610360719.986315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97018,14 +97018,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 228.62911224365234, + "msecs": 986.3150119781494, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16162.171125411987, - "thread": 140632781739776, + "relativeCreated": 16139.0380859375, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -97034,8 +97034,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,228", - "created": 1610346630.228874, + "asctime": "2021-01-11 11:25:19,986", + "created": 1610360719.98655, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97045,14 +97045,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 228.87396812438965, + "msecs": 986.5500926971436, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16162.415981292725, - "thread": 140632781739776, + "relativeCreated": 16139.273166656494, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -97060,8 +97060,8 @@ "comm-server:", "(5): 3f 83 36 3a 3e" ], - "asctime": "2021-01-11 07:30:30,229", - "created": 1610346630.229518, + "asctime": "2021-01-11 11:25:19,987", + "created": 1610360719.987173, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97071,14 +97071,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 3f 83 36 3a 3e", "module": "__init__", - "msecs": 229.51793670654297, + "msecs": 987.1730804443359, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16163.059949874878, - "thread": 140632781739776, + "relativeCreated": 16139.896154403687, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -97086,8 +97086,8 @@ "comm-client:", "(5): 3f 83 36 3a 3e" ], - "asctime": "2021-01-11 07:30:30,229", - "created": 1610346630.22988, + "asctime": "2021-01-11 11:25:19,987", + "created": 1610360719.987447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97097,14 +97097,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 3f 83 36 3a 3e", "module": "__init__", - "msecs": 229.88009452819824, + "msecs": 987.4470233917236, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16163.422107696533, - "thread": 140632781739776, + "relativeCreated": 16140.170097351074, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -97112,8 +97112,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,230", - "created": 1610346630.230173, + "asctime": "2021-01-11 11:25:19,987", + "created": 1610360719.987645, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97123,14 +97123,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 230.17311096191406, + "msecs": 987.6449108123779, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16163.715124130249, - "thread": 140632781739776, + "relativeCreated": 16140.367984771729, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -97139,8 +97139,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:30,230", - "created": 1610346630.23045, + "asctime": "2021-01-11 11:25:19,987", + "created": 1610360719.987905, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97150,14 +97150,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 230.44991493225098, + "msecs": 987.9050254821777, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16163.991928100586, - "thread": 140632781739776, + "relativeCreated": 16140.628099441528, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -97165,8 +97165,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 34 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 46 3f 83 36" ], - "asctime": "2021-01-11 07:30:30,230", - "created": 1610346630.230933, + "asctime": "2021-01-11 11:25:19,988", + "created": 1610360719.988355, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97176,14 +97176,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 34 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 46 3f 83 36", "module": "stp", - "msecs": 230.93295097351074, + "msecs": 988.3549213409424, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16164.474964141846, - "thread": 140632781739776, + "relativeCreated": 16141.077995300293, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -97194,8 +97194,8 @@ "status: operation not permitted", "34" ], - "asctime": "2021-01-11 07:30:30,231", - "created": 1610346630.231447, + "asctime": "2021-01-11 11:25:19,988", + "created": 1610360719.988864, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97205,22 +97205,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: operation not permitted, data: \"34\"", "module": "__init__", - "msecs": 231.4469814300537, + "msecs": 988.8639450073242, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16164.988994598389, - "thread": 140632781739776, + "relativeCreated": 16141.587018966675, + "thread": 139853102565120, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:30,231", - "created": 1610346630.231784, + "asctime": "2021-01-11 11:25:19,989", + "created": 1610360719.989164, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97230,35 +97230,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 231.78410530090332, + "msecs": 989.1641139984131, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16165.326118469238, - "thread": 140632781739776, + "relativeCreated": 16141.887187957764, + "thread": 139853102565120, "threadName": "Thread-28" } ], - "msecs": 359.45796966552734, + "msecs": 121.62494659423828, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16292.999982833862, - "thread": 140634736203584, + "relativeCreated": 16274.348020553589, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.12767386436462402 + "time_consumption": 0.1324608325958252 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,360", - "created": 1610346630.360743, + "asctime": "2021-01-11 11:25:20,122", + "created": 1610360720.122841, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97275,8 +97275,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,360", - "created": 1610346630.360269, + "asctime": "2021-01-11 11:25:20,122", + "created": 1610360720.122257, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97286,14 +97286,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): {u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0} ()", "module": "test", - "msecs": 360.26906967163086, + "msecs": 122.25699424743652, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16293.811082839966, - "thread": 140634736203584, + "relativeCreated": 16274.980068206787, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -97302,8 +97302,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,360", - "created": 1610346630.360518, + "asctime": "2021-01-11 11:25:20,122", + "created": 1610360720.122538, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97313,35 +97313,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 360.5179786682129, + "msecs": 122.53808975219727, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16294.059991836548, - "thread": 140634736203584, + "relativeCreated": 16275.261163711548, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 360.74304580688477, + "msecs": 122.84088134765625, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16294.28505897522, - "thread": 140634736203584, + "relativeCreated": 16275.563955307007, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.000225067138671875 + "time_consumption": 0.0003027915954589844 }, { "args": [ "{u'status': 6, u'service_id': 11, u'data': 34, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,361", - "created": 1610346630.361544, + "asctime": "2021-01-11 11:25:20,123", + "created": 1610360720.123678, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97358,8 +97358,8 @@ "{u'status': 6, u'service_id': 11, u'data': 34, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,361", - "created": 1610346630.361166, + "asctime": "2021-01-11 11:25:20,123", + "created": 1610360720.123304, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97369,14 +97369,14 @@ "lineno": 22, "message": "Result (Message received by client): {u'status': 6, u'service_id': 11, u'data': 34, u'data_id': 0} ()", "module": "test", - "msecs": 361.16600036621094, + "msecs": 123.30389022827148, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16294.708013534546, - "thread": 140634736203584, + "relativeCreated": 16276.026964187622, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -97385,8 +97385,8 @@ "{'status': 6, 'service_id': 11, 'data': 34, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,361", - "created": 1610346630.361341, + "asctime": "2021-01-11 11:25:20,123", + "created": 1610360720.123498, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -97396,32 +97396,32 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 6, 'service_id': 11, 'data': 34, 'data_id': 0} ()", "module": "test", - "msecs": 361.3409996032715, + "msecs": 123.49796295166016, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16294.883012771606, - "thread": 140634736203584, + "relativeCreated": 16276.22103691101, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 361.5438938140869, + "msecs": 123.67796897888184, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16295.085906982422, - "thread": 140634736203584, + "relativeCreated": 16276.401042938232, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002028942108154297 + "time_consumption": 0.0001800060272216797 }, { "args": [], - "asctime": "2021-01-11 07:30:30,362", - "created": 1610346630.362071, + "asctime": "2021-01-11 11:25:20,124", + "created": 1610360720.124168, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -97439,8 +97439,8 @@ "10", "None" ], - "asctime": "2021-01-11 07:30:30,361", - "created": 1610346630.36184, + "asctime": "2021-01-11 11:25:20,123", + "created": 1610360720.123989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97450,32 +97450,32 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback1__' for service_id (10) and data_id (None)!", "module": "__init__", - "msecs": 361.84000968933105, + "msecs": 123.98910522460938, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16295.382022857666, - "thread": 140634736203584, + "relativeCreated": 16276.71217918396, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 362.07103729248047, + "msecs": 124.16791915893555, "msg": "Removing Callback for a specific Service-ID and all Data-IDs", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16295.613050460815, - "thread": 140634736203584, + "relativeCreated": 16276.890993118286, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00023102760314941406 + "time_consumption": 0.00017881393432617188 }, { "args": [], - "asctime": "2021-01-11 07:30:30,563", - "created": 1610346630.563311, + "asctime": "2021-01-11 11:25:20,325", + "created": 1610360720.325543, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -97494,8 +97494,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:30,362", - "created": 1610346630.362353, + "asctime": "2021-01-11 11:25:20,124", + "created": 1610360720.124541, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97505,14 +97505,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 362.3530864715576, + "msecs": 124.54104423522949, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16295.895099639893, - "thread": 140634736203584, + "relativeCreated": 16277.26411819458, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -97520,8 +97520,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:30,392", - "created": 1610346630.392563, + "asctime": "2021-01-11 11:25:20,152", + "created": 1610360720.152217, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97531,14 +97531,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 392.5631046295166, + "msecs": 152.21691131591797, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16326.105117797852, - "thread": 140632790132480, + "relativeCreated": 16304.939985275269, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97546,8 +97546,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:30,393", - "created": 1610346630.393275, + "asctime": "2021-01-11 11:25:20,152", + "created": 1610360720.152715, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97557,14 +97557,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 393.27502250671387, + "msecs": 152.71496772766113, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16326.817035675049, - "thread": 140632790132480, + "relativeCreated": 16305.438041687012, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97572,8 +97572,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,393", - "created": 1610346630.393578, + "asctime": "2021-01-11 11:25:20,152", + "created": 1610360720.152984, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97583,14 +97583,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 393.57805252075195, + "msecs": 152.9839038848877, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16327.120065689087, - "thread": 140632790132480, + "relativeCreated": 16305.706977844238, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97599,8 +97599,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:30,393", - "created": 1610346630.393801, + "asctime": "2021-01-11 11:25:20,153", + "created": 1610360720.153167, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97610,14 +97610,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 393.8009738922119, + "msecs": 153.1670093536377, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16327.342987060547, - "thread": 140632790132480, + "relativeCreated": 16305.890083312988, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97625,8 +97625,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,394", - "created": 1610346630.394205, + "asctime": "2021-01-11 11:25:20,153", + "created": 1610360720.153382, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97636,14 +97636,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 394.20509338378906, + "msecs": 153.3820629119873, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16327.747106552124, - "thread": 140632790132480, + "relativeCreated": 16306.105136871338, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97652,8 +97652,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,394", - "created": 1610346630.394391, + "asctime": "2021-01-11 11:25:20,153", + "created": 1610360720.153605, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97663,14 +97663,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 394.3910598754883, + "msecs": 153.60498428344727, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16327.933073043823, - "thread": 140632790132480, + "relativeCreated": 16306.328058242798, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97678,8 +97678,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,394", - "created": 1610346630.394626, + "asctime": "2021-01-11 11:25:20,154", + "created": 1610360720.154085, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97689,14 +97689,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 394.6259021759033, + "msecs": 154.0849208831787, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16328.167915344238, - "thread": 140632790132480, + "relativeCreated": 16306.80799484253, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97705,8 +97705,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,394", - "created": 1610346630.394784, + "asctime": "2021-01-11 11:25:20,154", + "created": 1610360720.154332, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97716,14 +97716,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 394.78397369384766, + "msecs": 154.33192253112793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16328.325986862183, - "thread": 140632790132480, + "relativeCreated": 16307.054996490479, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97731,8 +97731,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,394", - "created": 1610346630.394982, + "asctime": "2021-01-11 11:25:20,154", + "created": 1610360720.15456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97742,14 +97742,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 394.98209953308105, + "msecs": 154.56008911132812, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16328.524112701416, - "thread": 140632790132480, + "relativeCreated": 16307.283163070679, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97758,8 +97758,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,395", - "created": 1610346630.395152, + "asctime": "2021-01-11 11:25:20,154", + "created": 1610360720.154744, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97769,14 +97769,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 395.15209197998047, + "msecs": 154.74390983581543, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16328.694105148315, - "thread": 140632790132480, + "relativeCreated": 16307.466983795166, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97784,8 +97784,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,395", - "created": 1610346630.395359, + "asctime": "2021-01-11 11:25:20,154", + "created": 1610360720.154957, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97795,14 +97795,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 395.3590393066406, + "msecs": 154.95705604553223, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16328.901052474976, - "thread": 140632790132480, + "relativeCreated": 16307.680130004883, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97811,8 +97811,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,395", - "created": 1610346630.395522, + "asctime": "2021-01-11 11:25:20,155", + "created": 1610360720.15517, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97822,14 +97822,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 395.5221176147461, + "msecs": 155.16996383666992, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16329.064130783081, - "thread": 140632790132480, + "relativeCreated": 16307.89303779602, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97837,8 +97837,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:30,395", - "created": 1610346630.395761, + "asctime": "2021-01-11 11:25:20,155", + "created": 1610360720.155584, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97848,14 +97848,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 395.76101303100586, + "msecs": 155.58409690856934, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16329.30302619934, - "thread": 140632790132480, + "relativeCreated": 16308.30717086792, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97863,8 +97863,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:30,395", - "created": 1610346630.395947, + "asctime": "2021-01-11 11:25:20,155", + "created": 1610360720.155915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97874,14 +97874,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 395.9469795227051, + "msecs": 155.9150218963623, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16329.48899269104, - "thread": 140632790132480, + "relativeCreated": 16308.638095855713, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97889,8 +97889,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,396", - "created": 1610346630.396124, + "asctime": "2021-01-11 11:25:20,156", + "created": 1610360720.156107, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97900,14 +97900,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 396.12388610839844, + "msecs": 156.10694885253906, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16329.665899276733, - "thread": 140632790132480, + "relativeCreated": 16308.83002281189, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97916,8 +97916,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:30,396", - "created": 1610346630.396288, + "asctime": "2021-01-11 11:25:20,156", + "created": 1610360720.156265, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97927,14 +97927,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 396.2879180908203, + "msecs": 156.2650203704834, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16329.829931259155, - "thread": 140632790132480, + "relativeCreated": 16308.988094329834, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97942,8 +97942,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16" ], - "asctime": "2021-01-11 07:30:30,396", - "created": 1610346630.396623, + "asctime": "2021-01-11 11:25:20,156", + "created": 1610360720.156608, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -97953,14 +97953,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16", "module": "stp", - "msecs": 396.622896194458, + "msecs": 156.60810470581055, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16330.164909362793, - "thread": 140632790132480, + "relativeCreated": 16309.331178665161, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97971,8 +97971,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:30,397", - "created": 1610346630.397128, + "asctime": "2021-01-11 11:25:20,157", + "created": 1610360720.1572, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -97982,14 +97982,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 397.1281051635742, + "msecs": 157.20009803771973, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16330.67011833191, - "thread": 140632790132480, + "relativeCreated": 16309.92317199707, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -97997,8 +97997,8 @@ "prot-server:", "__callback2__" ], - "asctime": "2021-01-11 07:30:30,397", - "created": 1610346630.397246, + "asctime": "2021-01-11 11:25:20,157", + "created": 1610360720.157432, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98008,14 +98008,14 @@ "lineno": 479, "message": "prot-server: Executing callback __callback2__ to process received data", "module": "__init__", - "msecs": 397.2458839416504, + "msecs": 157.43207931518555, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16330.787897109985, - "thread": 140632790132480, + "relativeCreated": 16310.155153274536, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -98026,8 +98026,8 @@ "status: operation not permitted", "35" ], - "asctime": "2021-01-11 07:30:30,397", - "created": 1610346630.397374, + "asctime": "2021-01-11 11:25:20,157", + "created": 1610360720.157695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98037,14 +98037,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: operation not permitted, data: \"35\"", "module": "__init__", - "msecs": 397.37391471862793, + "msecs": 157.69505500793457, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16330.915927886963, - "thread": 140632790132480, + "relativeCreated": 16310.418128967285, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -98052,8 +98052,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 35 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e8" ], - "asctime": "2021-01-11 07:30:30,434", - "created": 1610346630.434062, + "asctime": "2021-01-11 11:25:20,190", + "created": 1610360720.190314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98063,14 +98063,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 35 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e8", "module": "__init__", - "msecs": 434.06200408935547, + "msecs": 190.31405448913574, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16367.60401725769, - "thread": 140632781739776, + "relativeCreated": 16343.037128448486, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98078,8 +98078,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 35 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e8" ], - "asctime": "2021-01-11 07:30:30,434", - "created": 1610346630.434856, + "asctime": "2021-01-11 11:25:20,191", + "created": 1610360720.191017, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98089,14 +98089,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 35 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e8", "module": "__init__", - "msecs": 434.8559379577637, + "msecs": 191.01691246032715, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16368.397951126099, - "thread": 140632781739776, + "relativeCreated": 16343.739986419678, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98104,8 +98104,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,435", - "created": 1610346630.435183, + "asctime": "2021-01-11 11:25:20,191", + "created": 1610360720.191291, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98115,14 +98115,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 435.183048248291, + "msecs": 191.29109382629395, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16368.725061416626, - "thread": 140632781739776, + "relativeCreated": 16344.014167785645, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98131,8 +98131,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:30,435", - "created": 1610346630.435474, + "asctime": "2021-01-11 11:25:20,191", + "created": 1610360720.191649, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98142,14 +98142,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 435.4739189147949, + "msecs": 191.6489601135254, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16369.01593208313, - "thread": 140632781739776, + "relativeCreated": 16344.372034072876, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98157,8 +98157,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,435", - "created": 1610346630.435801, + "asctime": "2021-01-11 11:25:20,191", + "created": 1610360720.191971, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98168,14 +98168,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 435.80102920532227, + "msecs": 191.9710636138916, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16369.343042373657, - "thread": 140632781739776, + "relativeCreated": 16344.694137573242, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98184,8 +98184,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,436", - "created": 1610346630.436036, + "asctime": "2021-01-11 11:25:20,192", + "created": 1610360720.192211, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98195,14 +98195,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 436.0361099243164, + "msecs": 192.21091270446777, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16369.578123092651, - "thread": 140632781739776, + "relativeCreated": 16344.933986663818, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98210,8 +98210,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,436", - "created": 1610346630.436377, + "asctime": "2021-01-11 11:25:20,192", + "created": 1610360720.19261, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98221,14 +98221,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 436.37704849243164, + "msecs": 192.6100254058838, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16369.919061660767, - "thread": 140632781739776, + "relativeCreated": 16345.333099365234, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98237,8 +98237,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,436", - "created": 1610346630.436635, + "asctime": "2021-01-11 11:25:20,192", + "created": 1610360720.192913, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98248,14 +98248,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 436.63501739501953, + "msecs": 192.91305541992188, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16370.177030563354, - "thread": 140632781739776, + "relativeCreated": 16345.636129379272, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98263,8 +98263,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,436", - "created": 1610346630.436957, + "asctime": "2021-01-11 11:25:20,193", + "created": 1610360720.193202, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98274,14 +98274,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 436.95688247680664, + "msecs": 193.20201873779297, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16370.498895645142, - "thread": 140632781739776, + "relativeCreated": 16345.925092697144, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98290,8 +98290,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,437", - "created": 1610346630.437175, + "asctime": "2021-01-11 11:25:20,193", + "created": 1610360720.1934, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98301,14 +98301,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 437.17503547668457, + "msecs": 193.39990615844727, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16370.71704864502, - "thread": 140632781739776, + "relativeCreated": 16346.122980117798, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98316,8 +98316,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,437", - "created": 1610346630.437631, + "asctime": "2021-01-11 11:25:20,193", + "created": 1610360720.193701, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98327,14 +98327,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 437.63089179992676, + "msecs": 193.70102882385254, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16371.172904968262, - "thread": 140632781739776, + "relativeCreated": 16346.424102783203, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98343,8 +98343,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,437", - "created": 1610346630.437958, + "asctime": "2021-01-11 11:25:20,193", + "created": 1610360720.19393, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98354,14 +98354,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 437.9580020904541, + "msecs": 193.92991065979004, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16371.500015258789, - "thread": 140632781739776, + "relativeCreated": 16346.65298461914, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98369,8 +98369,8 @@ "comm-server:", "(5): 57 12 a7 3a 3e" ], - "asctime": "2021-01-11 07:30:30,438", - "created": 1610346630.438408, + "asctime": "2021-01-11 11:25:20,194", + "created": 1610360720.194437, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98380,14 +98380,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 57 12 a7 3a 3e", "module": "__init__", - "msecs": 438.40789794921875, + "msecs": 194.43702697753906, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16371.949911117554, - "thread": 140632781739776, + "relativeCreated": 16347.16010093689, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98395,8 +98395,8 @@ "comm-client:", "(5): 57 12 a7 3a 3e" ], - "asctime": "2021-01-11 07:30:30,438", - "created": 1610346630.438696, + "asctime": "2021-01-11 11:25:20,194", + "created": 1610360720.194742, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98406,14 +98406,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 57 12 a7 3a 3e", "module": "__init__", - "msecs": 438.69590759277344, + "msecs": 194.74196434020996, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16372.237920761108, - "thread": 140632781739776, + "relativeCreated": 16347.46503829956, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98421,8 +98421,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,438", - "created": 1610346630.438926, + "asctime": "2021-01-11 11:25:20,194", + "created": 1610360720.194924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98432,14 +98432,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 438.92598152160645, + "msecs": 194.92411613464355, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16372.467994689941, - "thread": 140632781739776, + "relativeCreated": 16347.647190093994, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98448,8 +98448,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:30,439", - "created": 1610346630.439124, + "asctime": "2021-01-11 11:25:20,195", + "created": 1610360720.195094, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98459,14 +98459,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 439.12410736083984, + "msecs": 195.09410858154297, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16372.666120529175, - "thread": 140632781739776, + "relativeCreated": 16347.817182540894, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98474,8 +98474,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 35 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e8 57 12 a7" ], - "asctime": "2021-01-11 07:30:30,439", - "created": 1610346630.439546, + "asctime": "2021-01-11 11:25:20,195", + "created": 1610360720.195423, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98485,14 +98485,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 35 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e8 57 12 a7", "module": "stp", - "msecs": 439.5461082458496, + "msecs": 195.42288780212402, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16373.088121414185, - "thread": 140632781739776, + "relativeCreated": 16348.145961761475, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -98503,8 +98503,8 @@ "status: operation not permitted", "35" ], - "asctime": "2021-01-11 07:30:30,440", - "created": 1610346630.440044, + "asctime": "2021-01-11 11:25:20,195", + "created": 1610360720.195872, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98514,22 +98514,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: operation not permitted, data: \"35\"", "module": "__init__", - "msecs": 440.0439262390137, + "msecs": 195.87206840515137, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16373.585939407349, - "thread": 140632781739776, + "relativeCreated": 16348.595142364502, + "thread": 139853102565120, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:30,440", - "created": 1610346630.440322, + "asctime": "2021-01-11 11:25:20,196", + "created": 1610360720.196193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98539,35 +98539,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 440.3219223022461, + "msecs": 196.19297981262207, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16373.863935470581, - "thread": 140632781739776, + "relativeCreated": 16348.916053771973, + "thread": 139853102565120, "threadName": "Thread-28" } ], - "msecs": 563.3111000061035, + "msecs": 325.5429267883301, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16496.85311317444, - "thread": 140634736203584, + "relativeCreated": 16478.26600074768, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.12298917770385742 + "time_consumption": 0.129349946975708 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,564", - "created": 1610346630.564671, + "asctime": "2021-01-11 11:25:20,327", + "created": 1610360720.327093, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98584,8 +98584,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,564", - "created": 1610346630.564159, + "asctime": "2021-01-11 11:25:20,326", + "created": 1610360720.32649, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98595,14 +98595,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): {u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0} ()", "module": "test", - "msecs": 564.1589164733887, + "msecs": 326.4899253845215, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16497.700929641724, - "thread": 140634736203584, + "relativeCreated": 16479.212999343872, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -98611,8 +98611,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,564", - "created": 1610346630.564421, + "asctime": "2021-01-11 11:25:20,326", + "created": 1610360720.326806, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98622,35 +98622,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 564.4209384918213, + "msecs": 326.80606842041016, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16497.962951660156, - "thread": 140634736203584, + "relativeCreated": 16479.52914237976, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 564.6710395812988, + "msecs": 327.09288597106934, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16498.213052749634, - "thread": 140634736203584, + "relativeCreated": 16479.81595993042, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00025010108947753906 + "time_consumption": 0.0002868175506591797 }, { "args": [ "{u'status': 6, u'service_id': 11, u'data': 35, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,565", - "created": 1610346630.565496, + "asctime": "2021-01-11 11:25:20,329", + "created": 1610360720.329625, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98667,8 +98667,8 @@ "{u'status': 6, u'service_id': 11, u'data': 35, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,565", - "created": 1610346630.565081, + "asctime": "2021-01-11 11:25:20,328", + "created": 1610360720.328126, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98678,14 +98678,14 @@ "lineno": 22, "message": "Result (Message received by client): {u'status': 6, u'service_id': 11, u'data': 35, u'data_id': 0} ()", "module": "test", - "msecs": 565.0808811187744, + "msecs": 328.1259536743164, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16498.62289428711, - "thread": 140634736203584, + "relativeCreated": 16480.849027633667, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -98694,8 +98694,8 @@ "{'status': 6, 'service_id': 11, 'data': 35, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,565", - "created": 1610346630.565267, + "asctime": "2021-01-11 11:25:20,328", + "created": 1610360720.328623, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -98705,32 +98705,32 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 6, 'service_id': 11, 'data': 35, 'data_id': 0} ()", "module": "test", - "msecs": 565.2670860290527, + "msecs": 328.62305641174316, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16498.809099197388, - "thread": 140634736203584, + "relativeCreated": 16481.346130371094, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 565.4959678649902, + "msecs": 329.62489128112793, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16499.037981033325, - "thread": 140634736203584, + "relativeCreated": 16482.34796524048, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002288818359375 + "time_consumption": 0.0010018348693847656 }, { "args": [], - "asctime": "2021-01-11 07:30:30,566", - "created": 1610346630.566003, + "asctime": "2021-01-11 11:25:20,330", + "created": 1610360720.330383, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -98748,8 +98748,8 @@ "None", "0" ], - "asctime": "2021-01-11 07:30:30,565", - "created": 1610346630.565822, + "asctime": "2021-01-11 11:25:20,330", + "created": 1610360720.330108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98759,32 +98759,32 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback2__' for service_id (None) and data_id (0)!", "module": "__init__", - "msecs": 565.8218860626221, + "msecs": 330.1079273223877, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16499.363899230957, - "thread": 140634736203584, + "relativeCreated": 16482.83100128174, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 566.0030841827393, + "msecs": 330.3830623626709, "msg": "Removing Callback for a specific Data-ID and all Serice-IDs", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16499.545097351074, - "thread": 140634736203584, + "relativeCreated": 16483.10613632202, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0001811981201171875 + "time_consumption": 0.0002751350402832031 }, { "args": [], - "asctime": "2021-01-11 07:30:30,767", - "created": 1610346630.767708, + "asctime": "2021-01-11 11:25:20,532", + "created": 1610360720.532159, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -98803,8 +98803,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:30,566", - "created": 1610346630.56658, + "asctime": "2021-01-11 11:25:20,330", + "created": 1610360720.330899, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98814,14 +98814,14 @@ "lineno": 445, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 566.580057144165, + "msecs": 330.8990001678467, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16500.1220703125, - "thread": 140634736203584, + "relativeCreated": 16483.622074127197, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -98829,8 +98829,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:30,598", - "created": 1610346630.598406, + "asctime": "2021-01-11 11:25:20,359", + "created": 1610360720.359099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98840,14 +98840,14 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 598.4060764312744, + "msecs": 359.0989112854004, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16531.94808959961, - "thread": 140632790132480, + "relativeCreated": 16511.82198524475, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -98855,8 +98855,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6" ], - "asctime": "2021-01-11 07:30:30,598", - "created": 1610346630.598974, + "asctime": "2021-01-11 11:25:20,359", + "created": 1610360720.359695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -98866,14 +98866,14 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d e6", "module": "__init__", - "msecs": 598.9739894866943, + "msecs": 359.6949577331543, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16532.51600265503, - "thread": 140632790132480, + "relativeCreated": 16512.418031692505, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -98881,8 +98881,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,599", - "created": 1610346630.599296, + "asctime": "2021-01-11 11:25:20,359", + "created": 1610360720.359999, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98892,14 +98892,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 599.2960929870605, + "msecs": 359.9989414215088, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16532.838106155396, - "thread": 140632790132480, + "relativeCreated": 16512.72201538086, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -98908,8 +98908,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:30,599", - "created": 1610346630.59953, + "asctime": "2021-01-11 11:25:20,360", + "created": 1610360720.360326, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98919,14 +98919,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 599.5299816131592, + "msecs": 360.32605171203613, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16533.071994781494, - "thread": 140632790132480, + "relativeCreated": 16513.049125671387, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -98934,8 +98934,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,599", - "created": 1610346630.59979, + "asctime": "2021-01-11 11:25:20,360", + "created": 1610360720.36072, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98945,14 +98945,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 599.790096282959, + "msecs": 360.7199192047119, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16533.332109451294, - "thread": 140632790132480, + "relativeCreated": 16513.442993164062, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -98961,8 +98961,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,599", - "created": 1610346630.599988, + "asctime": "2021-01-11 11:25:20,360", + "created": 1610360720.360923, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98972,14 +98972,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 599.9879837036133, + "msecs": 360.92305183410645, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16533.52999687195, - "thread": 140632790132480, + "relativeCreated": 16513.646125793457, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -98987,8 +98987,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,600", - "created": 1610346630.600286, + "asctime": "2021-01-11 11:25:20,361", + "created": 1610360720.361146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -98998,14 +98998,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 600.2860069274902, + "msecs": 361.1459732055664, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16533.828020095825, - "thread": 140632790132480, + "relativeCreated": 16513.869047164917, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99014,8 +99014,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,600", - "created": 1610346630.600485, + "asctime": "2021-01-11 11:25:20,361", + "created": 1610360720.361331, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99025,14 +99025,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 600.48508644104, + "msecs": 361.3309860229492, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16534.027099609375, - "thread": 140632790132480, + "relativeCreated": 16514.0540599823, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99040,8 +99040,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,600", - "created": 1610346630.60083, + "asctime": "2021-01-11 11:25:20,361", + "created": 1610360720.361664, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99051,14 +99051,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 600.830078125, + "msecs": 361.6640567779541, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16534.372091293335, - "thread": 140632790132480, + "relativeCreated": 16514.387130737305, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99067,8 +99067,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,601", - "created": 1610346630.60105, + "asctime": "2021-01-11 11:25:20,361", + "created": 1610360720.361914, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99078,14 +99078,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 601.0499000549316, + "msecs": 361.91391944885254, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16534.591913223267, - "thread": 140632790132480, + "relativeCreated": 16514.636993408203, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99093,8 +99093,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,601", - "created": 1610346630.601319, + "asctime": "2021-01-11 11:25:20,362", + "created": 1610360720.362465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99104,14 +99104,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 601.3190746307373, + "msecs": 362.46490478515625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16534.861087799072, - "thread": 140632790132480, + "relativeCreated": 16515.187978744507, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99120,8 +99120,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,601", - "created": 1610346630.601554, + "asctime": "2021-01-11 11:25:20,362", + "created": 1610360720.362713, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99131,14 +99131,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 601.5539169311523, + "msecs": 362.713098526001, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16535.095930099487, - "thread": 140632790132480, + "relativeCreated": 16515.43617248535, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99146,8 +99146,8 @@ "comm-client:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:30,601", - "created": 1610346630.60188, + "asctime": "2021-01-11 11:25:20,363", + "created": 1610360720.363076, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99157,14 +99157,14 @@ "lineno": 284, "message": "comm-client: TX -> (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 601.8800735473633, + "msecs": 363.07597160339355, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16535.4220867157, - "thread": 140632790132480, + "relativeCreated": 16515.799045562744, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99172,8 +99172,8 @@ "comm-server:", "(5): 17 fc 16 3a 3e" ], - "asctime": "2021-01-11 07:30:30,602", - "created": 1610346630.602324, + "asctime": "2021-01-11 11:25:20,363", + "created": 1610360720.363365, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99183,14 +99183,14 @@ "lineno": 414, "message": "comm-server: RX <- (5): 17 fc 16 3a 3e", "module": "__init__", - "msecs": 602.3240089416504, + "msecs": 363.36493492126465, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16535.866022109985, - "thread": 140632790132480, + "relativeCreated": 16516.088008880615, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99198,8 +99198,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,602", - "created": 1610346630.602549, + "asctime": "2021-01-11 11:25:20,363", + "created": 1610360720.363616, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99209,14 +99209,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 602.5490760803223, + "msecs": 363.6159896850586, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16536.091089248657, - "thread": 140632790132480, + "relativeCreated": 16516.33906364441, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99225,8 +99225,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:30,602", - "created": 1610346630.602776, + "asctime": "2021-01-11 11:25:20,364", + "created": 1610360720.364033, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99236,14 +99236,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 602.776050567627, + "msecs": 364.0329837799072, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16536.318063735962, - "thread": 140632790132480, + "relativeCreated": 16516.756057739258, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99251,8 +99251,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16" ], - "asctime": "2021-01-11 07:30:30,603", - "created": 1610346630.603614, + "asctime": "2021-01-11 11:25:20,364", + "created": 1610360720.364453, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99262,14 +99262,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 64 61 74 61 22 3a 20 33 31 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d e6 17 fc 16", "module": "stp", - "msecs": 603.614091873169, + "msecs": 364.4530773162842, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16537.156105041504, - "thread": 140632790132480, + "relativeCreated": 16517.176151275635, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99280,8 +99280,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:30,604", - "created": 1610346630.60407, + "asctime": "2021-01-11 11:25:20,364", + "created": 1610360720.364933, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99291,14 +99291,14 @@ "lineno": 445, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 604.0699481964111, + "msecs": 364.9330139160156, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16537.611961364746, - "thread": 140632790132480, + "relativeCreated": 16517.656087875366, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99306,8 +99306,8 @@ "prot-server:", "__callback3__" ], - "asctime": "2021-01-11 07:30:30,604", - "created": 1610346630.604336, + "asctime": "2021-01-11 11:25:20,365", + "created": 1610360720.365183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99317,14 +99317,14 @@ "lineno": 479, "message": "prot-server: Executing callback __callback3__ to process received data", "module": "__init__", - "msecs": 604.3360233306885, + "msecs": 365.18311500549316, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16537.878036499023, - "thread": 140632790132480, + "relativeCreated": 16517.906188964844, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99335,8 +99335,8 @@ "status: okay", "36" ], - "asctime": "2021-01-11 07:30:30,604", - "created": 1610346630.604933, + "asctime": "2021-01-11 11:25:20,365", + "created": 1610360720.36547, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99346,14 +99346,14 @@ "lineno": 445, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"36\"", "module": "__init__", - "msecs": 604.9330234527588, + "msecs": 365.46993255615234, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16538.475036621094, - "thread": 140632790132480, + "relativeCreated": 16518.193006515503, + "thread": 139853110957824, "threadName": "Thread-27" }, { @@ -99361,8 +99361,8 @@ "comm-server:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 36 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1a" ], - "asctime": "2021-01-11 07:30:30,641", - "created": 1610346630.641298, + "asctime": "2021-01-11 11:25:20,397", + "created": 1610360720.397251, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99372,14 +99372,14 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 36 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1a", "module": "__init__", - "msecs": 641.2980556488037, + "msecs": 397.2508907318115, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16574.84006881714, - "thread": 140632781739776, + "relativeCreated": 16549.973964691162, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99387,8 +99387,8 @@ "comm-client:", "(64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 36 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1a" ], - "asctime": "2021-01-11 07:30:30,642", - "created": 1610346630.642096, + "asctime": "2021-01-11 11:25:20,398", + "created": 1610360720.398184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99398,14 +99398,14 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 64 61 74 61 22 3a 3d 20 33 36 2c 20 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 7d 1a", "module": "__init__", - "msecs": 642.0960426330566, + "msecs": 398.18406105041504, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16575.63805580139, - "thread": 140632781739776, + "relativeCreated": 16550.907135009766, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99413,8 +99413,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,642", - "created": 1610346630.642386, + "asctime": "2021-01-11 11:25:20,398", + "created": 1610360720.398484, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99424,14 +99424,14 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 642.3859596252441, + "msecs": 398.4839916229248, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16575.92797279358, - "thread": 140632781739776, + "relativeCreated": 16551.207065582275, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99440,8 +99440,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:30,642", - "created": 1610346630.642586, + "asctime": "2021-01-11 11:25:20,398", + "created": 1610360720.398738, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99451,14 +99451,14 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 642.5859928131104, + "msecs": 398.73790740966797, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16576.128005981445, - "thread": 140632781739776, + "relativeCreated": 16551.46098136902, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99466,8 +99466,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,642", - "created": 1610346630.642826, + "asctime": "2021-01-11 11:25:20,399", + "created": 1610360720.399075, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99477,14 +99477,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 642.8260803222656, + "msecs": 399.0750312805176, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16576.3680934906, - "thread": 140632781739776, + "relativeCreated": 16551.798105239868, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99493,8 +99493,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,643", - "created": 1610346630.643367, + "asctime": "2021-01-11 11:25:20,399", + "created": 1610360720.399335, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99504,14 +99504,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 643.3670520782471, + "msecs": 399.3349075317383, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16576.909065246582, - "thread": 140632781739776, + "relativeCreated": 16552.05798149109, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99519,8 +99519,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,643", - "created": 1610346630.643625, + "asctime": "2021-01-11 11:25:20,400", + "created": 1610360720.400013, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99530,14 +99530,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 643.625020980835, + "msecs": 400.0129699707031, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16577.16703414917, - "thread": 140632781739776, + "relativeCreated": 16552.736043930054, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99546,8 +99546,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,643", - "created": 1610346630.643792, + "asctime": "2021-01-11 11:25:20,400", + "created": 1610360720.400272, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99557,14 +99557,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 643.791913986206, + "msecs": 400.2718925476074, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16577.33392715454, - "thread": 140632781739776, + "relativeCreated": 16552.994966506958, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99572,8 +99572,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,644", - "created": 1610346630.644041, + "asctime": "2021-01-11 11:25:20,400", + "created": 1610360720.400481, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99583,14 +99583,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 644.0410614013672, + "msecs": 400.4809856414795, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16577.583074569702, - "thread": 140632781739776, + "relativeCreated": 16553.20405960083, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99599,8 +99599,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,644", - "created": 1610346630.644272, + "asctime": "2021-01-11 11:25:20,400", + "created": 1610360720.400636, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99610,14 +99610,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 644.2720890045166, + "msecs": 400.6359577178955, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16577.81410217285, - "thread": 140632781739776, + "relativeCreated": 16553.359031677246, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99625,8 +99625,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,644", - "created": 1610346630.644467, + "asctime": "2021-01-11 11:25:20,400", + "created": 1610360720.400903, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99636,14 +99636,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 644.4671154022217, + "msecs": 400.90298652648926, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16578.009128570557, - "thread": 140632781739776, + "relativeCreated": 16553.62606048584, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99652,8 +99652,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:30,644", - "created": 1610346630.644645, + "asctime": "2021-01-11 11:25:20,401", + "created": 1610360720.401102, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99663,14 +99663,14 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 644.6449756622314, + "msecs": 401.10206604003906, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16578.186988830566, - "thread": 140632781739776, + "relativeCreated": 16553.82513999939, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99678,8 +99678,8 @@ "comm-server:", "(5): 5b f9 7e 3a 3e" ], - "asctime": "2021-01-11 07:30:30,644", - "created": 1610346630.644874, + "asctime": "2021-01-11 11:25:20,401", + "created": 1610360720.40141, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99689,14 +99689,14 @@ "lineno": 284, "message": "comm-server: TX -> (5): 5b f9 7e 3a 3e", "module": "__init__", - "msecs": 644.874095916748, + "msecs": 401.4101028442383, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16578.416109085083, - "thread": 140632781739776, + "relativeCreated": 16554.13317680359, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99704,8 +99704,8 @@ "comm-client:", "(5): 5b f9 7e 3a 3e" ], - "asctime": "2021-01-11 07:30:30,645", - "created": 1610346630.645061, + "asctime": "2021-01-11 11:25:20,401", + "created": 1610360720.401663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99715,14 +99715,14 @@ "lineno": 414, "message": "comm-client: RX <- (5): 5b f9 7e 3a 3e", "module": "__init__", - "msecs": 645.0610160827637, + "msecs": 401.66306495666504, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16578.6030292511, - "thread": 140632781739776, + "relativeCreated": 16554.386138916016, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99730,8 +99730,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:30,645", - "created": 1610346630.645295, + "asctime": "2021-01-11 11:25:20,401", + "created": 1610360720.401845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99741,14 +99741,14 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 645.2949047088623, + "msecs": 401.84497833251953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16578.836917877197, - "thread": 140632781739776, + "relativeCreated": 16554.56805229187, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99757,8 +99757,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:30,645", - "created": 1610346630.645541, + "asctime": "2021-01-11 11:25:20,402", + "created": 1610360720.402003, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99768,14 +99768,14 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 645.5409526824951, + "msecs": 402.00304985046387, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16579.08296585083, - "thread": 140632781739776, + "relativeCreated": 16554.726123809814, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99783,8 +99783,8 @@ "STP:", "(61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 36 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 1a 5b f9 7e" ], - "asctime": "2021-01-11 07:30:30,646", - "created": 1610346630.646065, + "asctime": "2021-01-11 11:25:20,402", + "created": 1610360720.402417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -99794,14 +99794,14 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 64 61 74 61 22 3a 20 33 36 2c 20 22 64 61 74 61 5f 69 64 22 3a 20 30 7d 1a 5b f9 7e", "module": "stp", - "msecs": 646.0649967193604, + "msecs": 402.4169445037842, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16579.607009887695, - "thread": 140632781739776, + "relativeCreated": 16555.140018463135, + "thread": 139853102565120, "threadName": "Thread-28" }, { @@ -99812,8 +99812,8 @@ "status: okay", "36" ], - "asctime": "2021-01-11 07:30:30,646", - "created": 1610346630.646441, + "asctime": "2021-01-11 11:25:20,402", + "created": 1610360720.402895, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99823,22 +99823,22 @@ "lineno": 445, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"36\"", "module": "__init__", - "msecs": 646.4409828186035, + "msecs": 402.8949737548828, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16579.98299598694, - "thread": 140632781739776, + "relativeCreated": 16555.618047714233, + "thread": 139853102565120, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:30,646", - "created": 1610346630.646677, + "asctime": "2021-01-11 11:25:20,403", + "created": 1610360720.403227, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -99848,35 +99848,35 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 646.6770172119141, + "msecs": 403.2270908355713, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16580.21903038025, - "thread": 140632781739776, + "relativeCreated": 16555.950164794922, + "thread": 139853102565120, "threadName": "Thread-28" } ], - "msecs": 767.7080631256104, + "msecs": 532.1590900421143, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16701.250076293945, - "thread": 140634736203584, + "relativeCreated": 16684.882164001465, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.12103104591369629 + "time_consumption": 0.12893199920654297 }, { "args": [ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,768", - "created": 1610346630.768997, + "asctime": "2021-01-11 11:25:20,533", + "created": 1610360720.533576, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -99893,8 +99893,8 @@ "{u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,768", - "created": 1610346630.768449, + "asctime": "2021-01-11 11:25:20,532", + "created": 1610360720.532834, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -99904,14 +99904,14 @@ "lineno": 22, "message": "Result (Message stored inside callback): {u'status': 0, u'service_id': 10, u'data': 31, u'data_id': 0} ()", "module": "test", - "msecs": 768.449068069458, + "msecs": 532.8340530395508, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16701.991081237793, - "thread": 140634736203584, + "relativeCreated": 16685.5571269989, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -99920,8 +99920,8 @@ "{'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,768", - "created": 1610346630.768725, + "asctime": "2021-01-11 11:25:20,533", + "created": 1610360720.533143, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -99931,35 +99931,35 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'status': 0, 'service_id': 10, 'data': 31, 'data_id': 0} ()", "module": "test", - "msecs": 768.7249183654785, + "msecs": 533.1430435180664, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16702.266931533813, - "thread": 140634736203584, + "relativeCreated": 16685.866117477417, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 768.9969539642334, + "msecs": 533.5760116577148, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16702.53896713257, - "thread": 140634736203584, + "relativeCreated": 16686.299085617065, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.0002720355987548828 + "time_consumption": 0.0004329681396484375 }, { "args": [ "{u'status': 0, u'service_id': 11, u'data': 36, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,770", - "created": 1610346630.770441, + "asctime": "2021-01-11 11:25:20,534", + "created": 1610360720.534413, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -99976,8 +99976,8 @@ "{u'status': 0, u'service_id': 11, u'data': 36, u'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,769", - "created": 1610346630.769522, + "asctime": "2021-01-11 11:25:20,533", + "created": 1610360720.53397, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -99987,14 +99987,14 @@ "lineno": 22, "message": "Result (Message received by client): {u'status': 0, u'service_id': 11, u'data': 36, u'data_id': 0} ()", "module": "test", - "msecs": 769.521951675415, + "msecs": 533.9701175689697, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16703.06396484375, - "thread": 140634736203584, + "relativeCreated": 16686.69319152832, + "thread": 139854989064000, "threadName": "MainThread" }, { @@ -100003,8 +100003,8 @@ "{'status': 0, 'service_id': 11, 'data': 36, 'data_id': 0}", "" ], - "asctime": "2021-01-11 07:30:30,770", - "created": 1610346630.770023, + "asctime": "2021-01-11 11:25:20,534", + "created": 1610360720.534231, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100014,38 +100014,38 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'status': 0, 'service_id': 11, 'data': 36, 'data_id': 0} ()", "module": "test", - "msecs": 770.0231075286865, + "msecs": 534.2309474945068, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16703.56512069702, - "thread": 140634736203584, + "relativeCreated": 16686.954021453857, + "thread": 139854989064000, "threadName": "MainThread" } ], - "msecs": 770.4410552978516, + "msecs": 534.4130992889404, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25380, + "process": 33692, "processName": "MainProcess", - "relativeCreated": 16703.983068466187, - "thread": 140634736203584, + "relativeCreated": 16687.13617324829, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 0.00041794776916503906 + "time_consumption": 0.00018215179443359375 } ], - "thread": 140634736203584, + "thread": 139854989064000, "threadName": "MainThread", - "time_consumption": 1.1755900382995605, - "time_finished": "2021-01-11 07:30:30,770", - "time_start": "2021-01-11 07:30:29,594" + "time_consumption": 1.1742761135101318, + "time_finished": "2021-01-11 11:25:20,534", + "time_start": "2021-01-11 11:25:19,360" } }, "testrun_id": "p2", - "time_consumption": 19.390578746795654, + "time_consumption": 19.275540828704834, "uid_list_sorted": [ "_XzMFcHYZEem_kd-7nxt1sg", "_7izDUEzYEeuiHtQbLi1mZg", @@ -100117,8 +100117,8 @@ "testcases": { "_-UtxUEzYEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:35,487", - "created": 1610346635.4872475, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.022634, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100129,21 +100129,21 @@ "message": "_-UtxUEzYEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 487.2474670410156, + "msecs": 22.634029388427734, "msg": "_-UtxUEzYEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 136.78908348083496, + "relativeCreated": 107.65933990478516, "stack_info": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2021-01-11 07:30:35,487", - "created": 1610346635.4875042, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.022699, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -100154,15 +100154,15 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 487.504243850708, + "msecs": 22.69911766052246, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 137.04586029052734, + "relativeCreated": 107.72442817687988, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -100170,8 +100170,8 @@ "args": [ "'data_id'" ], - "asctime": "2021-01-11 07:30:35,488", - "created": 1610346635.488088, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0228207, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100188,8 +100188,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2021-01-11 07:30:35,487", - "created": 1610346635.48777, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0227542, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100199,15 +100199,15 @@ "lineno": 22, "message": "Result (data_id is part of the message object): {'data': None, 'data_id': None, 'service_id': None, 'status': None} ()", "module": "test", - "msecs": 487.77008056640625, + "msecs": 22.754192352294922, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 137.3116970062256, + "relativeCreated": 107.77950286865234, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100215,8 +100215,8 @@ "data_id is part of the message object", "'data_id'" ], - "asctime": "2021-01-11 07:30:35,487", - "created": 1610346635.4879348, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0227883, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100226,36 +100226,36 @@ "lineno": 30, "message": "Expectation (data_id is part of the message object): 'data_id' in result", "module": "test", - "msecs": 487.93482780456543, + "msecs": 22.788286209106445, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 137.47644424438477, + "relativeCreated": 107.81359672546387, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 488.08789253234863, + "msecs": 22.820711135864258, "msg": "data_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 137.62950897216797, + "relativeCreated": 107.84602165222168, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015306472778320312 + "time_consumption": 3.24249267578125e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2021-01-11 07:30:35,488", - "created": 1610346635.4883852, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0228786, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -100266,15 +100266,15 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 488.3852005004883, + "msecs": 22.878646850585938, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 137.92681694030762, + "relativeCreated": 107.90395736694336, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -100282,8 +100282,8 @@ "args": [ "'data_id'" ], - "asctime": "2021-01-11 07:30:35,488", - "created": 1610346635.4889886, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0230381, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100300,8 +100300,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2021-01-11 07:30:35,488", - "created": 1610346635.4886894, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.022932, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100311,15 +100311,15 @@ "lineno": 22, "message": "Result (data_id is part of the message object): {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'} ()", "module": "test", - "msecs": 488.6894226074219, + "msecs": 22.932052612304688, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 138.2310390472412, + "relativeCreated": 107.95736312866211, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100327,8 +100327,8 @@ "data_id is part of the message object", "'data_id'" ], - "asctime": "2021-01-11 07:30:35,488", - "created": 1610346635.4888446, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0229838, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100338,37 +100338,37 @@ "lineno": 30, "message": "Expectation (data_id is part of the message object): 'data_id' in result", "module": "test", - "msecs": 488.844633102417, + "msecs": 22.983789443969727, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 138.38624954223633, + "relativeCreated": 108.00909996032715, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 488.98863792419434, + "msecs": 23.038148880004883, "msg": "data_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 138.53025436401367, + "relativeCreated": 108.0634593963623, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014400482177734375 + "time_consumption": 5.435943603515625e-05 }, { "args": [ "'DID'", "" ], - "asctime": "2021-01-11 07:30:35,489", - "created": 1610346635.4896102, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0231729, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100385,8 +100385,8 @@ "'DID'", "" ], - "asctime": "2021-01-11 07:30:35,489", - "created": 1610346635.4892473, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0230997, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100396,15 +100396,15 @@ "lineno": 22, "message": "Result (Content in message object for data_id): 'DID' ()", "module": "test", - "msecs": 489.24732208251953, + "msecs": 23.099660873413086, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 138.78893852233887, + "relativeCreated": 108.12497138977051, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100413,8 +100413,8 @@ "'DID'", "" ], - "asctime": "2021-01-11 07:30:35,489", - "created": 1610346635.4893982, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0231378, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -100424,41 +100424,41 @@ "lineno": 26, "message": "Expectation (Content in message object for data_id): result = 'DID' ()", "module": "test", - "msecs": 489.3982410430908, + "msecs": 23.137807846069336, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 138.93985748291016, + "relativeCreated": 108.16311836242676, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 489.6101951599121, + "msecs": 23.172855377197266, "msg": "Content in message object for data_id is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 139.15181159973145, + "relativeCreated": 108.19816589355469, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00021195411682128906 + "time_consumption": 3.504753112792969e-05 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0023627281188964844, - "time_finished": "2021-01-11 07:30:35,489", - "time_start": "2021-01-11 07:30:35,487" + "time_consumption": 0.0005388259887695312, + "time_finished": "2021-01-11 11:25:25,023", + "time_start": "2021-01-11 11:25:25,022" }, "_2pi_8EzZEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:35,492", - "created": 1610346635.4925983, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0238779, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100469,19 +100469,19 @@ "message": "_2pi_8EzZEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 492.598295211792, + "msecs": 23.877859115600586, "msg": "_2pi_8EzZEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 142.13991165161133, + "relativeCreated": 108.90316963195801, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:35,505", - "created": 1610346635.5054889, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0264926, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -100496,8 +100496,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:35,496", - "created": 1610346635.4962676, + "asctime": "2021-01-11 11:25:25,024", + "created": 1610360725.0243452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100507,23 +100507,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 496.26755714416504, + "msecs": 24.34515953063965, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 145.80917358398438, + "relativeCreated": 109.37047004699707, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:35,497", - "created": 1610346635.4975367, + "asctime": "2021-01-11 11:25:25,024", + "created": 1610360725.024595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100533,23 +100533,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 497.53665924072266, + "msecs": 24.595022201538086, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 147.078275680542, + "relativeCreated": 109.62033271789551, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:35,497", - "created": 1610346635.4978447, + "asctime": "2021-01-11 11:25:25,024", + "created": 1610360725.0246506, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100559,23 +100559,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 497.8446960449219, + "msecs": 24.65057373046875, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 147.3863124847412, + "relativeCreated": 109.67588424682617, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:35,498", - "created": 1610346635.4983327, + "asctime": "2021-01-11 11:25:25,024", + "created": 1610360725.0247946, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100585,15 +100585,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 498.3327388763428, + "msecs": 24.794578552246094, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 147.8743553161621, + "relativeCreated": 109.81988906860352, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100602,8 +100602,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:35,498", - "created": 1610346635.498607, + "asctime": "2021-01-11 11:25:25,024", + "created": 1610360725.0248528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100613,15 +100613,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 498.60692024230957, + "msecs": 24.852752685546875, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 148.1485366821289, + "relativeCreated": 109.8780632019043, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100629,8 +100629,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:35,498", - "created": 1610346635.4989064, + "asctime": "2021-01-11 11:25:25,024", + "created": 1610360725.02493, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100640,15 +100640,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 498.90637397766113, + "msecs": 24.93000030517578, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 148.44799041748047, + "relativeCreated": 109.9553108215332, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100656,8 +100656,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:35,499", - "created": 1610346635.4991105, + "asctime": "2021-01-11 11:25:25,024", + "created": 1610360725.0249724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100667,15 +100667,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 499.11046028137207, + "msecs": 24.97243881225586, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 148.6520767211914, + "relativeCreated": 109.99774932861328, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100683,8 +100683,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:35,499", - "created": 1610346635.4993052, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0250115, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100694,15 +100694,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 499.30524826049805, + "msecs": 25.011539459228516, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 148.84686470031738, + "relativeCreated": 110.03684997558594, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100710,8 +100710,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:35,499", - "created": 1610346635.4994767, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0250514, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100721,15 +100721,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 499.47667121887207, + "msecs": 25.051355361938477, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 149.0182876586914, + "relativeCreated": 110.0766658782959, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100739,8 +100739,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:35,499", - "created": 1610346635.499684, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.025095, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100750,15 +100750,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 499.68409538269043, + "msecs": 25.094985961914062, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 149.22571182250977, + "relativeCreated": 110.12029647827148, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100768,8 +100768,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:35,499", - "created": 1610346635.499909, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0251436, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100779,15 +100779,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 499.9089241027832, + "msecs": 25.14362335205078, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 149.45054054260254, + "relativeCreated": 110.1689338684082, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100797,8 +100797,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:35,500", - "created": 1610346635.5001512, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0251853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100808,15 +100808,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 500.1511573791504, + "msecs": 25.185346603393555, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 149.69277381896973, + "relativeCreated": 110.21065711975098, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100826,8 +100826,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:35,500", - "created": 1610346635.5003686, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0252252, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100837,23 +100837,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 500.368595123291, + "msecs": 25.225162506103516, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 149.91021156311035, + "relativeCreated": 110.25047302246094, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:35,500", - "created": 1610346635.5005915, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0252655, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100863,15 +100863,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 500.591516494751, + "msecs": 25.26545524597168, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 150.1331329345703, + "relativeCreated": 110.2907657623291, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100880,8 +100880,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:35,500", - "created": 1610346635.500893, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0253065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100891,15 +100891,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 500.89311599731445, + "msecs": 25.30646324157715, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 150.4347324371338, + "relativeCreated": 110.33177375793457, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100907,8 +100907,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:35,501", - "created": 1610346635.501101, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0253499, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100918,15 +100918,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 501.101016998291, + "msecs": 25.349855422973633, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 150.64263343811035, + "relativeCreated": 110.37516593933105, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100934,8 +100934,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:35,501", - "created": 1610346635.5011816, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0253875, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100945,15 +100945,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 501.18160247802734, + "msecs": 25.38752555847168, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 150.72321891784668, + "relativeCreated": 110.4128360748291, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100963,8 +100963,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:35,501", - "created": 1610346635.5012565, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.025429, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -100974,15 +100974,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 501.25646591186523, + "msecs": 25.42901039123535, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 150.79808235168457, + "relativeCreated": 110.45432090759277, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -100992,8 +100992,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:35,501", - "created": 1610346635.5013425, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0254724, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101003,15 +101003,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 501.3425350189209, + "msecs": 25.472402572631836, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 150.88415145874023, + "relativeCreated": 110.49771308898926, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101020,8 +101020,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:35,501", - "created": 1610346635.5014777, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0255113, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101031,15 +101031,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 501.4777183532715, + "msecs": 25.51126480102539, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 151.01933479309082, + "relativeCreated": 110.53657531738281, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101048,8 +101048,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:35,501", - "created": 1610346635.501611, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0255475, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101059,15 +101059,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 501.61099433898926, + "msecs": 25.547504425048828, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 151.1526107788086, + "relativeCreated": 110.57281494140625, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101076,8 +101076,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:35,501", - "created": 1610346635.5017269, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.025583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101087,23 +101087,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 501.7268657684326, + "msecs": 25.58302879333496, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 151.26848220825195, + "relativeCreated": 110.60833930969238, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:35,501", - "created": 1610346635.5019033, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0256286, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101113,23 +101113,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 501.9032955169678, + "msecs": 25.62856674194336, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 151.4449119567871, + "relativeCreated": 110.65387725830078, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:35,502", - "created": 1610346635.5021713, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0257077, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101139,15 +101139,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 502.17127799987793, + "msecs": 25.707721710205078, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 151.71289443969727, + "relativeCreated": 110.7330322265625, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101156,8 +101156,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:35,502", - "created": 1610346635.5023215, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0257502, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101167,15 +101167,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 502.3214817047119, + "msecs": 25.750160217285156, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 151.86309814453125, + "relativeCreated": 110.77547073364258, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101183,8 +101183,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:35,502", - "created": 1610346635.5024998, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.025803, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101194,15 +101194,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 502.4998188018799, + "msecs": 25.803089141845703, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 152.04143524169922, + "relativeCreated": 110.82839965820312, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101210,8 +101210,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:35,502", - "created": 1610346635.5026264, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0258427, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101221,15 +101221,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 502.6264190673828, + "msecs": 25.842666625976562, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 152.16803550720215, + "relativeCreated": 110.86797714233398, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101237,8 +101237,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:35,502", - "created": 1610346635.502738, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0258834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101248,15 +101248,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 502.73799896240234, + "msecs": 25.88343620300293, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 152.27961540222168, + "relativeCreated": 110.90874671936035, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101264,8 +101264,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:35,502", - "created": 1610346635.502865, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0259278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101275,15 +101275,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 502.8650760650635, + "msecs": 25.92778205871582, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 152.4066925048828, + "relativeCreated": 110.95309257507324, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101293,8 +101293,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:35,502", - "created": 1610346635.5029945, + "asctime": "2021-01-11 11:25:25,025", + "created": 1610360725.0259662, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101304,15 +101304,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 502.9945373535156, + "msecs": 25.966167449951172, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 152.53615379333496, + "relativeCreated": 110.9914779663086, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101322,8 +101322,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:35,503", - "created": 1610346635.5032454, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.026005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101333,15 +101333,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 503.24535369873047, + "msecs": 26.005029678344727, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 152.7869701385498, + "relativeCreated": 111.03034019470215, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101351,8 +101351,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:35,503", - "created": 1610346635.5034044, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.026043, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101362,15 +101362,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 503.4043788909912, + "msecs": 26.042938232421875, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 152.94599533081055, + "relativeCreated": 111.0682487487793, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101380,8 +101380,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:35,503", - "created": 1610346635.503551, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0260808, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101391,23 +101391,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 503.5510063171387, + "msecs": 26.080846786499023, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 153.092622756958, + "relativeCreated": 111.10615730285645, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:35,503", - "created": 1610346635.5036786, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0261145, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101417,15 +101417,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 503.678560256958, + "msecs": 26.114463806152344, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 153.22017669677734, + "relativeCreated": 111.13977432250977, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101434,8 +101434,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:35,503", - "created": 1610346635.5038574, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0261555, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101445,15 +101445,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 503.8573741912842, + "msecs": 26.155471801757812, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 153.39899063110352, + "relativeCreated": 111.18078231811523, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101461,8 +101461,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:35,504", - "created": 1610346635.504013, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0261967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101472,15 +101472,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 504.0130615234375, + "msecs": 26.196718215942383, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 153.55467796325684, + "relativeCreated": 111.2220287322998, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101488,8 +101488,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:35,504", - "created": 1610346635.5041869, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0262375, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101499,15 +101499,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 504.18686866760254, + "msecs": 26.23748779296875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 153.72848510742188, + "relativeCreated": 111.26279830932617, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101517,8 +101517,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:35,504", - "created": 1610346635.504326, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0262756, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101528,15 +101528,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 504.32610511779785, + "msecs": 26.275634765625, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 153.8677215576172, + "relativeCreated": 111.30094528198242, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101546,8 +101546,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:35,504", - "created": 1610346635.5044725, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.026317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101557,15 +101557,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 504.4724941253662, + "msecs": 26.31688117980957, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 154.01411056518555, + "relativeCreated": 111.34219169616699, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101574,8 +101574,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:35,504", - "created": 1610346635.5046303, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.026354, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101585,15 +101585,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 504.63032722473145, + "msecs": 26.354074478149414, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 154.17194366455078, + "relativeCreated": 111.37938499450684, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101602,8 +101602,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:35,504", - "created": 1610346635.5047615, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0263894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101613,15 +101613,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 504.7614574432373, + "msecs": 26.389360427856445, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 154.30307388305664, + "relativeCreated": 111.41467094421387, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101630,8 +101630,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:35,504", - "created": 1610346635.5049407, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0264237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101641,23 +101641,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 504.9407482147217, + "msecs": 26.42369270324707, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 154.48236465454102, + "relativeCreated": 111.44900321960449, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:35,505", - "created": 1610346635.505181, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0264595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101667,34 +101667,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 505.18107414245605, + "msecs": 26.459455490112305, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 154.7226905822754, + "relativeCreated": 111.48476600646973, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 505.4888725280762, + "msecs": 26.492595672607422, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 155.0304889678955, + "relativeCreated": 111.51790618896484, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0003077983856201172 + "time_consumption": 3.314018249511719e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:35,851", - "created": 1610346635.8516817, + "asctime": "2021-01-11 11:25:25,370", + "created": 1610360725.370337, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -101709,8 +101709,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:35,506", - "created": 1610346635.5060523, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.02657, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101720,23 +101720,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 506.05225563049316, + "msecs": 26.57008171081543, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 155.5938720703125, + "relativeCreated": 111.59539222717285, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:35,506", - "created": 1610346635.506287, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.026607, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101746,23 +101746,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 506.2870979309082, + "msecs": 26.607036590576172, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 155.82871437072754, + "relativeCreated": 111.6323471069336, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:35,506", - "created": 1610346635.5065236, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0266469, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101772,15 +101772,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 506.52360916137695, + "msecs": 26.646852493286133, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 156.0652256011963, + "relativeCreated": 111.67216300964355, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101791,8 +101791,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:35,506", - "created": 1610346635.5068982, + "asctime": "2021-01-11 11:25:25,026", + "created": 1610360725.0267887, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101802,23 +101802,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 506.8981647491455, + "msecs": 26.788711547851562, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 156.43978118896484, + "relativeCreated": 111.81402206420898, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:35,507", - "created": 1610346635.507868, + "asctime": "2021-01-11 11:25:25,027", + "created": 1610360725.0270169, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101828,23 +101828,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 507.86805152893066, + "msecs": 27.016878128051758, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 157.40966796875, + "relativeCreated": 112.04218864440918, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:35,508", - "created": 1610346635.5081317, + "asctime": "2021-01-11 11:25:25,027", + "created": 1610360725.0270624, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101854,23 +101854,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 508.131742477417, + "msecs": 27.062416076660156, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 157.67335891723633, + "relativeCreated": 112.08772659301758, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:35,508", - "created": 1610346635.5082972, + "asctime": "2021-01-11 11:25:25,027", + "created": 1610360725.0271013, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101880,15 +101880,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 508.2972049713135, + "msecs": 27.10127830505371, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 157.8388214111328, + "relativeCreated": 112.12658882141113, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -101896,8 +101896,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:35,508", - "created": 1610346635.5087533, + "asctime": "2021-01-11 11:25:25,027", + "created": 1610360725.0272255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101907,15 +101907,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 508.75329971313477, + "msecs": 27.225494384765625, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 158.2949161529541, + "relativeCreated": 112.25080490112305, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -101923,8 +101923,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:35,517", - "created": 1610346635.5174124, + "asctime": "2021-01-11 11:25:25,035", + "created": 1610360725.0353966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -101934,15 +101934,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 517.4124240875244, + "msecs": 35.396575927734375, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 166.95404052734375, + "relativeCreated": 120.4218864440918, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -101950,8 +101950,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,518", - "created": 1610346635.5181265, + "asctime": "2021-01-11 11:25:25,035", + "created": 1610360725.0356054, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -101961,15 +101961,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 518.1264877319336, + "msecs": 35.605430603027344, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 167.66810417175293, + "relativeCreated": 120.63074111938477, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -101978,8 +101978,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:35,518", - "created": 1610346635.518395, + "asctime": "2021-01-11 11:25:25,035", + "created": 1610360725.03567, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -101989,15 +101989,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 518.394947052002, + "msecs": 35.67004203796387, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 167.9365634918213, + "relativeCreated": 120.69535255432129, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102005,8 +102005,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,518", - "created": 1610346635.5186224, + "asctime": "2021-01-11 11:25:25,035", + "created": 1610360725.0357516, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102016,15 +102016,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 518.6223983764648, + "msecs": 35.7515811920166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 168.16401481628418, + "relativeCreated": 120.77689170837402, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102033,8 +102033,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,518", - "created": 1610346635.5188358, + "asctime": "2021-01-11 11:25:25,035", + "created": 1610360725.0358086, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102044,15 +102044,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 518.8357830047607, + "msecs": 35.808563232421875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 168.37739944458008, + "relativeCreated": 120.8338737487793, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102060,8 +102060,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,519", - "created": 1610346635.519052, + "asctime": "2021-01-11 11:25:25,035", + "created": 1610360725.0359025, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102071,15 +102071,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 519.0520286560059, + "msecs": 35.90250015258789, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 168.5936450958252, + "relativeCreated": 120.92781066894531, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102088,8 +102088,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,519", - "created": 1610346635.5193198, + "asctime": "2021-01-11 11:25:25,035", + "created": 1610360725.0359576, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102099,15 +102099,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 519.3197727203369, + "msecs": 35.95757484436035, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 168.86138916015625, + "relativeCreated": 120.98288536071777, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102115,8 +102115,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,519", - "created": 1610346635.5195463, + "asctime": "2021-01-11 11:25:25,036", + "created": 1610360725.036023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102126,15 +102126,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 519.5462703704834, + "msecs": 36.02290153503418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 169.08788681030273, + "relativeCreated": 121.0482120513916, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102143,8 +102143,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,519", - "created": 1610346635.5198352, + "asctime": "2021-01-11 11:25:25,036", + "created": 1610360725.0360687, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102154,15 +102154,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 519.8352336883545, + "msecs": 36.06867790222168, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 169.37685012817383, + "relativeCreated": 121.0939884185791, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102170,8 +102170,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,520", - "created": 1610346635.52007, + "asctime": "2021-01-11 11:25:25,036", + "created": 1610360725.0361288, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102181,15 +102181,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 520.0700759887695, + "msecs": 36.12875938415527, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 169.61169242858887, + "relativeCreated": 121.1540699005127, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102198,8 +102198,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,520", - "created": 1610346635.5202644, + "asctime": "2021-01-11 11:25:25,036", + "created": 1610360725.0361717, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102209,15 +102209,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 520.2643871307373, + "msecs": 36.171674728393555, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 169.80600357055664, + "relativeCreated": 121.19698524475098, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102225,8 +102225,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:35,520", - "created": 1610346635.5207176, + "asctime": "2021-01-11 11:25:25,036", + "created": 1610360725.0362594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102236,15 +102236,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 520.7176208496094, + "msecs": 36.25941276550293, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 170.2592372894287, + "relativeCreated": 121.28472328186035, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102252,8 +102252,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:35,521", - "created": 1610346635.5218718, + "asctime": "2021-01-11 11:25:25,037", + "created": 1610360725.0371976, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102263,15 +102263,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 521.87180519104, + "msecs": 37.19758987426758, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 171.41342163085938, + "relativeCreated": 122.222900390625, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102279,8 +102279,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,522", - "created": 1610346635.5221663, + "asctime": "2021-01-11 11:25:25,037", + "created": 1610360725.0373464, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102290,15 +102290,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 522.1662521362305, + "msecs": 37.34636306762695, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 171.7078685760498, + "relativeCreated": 122.37167358398438, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102307,8 +102307,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:35,522", - "created": 1610346635.5224085, + "asctime": "2021-01-11 11:25:25,037", + "created": 1610360725.0374131, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102318,15 +102318,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 522.4084854125977, + "msecs": 37.41312026977539, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 171.950101852417, + "relativeCreated": 122.43843078613281, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102334,8 +102334,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:35,522", - "created": 1610346635.5228236, + "asctime": "2021-01-11 11:25:25,037", + "created": 1610360725.0375404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102345,15 +102345,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 522.8235721588135, + "msecs": 37.540435791015625, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 172.3651885986328, + "relativeCreated": 122.56574630737305, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102364,8 +102364,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:35,523", - "created": 1610346635.5231936, + "asctime": "2021-01-11 11:25:25,037", + "created": 1610360725.0378828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102375,15 +102375,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 523.1935977935791, + "msecs": 37.88280487060547, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 172.73521423339844, + "relativeCreated": 122.90811538696289, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102391,8 +102391,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:35,523", - "created": 1610346635.5233817, + "asctime": "2021-01-11 11:25:25,038", + "created": 1610360725.0380037, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102402,15 +102402,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 523.3817100524902, + "msecs": 38.00368309020996, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 172.92332649230957, + "relativeCreated": 123.02899360656738, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102421,8 +102421,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:35,523", - "created": 1610346635.523613, + "asctime": "2021-01-11 11:25:25,038", + "created": 1610360725.038171, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102432,15 +102432,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 523.6129760742188, + "msecs": 38.17105293273926, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 173.1545925140381, + "relativeCreated": 123.19636344909668, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -102448,8 +102448,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:35,524", - "created": 1610346635.524244, + "asctime": "2021-01-11 11:25:25,038", + "created": 1610360725.0386336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102459,15 +102459,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 524.2440700531006, + "msecs": 38.63358497619629, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 173.78568649291992, + "relativeCreated": 123.65889549255371, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102475,8 +102475,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:35,532", - "created": 1610346635.532498, + "asctime": "2021-01-11 11:25:25,046", + "created": 1610360725.0468757, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102486,15 +102486,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 532.4978828430176, + "msecs": 46.875715255737305, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 182.0394992828369, + "relativeCreated": 131.90102577209473, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102502,8 +102502,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,532", - "created": 1610346635.532701, + "asctime": "2021-01-11 11:25:25,047", + "created": 1610360725.0471098, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102513,15 +102513,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 532.7010154724121, + "msecs": 47.10984230041504, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 182.24263191223145, + "relativeCreated": 132.13515281677246, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102530,8 +102530,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:35,532", - "created": 1610346635.5328987, + "asctime": "2021-01-11 11:25:25,047", + "created": 1610360725.0472379, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102541,15 +102541,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 532.8986644744873, + "msecs": 47.23787307739258, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 182.44028091430664, + "relativeCreated": 132.26318359375, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102557,8 +102557,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,533", - "created": 1610346635.5331433, + "asctime": "2021-01-11 11:25:25,047", + "created": 1610360725.0473793, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102568,15 +102568,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 533.1432819366455, + "msecs": 47.379255294799805, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 182.68489837646484, + "relativeCreated": 132.40456581115723, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102585,8 +102585,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,533", - "created": 1610346635.5332792, + "asctime": "2021-01-11 11:25:25,047", + "created": 1610360725.047473, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102596,15 +102596,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 533.2791805267334, + "msecs": 47.47295379638672, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 182.82079696655273, + "relativeCreated": 132.49826431274414, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102612,8 +102612,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,533", - "created": 1610346635.5334582, + "asctime": "2021-01-11 11:25:25,047", + "created": 1610360725.0475962, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102623,15 +102623,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 533.4582328796387, + "msecs": 47.59621620178223, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 182.999849319458, + "relativeCreated": 132.62152671813965, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102640,8 +102640,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,533", - "created": 1610346635.5335908, + "asctime": "2021-01-11 11:25:25,047", + "created": 1610360725.047681, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102651,15 +102651,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 533.5907936096191, + "msecs": 47.68109321594238, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 183.13241004943848, + "relativeCreated": 132.7064037322998, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102667,8 +102667,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,533", - "created": 1610346635.533737, + "asctime": "2021-01-11 11:25:25,047", + "created": 1610360725.0477967, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102678,15 +102678,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 533.7369441986084, + "msecs": 47.79672622680664, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 183.27856063842773, + "relativeCreated": 132.82203674316406, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102695,8 +102695,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,533", - "created": 1610346635.5338485, + "asctime": "2021-01-11 11:25:25,047", + "created": 1610360725.04788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102706,15 +102706,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 533.8485240936279, + "msecs": 47.879934310913086, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 183.39014053344727, + "relativeCreated": 132.9052448272705, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102722,8 +102722,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,533", - "created": 1610346635.5339808, + "asctime": "2021-01-11 11:25:25,047", + "created": 1610360725.0479825, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102733,15 +102733,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 533.9808464050293, + "msecs": 47.98245429992676, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 183.52246284484863, + "relativeCreated": 133.00776481628418, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102750,8 +102750,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,534", - "created": 1610346635.5341187, + "asctime": "2021-01-11 11:25:25,048", + "created": 1610360725.0480707, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102761,15 +102761,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 534.11865234375, + "msecs": 48.070669174194336, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 183.66026878356934, + "relativeCreated": 133.09597969055176, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102777,8 +102777,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:35,534", - "created": 1610346635.534291, + "asctime": "2021-01-11 11:25:25,048", + "created": 1610360725.0481956, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102788,15 +102788,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 534.2910289764404, + "msecs": 48.195600509643555, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 183.83264541625977, + "relativeCreated": 133.22091102600098, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102804,8 +102804,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:35,535", - "created": 1610346635.535401, + "asctime": "2021-01-11 11:25:25,049", + "created": 1610360725.0491345, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102815,15 +102815,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 535.4011058807373, + "msecs": 49.13449287414551, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 184.94272232055664, + "relativeCreated": 134.15980339050293, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102831,8 +102831,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,535", - "created": 1610346635.535619, + "asctime": "2021-01-11 11:25:25,049", + "created": 1610360725.049291, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102842,15 +102842,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 535.6190204620361, + "msecs": 49.29089546203613, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 185.16063690185547, + "relativeCreated": 134.31620597839355, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102859,8 +102859,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:35,535", - "created": 1610346635.535787, + "asctime": "2021-01-11 11:25:25,049", + "created": 1610360725.0493877, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102870,15 +102870,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 535.7871055603027, + "msecs": 49.38769340515137, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 185.32872200012207, + "relativeCreated": 134.4130039215088, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102886,8 +102886,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:35,535", - "created": 1610346635.5359952, + "asctime": "2021-01-11 11:25:25,049", + "created": 1610360725.0495114, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -102897,15 +102897,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 535.9952449798584, + "msecs": 49.51143264770508, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 185.53686141967773, + "relativeCreated": 134.5367431640625, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102916,8 +102916,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:35,536", - "created": 1610346635.53644, + "asctime": "2021-01-11 11:25:25,049", + "created": 1610360725.0497284, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102927,15 +102927,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 536.4398956298828, + "msecs": 49.7283935546875, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 185.98151206970215, + "relativeCreated": 134.75370407104492, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -102943,8 +102943,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:35,536", - "created": 1610346635.5366278, + "asctime": "2021-01-11 11:25:25,049", + "created": 1610360725.0498314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -102954,34 +102954,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 536.6277694702148, + "msecs": 49.831390380859375, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 186.16938591003418, + "relativeCreated": 134.8567008972168, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" } ], - "msecs": 851.6817092895508, + "msecs": 370.33700942993164, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 501.2233257293701, + "relativeCreated": 455.36231994628906, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.31505393981933594 + "time_consumption": 0.32050561904907227 }, { "args": [], - "asctime": "2021-01-11 07:30:36,053", - "created": 1610346636.0535483, + "asctime": "2021-01-11 11:25:25,572", + "created": 1610360725.572219, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -103000,8 +103000,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:35,852", - "created": 1610346635.8522367, + "asctime": "2021-01-11 11:25:25,370", + "created": 1610360725.370941, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103011,15 +103011,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 852.2367477416992, + "msecs": 370.9409236907959, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 501.77836418151855, + "relativeCreated": 455.9662342071533, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -103027,8 +103027,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:35,853", - "created": 1610346635.8530836, + "asctime": "2021-01-11 11:25:25,371", + "created": 1610360725.3718662, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103038,15 +103038,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 853.083610534668, + "msecs": 371.86622619628906, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 502.6252269744873, + "relativeCreated": 456.8915367126465, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103054,8 +103054,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:35,861", - "created": 1610346635.861558, + "asctime": "2021-01-11 11:25:25,380", + "created": 1610360725.380362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103065,15 +103065,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 861.5579605102539, + "msecs": 380.36203384399414, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 511.09957695007324, + "relativeCreated": 465.38734436035156, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103081,8 +103081,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,861", - "created": 1610346635.8618274, + "asctime": "2021-01-11 11:25:25,380", + "created": 1610360725.3806849, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103092,15 +103092,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 861.8273735046387, + "msecs": 380.68485260009766, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 511.368989944458, + "relativeCreated": 465.7101631164551, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103109,8 +103109,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:35,862", - "created": 1610346635.8620193, + "asctime": "2021-01-11 11:25:25,380", + "created": 1610360725.3808877, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103120,15 +103120,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 862.0193004608154, + "msecs": 380.8877468109131, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 511.56091690063477, + "relativeCreated": 465.9130573272705, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103136,8 +103136,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,862", - "created": 1610346635.8622034, + "asctime": "2021-01-11 11:25:25,381", + "created": 1610360725.381092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103147,15 +103147,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 862.2033596038818, + "msecs": 381.0920715332031, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 511.7449760437012, + "relativeCreated": 466.11738204956055, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103164,8 +103164,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,862", - "created": 1610346635.862343, + "asctime": "2021-01-11 11:25:25,381", + "created": 1610360725.3812523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103175,15 +103175,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 862.3430728912354, + "msecs": 381.2522888183594, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 511.8846893310547, + "relativeCreated": 466.2775993347168, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103191,8 +103191,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,862", - "created": 1610346635.8625321, + "asctime": "2021-01-11 11:25:25,381", + "created": 1610360725.381463, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103202,15 +103202,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 862.5321388244629, + "msecs": 381.46305084228516, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 512.0737552642822, + "relativeCreated": 466.4883613586426, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103219,8 +103219,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,862", - "created": 1610346635.8626652, + "asctime": "2021-01-11 11:25:25,381", + "created": 1610360725.3815997, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103230,15 +103230,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 862.6651763916016, + "msecs": 381.59966468811035, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 512.2067928314209, + "relativeCreated": 466.6249752044678, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103246,8 +103246,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,862", - "created": 1610346635.862837, + "asctime": "2021-01-11 11:25:25,381", + "created": 1610360725.38179, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103257,15 +103257,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 862.8370761871338, + "msecs": 381.7899227142334, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 512.3786926269531, + "relativeCreated": 466.8152332305908, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103274,8 +103274,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,862", - "created": 1610346635.8629584, + "asctime": "2021-01-11 11:25:25,381", + "created": 1610360725.381923, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103285,15 +103285,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 862.9584312438965, + "msecs": 381.92296028137207, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 512.5000476837158, + "relativeCreated": 466.9482707977295, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103301,8 +103301,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,863", - "created": 1610346635.8631153, + "asctime": "2021-01-11 11:25:25,382", + "created": 1610360725.3820987, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103312,15 +103312,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 863.1153106689453, + "msecs": 382.0986747741699, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 512.6569271087646, + "relativeCreated": 467.12398529052734, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103329,8 +103329,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:35,863", - "created": 1610346635.8632352, + "asctime": "2021-01-11 11:25:25,382", + "created": 1610360725.3822396, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103340,15 +103340,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 863.2352352142334, + "msecs": 382.23958015441895, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 512.7768516540527, + "relativeCreated": 467.26489067077637, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103356,8 +103356,8 @@ "comm-client:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:35,863", - "created": 1610346635.863479, + "asctime": "2021-01-11 11:25:25,382", + "created": 1610360725.3825157, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103367,15 +103367,15 @@ "lineno": 284, "message": "comm-client: TX -> (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 863.4788990020752, + "msecs": 382.51566886901855, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 513.0205154418945, + "relativeCreated": 467.540979385376, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103383,8 +103383,8 @@ "comm-server:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:35,867", - "created": 1610346635.8678646, + "asctime": "2021-01-11 11:25:25,386", + "created": 1610360725.386939, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103394,15 +103394,15 @@ "lineno": 414, "message": "comm-server: RX <- (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 867.8646087646484, + "msecs": 386.93904876708984, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 517.4062252044678, + "relativeCreated": 471.96435928344727, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103410,8 +103410,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:35,868", - "created": 1610346635.8682685, + "asctime": "2021-01-11 11:25:25,387", + "created": 1610360725.3873584, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103421,15 +103421,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 868.2684898376465, + "msecs": 387.3584270477295, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 517.8101062774658, + "relativeCreated": 472.3837375640869, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103438,8 +103438,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:35,868", - "created": 1610346635.8684242, + "asctime": "2021-01-11 11:25:25,387", + "created": 1610360725.3875296, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103449,15 +103449,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 868.4241771697998, + "msecs": 387.5296115875244, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 517.9657936096191, + "relativeCreated": 472.55492210388184, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103465,8 +103465,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b" ], - "asctime": "2021-01-11 07:30:35,868", - "created": 1610346635.8686943, + "asctime": "2021-01-11 11:25:25,387", + "created": 1610360725.3878207, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103476,15 +103476,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b", "module": "stp", - "msecs": 868.6943054199219, + "msecs": 387.8207206726074, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 518.2359218597412, + "relativeCreated": 472.84603118896484, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { @@ -103495,8 +103495,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:35,869", - "created": 1610346635.8690307, + "asctime": "2021-01-11 11:25:25,388", + "created": 1610360725.3882113, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103506,23 +103506,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 869.0307140350342, + "msecs": 388.2112503051758, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 518.5723304748535, + "relativeCreated": 473.2365608215332, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:35,869", - "created": 1610346635.8692293, + "asctime": "2021-01-11 11:25:25,388", + "created": 1610360725.3884342, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103532,37 +103532,37 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 869.2293167114258, + "msecs": 388.43417167663574, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 518.7709331512451, + "relativeCreated": 473.45948219299316, "stack_info": null, - "thread": 140562498627328, + "thread": 140654298703616, "threadName": "Thread-1" } ], - "msecs": 53.548336029052734, + "msecs": 572.2188949584961, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 703.0899524688721, + "relativeCreated": 657.2442054748535, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.18431901931762695 + "time_consumption": 0.18378472328186035 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:36,054", - "created": 1610346636.0544128, + "asctime": "2021-01-11 11:25:25,573", + "created": 1610360725.5730658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103579,8 +103579,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:36,054", - "created": 1610346636.0540686, + "asctime": "2021-01-11 11:25:25,572", + "created": 1610360725.5726786, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103590,15 +103590,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 54.068565368652344, + "msecs": 572.6785659790039, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 703.6101818084717, + "relativeCreated": 657.7038764953613, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -103607,8 +103607,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:36,054", - "created": 1610346636.0542514, + "asctime": "2021-01-11 11:25:25,572", + "created": 1610360725.572906, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103618,37 +103618,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 54.25143241882324, + "msecs": 572.9060173034668, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 703.7930488586426, + "relativeCreated": 657.9313278198242, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 54.412841796875, + "msecs": 573.0657577514648, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 703.9544582366943, + "relativeCreated": 658.0910682678223, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001614093780517578 + "time_consumption": 0.00015974044799804688 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:36,054", - "created": 1610346636.054967, + "asctime": "2021-01-11 11:25:25,573", + "created": 1610360725.5736244, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103665,8 +103665,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:36,054", - "created": 1610346636.0546608, + "asctime": "2021-01-11 11:25:25,573", + "created": 1610360725.5733132, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103676,15 +103676,15 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'} ()", "module": "test", - "msecs": 54.660797119140625, + "msecs": 573.3132362365723, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 704.20241355896, + "relativeCreated": 658.3385467529297, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -103693,8 +103693,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:36,054", - "created": 1610346636.0548162, + "asctime": "2021-01-11 11:25:25,573", + "created": 1610360725.5734713, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -103704,34 +103704,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'} ()", "module": "test", - "msecs": 54.816246032714844, + "msecs": 573.4713077545166, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 704.3578624725342, + "relativeCreated": 658.496618270874, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 54.96692657470703, + "msecs": 573.6243724822998, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 704.5085430145264, + "relativeCreated": 658.6496829986572, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001506805419921875 + "time_consumption": 0.00015306472778320312 }, { "args": [], - "asctime": "2021-01-11 07:30:36,256", - "created": 1610346636.2565498, + "asctime": "2021-01-11 11:25:25,775", + "created": 1610360725.775215, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -103750,8 +103750,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:36,055", - "created": 1610346636.055368, + "asctime": "2021-01-11 11:25:25,574", + "created": 1610360725.5740228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103761,15 +103761,15 @@ "lineno": 438, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 55.36794662475586, + "msecs": 574.0227699279785, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 704.9095630645752, + "relativeCreated": 659.0480804443359, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -103777,8 +103777,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:36,056", - "created": 1610346636.0562825, + "asctime": "2021-01-11 11:25:25,574", + "created": 1610360725.574916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103788,15 +103788,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 56.28252029418945, + "msecs": 574.915885925293, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 705.8241367340088, + "relativeCreated": 659.9411964416504, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -103804,8 +103804,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:36,064", - "created": 1610346636.0648518, + "asctime": "2021-01-11 11:25:25,583", + "created": 1610360725.5832915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -103815,15 +103815,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 64.85176086425781, + "msecs": 583.2915306091309, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 714.3933773040771, + "relativeCreated": 668.3168411254883, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -103831,8 +103831,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,065", - "created": 1610346636.0651925, + "asctime": "2021-01-11 11:25:25,583", + "created": 1610360725.5835283, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103842,15 +103842,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 65.19246101379395, + "msecs": 583.5282802581787, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 714.7340774536133, + "relativeCreated": 668.5535907745361, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -103859,8 +103859,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:36,065", - "created": 1610346636.06536, + "asctime": "2021-01-11 11:25:25,583", + "created": 1610360725.5837364, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103870,15 +103870,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 65.36006927490234, + "msecs": 583.7364196777344, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 714.9016857147217, + "relativeCreated": 668.7617301940918, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -103886,8 +103886,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,065", - "created": 1610346636.0656192, + "asctime": "2021-01-11 11:25:25,584", + "created": 1610360725.5840306, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103897,15 +103897,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 65.61923027038574, + "msecs": 584.0306282043457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 715.1608467102051, + "relativeCreated": 669.0559387207031, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -103914,8 +103914,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,065", - "created": 1610346636.0657697, + "asctime": "2021-01-11 11:25:25,584", + "created": 1610360725.5842524, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103925,15 +103925,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 65.76967239379883, + "msecs": 584.2523574829102, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 715.3112888336182, + "relativeCreated": 669.2776679992676, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -103941,8 +103941,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,065", - "created": 1610346636.065984, + "asctime": "2021-01-11 11:25:25,584", + "created": 1610360725.584554, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103952,15 +103952,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 65.98401069641113, + "msecs": 584.5539569854736, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 715.5256271362305, + "relativeCreated": 669.579267501831, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -103969,8 +103969,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,066", - "created": 1610346636.0661218, + "asctime": "2021-01-11 11:25:25,584", + "created": 1610360725.5848079, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -103980,15 +103980,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 66.12181663513184, + "msecs": 584.8078727722168, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 715.6634330749512, + "relativeCreated": 669.8331832885742, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -103996,8 +103996,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,066", - "created": 1610346636.066313, + "asctime": "2021-01-11 11:25:25,584", + "created": 1610360725.58497, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104007,15 +104007,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 66.31302833557129, + "msecs": 584.9699974060059, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 715.8546447753906, + "relativeCreated": 669.9953079223633, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -104024,8 +104024,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,066", - "created": 1610346636.0664494, + "asctime": "2021-01-11 11:25:25,585", + "created": 1610360725.5850759, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104035,15 +104035,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 66.44940376281738, + "msecs": 585.075855255127, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 715.9910202026367, + "relativeCreated": 670.1011657714844, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -104051,8 +104051,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,066", - "created": 1610346636.0666263, + "asctime": "2021-01-11 11:25:25,585", + "created": 1610360725.5852563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104062,15 +104062,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 66.62631034851074, + "msecs": 585.2563381195068, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 716.1679267883301, + "relativeCreated": 670.2816486358643, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -104079,8 +104079,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,066", - "created": 1610346636.0667715, + "asctime": "2021-01-11 11:25:25,585", + "created": 1610360725.585382, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104090,15 +104090,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 66.7715072631836, + "msecs": 585.3819847106934, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 716.3131237030029, + "relativeCreated": 670.4072952270508, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -104106,8 +104106,8 @@ "comm-server:", "(32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e" ], - "asctime": "2021-01-11 07:30:36,067", - "created": 1610346636.067196, + "asctime": "2021-01-11 11:25:25,585", + "created": 1610360725.5856016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104117,15 +104117,15 @@ "lineno": 284, "message": "comm-server: TX -> (32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e", "module": "__init__", - "msecs": 67.19589233398438, + "msecs": 585.6015682220459, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 716.7375087738037, + "relativeCreated": 670.6268787384033, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -104133,8 +104133,8 @@ "comm-client:", "(32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e" ], - "asctime": "2021-01-11 07:30:36,071", - "created": 1610346636.0716085, + "asctime": "2021-01-11 11:25:25,589", + "created": 1610360725.5899353, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104144,15 +104144,15 @@ "lineno": 414, "message": "comm-client: RX <- (32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e", "module": "__init__", - "msecs": 71.6085433959961, + "msecs": 589.935302734375, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 721.1501598358154, + "relativeCreated": 674.9606132507324, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -104160,8 +104160,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,072", - "created": 1610346636.0720463, + "asctime": "2021-01-11 11:25:25,590", + "created": 1610360725.5903683, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104171,15 +104171,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 72.04627990722656, + "msecs": 590.3682708740234, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 721.5878963470459, + "relativeCreated": 675.3935813903809, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -104188,8 +104188,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:36,072", - "created": 1610346636.0724022, + "asctime": "2021-01-11 11:25:25,590", + "created": 1610360725.5905626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104199,15 +104199,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 72.4022388458252, + "msecs": 590.5625820159912, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 721.9438552856445, + "relativeCreated": 675.5878925323486, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -104215,8 +104215,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f" ], - "asctime": "2021-01-11 07:30:36,072", - "created": 1610346636.0727448, + "asctime": "2021-01-11 11:25:25,590", + "created": 1610360725.5908558, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -104226,15 +104226,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f", "module": "stp", - "msecs": 72.74484634399414, + "msecs": 590.8558368682861, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 722.2864627838135, + "relativeCreated": 675.8811473846436, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { @@ -104245,8 +104245,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:36,073", - "created": 1610346636.0730762, + "asctime": "2021-01-11 11:25:25,591", + "created": 1610360725.5913546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104256,23 +104256,23 @@ "lineno": 438, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 73.07624816894531, + "msecs": 591.3546085357666, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 722.6178646087646, + "relativeCreated": 676.379919052124, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:36,073", - "created": 1610346636.0732524, + "asctime": "2021-01-11 11:25:25,591", + "created": 1610360725.5916152, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104282,37 +104282,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 73.25243949890137, + "msecs": 591.6152000427246, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 722.7940559387207, + "relativeCreated": 676.640510559082, "stack_info": null, - "thread": 140562489972480, + "thread": 140654290310912, "threadName": "Thread-2" } ], - "msecs": 256.5498352050781, + "msecs": 775.2149105072021, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 906.0914516448975, + "relativeCreated": 860.2402210235596, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.18329739570617676 + "time_consumption": 0.18359971046447754 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:36,257", - "created": 1610346636.2573695, + "asctime": "2021-01-11 11:25:25,775", + "created": 1610360725.7755628, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104329,8 +104329,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:36,256", - "created": 1610346636.2569978, + "asctime": "2021-01-11 11:25:25,775", + "created": 1610360725.7754216, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104340,15 +104340,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 256.99782371520996, + "msecs": 775.4216194152832, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 906.5394401550293, + "relativeCreated": 860.4469299316406, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104357,8 +104357,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:36,257", - "created": 1610346636.2572076, + "asctime": "2021-01-11 11:25:25,775", + "created": 1610360725.775502, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104368,37 +104368,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 257.20763206481934, + "msecs": 775.5019664764404, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 906.7492485046387, + "relativeCreated": 860.5272769927979, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 257.3695182800293, + "msecs": 775.5627632141113, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 906.9111347198486, + "relativeCreated": 860.5880737304688, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016188621520996094 + "time_consumption": 6.079673767089844e-05 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:36,258", - "created": 1610346636.258347, + "asctime": "2021-01-11 11:25:25,775", + "created": 1610360725.7759047, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104415,8 +104415,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:36,258", - "created": 1610346636.258004, + "asctime": "2021-01-11 11:25:25,775", + "created": 1610360725.7757728, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104426,15 +104426,15 @@ "lineno": 22, "message": "Result (Received message on client side): {'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'} ()", "module": "test", - "msecs": 258.00395011901855, + "msecs": 775.7728099822998, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 907.5455665588379, + "relativeCreated": 860.7981204986572, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104443,8 +104443,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:36,258", - "created": 1610346636.2581823, + "asctime": "2021-01-11 11:25:25,775", + "created": 1610360725.7758422, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -104454,41 +104454,41 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = {'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'} ()", "module": "test", - "msecs": 258.1822872161865, + "msecs": 775.8421897888184, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 907.7239036560059, + "relativeCreated": 860.8675003051758, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 258.3470344543457, + "msecs": 775.904655456543, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 907.888650894165, + "relativeCreated": 860.9299659729004, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001647472381591797 + "time_consumption": 6.246566772460938e-05 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.7657487392425537, - "time_finished": "2021-01-11 07:30:36,258", - "time_start": "2021-01-11 07:30:35,492" + "time_consumption": 0.7520267963409424, + "time_finished": "2021-01-11 11:25:25,775", + "time_start": "2021-01-11 11:25:25,023" }, "_4w4SsE1DEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:38,181", - "created": 1610346638.1819305, + "asctime": "2021-01-11 11:25:27,699", + "created": 1610360727.6994593, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104499,19 +104499,19 @@ "message": "_4w4SsE1DEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 181.9305419921875, + "msecs": 699.4593143463135, "msg": "_4w4SsE1DEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2831.472158432007, + "relativeCreated": 2784.484624862671, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:38,191", - "created": 1610346638.191457, + "asctime": "2021-01-11 11:25:27,708", + "created": 1610360727.708801, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -104526,8 +104526,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:38,183", - "created": 1610346638.1835608, + "asctime": "2021-01-11 11:25:27,701", + "created": 1610360727.7010436, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104537,23 +104537,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 183.56084823608398, + "msecs": 701.0436058044434, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2833.1024646759033, + "relativeCreated": 2786.068916320801, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:38,184", - "created": 1610346638.184414, + "asctime": "2021-01-11 11:25:27,701", + "created": 1610360727.7019203, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104563,23 +104563,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 184.41390991210938, + "msecs": 701.9202709197998, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2833.9555263519287, + "relativeCreated": 2786.945581436157, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:38,184", - "created": 1610346638.184639, + "asctime": "2021-01-11 11:25:27,702", + "created": 1610360727.7021348, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104589,23 +104589,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 184.63897705078125, + "msecs": 702.1348476409912, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2834.1805934906006, + "relativeCreated": 2787.1601581573486, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:38,184", - "created": 1610346638.1849687, + "asctime": "2021-01-11 11:25:27,702", + "created": 1610360727.7024643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104615,15 +104615,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 184.9687099456787, + "msecs": 702.4643421173096, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2834.510326385498, + "relativeCreated": 2787.489652633667, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104632,8 +104632,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:38,185", - "created": 1610346638.185149, + "asctime": "2021-01-11 11:25:27,702", + "created": 1610360727.702646, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104643,15 +104643,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 185.1489543914795, + "msecs": 702.646017074585, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2834.690570831299, + "relativeCreated": 2787.6713275909424, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104659,8 +104659,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:38,185", - "created": 1610346638.1853704, + "asctime": "2021-01-11 11:25:27,702", + "created": 1610360727.7028637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104670,15 +104670,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 185.37044525146484, + "msecs": 702.8636932373047, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2834.912061691284, + "relativeCreated": 2787.889003753662, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104686,8 +104686,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:38,185", - "created": 1610346638.1855826, + "asctime": "2021-01-11 11:25:27,703", + "created": 1610360727.7030187, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104697,15 +104697,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 185.58263778686523, + "msecs": 703.0186653137207, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2835.1242542266846, + "relativeCreated": 2788.043975830078, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104713,8 +104713,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:38,185", - "created": 1610346638.1857345, + "asctime": "2021-01-11 11:25:27,703", + "created": 1610360727.7031655, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104724,15 +104724,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 185.73451042175293, + "msecs": 703.1655311584473, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2835.2761268615723, + "relativeCreated": 2788.1908416748047, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104740,8 +104740,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:38,185", - "created": 1610346638.1858916, + "asctime": "2021-01-11 11:25:27,703", + "created": 1610360727.703328, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104751,15 +104751,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 185.89162826538086, + "msecs": 703.3278942108154, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2835.4332447052, + "relativeCreated": 2788.353204727173, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104769,8 +104769,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:38,186", - "created": 1610346638.1860557, + "asctime": "2021-01-11 11:25:27,703", + "created": 1610360727.7034907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104780,15 +104780,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 186.05566024780273, + "msecs": 703.4907341003418, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2835.597276687622, + "relativeCreated": 2788.516044616699, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104798,8 +104798,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:38,186", - "created": 1610346638.1862195, + "asctime": "2021-01-11 11:25:27,703", + "created": 1610360727.7036607, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104809,15 +104809,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 186.2194538116455, + "msecs": 703.6607265472412, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2835.761070251465, + "relativeCreated": 2788.6860370635986, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104827,8 +104827,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:38,186", - "created": 1610346638.1863852, + "asctime": "2021-01-11 11:25:27,703", + "created": 1610360727.7038183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104838,15 +104838,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 186.3851547241211, + "msecs": 703.8183212280273, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2835.9267711639404, + "relativeCreated": 2788.8436317443848, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104856,8 +104856,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:38,186", - "created": 1610346638.1865413, + "asctime": "2021-01-11 11:25:27,703", + "created": 1610360727.7039707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104867,23 +104867,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 186.54131889343262, + "msecs": 703.9706707000732, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2836.082935333252, + "relativeCreated": 2788.9959812164307, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:38,186", - "created": 1610346638.186678, + "asctime": "2021-01-11 11:25:27,704", + "created": 1610360727.7041082, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104893,15 +104893,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 186.6779327392578, + "msecs": 704.1082382202148, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2836.219549179077, + "relativeCreated": 2789.1335487365723, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104910,8 +104910,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:38,186", - "created": 1610346638.186834, + "asctime": "2021-01-11 11:25:27,704", + "created": 1610360727.7042594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104921,15 +104921,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 186.83409690856934, + "msecs": 704.2593955993652, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2836.3757133483887, + "relativeCreated": 2789.2847061157227, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104937,8 +104937,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:38,186", - "created": 1610346638.1869993, + "asctime": "2021-01-11 11:25:27,704", + "created": 1610360727.704424, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104948,15 +104948,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 186.99932098388672, + "msecs": 704.4239044189453, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2836.540937423706, + "relativeCreated": 2789.4492149353027, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104964,8 +104964,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:38,187", - "created": 1610346638.1871443, + "asctime": "2021-01-11 11:25:27,704", + "created": 1610360727.704567, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -104975,15 +104975,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 187.14427947998047, + "msecs": 704.5669555664062, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2836.6858959198, + "relativeCreated": 2789.5922660827637, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -104993,8 +104993,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:38,187", - "created": 1610346638.1873004, + "asctime": "2021-01-11 11:25:27,704", + "created": 1610360727.7047188, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105004,15 +105004,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 187.300443649292, + "msecs": 704.718828201294, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2836.8420600891113, + "relativeCreated": 2789.7441387176514, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105022,8 +105022,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:38,187", - "created": 1610346638.1874566, + "asctime": "2021-01-11 11:25:27,704", + "created": 1610360727.704913, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105033,15 +105033,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 187.45660781860352, + "msecs": 704.9129009246826, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2836.998224258423, + "relativeCreated": 2789.93821144104, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105050,8 +105050,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:38,187", - "created": 1610346638.1876051, + "asctime": "2021-01-11 11:25:27,705", + "created": 1610360727.7050643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105061,15 +105061,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 187.6051425933838, + "msecs": 705.0642967224121, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2837.146759033203, + "relativeCreated": 2790.0896072387695, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105078,8 +105078,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:38,187", - "created": 1610346638.1877468, + "asctime": "2021-01-11 11:25:27,705", + "created": 1610360727.705215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105089,15 +105089,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 187.74676322937012, + "msecs": 705.2149772644043, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2837.2883796691895, + "relativeCreated": 2790.2402877807617, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105106,8 +105106,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:38,187", - "created": 1610346638.187885, + "asctime": "2021-01-11 11:25:27,705", + "created": 1610360727.7053523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105117,23 +105117,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 187.88504600524902, + "msecs": 705.3523063659668, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2837.4266624450684, + "relativeCreated": 2790.377616882324, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:38,188", - "created": 1610346638.1880364, + "asctime": "2021-01-11 11:25:27,705", + "created": 1610360727.7054892, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105143,23 +105143,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 188.03644180297852, + "msecs": 705.4891586303711, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2837.578058242798, + "relativeCreated": 2790.5144691467285, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:38,188", - "created": 1610346638.1883152, + "asctime": "2021-01-11 11:25:27,705", + "created": 1610360727.7057695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105169,15 +105169,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 188.31515312194824, + "msecs": 705.7695388793945, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2837.8567695617676, + "relativeCreated": 2790.794849395752, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105186,8 +105186,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:38,188", - "created": 1610346638.1884754, + "asctime": "2021-01-11 11:25:27,705", + "created": 1610360727.7059288, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105197,15 +105197,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 188.4753704071045, + "msecs": 705.9288024902344, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2838.016986846924, + "relativeCreated": 2790.954113006592, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105213,8 +105213,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:38,188", - "created": 1610346638.1886735, + "asctime": "2021-01-11 11:25:27,706", + "created": 1610360727.706128, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105224,15 +105224,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 188.6734962463379, + "msecs": 706.1278820037842, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2838.215112686157, + "relativeCreated": 2791.1531925201416, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105240,8 +105240,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:38,188", - "created": 1610346638.1888256, + "asctime": "2021-01-11 11:25:27,706", + "created": 1610360727.7062786, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105251,15 +105251,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 188.8256072998047, + "msecs": 706.2785625457764, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2838.367223739624, + "relativeCreated": 2791.303873062134, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105267,8 +105267,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:38,188", - "created": 1610346638.1889815, + "asctime": "2021-01-11 11:25:27,706", + "created": 1610360727.7064326, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105278,15 +105278,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 188.9815330505371, + "msecs": 706.432580947876, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2838.5231494903564, + "relativeCreated": 2791.4578914642334, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105294,8 +105294,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:38,189", - "created": 1610346638.1891239, + "asctime": "2021-01-11 11:25:27,706", + "created": 1610360727.7065725, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105305,15 +105305,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 189.12386894226074, + "msecs": 706.5725326538086, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2838.66548538208, + "relativeCreated": 2791.597843170166, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105323,8 +105323,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:38,189", - "created": 1610346638.189286, + "asctime": "2021-01-11 11:25:27,706", + "created": 1610360727.7067332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105334,15 +105334,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 189.2859935760498, + "msecs": 706.733226776123, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2838.827610015869, + "relativeCreated": 2791.7585372924805, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105352,8 +105352,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:38,189", - "created": 1610346638.1894734, + "asctime": "2021-01-11 11:25:27,706", + "created": 1610360727.7068987, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105363,15 +105363,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 189.47339057922363, + "msecs": 706.8986892700195, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2839.015007019043, + "relativeCreated": 2791.923999786377, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105381,8 +105381,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:38,189", - "created": 1610346638.189651, + "asctime": "2021-01-11 11:25:27,707", + "created": 1610360727.7070622, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105392,15 +105392,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 189.6510124206543, + "msecs": 707.0622444152832, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2839.1926288604736, + "relativeCreated": 2792.0875549316406, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105410,8 +105410,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:38,189", - "created": 1610346638.1898067, + "asctime": "2021-01-11 11:25:27,707", + "created": 1610360727.7072146, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105421,23 +105421,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 189.80669975280762, + "msecs": 707.2145938873291, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2839.348316192627, + "relativeCreated": 2792.2399044036865, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:38,189", - "created": 1610346638.1899438, + "asctime": "2021-01-11 11:25:27,707", + "created": 1610360727.7073498, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105447,15 +105447,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 189.94379043579102, + "msecs": 707.3497772216797, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2839.4854068756104, + "relativeCreated": 2792.375087738037, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105464,8 +105464,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:38,190", - "created": 1610346638.1900997, + "asctime": "2021-01-11 11:25:27,707", + "created": 1610360727.707499, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105475,15 +105475,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 190.09971618652344, + "msecs": 707.4990272521973, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2839.641332626343, + "relativeCreated": 2792.5243377685547, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105491,8 +105491,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:38,190", - "created": 1610346638.190265, + "asctime": "2021-01-11 11:25:27,707", + "created": 1610360727.707663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105502,15 +105502,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 190.26494026184082, + "msecs": 707.6630592346191, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2839.80655670166, + "relativeCreated": 2792.6883697509766, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105518,8 +105518,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:38,190", - "created": 1610346638.1904113, + "asctime": "2021-01-11 11:25:27,707", + "created": 1610360727.7078104, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105529,15 +105529,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 190.41132926940918, + "msecs": 707.8104019165039, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2839.9529457092285, + "relativeCreated": 2792.8357124328613, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105547,8 +105547,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:38,190", - "created": 1610346638.1905603, + "asctime": "2021-01-11 11:25:27,707", + "created": 1610360727.7079587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105558,15 +105558,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 190.56034088134766, + "msecs": 707.9586982727051, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2840.101957321167, + "relativeCreated": 2792.9840087890625, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105576,8 +105576,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:38,190", - "created": 1610346638.1907141, + "asctime": "2021-01-11 11:25:27,708", + "created": 1610360727.7081108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105587,15 +105587,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 190.71412086486816, + "msecs": 708.1108093261719, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2840.2557373046875, + "relativeCreated": 2793.1361198425293, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105604,8 +105604,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:38,190", - "created": 1610346638.1908917, + "asctime": "2021-01-11 11:25:27,708", + "created": 1610360727.708267, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105615,15 +105615,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 190.89174270629883, + "msecs": 708.2669734954834, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2840.433359146118, + "relativeCreated": 2793.292284011841, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105632,8 +105632,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:38,191", - "created": 1610346638.1910355, + "asctime": "2021-01-11 11:25:27,708", + "created": 1610360727.7084217, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105643,15 +105643,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 191.03550910949707, + "msecs": 708.4217071533203, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2840.5771255493164, + "relativeCreated": 2793.4470176696777, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105660,8 +105660,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:38,191", - "created": 1610346638.1911755, + "asctime": "2021-01-11 11:25:27,708", + "created": 1610360727.708558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105671,23 +105671,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 191.1754608154297, + "msecs": 708.5580825805664, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2840.717077255249, + "relativeCreated": 2793.583393096924, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:38,191", - "created": 1610346638.1913245, + "asctime": "2021-01-11 11:25:27,708", + "created": 1610360727.7086954, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105697,34 +105697,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 191.32447242736816, + "msecs": 708.6954116821289, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2840.8660888671875, + "relativeCreated": 2793.7207221984863, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 191.45703315734863, + "msecs": 708.8010311126709, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2840.998649597168, + "relativeCreated": 2793.8263416290283, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013256072998046875 + "time_consumption": 0.00010561943054199219 }, { "args": [], - "asctime": "2021-01-11 07:30:38,536", - "created": 1610346638.5365884, + "asctime": "2021-01-11 11:25:28,052", + "created": 1610360728.0526369, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -105739,8 +105739,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:38,191", - "created": 1610346638.1917553, + "asctime": "2021-01-11 11:25:27,708", + "created": 1610360727.7089038, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105750,23 +105750,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 191.7552947998047, + "msecs": 708.9037895202637, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2841.296911239624, + "relativeCreated": 2793.929100036621, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:38,191", - "created": 1610346638.191934, + "asctime": "2021-01-11 11:25:27,708", + "created": 1610360727.7089517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105776,23 +105776,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 191.93410873413086, + "msecs": 708.9517116546631, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2841.47572517395, + "relativeCreated": 2793.9770221710205, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:38,192", - "created": 1610346638.1920762, + "asctime": "2021-01-11 11:25:27,708", + "created": 1610360727.708998, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105802,15 +105802,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 192.0762062072754, + "msecs": 708.9979648590088, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2841.6178226470947, + "relativeCreated": 2794.023275375366, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105821,8 +105821,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:38,192", - "created": 1610346638.1923206, + "asctime": "2021-01-11 11:25:27,709", + "created": 1610360727.709085, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105832,23 +105832,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 192.3205852508545, + "msecs": 709.0849876403809, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2841.862201690674, + "relativeCreated": 2794.1102981567383, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:38,192", - "created": 1610346638.1928978, + "asctime": "2021-01-11 11:25:27,709", + "created": 1610360727.7092733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105858,23 +105858,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 192.89779663085938, + "msecs": 709.2733383178711, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2842.4394130706787, + "relativeCreated": 2794.2986488342285, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:38,193", - "created": 1610346638.1930666, + "asctime": "2021-01-11 11:25:27,709", + "created": 1610360727.709329, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105884,23 +105884,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 193.06659698486328, + "msecs": 709.3288898468018, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2842.6082134246826, + "relativeCreated": 2794.354200363159, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:38,193", - "created": 1610346638.1932182, + "asctime": "2021-01-11 11:25:27,709", + "created": 1610360727.7093785, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105910,15 +105910,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 193.21823120117188, + "msecs": 709.3784809112549, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2842.759847640991, + "relativeCreated": 2794.4037914276123, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -105926,8 +105926,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:38,193", - "created": 1610346638.19353, + "asctime": "2021-01-11 11:25:27,709", + "created": 1610360727.7095437, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105937,15 +105937,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 193.53008270263672, + "msecs": 709.5437049865723, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2843.071699142456, + "relativeCreated": 2794.5690155029297, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -105953,8 +105953,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:38,201", - "created": 1610346638.201654, + "asctime": "2021-01-11 11:25:27,717", + "created": 1610360727.717713, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -105964,15 +105964,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 201.65395736694336, + "msecs": 717.7131175994873, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.1955738067627, + "relativeCreated": 2802.7384281158447, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -105980,8 +105980,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,201", - "created": 1610346638.201774, + "asctime": "2021-01-11 11:25:27,717", + "created": 1610360727.7178493, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -105991,15 +105991,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 201.77388191223145, + "msecs": 717.8492546081543, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.315498352051, + "relativeCreated": 2802.8745651245117, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106008,8 +106008,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:38,201", - "created": 1610346638.2018297, + "asctime": "2021-01-11 11:25:27,717", + "created": 1610360727.7179108, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106019,15 +106019,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 201.8296718597412, + "msecs": 717.9107666015625, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.3712882995605, + "relativeCreated": 2802.93607711792, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106035,8 +106035,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,201", - "created": 1610346638.2018936, + "asctime": "2021-01-11 11:25:27,717", + "created": 1610360727.7179792, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106046,15 +106046,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 201.89356803894043, + "msecs": 717.9791927337646, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.4351844787598, + "relativeCreated": 2803.004503250122, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106063,8 +106063,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,201", - "created": 1610346638.201938, + "asctime": "2021-01-11 11:25:27,718", + "created": 1610360727.7180264, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106074,15 +106074,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 201.93791389465332, + "msecs": 718.0263996124268, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.4795303344727, + "relativeCreated": 2803.051710128784, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106090,8 +106090,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,202", - "created": 1610346638.2020018, + "asctime": "2021-01-11 11:25:27,718", + "created": 1610360727.7180958, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106101,15 +106101,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 202.00181007385254, + "msecs": 718.0957794189453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.543426513672, + "relativeCreated": 2803.1210899353027, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106118,8 +106118,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,202", - "created": 1610346638.2020435, + "asctime": "2021-01-11 11:25:27,718", + "created": 1610360727.7181406, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106129,15 +106129,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 202.0435333251953, + "msecs": 718.1406021118164, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.5851497650146, + "relativeCreated": 2803.165912628174, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106145,8 +106145,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,202", - "created": 1610346638.2021003, + "asctime": "2021-01-11 11:25:27,718", + "created": 1610360727.7182019, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106156,15 +106156,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 202.10027694702148, + "msecs": 718.2018756866455, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.641893386841, + "relativeCreated": 2803.227186203003, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106173,8 +106173,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,202", - "created": 1610346638.2021413, + "asctime": "2021-01-11 11:25:27,718", + "created": 1610360727.718246, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106184,15 +106184,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 202.14128494262695, + "msecs": 718.2459831237793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.6829013824463, + "relativeCreated": 2803.2712936401367, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106200,8 +106200,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,202", - "created": 1610346638.2021956, + "asctime": "2021-01-11 11:25:27,718", + "created": 1610360727.718305, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106211,15 +106211,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 202.1956443786621, + "msecs": 718.3051109313965, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.7372608184814, + "relativeCreated": 2803.330421447754, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106228,8 +106228,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,202", - "created": 1610346638.202237, + "asctime": "2021-01-11 11:25:27,718", + "created": 1610360727.7183492, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106239,15 +106239,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 202.23689079284668, + "msecs": 718.3492183685303, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.778507232666, + "relativeCreated": 2803.3745288848877, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106255,8 +106255,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:38,202", - "created": 1610346638.2023296, + "asctime": "2021-01-11 11:25:27,718", + "created": 1610360727.718439, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106266,15 +106266,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 202.3296356201172, + "msecs": 718.4391021728516, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2851.8712520599365, + "relativeCreated": 2803.464412689209, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106282,8 +106282,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:38,203", - "created": 1610346638.2032948, + "asctime": "2021-01-11 11:25:27,719", + "created": 1610360727.7193866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106293,15 +106293,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 203.2947540283203, + "msecs": 719.3865776062012, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2852.8363704681396, + "relativeCreated": 2804.4118881225586, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106309,8 +106309,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,203", - "created": 1610346638.2034452, + "asctime": "2021-01-11 11:25:27,719", + "created": 1610360727.719525, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106320,15 +106320,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 203.4451961517334, + "msecs": 719.5250988006592, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2852.9868125915527, + "relativeCreated": 2804.5504093170166, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106337,8 +106337,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:38,203", - "created": 1610346638.2035174, + "asctime": "2021-01-11 11:25:27,719", + "created": 1610360727.7196116, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106348,15 +106348,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 203.51743698120117, + "msecs": 719.611644744873, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2853.0590534210205, + "relativeCreated": 2804.6369552612305, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106364,8 +106364,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:38,203", - "created": 1610346638.203601, + "asctime": "2021-01-11 11:25:27,719", + "created": 1610360727.7196987, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106375,15 +106375,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 203.60088348388672, + "msecs": 719.6986675262451, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2853.142499923706, + "relativeCreated": 2804.7239780426025, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106394,8 +106394,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:38,203", - "created": 1610346638.203758, + "asctime": "2021-01-11 11:25:27,719", + "created": 1610360727.7198367, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106405,15 +106405,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 203.75800132751465, + "msecs": 719.8367118835449, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2853.299617767334, + "relativeCreated": 2804.8620223999023, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106421,8 +106421,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:38,203", - "created": 1610346638.2038248, + "asctime": "2021-01-11 11:25:27,719", + "created": 1610360727.719911, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106432,15 +106432,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 203.8247585296631, + "msecs": 719.9110984802246, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2853.3663749694824, + "relativeCreated": 2804.936408996582, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106451,8 +106451,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:38,203", - "created": 1610346638.2039216, + "asctime": "2021-01-11 11:25:27,720", + "created": 1610360727.7200027, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106462,15 +106462,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 203.92155647277832, + "msecs": 720.0026512145996, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2853.4631729125977, + "relativeCreated": 2805.027961730957, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -106478,8 +106478,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:38,204", - "created": 1610346638.204208, + "asctime": "2021-01-11 11:25:27,720", + "created": 1610360727.720288, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106489,15 +106489,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 204.2078971862793, + "msecs": 720.2880382537842, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2853.7495136260986, + "relativeCreated": 2805.3133487701416, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106505,8 +106505,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:38,212", - "created": 1610346638.2124162, + "asctime": "2021-01-11 11:25:27,728", + "created": 1610360727.72853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106516,15 +106516,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 212.4161720275879, + "msecs": 728.5299301147461, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2861.957788467407, + "relativeCreated": 2813.5552406311035, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106532,8 +106532,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,212", - "created": 1610346638.2125356, + "asctime": "2021-01-11 11:25:27,728", + "created": 1610360727.7287097, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106543,15 +106543,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 212.53561973571777, + "msecs": 728.7096977233887, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.077236175537, + "relativeCreated": 2813.735008239746, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106560,8 +106560,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:38,212", - "created": 1610346638.2125885, + "asctime": "2021-01-11 11:25:27,728", + "created": 1610360727.728841, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106571,15 +106571,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 212.58854866027832, + "msecs": 728.8410663604736, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.1301651000977, + "relativeCreated": 2813.866376876831, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106587,8 +106587,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,212", - "created": 1610346638.212666, + "asctime": "2021-01-11 11:25:27,728", + "created": 1610360727.7289636, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106598,15 +106598,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 212.66603469848633, + "msecs": 728.9636135101318, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.2076511383057, + "relativeCreated": 2813.9889240264893, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106615,8 +106615,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,212", - "created": 1610346638.2127545, + "asctime": "2021-01-11 11:25:27,729", + "created": 1610360727.7290463, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106626,15 +106626,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 212.754487991333, + "msecs": 729.0463447570801, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.2961044311523, + "relativeCreated": 2814.0716552734375, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106642,8 +106642,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,212", - "created": 1610346638.2128901, + "asctime": "2021-01-11 11:25:27,729", + "created": 1610360727.7291634, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106653,15 +106653,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 212.8901481628418, + "msecs": 729.163408279419, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.431764602661, + "relativeCreated": 2814.1887187957764, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106670,8 +106670,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,212", - "created": 1610346638.2129607, + "asctime": "2021-01-11 11:25:27,729", + "created": 1610360727.7292404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106681,15 +106681,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 212.96072006225586, + "msecs": 729.2404174804688, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.502336502075, + "relativeCreated": 2814.265727996826, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106697,8 +106697,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,213", - "created": 1610346638.213054, + "asctime": "2021-01-11 11:25:27,729", + "created": 1610360727.7293446, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106708,15 +106708,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 213.05394172668457, + "msecs": 729.3446063995361, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.595558166504, + "relativeCreated": 2814.3699169158936, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106725,8 +106725,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,213", - "created": 1610346638.2131264, + "asctime": "2021-01-11 11:25:27,729", + "created": 1610360727.729422, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106736,15 +106736,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 213.12642097473145, + "msecs": 729.4220924377441, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.668037414551, + "relativeCreated": 2814.4474029541016, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106752,8 +106752,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,213", - "created": 1610346638.2132149, + "asctime": "2021-01-11 11:25:27,729", + "created": 1610360727.729521, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106763,15 +106763,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 213.21487426757812, + "msecs": 729.5210361480713, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.7564907073975, + "relativeCreated": 2814.5463466644287, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106780,8 +106780,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,213", - "created": 1610346638.2132819, + "asctime": "2021-01-11 11:25:27,729", + "created": 1610360727.7295954, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106791,15 +106791,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 213.28186988830566, + "msecs": 729.595422744751, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.823486328125, + "relativeCreated": 2814.6207332611084, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106807,8 +106807,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:38,213", - "created": 1610346638.2134194, + "asctime": "2021-01-11 11:25:27,729", + "created": 1610360727.7297368, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106818,15 +106818,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 213.41943740844727, + "msecs": 729.7368049621582, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2862.9610538482666, + "relativeCreated": 2814.7621154785156, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106834,8 +106834,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:38,214", - "created": 1610346638.2144613, + "asctime": "2021-01-11 11:25:27,730", + "created": 1610360727.730657, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106845,15 +106845,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 214.4613265991211, + "msecs": 730.6571006774902, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2864.0029430389404, + "relativeCreated": 2815.6824111938477, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106861,8 +106861,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,214", - "created": 1610346638.214671, + "asctime": "2021-01-11 11:25:27,730", + "created": 1610360727.730811, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106872,15 +106872,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 214.67089653015137, + "msecs": 730.8111190795898, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2864.2125129699707, + "relativeCreated": 2815.8364295959473, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106889,8 +106889,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:38,214", - "created": 1610346638.2147627, + "asctime": "2021-01-11 11:25:27,730", + "created": 1610360727.7309084, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106900,15 +106900,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 214.76268768310547, + "msecs": 730.9083938598633, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2864.304304122925, + "relativeCreated": 2815.9337043762207, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106916,8 +106916,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:38,214", - "created": 1610346638.214924, + "asctime": "2021-01-11 11:25:27,731", + "created": 1610360727.7310622, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -106927,15 +106927,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 214.92409706115723, + "msecs": 731.0621738433838, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2864.4657135009766, + "relativeCreated": 2816.087484359741, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106946,8 +106946,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:38,215", - "created": 1610346638.2151263, + "asctime": "2021-01-11 11:25:27,731", + "created": 1610360727.7312822, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106957,15 +106957,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 215.12627601623535, + "msecs": 731.2822341918945, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2864.6678924560547, + "relativeCreated": 2816.307544708252, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -106973,8 +106973,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:38,215", - "created": 1610346638.2152207, + "asctime": "2021-01-11 11:25:27,731", + "created": 1610360727.731391, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -106984,34 +106984,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 215.22068977355957, + "msecs": 731.3909530639648, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2864.762306213379, + "relativeCreated": 2816.4162635803223, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" } ], - "msecs": 536.5884304046631, + "msecs": 52.63686180114746, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3186.1300468444824, + "relativeCreated": 3137.662172317505, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3213677406311035 + "time_consumption": 0.3212459087371826 }, { "args": [], - "asctime": "2021-01-11 07:30:38,537", - "created": 1610346638.5371456, + "asctime": "2021-01-11 11:25:28,053", + "created": 1610360728.0531487, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -107022,15 +107022,15 @@ "message": "Identical secrets set and automatic authentification", "module": "test_communication", "moduleLogger": [], - "msecs": 537.1456146240234, + "msecs": 53.148746490478516, "msg": "Identical secrets set and automatic authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3186.687231063843, + "relativeCreated": 3138.174057006836, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -107039,8 +107039,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,537", - "created": 1610346638.537785, + "asctime": "2021-01-11 11:25:28,053", + "created": 1610360728.0537307, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107057,8 +107057,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,537", - "created": 1610346638.5374236, + "asctime": "2021-01-11 11:25:28,053", + "created": 1610360728.0534205, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107068,15 +107068,15 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 537.4236106872559, + "msecs": 53.4205436706543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3186.965227127075, + "relativeCreated": 3138.4458541870117, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -107085,8 +107085,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,537", - "created": 1610346638.5376325, + "asctime": "2021-01-11 11:25:28,053", + "created": 1610360728.0535824, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107096,37 +107096,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 537.6324653625488, + "msecs": 53.58242988586426, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3187.174081802368, + "relativeCreated": 3138.6077404022217, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 537.7850532531738, + "msecs": 53.73072624206543, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3187.326669692993, + "relativeCreated": 3138.756036758423, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.000152587890625 + "time_consumption": 0.00014829635620117188 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:38,538", - "created": 1610346638.5382922, + "asctime": "2021-01-11 11:25:28,054", + "created": 1610360728.054226, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107143,8 +107143,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,538", - "created": 1610346638.538016, + "asctime": "2021-01-11 11:25:28,053", + "created": 1610360728.0539527, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107154,15 +107154,15 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 538.0160808563232, + "msecs": 53.952693939208984, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3187.5576972961426, + "relativeCreated": 3138.9780044555664, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -107171,8 +107171,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,538", - "created": 1610346638.5381582, + "asctime": "2021-01-11 11:25:28,054", + "created": 1610360728.054092, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -107182,34 +107182,34 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 538.1581783294678, + "msecs": 54.0919303894043, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3187.699794769287, + "relativeCreated": 3139.1172409057617, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 538.2921695709229, + "msecs": 54.225921630859375, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3187.833786010742, + "relativeCreated": 3139.251232147217, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.00013399124145507812 }, { "args": [], - "asctime": "2021-01-11 07:30:40,890", - "created": 1610346640.8900318, + "asctime": "2021-01-11 11:25:30,405", + "created": 1610360730.405892, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -107224,8 +107224,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:38,538", - "created": 1610346638.5385058, + "asctime": "2021-01-11 11:25:28,054", + "created": 1610360728.0544355, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107235,23 +107235,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 538.5057926177979, + "msecs": 54.43549156188965, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3188.047409057617, + "relativeCreated": 3139.460802078247, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:38,538", - "created": 1610346638.5387003, + "asctime": "2021-01-11 11:25:28,054", + "created": 1610360728.0546324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107261,23 +107261,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 538.7003421783447, + "msecs": 54.63242530822754, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3188.241958618164, + "relativeCreated": 3139.657735824585, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:38,538", - "created": 1610346638.538848, + "asctime": "2021-01-11 11:25:28,054", + "created": 1610360728.0547764, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107287,23 +107287,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 538.8479232788086, + "msecs": 54.77643013000488, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3188.389539718628, + "relativeCreated": 3139.8017406463623, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:38,538", - "created": 1610346638.5389876, + "asctime": "2021-01-11 11:25:28,054", + "created": 1610360728.0549216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107313,23 +107313,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 538.9876365661621, + "msecs": 54.921627044677734, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3188.5292530059814, + "relativeCreated": 3139.946937561035, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:38,539", - "created": 1610346638.5391316, + "asctime": "2021-01-11 11:25:28,055", + "created": 1610360728.055067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107339,23 +107339,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 539.1316413879395, + "msecs": 55.06706237792969, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3188.673257827759, + "relativeCreated": 3140.092372894287, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:38,539", - "created": 1610346638.5392818, + "asctime": "2021-01-11 11:25:28,055", + "created": 1610360728.0552037, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107365,23 +107365,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 539.2818450927734, + "msecs": 55.20367622375488, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3188.823461532593, + "relativeCreated": 3140.2289867401123, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:38,539", - "created": 1610346638.5394258, + "asctime": "2021-01-11 11:25:28,055", + "created": 1610360728.0553405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107391,15 +107391,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 539.4258499145508, + "msecs": 55.34052848815918, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3188.96746635437, + "relativeCreated": 3140.3658390045166, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -107410,8 +107410,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:38,539", - "created": 1610346638.5396934, + "asctime": "2021-01-11 11:25:28,055", + "created": 1610360728.0555997, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107421,15 +107421,15 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 539.6933555603027, + "msecs": 55.59968948364258, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3189.234972000122, + "relativeCreated": 3140.625, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -107440,8 +107440,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:38,540", - "created": 1610346638.5404036, + "asctime": "2021-01-11 11:25:28,056", + "created": 1610360728.0562487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107451,15 +107451,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 540.4036045074463, + "msecs": 56.24866485595703, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3189.9452209472656, + "relativeCreated": 3141.2739753723145, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -107467,8 +107467,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:38,541", - "created": 1610346638.5413015, + "asctime": "2021-01-11 11:25:28,057", + "created": 1610360728.0570583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107478,15 +107478,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 541.3014888763428, + "msecs": 57.05833435058594, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3190.843105316162, + "relativeCreated": 3142.0836448669434, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107494,8 +107494,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:38,549", - "created": 1610346638.5496213, + "asctime": "2021-01-11 11:25:28,065", + "created": 1610360728.0654888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107505,15 +107505,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 549.6213436126709, + "msecs": 65.48881530761719, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3199.1629600524902, + "relativeCreated": 3150.5141258239746, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107521,8 +107521,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,549", - "created": 1610346638.5497983, + "asctime": "2021-01-11 11:25:28,065", + "created": 1610360728.0657794, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107532,15 +107532,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 549.7982501983643, + "msecs": 65.77944755554199, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3199.3398666381836, + "relativeCreated": 3150.8047580718994, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107549,8 +107549,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:38,549", - "created": 1610346638.5498834, + "asctime": "2021-01-11 11:25:28,065", + "created": 1610360728.0659788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107560,15 +107560,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 549.8833656311035, + "msecs": 65.9787654876709, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3199.424982070923, + "relativeCreated": 3151.0040760040283, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107576,8 +107576,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,549", - "created": 1610346638.5499926, + "asctime": "2021-01-11 11:25:28,066", + "created": 1610360728.0661929, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107587,15 +107587,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 549.992561340332, + "msecs": 66.1928653717041, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3199.5341777801514, + "relativeCreated": 3151.2181758880615, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107604,8 +107604,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,550", - "created": 1610346638.5500658, + "asctime": "2021-01-11 11:25:28,066", + "created": 1610360728.0663357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107615,15 +107615,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 550.0657558441162, + "msecs": 66.33567810058594, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3199.6073722839355, + "relativeCreated": 3151.3609886169434, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107631,8 +107631,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,550", - "created": 1610346638.5501652, + "asctime": "2021-01-11 11:25:28,066", + "created": 1610360728.066541, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107642,15 +107642,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 550.1651763916016, + "msecs": 66.54095649719238, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3199.706792831421, + "relativeCreated": 3151.56626701355, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107659,8 +107659,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,550", - "created": 1610346638.5502315, + "asctime": "2021-01-11 11:25:28,066", + "created": 1610360728.0666857, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107670,15 +107670,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 550.2314567565918, + "msecs": 66.68567657470703, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3199.773073196411, + "relativeCreated": 3151.7109870910645, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107686,8 +107686,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,550", - "created": 1610346638.5503223, + "asctime": "2021-01-11 11:25:28,066", + "created": 1610360728.066875, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107697,15 +107697,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 550.3222942352295, + "msecs": 66.87498092651367, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3199.863910675049, + "relativeCreated": 3151.900291442871, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107714,8 +107714,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,550", - "created": 1610346638.5503922, + "asctime": "2021-01-11 11:25:28,067", + "created": 1610360728.067008, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107725,15 +107725,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 550.3921508789062, + "msecs": 67.00801849365234, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3199.9337673187256, + "relativeCreated": 3152.0333290100098, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107741,8 +107741,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,550", - "created": 1610346638.5504756, + "asctime": "2021-01-11 11:25:28,067", + "created": 1610360728.0671823, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107752,15 +107752,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 550.4755973815918, + "msecs": 67.18230247497559, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3200.017213821411, + "relativeCreated": 3152.207612991333, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107769,8 +107769,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:38,550", - "created": 1610346638.550539, + "asctime": "2021-01-11 11:25:28,067", + "created": 1610360728.0673125, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107780,15 +107780,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 550.5390167236328, + "msecs": 67.31247901916504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3200.080633163452, + "relativeCreated": 3152.3377895355225, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107796,8 +107796,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:38,550", - "created": 1610346638.5506606, + "asctime": "2021-01-11 11:25:28,067", + "created": 1610360728.06756, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107807,15 +107807,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 550.6606101989746, + "msecs": 67.55995750427246, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3200.202226638794, + "relativeCreated": 3152.58526802063, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107823,8 +107823,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:38,551", - "created": 1610346638.5516531, + "asctime": "2021-01-11 11:25:28,068", + "created": 1610360728.0686483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107834,15 +107834,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 551.6531467437744, + "msecs": 68.6483383178711, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3201.1947631835938, + "relativeCreated": 3153.6736488342285, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107850,8 +107850,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:38,551", - "created": 1610346638.5518248, + "asctime": "2021-01-11 11:25:28,068", + "created": 1610360728.0689278, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107861,15 +107861,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 551.8248081207275, + "msecs": 68.92776489257812, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3201.366424560547, + "relativeCreated": 3153.9530754089355, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107878,8 +107878,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:38,551", - "created": 1610346638.551909, + "asctime": "2021-01-11 11:25:28,069", + "created": 1610360728.0690536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107889,15 +107889,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 551.9089698791504, + "msecs": 69.05364990234375, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3201.4505863189697, + "relativeCreated": 3154.078960418701, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107905,8 +107905,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:38,552", - "created": 1610346638.5520484, + "asctime": "2021-01-11 11:25:28,069", + "created": 1610360728.069248, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -107916,15 +107916,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 552.0484447479248, + "msecs": 69.24796104431152, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3201.590061187744, + "relativeCreated": 3154.273271560669, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107935,8 +107935,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:38,552", - "created": 1610346638.5522468, + "asctime": "2021-01-11 11:25:28,069", + "created": 1610360728.0695295, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107946,15 +107946,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 552.2468090057373, + "msecs": 69.52953338623047, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3201.7884254455566, + "relativeCreated": 3154.554843902588, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107962,8 +107962,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:38,552", - "created": 1610346638.5523374, + "asctime": "2021-01-11 11:25:28,069", + "created": 1610360728.0696664, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -107973,15 +107973,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 552.3374080657959, + "msecs": 69.66638565063477, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3201.8790245056152, + "relativeCreated": 3154.691696166992, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -107992,8 +107992,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:38,552", - "created": 1610346638.5524623, + "asctime": "2021-01-11 11:25:28,069", + "created": 1610360728.06985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108003,23 +108003,23 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 552.4623394012451, + "msecs": 69.84996795654297, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 3202.0039558410645, + "relativeCreated": 3154.8752784729004, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:40,546", - "created": 1610346640.546141, + "asctime": "2021-01-11 11:25:30,062", + "created": 1610360730.0621526, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108029,23 +108029,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 546.1409091949463, + "msecs": 62.15262413024902, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5195.682525634766, + "relativeCreated": 5147.177934646606, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:40,546", - "created": 1610346640.546488, + "asctime": "2021-01-11 11:25:30,062", + "created": 1610360730.062442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108055,23 +108055,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 546.4880466461182, + "msecs": 62.44206428527832, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5196.0296630859375, + "relativeCreated": 5147.467374801636, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:40,546", - "created": 1610346640.5466745, + "asctime": "2021-01-11 11:25:30,062", + "created": 1610360730.062616, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108081,15 +108081,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 546.6744899749756, + "msecs": 62.61610984802246, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5196.216106414795, + "relativeCreated": 5147.64142036438, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -108097,8 +108097,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:40,558", - "created": 1610346640.5584478, + "asctime": "2021-01-11 11:25:30,075", + "created": 1610360730.0756462, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108108,15 +108108,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 558.4478378295898, + "msecs": 75.64616203308105, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5207.989454269409, + "relativeCreated": 5160.6714725494385, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108124,8 +108124,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:40,558", - "created": 1610346640.558921, + "asctime": "2021-01-11 11:25:30,076", + "created": 1610360730.0761502, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108135,15 +108135,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 558.9210987091064, + "msecs": 76.15017890930176, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5208.462715148926, + "relativeCreated": 5161.175489425659, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108151,8 +108151,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:40,566", - "created": 1610346640.566934, + "asctime": "2021-01-11 11:25:30,084", + "created": 1610360730.0841892, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108162,15 +108162,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 566.9341087341309, + "msecs": 84.18917655944824, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5216.47572517395, + "relativeCreated": 5169.214487075806, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108178,8 +108178,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,567", - "created": 1610346640.5672677, + "asctime": "2021-01-11 11:25:30,084", + "created": 1610360730.084479, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108189,15 +108189,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 567.267656326294, + "msecs": 84.47909355163574, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5216.809272766113, + "relativeCreated": 5169.504404067993, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108206,8 +108206,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:40,567", - "created": 1610346640.5674486, + "asctime": "2021-01-11 11:25:30,084", + "created": 1610360730.0846477, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108217,15 +108217,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 567.448616027832, + "msecs": 84.64765548706055, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5216.990232467651, + "relativeCreated": 5169.672966003418, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108233,8 +108233,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,567", - "created": 1610346640.5676749, + "asctime": "2021-01-11 11:25:30,084", + "created": 1610360730.0849228, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108244,15 +108244,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 567.6748752593994, + "msecs": 84.92279052734375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5217.216491699219, + "relativeCreated": 5169.948101043701, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108261,8 +108261,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,567", - "created": 1610346640.5678215, + "asctime": "2021-01-11 11:25:30,085", + "created": 1610360730.0850735, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108272,15 +108272,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 567.8215026855469, + "msecs": 85.07347106933594, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5217.363119125366, + "relativeCreated": 5170.098781585693, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108288,8 +108288,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,568", - "created": 1610346640.5680304, + "asctime": "2021-01-11 11:25:30,085", + "created": 1610360730.0852818, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108299,15 +108299,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 568.0303573608398, + "msecs": 85.2818489074707, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5217.571973800659, + "relativeCreated": 5170.307159423828, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108316,8 +108316,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,568", - "created": 1610346640.5681684, + "asctime": "2021-01-11 11:25:30,085", + "created": 1610360730.0854187, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108327,15 +108327,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 568.1684017181396, + "msecs": 85.418701171875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5217.710018157959, + "relativeCreated": 5170.444011688232, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108343,8 +108343,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,568", - "created": 1610346640.5683556, + "asctime": "2021-01-11 11:25:30,085", + "created": 1610360730.085604, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108354,15 +108354,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 568.3555603027344, + "msecs": 85.60395240783691, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5217.897176742554, + "relativeCreated": 5170.629262924194, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108371,8 +108371,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,568", - "created": 1610346640.568494, + "asctime": "2021-01-11 11:25:30,085", + "created": 1610360730.085738, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108382,15 +108382,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 568.4940814971924, + "msecs": 85.73794364929199, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5218.035697937012, + "relativeCreated": 5170.763254165649, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108398,8 +108398,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,568", - "created": 1610346640.5686722, + "asctime": "2021-01-11 11:25:30,085", + "created": 1610360730.0859141, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108409,15 +108409,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 568.6721801757812, + "msecs": 85.91413497924805, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5218.213796615601, + "relativeCreated": 5170.9394454956055, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108426,8 +108426,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,568", - "created": 1610346640.5688093, + "asctime": "2021-01-11 11:25:30,086", + "created": 1610360730.0860467, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108437,15 +108437,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 568.8092708587646, + "msecs": 86.04669570922852, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5218.350887298584, + "relativeCreated": 5171.072006225586, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108453,8 +108453,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:40,569", - "created": 1610346640.5690708, + "asctime": "2021-01-11 11:25:30,086", + "created": 1610360730.0863454, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108464,15 +108464,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 569.0708160400391, + "msecs": 86.34543418884277, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5218.612432479858, + "relativeCreated": 5171.3707447052, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108480,8 +108480,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:40,569", - "created": 1610346640.5693913, + "asctime": "2021-01-11 11:25:30,086", + "created": 1610360730.0866966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108491,15 +108491,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 569.3912506103516, + "msecs": 86.69662475585938, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5218.932867050171, + "relativeCreated": 5171.721935272217, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108507,8 +108507,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,569", - "created": 1610346640.5696106, + "asctime": "2021-01-11 11:25:30,086", + "created": 1610360730.0869281, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108518,15 +108518,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 569.610595703125, + "msecs": 86.92812919616699, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5219.152212142944, + "relativeCreated": 5171.953439712524, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108535,8 +108535,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:40,569", - "created": 1610346640.5697494, + "asctime": "2021-01-11 11:25:30,087", + "created": 1610360730.0870945, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108546,15 +108546,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 569.7493553161621, + "msecs": 87.09454536437988, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5219.290971755981, + "relativeCreated": 5172.119855880737, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108562,8 +108562,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,569", - "created": 1610346640.5699525, + "asctime": "2021-01-11 11:25:30,087", + "created": 1610360730.0873122, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108573,15 +108573,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 569.9524879455566, + "msecs": 87.31222152709961, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5219.494104385376, + "relativeCreated": 5172.337532043457, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108590,8 +108590,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,570", - "created": 1610346640.5701268, + "asctime": "2021-01-11 11:25:30,087", + "created": 1610360730.0874548, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108601,15 +108601,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 570.1267719268799, + "msecs": 87.45479583740234, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5219.668388366699, + "relativeCreated": 5172.48010635376, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108617,8 +108617,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,570", - "created": 1610346640.5703313, + "asctime": "2021-01-11 11:25:30,087", + "created": 1610360730.087657, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108628,15 +108628,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 570.331335067749, + "msecs": 87.65697479248047, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5219.872951507568, + "relativeCreated": 5172.682285308838, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108645,8 +108645,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,570", - "created": 1610346640.5704694, + "asctime": "2021-01-11 11:25:30,087", + "created": 1610360730.08779, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108656,15 +108656,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 570.4693794250488, + "msecs": 87.79001235961914, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5220.010995864868, + "relativeCreated": 5172.815322875977, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108672,8 +108672,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,570", - "created": 1610346640.5706563, + "asctime": "2021-01-11 11:25:30,087", + "created": 1610360730.0879738, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108683,15 +108683,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 570.6562995910645, + "msecs": 87.97383308410645, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5220.197916030884, + "relativeCreated": 5172.999143600464, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108700,8 +108700,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,570", - "created": 1610346640.5708015, + "asctime": "2021-01-11 11:25:30,088", + "created": 1610360730.0881176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108711,15 +108711,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 570.8014965057373, + "msecs": 88.11759948730469, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5220.343112945557, + "relativeCreated": 5173.142910003662, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108727,8 +108727,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,570", - "created": 1610346640.5709789, + "asctime": "2021-01-11 11:25:30,088", + "created": 1610360730.088294, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108738,15 +108738,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 570.9788799285889, + "msecs": 88.29402923583984, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5220.520496368408, + "relativeCreated": 5173.319339752197, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108755,8 +108755,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,571", - "created": 1610346640.5711157, + "asctime": "2021-01-11 11:25:30,088", + "created": 1610360730.0884264, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108766,15 +108766,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 571.1157321929932, + "msecs": 88.42635154724121, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5220.6573486328125, + "relativeCreated": 5173.451662063599, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108782,8 +108782,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:40,571", - "created": 1610346640.5713637, + "asctime": "2021-01-11 11:25:30,088", + "created": 1610360730.088673, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108793,15 +108793,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 571.3636875152588, + "msecs": 88.67311477661133, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5220.905303955078, + "relativeCreated": 5173.698425292969, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -108809,8 +108809,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:40,571", - "created": 1610346640.5715723, + "asctime": "2021-01-11 11:25:30,089", + "created": 1610360730.0890005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108820,15 +108820,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 571.5723037719727, + "msecs": 89.00046348571777, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5221.113920211792, + "relativeCreated": 5174.025774002075, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108836,8 +108836,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,571", - "created": 1610346640.5717545, + "asctime": "2021-01-11 11:25:30,089", + "created": 1610360730.0892546, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108847,15 +108847,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 571.7544555664062, + "msecs": 89.25461769104004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5221.296072006226, + "relativeCreated": 5174.2799282073975, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108864,8 +108864,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:40,571", - "created": 1610346640.5718951, + "asctime": "2021-01-11 11:25:30,089", + "created": 1610360730.0894237, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108875,15 +108875,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 571.8951225280762, + "msecs": 89.42365646362305, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5221.4367389678955, + "relativeCreated": 5174.4489669799805, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108891,8 +108891,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9" ], - "asctime": "2021-01-11 07:30:40,572", - "created": 1610346640.5721397, + "asctime": "2021-01-11 11:25:30,089", + "created": 1610360730.0896878, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -108902,15 +108902,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9", "module": "stp", - "msecs": 572.1397399902344, + "msecs": 89.68782424926758, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5221.681356430054, + "relativeCreated": 5174.713134765625, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108921,8 +108921,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:40,572", - "created": 1610346640.572532, + "asctime": "2021-01-11 11:25:30,090", + "created": 1610360730.0900714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108932,15 +108932,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 572.5319385528564, + "msecs": 90.07143974304199, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5222.073554992676, + "relativeCreated": 5175.096750259399, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108948,8 +108948,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:40,572", - "created": 1610346640.5727236, + "asctime": "2021-01-11 11:25:30,090", + "created": 1610360730.090263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108959,15 +108959,45 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 572.7236270904541, + "msecs": 90.26288986206055, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5222.265243530273, + "relativeCreated": 5175.288200378418, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, + "threadName": "Thread-7" + }, + { + "args": [ + "prot-server:", + "TX ->", + "service: authentification response, data_id: seed", + "status: okay", + "'be08b64de6b477e81de8d9cdfe5261fa055d624753cffe8188b70856e8be9d9a'" + ], + "asctime": "2021-01-11 11:25:30,090", + "created": 1610360730.0905616, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__log_msg__", + "levelname": "INFO", + "levelno": 20, + "lineno": 438, + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'be08b64de6b477e81de8d9cdfe5261fa055d624753cffe8188b70856e8be9d9a'\"", + "module": "__init__", + "msecs": 90.5616283416748, + "msg": "%s %s %s, %s, data: \"%s\"", + "name": "root.socket_protocol.all_others", + "pathname": "src/socket_protocol/__init__.py", + "process": 33730, + "processName": "MainProcess", + "relativeCreated": 5175.586938858032, + "stack_info": null, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -108975,8 +109005,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:40,572", - "created": 1610346640.5729387, + "asctime": "2021-01-11 11:25:30,091", + "created": 1610360730.091355, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -108986,15 +109016,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 572.9386806488037, + "msecs": 91.3550853729248, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5222.480297088623, + "relativeCreated": 5176.380395889282, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109002,8 +109032,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,573", - "created": 1610346640.573045, + "asctime": "2021-01-11 11:25:30,091", + "created": 1610360730.0916066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109013,15 +109043,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 573.045015335083, + "msecs": 91.60661697387695, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5222.586631774902, + "relativeCreated": 5176.631927490234, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109030,8 +109060,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:40,573", - "created": 1610346640.5731206, + "asctime": "2021-01-11 11:25:30,091", + "created": 1610360730.091771, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109041,15 +109071,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 573.1205940246582, + "msecs": 91.77088737487793, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5222.6622104644775, + "relativeCreated": 5176.796197891235, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109057,8 +109087,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:40,573", - "created": 1610346640.5732443, + "asctime": "2021-01-11 11:25:30,092", + "created": 1610360730.092013, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109068,15 +109098,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 573.2443332672119, + "msecs": 92.01288223266602, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5222.785949707031, + "relativeCreated": 5177.038192749023, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109087,8 +109117,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:40,573", - "created": 1610346640.5734158, + "asctime": "2021-01-11 11:25:30,092", + "created": 1610360730.0923615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109098,15 +109128,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 573.4157562255859, + "msecs": 92.3614501953125, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5222.957372665405, + "relativeCreated": 5177.38676071167, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109114,8 +109144,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:40,573", - "created": 1610346640.57356, + "asctime": "2021-01-11 11:25:30,092", + "created": 1610360730.0925424, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109125,54 +109155,24 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 573.5599994659424, + "msecs": 92.54240989685059, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5223.101615905762, + "relativeCreated": 5177.567720413208, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, - { - "args": [ - "prot-server:", - "TX ->", - "service: authentification response, data_id: seed", - "status: okay", - "'66f8db8052d1732e550899994677593e3545881a26f3f18583cc107eda8890a1'" - ], - "asctime": "2021-01-11 07:30:40,573", - "created": 1610346640.5737686, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__log_msg__", - "levelname": "INFO", - "levelno": 20, - "lineno": 438, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'66f8db8052d1732e550899994677593e3545881a26f3f18583cc107eda8890a1'\"", - "module": "__init__", - "msecs": 573.7686157226562, - "msg": "%s %s %s, %s, data: \"%s\"", - "name": "root.socket_protocol.all_others", - "pathname": "src/socket_protocol/__init__.py", - "process": 25632, - "processName": "MainProcess", - "relativeCreated": 5223.310232162476, - "stack_info": null, - "thread": 140562241931008, - "threadName": "Thread-7" - }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 36 36 66 38" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 65 30 38" ], - "asctime": "2021-01-11 07:30:40,574", - "created": 1610346640.5742593, + "asctime": "2021-01-11 11:25:30,092", + "created": 1610360730.092893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109180,26 +109180,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 36 36 66 38", + "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 65 30 38", "module": "__init__", - "msecs": 574.2592811584473, + "msecs": 92.89288520812988, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5223.800897598267, + "relativeCreated": 5177.918195724487, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 36 36 66 38" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 65 30 38" ], - "asctime": "2021-01-11 07:30:40,582", - "created": 1610346640.5825055, + "asctime": "2021-01-11 11:25:30,101", + "created": 1610360730.1011739, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109207,17 +109207,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 36 36 66 38", + "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 65 30 38", "module": "__init__", - "msecs": 582.505464553833, + "msecs": 101.17387771606445, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5232.047080993652, + "relativeCreated": 5186.199188232422, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109225,8 +109225,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,582", - "created": 1610346640.5826848, + "asctime": "2021-01-11 11:25:30,101", + "created": 1610360730.1013453, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109236,15 +109236,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 582.6847553253174, + "msecs": 101.34530067443848, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5232.226371765137, + "relativeCreated": 5186.370611190796, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109253,8 +109253,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:40,582", - "created": 1610346640.582776, + "asctime": "2021-01-11 11:25:30,101", + "created": 1610360730.1014357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109264,15 +109264,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 582.7760696411133, + "msecs": 101.43566131591797, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5232.317686080933, + "relativeCreated": 5186.460971832275, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109280,8 +109280,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,582", - "created": 1610346640.5829356, + "asctime": "2021-01-11 11:25:30,101", + "created": 1610360730.1015928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109291,15 +109291,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 582.9355716705322, + "msecs": 101.5927791595459, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5232.477188110352, + "relativeCreated": 5186.618089675903, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109308,8 +109308,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,583", - "created": 1610346640.583015, + "asctime": "2021-01-11 11:25:30,101", + "created": 1610360730.1016712, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109319,15 +109319,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 583.014965057373, + "msecs": 101.67121887207031, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5232.556581497192, + "relativeCreated": 5186.696529388428, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109335,8 +109335,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,583", - "created": 1610346640.583144, + "asctime": "2021-01-11 11:25:30,101", + "created": 1610360730.1017976, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109346,15 +109346,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 583.143949508667, + "msecs": 101.79758071899414, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5232.685565948486, + "relativeCreated": 5186.822891235352, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109363,8 +109363,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,583", - "created": 1610346640.5832202, + "asctime": "2021-01-11 11:25:30,101", + "created": 1610360730.1018717, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109374,15 +109374,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 583.2202434539795, + "msecs": 101.87172889709473, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5232.761859893799, + "relativeCreated": 5186.897039413452, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109390,8 +109390,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,583", - "created": 1610346640.583335, + "asctime": "2021-01-11 11:25:30,101", + "created": 1610360730.1019874, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109401,15 +109401,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 583.3349227905273, + "msecs": 101.98736190795898, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5232.876539230347, + "relativeCreated": 5187.012672424316, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109418,8 +109418,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,583", - "created": 1610346640.5834365, + "asctime": "2021-01-11 11:25:30,102", + "created": 1610360730.1020584, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109429,15 +109429,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 583.4364891052246, + "msecs": 102.05841064453125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5232.978105545044, + "relativeCreated": 5187.083721160889, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109445,8 +109445,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,583", - "created": 1610346640.583545, + "asctime": "2021-01-11 11:25:30,102", + "created": 1610360730.1021502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109456,15 +109456,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 583.5449695587158, + "msecs": 102.15020179748535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5233.086585998535, + "relativeCreated": 5187.175512313843, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109473,8 +109473,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,583", - "created": 1610346640.5836184, + "asctime": "2021-01-11 11:25:30,102", + "created": 1610360730.1022189, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109484,24 +109484,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 583.6184024810791, + "msecs": 102.2188663482666, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5233.160018920898, + "relativeCreated": 5187.244176864624, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { "args": [ "comm-server:", - "(64): 64 62 38 30 35 32 64 31 37 33 32 65 35 35 30 38 39 39 39 39 34 36 37 37 35 39 33 65 33 35 34 35 38 38 31 61 32 36 66 33 66 31 38 35 38 33 63 63 31 30 37 65 64 61 38 38 39 30 61 31 22 7d d0 42" + "(64): 62 36 34 64 65 36 62 34 37 37 65 38 31 64 65 38 64 39 63 64 66 65 35 32 36 31 66 61 30 35 35 64 36 32 34 37 35 33 63 66 66 65 38 31 38 38 62 37 30 38 35 36 65 38 62 65 39 64 39 61 22 7d 1a a2" ], - "asctime": "2021-01-11 07:30:40,583", - "created": 1610346640.5838022, + "asctime": "2021-01-11 11:25:30,102", + "created": 1610360730.1024005, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109509,26 +109509,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 64 62 38 30 35 32 64 31 37 33 32 65 35 35 30 38 39 39 39 39 34 36 37 37 35 39 33 65 33 35 34 35 38 38 31 61 32 36 66 33 66 31 38 35 38 33 63 63 31 30 37 65 64 61 38 38 39 30 61 31 22 7d d0 42", + "message": "comm-server: TX -> (64): 62 36 34 64 65 36 62 34 37 37 65 38 31 64 65 38 64 39 63 64 66 65 35 32 36 31 66 61 30 35 35 64 36 32 34 37 35 33 63 66 66 65 38 31 38 38 62 37 30 38 35 36 65 38 62 65 39 64 39 61 22 7d 1a a2", "module": "__init__", - "msecs": 583.8022232055664, + "msecs": 102.40054130554199, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5233.343839645386, + "relativeCreated": 5187.425851821899, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(64): 64 62 38 30 35 32 64 31 37 33 32 65 35 35 30 38 39 39 39 39 34 36 37 37 35 39 33 65 33 35 34 35 38 38 31 61 32 36 66 33 66 31 38 35 38 33 63 63 31 30 37 65 64 61 38 38 39 30 61 31 22 7d d0 42" + "(64): 62 36 34 64 65 36 62 34 37 37 65 38 31 64 65 38 64 39 63 64 66 65 35 32 36 31 66 61 30 35 35 64 36 32 34 37 35 33 63 66 66 65 38 31 38 38 62 37 30 38 35 36 65 38 62 65 39 64 39 61 22 7d 1a a2" ], - "asctime": "2021-01-11 07:30:40,592", - "created": 1610346640.59208, + "asctime": "2021-01-11 11:25:30,110", + "created": 1610360730.1107438, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109536,26 +109536,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 64 62 38 30 35 32 64 31 37 33 32 65 35 35 30 38 39 39 39 39 34 36 37 37 35 39 33 65 33 35 34 35 38 38 31 61 32 36 66 33 66 31 38 35 38 33 63 63 31 30 37 65 64 61 38 38 39 30 61 31 22 7d d0 42", + "message": "comm-client: RX <- (64): 62 36 34 64 65 36 62 34 37 37 65 38 31 64 65 38 64 39 63 64 66 65 35 32 36 31 66 61 30 35 35 64 36 32 34 37 35 33 63 66 66 65 38 31 38 38 62 37 30 38 35 36 65 38 62 65 39 64 39 61 22 7d 1a a2", "module": "__init__", - "msecs": 592.0801162719727, + "msecs": 110.74376106262207, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5241.621732711792, + "relativeCreated": 5195.7690715789795, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { "args": [ "comm-server:", - "(4): 54 1d 3a 3e" + "(4): 76 4a 3a 3e" ], - "asctime": "2021-01-11 07:30:40,592", - "created": 1610346640.5924897, + "asctime": "2021-01-11 11:25:30,111", + "created": 1610360730.1113248, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109563,26 +109563,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): 54 1d 3a 3e", + "message": "comm-server: TX -> (4): 76 4a 3a 3e", "module": "__init__", - "msecs": 592.4897193908691, + "msecs": 111.32478713989258, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5242.0313358306885, + "relativeCreated": 5196.35009765625, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(4): 54 1d 3a 3e" + "(4): 76 4a 3a 3e" ], - "asctime": "2021-01-11 07:30:40,593", - "created": 1610346640.5932117, + "asctime": "2021-01-11 11:25:30,112", + "created": 1610360730.1120687, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109590,17 +109590,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): 54 1d 3a 3e", + "message": "comm-client: RX <- (4): 76 4a 3a 3e", "module": "__init__", - "msecs": 593.2116508483887, + "msecs": 112.06865310668945, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5242.753267288208, + "relativeCreated": 5197.093963623047, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109608,8 +109608,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,593", - "created": 1610346640.593342, + "asctime": "2021-01-11 11:25:30,112", + "created": 1610360730.1122277, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109619,15 +109619,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 593.3420658111572, + "msecs": 112.2276782989502, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5242.883682250977, + "relativeCreated": 5197.252988815308, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109636,8 +109636,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:40,593", - "created": 1610346640.5934553, + "asctime": "2021-01-11 11:25:30,112", + "created": 1610360730.112352, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109647,24 +109647,24 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 593.4553146362305, + "msecs": 112.35189437866211, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5242.99693107605, + "relativeCreated": 5197.3772048950195, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { "args": [ "STP:", - "(124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 36 36 66 38 64 62 38 30 35 32 64 31 37 33 32 65 35 35 30 38 39 39 39 39 34 36 37 37 35 39 33 65 33 35 34 35 38 38 31 61 32 36 66 33 66 31 38 35 38 33 63 63 31 30 37 65 64 61 38 38 39 30 61 31 22 7d d0 42 54 1d" + "(124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 62 65 30 38 62 36 34 64 65 36 62 34 37 37 65 38 31 64 65 38 64 39 63 64 66 65 35 32 36 31 66 61 30 35 35 64 36 32 34 37 35 33 63 66 66 65 38 31 38 38 62 37 30 38 35 36 65 38 62 65 39 64 39 61 22 7d 1a a2 76 4a" ], - "asctime": "2021-01-11 07:30:40,593", - "created": 1610346640.593664, + "asctime": "2021-01-11 11:25:30,112", + "created": 1610360730.1126432, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109672,17 +109672,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 36 36 66 38 64 62 38 30 35 32 64 31 37 33 32 65 35 35 30 38 39 39 39 39 34 36 37 37 35 39 33 65 33 35 34 35 38 38 31 61 32 36 66 33 66 31 38 35 38 33 63 63 31 30 37 65 64 61 38 38 39 30 61 31 22 7d d0 42 54 1d", + "message": "STP: message identified - (124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 62 65 30 38 62 36 34 64 65 36 62 34 37 37 65 38 31 64 65 38 64 39 63 64 66 65 35 32 36 31 66 61 30 35 35 64 36 32 34 37 35 33 63 66 66 65 38 31 38 38 62 37 30 38 35 36 65 38 62 65 39 64 39 61 22 7d 1a a2 76 4a", "module": "stp", - "msecs": 593.6639308929443, + "msecs": 112.64324188232422, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5243.205547332764, + "relativeCreated": 5197.668552398682, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109691,10 +109691,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'66f8db8052d1732e550899994677593e3545881a26f3f18583cc107eda8890a1'" + "'be08b64de6b477e81de8d9cdfe5261fa055d624753cffe8188b70856e8be9d9a'" ], - "asctime": "2021-01-11 07:30:40,593", - "created": 1610346640.5938888, + "asctime": "2021-01-11 11:25:30,112", + "created": 1610360730.1129768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109702,17 +109702,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'66f8db8052d1732e550899994677593e3545881a26f3f18583cc107eda8890a1'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'be08b64de6b477e81de8d9cdfe5261fa055d624753cffe8188b70856e8be9d9a'\"", "module": "__init__", - "msecs": 593.8887596130371, + "msecs": 112.9767894744873, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5243.430376052856, + "relativeCreated": 5198.002099990845, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109720,8 +109720,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 07:30:40,593", - "created": 1610346640.5939941, + "asctime": "2021-01-11 11:25:30,113", + "created": 1610360730.1131325, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109731,15 +109731,15 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 593.994140625, + "msecs": 113.13247680664062, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5243.535757064819, + "relativeCreated": 5198.157787322998, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -109748,10 +109748,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'c7cf239d9c6032a48ef18c626cd36e03ad3a295fbcff0214bb009b8f0ecf4dec58600bb043dac054ab51cbd92a9884861e0fe2571bf4415576b372f1296f810a'" + "'4cab159f47293e0803dbdfd670fe4903d2ee5e1a4b8209943ce891789674944e10773526143c89aefca64953efbcaf1ed0d7e535c4cee216e190fbb12bdf8d61'" ], - "asctime": "2021-01-11 07:30:40,594", - "created": 1610346640.5941546, + "asctime": "2021-01-11 11:25:30,113", + "created": 1610360730.1133637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109759,26 +109759,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'c7cf239d9c6032a48ef18c626cd36e03ad3a295fbcff0214bb009b8f0ecf4dec58600bb043dac054ab51cbd92a9884861e0fe2571bf4415576b372f1296f810a'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'4cab159f47293e0803dbdfd670fe4903d2ee5e1a4b8209943ce891789674944e10773526143c89aefca64953efbcaf1ed0d7e535c4cee216e190fbb12bdf8d61'\"", "module": "__init__", - "msecs": 594.1545963287354, + "msecs": 113.36374282836914, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5243.696212768555, + "relativeCreated": 5198.389053344727, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 37 63 66" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 63 61 62" ], - "asctime": "2021-01-11 07:30:40,594", - "created": 1610346640.5947738, + "asctime": "2021-01-11 11:25:30,114", + "created": 1610360730.1142762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109786,26 +109786,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 37 63 66", + "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 63 61 62", "module": "__init__", - "msecs": 594.7737693786621, + "msecs": 114.27617073059082, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5244.315385818481, + "relativeCreated": 5199.301481246948, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 37 63 66" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 63 61 62" ], - "asctime": "2021-01-11 07:30:40,603", - "created": 1610346640.603169, + "asctime": "2021-01-11 11:25:30,122", + "created": 1610360730.1226876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -109813,17 +109813,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 37 63 66", + "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 63 61 62", "module": "__init__", - "msecs": 603.1689643859863, + "msecs": 122.68757820129395, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5252.710580825806, + "relativeCreated": 5207.712888717651, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -109831,8 +109831,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,603", - "created": 1610346640.6034439, + "asctime": "2021-01-11 11:25:30,122", + "created": 1610360730.1229246, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109842,15 +109842,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 603.4438610076904, + "msecs": 122.9245662689209, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5252.98547744751, + "relativeCreated": 5207.949876785278, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -109859,8 +109859,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:40,603", - "created": 1610346640.6036081, + "asctime": "2021-01-11 11:25:30,123", + "created": 1610360730.1230576, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109870,15 +109870,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 603.6081314086914, + "msecs": 123.05760383605957, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5253.149747848511, + "relativeCreated": 5208.082914352417, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -109886,8 +109886,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,603", - "created": 1610346640.6037803, + "asctime": "2021-01-11 11:25:30,123", + "created": 1610360730.123249, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109897,15 +109897,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 603.7802696228027, + "msecs": 123.24905395507812, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5253.321886062622, + "relativeCreated": 5208.274364471436, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -109914,8 +109914,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,603", - "created": 1610346640.6039064, + "asctime": "2021-01-11 11:25:30,123", + "created": 1610360730.1233666, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109925,15 +109925,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 603.9063930511475, + "msecs": 123.3665943145752, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5253.448009490967, + "relativeCreated": 5208.391904830933, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -109941,8 +109941,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,604", - "created": 1610346640.6040747, + "asctime": "2021-01-11 11:25:30,123", + "created": 1610360730.123534, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109952,15 +109952,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 604.0747165679932, + "msecs": 123.53396415710449, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5253.6163330078125, + "relativeCreated": 5208.559274673462, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -109969,8 +109969,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,604", - "created": 1610346640.6041873, + "asctime": "2021-01-11 11:25:30,123", + "created": 1610360730.1236424, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -109980,15 +109980,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 604.1872501373291, + "msecs": 123.6424446105957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5253.728866577148, + "relativeCreated": 5208.667755126953, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -109996,8 +109996,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,604", - "created": 1610346640.6043346, + "asctime": "2021-01-11 11:25:30,123", + "created": 1610360730.123788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110007,15 +110007,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 604.3345928192139, + "msecs": 123.78811836242676, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5253.876209259033, + "relativeCreated": 5208.813428878784, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -110024,8 +110024,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,604", - "created": 1610346640.6044421, + "asctime": "2021-01-11 11:25:30,123", + "created": 1610360730.1238937, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110035,15 +110035,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 604.4421195983887, + "msecs": 123.89373779296875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5253.983736038208, + "relativeCreated": 5208.919048309326, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -110051,8 +110051,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,604", - "created": 1610346640.6045833, + "asctime": "2021-01-11 11:25:30,124", + "created": 1610360730.124032, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110062,15 +110062,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 604.5832633972168, + "msecs": 124.03202056884766, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5254.124879837036, + "relativeCreated": 5209.057331085205, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -110079,8 +110079,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,604", - "created": 1610346640.6046898, + "asctime": "2021-01-11 11:25:30,124", + "created": 1610360730.1241367, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110090,24 +110090,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 604.6898365020752, + "msecs": 124.13668632507324, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5254.2314529418945, + "relativeCreated": 5209.161996841431, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(64): 32 33 39 64 39 63 36 30 33 32 61 34 38 65 66 31 38 63 36 32 36 63 64 33 36 65 30 33 61 64 33 61 32 39 35 66 62 63 66 66 30 32 31 34 62 62 30 30 39 62 38 66 30 65 63 66 34 64 65 63 35 38 36 30" + "(64): 31 35 39 66 34 37 32 39 33 65 30 38 30 33 64 62 64 66 64 36 37 30 66 65 34 39 30 33 64 32 65 65 35 65 31 61 34 62 38 32 30 39 39 34 33 63 65 38 39 31 37 38 39 36 37 34 39 34 34 65 31 30 37 37" ], - "asctime": "2021-01-11 07:30:40,604", - "created": 1610346640.6049564, + "asctime": "2021-01-11 11:25:30,124", + "created": 1610360730.1244044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110115,26 +110115,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 32 33 39 64 39 63 36 30 33 32 61 34 38 65 66 31 38 63 36 32 36 63 64 33 36 65 30 33 61 64 33 61 32 39 35 66 62 63 66 66 30 32 31 34 62 62 30 30 39 62 38 66 30 65 63 66 34 64 65 63 35 38 36 30", + "message": "comm-client: TX -> (64): 31 35 39 66 34 37 32 39 33 65 30 38 30 33 64 62 64 66 64 36 37 30 66 65 34 39 30 33 64 32 65 65 35 65 31 61 34 62 38 32 30 39 39 34 33 63 65 38 39 31 37 38 39 36 37 34 39 34 34 65 31 30 37 37", "module": "__init__", - "msecs": 604.9563884735107, + "msecs": 124.4044303894043, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5254.49800491333, + "relativeCreated": 5209.429740905762, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(64): 32 33 39 64 39 63 36 30 33 32 61 34 38 65 66 31 38 63 36 32 36 63 64 33 36 65 30 33 61 64 33 61 32 39 35 66 62 63 66 66 30 32 31 34 62 62 30 30 39 62 38 66 30 65 63 66 34 64 65 63 35 38 36 30" + "(64): 31 35 39 66 34 37 32 39 33 65 30 38 30 33 64 62 64 66 64 36 37 30 66 65 34 39 30 33 64 32 65 65 35 65 31 61 34 62 38 32 30 39 39 34 33 63 65 38 39 31 37 38 39 36 37 34 39 34 34 65 31 30 37 37" ], - "asctime": "2021-01-11 07:30:40,613", - "created": 1610346640.613312, + "asctime": "2021-01-11 11:25:30,132", + "created": 1610360730.1328292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110142,26 +110142,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 32 33 39 64 39 63 36 30 33 32 61 34 38 65 66 31 38 63 36 32 36 63 64 33 36 65 30 33 61 64 33 61 32 39 35 66 62 63 66 66 30 32 31 34 62 62 30 30 39 62 38 66 30 65 63 66 34 64 65 63 35 38 36 30", + "message": "comm-server: RX <- (64): 31 35 39 66 34 37 32 39 33 65 30 38 30 33 64 62 64 66 64 36 37 30 66 65 34 39 30 33 64 32 65 65 35 65 31 61 34 62 38 32 30 39 39 34 33 63 65 38 39 31 37 38 39 36 37 34 39 34 34 65 31 30 37 37", "module": "__init__", - "msecs": 613.3120059967041, + "msecs": 132.8291893005371, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5262.853622436523, + "relativeCreated": 5217.8544998168945, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(64): 30 62 62 30 34 33 64 61 63 30 35 34 61 62 35 31 63 62 64 39 32 61 39 38 38 34 38 36 31 65 30 66 65 32 35 37 31 62 66 34 34 31 35 35 37 36 62 33 37 32 66 31 32 39 36 66 38 31 30 61 22 7d 56 f7" + "(64): 33 35 32 36 31 34 33 63 38 39 61 65 66 63 61 36 34 39 35 33 65 66 62 63 61 66 31 65 64 30 64 37 65 35 33 35 63 34 63 65 65 32 31 36 65 31 39 30 66 62 62 31 32 62 64 66 38 64 36 31 22 7d e4 87" ], - "asctime": "2021-01-11 07:30:40,614", - "created": 1610346640.614014, + "asctime": "2021-01-11 11:25:30,133", + "created": 1610360730.133592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110169,26 +110169,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 30 62 62 30 34 33 64 61 63 30 35 34 61 62 35 31 63 62 64 39 32 61 39 38 38 34 38 36 31 65 30 66 65 32 35 37 31 62 66 34 34 31 35 35 37 36 62 33 37 32 66 31 32 39 36 66 38 31 30 61 22 7d 56 f7", + "message": "comm-client: TX -> (64): 33 35 32 36 31 34 33 63 38 39 61 65 66 63 61 36 34 39 35 33 65 66 62 63 61 66 31 65 64 30 64 37 65 35 33 35 63 34 63 65 65 32 31 36 65 31 39 30 66 62 62 31 32 62 64 66 38 64 36 31 22 7d e4 87", "module": "__init__", - "msecs": 614.0139102935791, + "msecs": 133.591890335083, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5263.555526733398, + "relativeCreated": 5218.61720085144, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(64): 30 62 62 30 34 33 64 61 63 30 35 34 61 62 35 31 63 62 64 39 32 61 39 38 38 34 38 36 31 65 30 66 65 32 35 37 31 62 66 34 34 31 35 35 37 36 62 33 37 32 66 31 32 39 36 66 38 31 30 61 22 7d 56 f7" + "(64): 33 35 32 36 31 34 33 63 38 39 61 65 66 63 61 36 34 39 35 33 65 66 62 63 61 66 31 65 64 30 64 37 65 35 33 35 63 34 63 65 65 32 31 36 65 31 39 30 66 62 62 31 32 62 64 66 38 64 36 31 22 7d e4 87" ], - "asctime": "2021-01-11 07:30:40,622", - "created": 1610346640.6223524, + "asctime": "2021-01-11 11:25:30,142", + "created": 1610360730.1420116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110196,26 +110196,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 30 62 62 30 34 33 64 61 63 30 35 34 61 62 35 31 63 62 64 39 32 61 39 38 38 34 38 36 31 65 30 66 65 32 35 37 31 62 66 34 34 31 35 35 37 36 62 33 37 32 66 31 32 39 36 66 38 31 30 61 22 7d 56 f7", + "message": "comm-server: RX <- (64): 33 35 32 36 31 34 33 63 38 39 61 65 66 63 61 36 34 39 35 33 65 66 62 63 61 66 31 65 64 30 64 37 65 35 33 35 63 34 63 65 65 32 31 36 65 31 39 30 66 62 62 31 32 62 64 66 38 64 36 31 22 7d e4 87", "module": "__init__", - "msecs": 622.3523616790771, + "msecs": 142.0116424560547, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5271.8939781188965, + "relativeCreated": 5227.036952972412, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { "args": [ "comm-client:", - "(4): c8 2f 3a 3e" + "(4): 9a 39 3a 3e" ], - "asctime": "2021-01-11 07:30:40,622", - "created": 1610346640.6229138, + "asctime": "2021-01-11 11:25:30,142", + "created": 1610360730.1426663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110223,26 +110223,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): c8 2f 3a 3e", + "message": "comm-client: TX -> (4): 9a 39 3a 3e", "module": "__init__", - "msecs": 622.9138374328613, + "msecs": 142.66633987426758, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5272.455453872681, + "relativeCreated": 5227.691650390625, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { "args": [ "comm-server:", - "(4): c8 2f 3a 3e" + "(4): 9a 39 3a 3e" ], - "asctime": "2021-01-11 07:30:40,623", - "created": 1610346640.6236682, + "asctime": "2021-01-11 11:25:30,143", + "created": 1610360730.143498, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110250,17 +110250,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): c8 2f 3a 3e", + "message": "comm-server: RX <- (4): 9a 39 3a 3e", "module": "__init__", - "msecs": 623.6681938171387, + "msecs": 143.49794387817383, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5273.209810256958, + "relativeCreated": 5228.523254394531, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -110268,8 +110268,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,623", - "created": 1610346640.6238165, + "asctime": "2021-01-11 11:25:30,143", + "created": 1610360730.1437347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110279,15 +110279,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 623.8164901733398, + "msecs": 143.73469352722168, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5273.358106613159, + "relativeCreated": 5228.760004043579, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -110296,8 +110296,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:40,623", - "created": 1610346640.6239383, + "asctime": "2021-01-11 11:25:30,143", + "created": 1610360730.143889, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110307,24 +110307,24 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 623.9383220672607, + "msecs": 143.8889503479004, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5273.47993850708, + "relativeCreated": 5228.914260864258, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { "args": [ "STP:", - "(188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 63 37 63 66 32 33 39 64 39 63 36 30 33 32 61 34 38 65 66 31 38 63 36 32 36 63 64 33 36 65 30 33 61 64 33 61 32 39 35 66 62 63 66 66 30 32 31 34 62 62 30 30 39 62 38 66 30 65 63 66 34 64 65 63 35 38 36 30 30 62 62 30 34 33 64 61 63 30 35 34 61 62 35 31 63 62 64 39 32 61 39 38 38 34 38 36 31 65 30 66 65 32 35 37 31 62 66 34 34 31 35 35 37 36 62 33 37 32 66 31 32 39 36 66 38 31 30 61 22 7d 56 f7 c8 2f" + "(188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 63 61 62 31 35 39 66 34 37 32 39 33 65 30 38 30 33 64 62 64 66 64 36 37 30 66 65 34 39 30 33 64 32 65 65 35 65 31 61 34 62 38 32 30 39 39 34 33 63 65 38 39 31 37 38 39 36 37 34 39 34 34 65 31 30 37 37 33 35 32 36 31 34 33 63 38 39 61 65 66 63 61 36 34 39 35 33 65 66 62 63 61 66 31 65 64 30 64 37 65 35 33 35 63 34 63 65 65 32 31 36 65 31 39 30 66 62 62 31 32 62 64 66 38 64 36 31 22 7d e4 87 9a 39" ], - "asctime": "2021-01-11 07:30:40,624", - "created": 1610346640.6243181, + "asctime": "2021-01-11 11:25:30,144", + "created": 1610360730.1442819, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110332,17 +110332,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 63 37 63 66 32 33 39 64 39 63 36 30 33 32 61 34 38 65 66 31 38 63 36 32 36 63 64 33 36 65 30 33 61 64 33 61 32 39 35 66 62 63 66 66 30 32 31 34 62 62 30 30 39 62 38 66 30 65 63 66 34 64 65 63 35 38 36 30 30 62 62 30 34 33 64 61 63 30 35 34 61 62 35 31 63 62 64 39 32 61 39 38 38 34 38 36 31 65 30 66 65 32 35 37 31 62 66 34 34 31 35 35 37 36 62 33 37 32 66 31 32 39 36 66 38 31 30 61 22 7d 56 f7 c8 2f", + "message": "STP: message identified - (188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 63 61 62 31 35 39 66 34 37 32 39 33 65 30 38 30 33 64 62 64 66 64 36 37 30 66 65 34 39 30 33 64 32 65 65 35 65 31 61 34 62 38 32 30 39 39 34 33 63 65 38 39 31 37 38 39 36 37 34 39 34 34 65 31 30 37 37 33 35 32 36 31 34 33 63 38 39 61 65 66 63 61 36 34 39 35 33 65 66 62 63 61 66 31 65 64 30 64 37 65 35 33 35 63 34 63 65 65 32 31 36 65 31 39 30 66 62 62 31 32 62 64 66 38 64 36 31 22 7d e4 87 9a 39", "module": "stp", - "msecs": 624.3181228637695, + "msecs": 144.28186416625977, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5273.859739303589, + "relativeCreated": 5229.307174682617, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -110351,10 +110351,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'c7cf239d9c6032a48ef18c626cd36e03ad3a295fbcff0214bb009b8f0ecf4dec58600bb043dac054ab51cbd92a9884861e0fe2571bf4415576b372f1296f810a'" + "'4cab159f47293e0803dbdfd670fe4903d2ee5e1a4b8209943ce891789674944e10773526143c89aefca64953efbcaf1ed0d7e535c4cee216e190fbb12bdf8d61'" ], - "asctime": "2021-01-11 07:30:40,624", - "created": 1610346640.6246364, + "asctime": "2021-01-11 11:25:30,144", + "created": 1610360730.1446228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110362,17 +110362,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'c7cf239d9c6032a48ef18c626cd36e03ad3a295fbcff0214bb009b8f0ecf4dec58600bb043dac054ab51cbd92a9884861e0fe2571bf4415576b372f1296f810a'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'4cab159f47293e0803dbdfd670fe4903d2ee5e1a4b8209943ce891789674944e10773526143c89aefca64953efbcaf1ed0d7e535c4cee216e190fbb12bdf8d61'\"", "module": "__init__", - "msecs": 624.6364116668701, + "msecs": 144.622802734375, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5274.178028106689, + "relativeCreated": 5229.648113250732, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -110380,8 +110380,8 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 07:30:40,624", - "created": 1610346640.6248002, + "asctime": "2021-01-11 11:25:30,144", + "created": 1610360730.1448228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110391,15 +110391,15 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 624.8002052307129, + "msecs": 144.8228359222412, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5274.341821670532, + "relativeCreated": 5229.848146438599, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -110410,8 +110410,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:40,625", - "created": 1610346640.6250288, + "asctime": "2021-01-11 11:25:30,145", + "created": 1610360730.1450899, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110421,15 +110421,15 @@ "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 625.0288486480713, + "msecs": 145.08986473083496, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5274.570465087891, + "relativeCreated": 5230.115175247192, "stack_info": null, - "thread": 140562241931008, + "thread": 140654172681984, "threadName": "Thread-7" }, { @@ -110437,8 +110437,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d" ], - "asctime": "2021-01-11 07:30:40,625", - "created": 1610346640.625765, + "asctime": "2021-01-11 11:25:30,145", + "created": 1610360730.1458106, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110448,15 +110448,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d", "module": "__init__", - "msecs": 625.7650852203369, + "msecs": 145.81060409545898, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5275.306701660156, + "relativeCreated": 5230.835914611816, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110464,8 +110464,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d" ], - "asctime": "2021-01-11 07:30:40,634", - "created": 1610346640.6341646, + "asctime": "2021-01-11 11:25:30,154", + "created": 1610360730.1542392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110475,15 +110475,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d", "module": "__init__", - "msecs": 634.164571762085, + "msecs": 154.23917770385742, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5283.706188201904, + "relativeCreated": 5239.264488220215, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110491,8 +110491,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,634", - "created": 1610346640.6344368, + "asctime": "2021-01-11 11:25:30,154", + "created": 1610360730.1545012, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110502,15 +110502,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 634.436845779419, + "msecs": 154.50119972229004, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5283.978462219238, + "relativeCreated": 5239.5265102386475, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110519,8 +110519,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:40,634", - "created": 1610346640.634585, + "asctime": "2021-01-11 11:25:30,154", + "created": 1610360730.154651, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110530,15 +110530,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 634.584903717041, + "msecs": 154.65092658996582, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5284.12652015686, + "relativeCreated": 5239.676237106323, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110546,8 +110546,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,634", - "created": 1610346640.634767, + "asctime": "2021-01-11 11:25:30,154", + "created": 1610360730.1549327, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110557,15 +110557,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 634.7670555114746, + "msecs": 154.93273735046387, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5284.308671951294, + "relativeCreated": 5239.958047866821, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110574,8 +110574,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,634", - "created": 1610346640.6348948, + "asctime": "2021-01-11 11:25:30,155", + "created": 1610360730.1550727, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110585,15 +110585,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 634.894847869873, + "msecs": 155.07268905639648, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5284.436464309692, + "relativeCreated": 5240.097999572754, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110601,8 +110601,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,635", - "created": 1610346640.6350782, + "asctime": "2021-01-11 11:25:30,155", + "created": 1610360730.155258, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110612,15 +110612,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 635.0781917572021, + "msecs": 155.2579402923584, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5284.6198081970215, + "relativeCreated": 5240.283250808716, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110629,8 +110629,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,635", - "created": 1610346640.6352005, + "asctime": "2021-01-11 11:25:30,155", + "created": 1610360730.1553807, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110640,15 +110640,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 635.2005004882812, + "msecs": 155.3807258605957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5284.742116928101, + "relativeCreated": 5240.406036376953, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110656,8 +110656,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,635", - "created": 1610346640.6353636, + "asctime": "2021-01-11 11:25:30,155", + "created": 1610360730.1555443, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110667,15 +110667,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 635.3635787963867, + "msecs": 155.54428100585938, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5284.905195236206, + "relativeCreated": 5240.569591522217, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110684,8 +110684,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,635", - "created": 1610346640.635482, + "asctime": "2021-01-11 11:25:30,155", + "created": 1610360730.1556883, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110695,15 +110695,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 635.4820728302002, + "msecs": 155.68828582763672, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5285.0236892700195, + "relativeCreated": 5240.713596343994, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110711,8 +110711,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,635", - "created": 1610346640.63564, + "asctime": "2021-01-11 11:25:30,155", + "created": 1610360730.1558506, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110722,15 +110722,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 635.6399059295654, + "msecs": 155.85064888000488, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5285.181522369385, + "relativeCreated": 5240.875959396362, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110739,8 +110739,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,635", - "created": 1610346640.6357849, + "asctime": "2021-01-11 11:25:30,155", + "created": 1610360730.15597, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110750,15 +110750,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 635.7848644256592, + "msecs": 155.97009658813477, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5285.3264808654785, + "relativeCreated": 5240.995407104492, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110766,8 +110766,8 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 07:30:40,636", - "created": 1610346640.6360188, + "asctime": "2021-01-11 11:25:30,156", + "created": 1610360730.1561873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110777,15 +110777,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 636.0187530517578, + "msecs": 156.1872959136963, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5285.560369491577, + "relativeCreated": 5241.212606430054, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110793,8 +110793,8 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 07:30:40,637", - "created": 1610346640.6371121, + "asctime": "2021-01-11 11:25:30,157", + "created": 1610360730.1572213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110804,15 +110804,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 637.1121406555176, + "msecs": 157.22131729125977, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5286.653757095337, + "relativeCreated": 5242.246627807617, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110820,8 +110820,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,637", - "created": 1610346640.6374004, + "asctime": "2021-01-11 11:25:30,157", + "created": 1610360730.157496, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110831,15 +110831,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 637.4003887176514, + "msecs": 157.49597549438477, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5286.942005157471, + "relativeCreated": 5242.521286010742, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110848,8 +110848,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:40,637", - "created": 1610346640.6375725, + "asctime": "2021-01-11 11:25:30,157", + "created": 1610360730.1576836, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110859,15 +110859,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 637.5725269317627, + "msecs": 157.6836109161377, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5287.114143371582, + "relativeCreated": 5242.708921432495, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110875,8 +110875,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 7d 94 fe 74 32" ], - "asctime": "2021-01-11 07:30:40,637", - "created": 1610346640.6377718, + "asctime": "2021-01-11 11:25:30,157", + "created": 1610360730.157904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -110886,15 +110886,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 7d 94 fe 74 32", "module": "stp", - "msecs": 637.7718448638916, + "msecs": 157.90390968322754, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5287.313461303711, + "relativeCreated": 5242.929220199585, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110905,8 +110905,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:40,638", - "created": 1610346640.6380813, + "asctime": "2021-01-11 11:25:30,158", + "created": 1610360730.158233, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110916,15 +110916,15 @@ "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 638.0813121795654, + "msecs": 158.2329273223877, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5287.622928619385, + "relativeCreated": 5243.258237838745, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { @@ -110932,8 +110932,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 07:30:40,638", - "created": 1610346640.6382313, + "asctime": "2021-01-11 11:25:30,158", + "created": 1610360730.1583974, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110943,23 +110943,23 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 638.2312774658203, + "msecs": 158.39743614196777, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5287.77289390564, + "relativeCreated": 5243.422746658325, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:40,638", - "created": 1610346640.6383538, + "asctime": "2021-01-11 11:25:30,158", + "created": 1610360730.158532, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -110969,37 +110969,37 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 638.3538246154785, + "msecs": 158.53190422058105, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5287.895441055298, + "relativeCreated": 5243.5572147369385, "stack_info": null, - "thread": 140562233538304, + "thread": 140654164289280, "threadName": "Thread-8" } ], - "msecs": 890.0318145751953, + "msecs": 405.89189529418945, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5539.573431015015, + "relativeCreated": 5490.917205810547, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.2516779899597168 + "time_consumption": 0.2473599910736084 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:40,891", - "created": 1610346640.8911066, + "asctime": "2021-01-11 11:25:30,406", + "created": 1610360730.4065843, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111016,8 +111016,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:40,890", - "created": 1610346640.8907187, + "asctime": "2021-01-11 11:25:30,406", + "created": 1610360730.4063828, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111027,15 +111027,15 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 890.7186985015869, + "msecs": 406.38279914855957, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5540.260314941406, + "relativeCreated": 5491.408109664917, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -111044,8 +111044,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:40,890", - "created": 1610346640.890917, + "asctime": "2021-01-11 11:25:30,406", + "created": 1610360730.406497, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111055,37 +111055,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 890.9170627593994, + "msecs": 406.4970016479492, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5540.458679199219, + "relativeCreated": 5491.522312164307, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 891.1066055297852, + "msecs": 406.5842628479004, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5540.6482219696045, + "relativeCreated": 5491.609573364258, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001895427703857422 + "time_consumption": 8.726119995117188e-05 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:40,891", - "created": 1610346640.8916543, + "asctime": "2021-01-11 11:25:30,406", + "created": 1610360730.4068847, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111102,8 +111102,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:40,891", - "created": 1610346640.891356, + "asctime": "2021-01-11 11:25:30,406", + "created": 1610360730.4067154, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111113,15 +111113,15 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 891.3559913635254, + "msecs": 406.71539306640625, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5540.897607803345, + "relativeCreated": 5491.740703582764, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -111130,8 +111130,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:40,891", - "created": 1610346640.8915038, + "asctime": "2021-01-11 11:25:30,406", + "created": 1610360730.4067965, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111141,41 +111141,41 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 891.5038108825684, + "msecs": 406.7964553833008, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5541.045427322388, + "relativeCreated": 5491.821765899658, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 891.6542530059814, + "msecs": 406.88467025756836, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5541.195869445801, + "relativeCreated": 5491.909980773926, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015044212341308594 + "time_consumption": 8.821487426757812e-05 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 2.709723711013794, - "time_finished": "2021-01-11 07:30:40,891", - "time_start": "2021-01-11 07:30:38,181" + "time_consumption": 2.707425355911255, + "time_finished": "2021-01-11 11:25:30,406", + "time_start": "2021-01-11 11:25:27,699" }, "_7izDUEzYEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:35,484", - "created": 1610346635.4847867, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0220177, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111186,21 +111186,21 @@ "message": "_7izDUEzYEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 484.7867488861084, + "msecs": 22.017717361450195, "msg": "_7izDUEzYEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 134.32836532592773, + "relativeCreated": 107.04302787780762, "stack_info": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2021-01-11 07:30:35,484", - "created": 1610346635.48498, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0220904, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -111211,15 +111211,15 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 484.98010635375977, + "msecs": 22.090435028076172, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 134.5217227935791, + "relativeCreated": 107.1157455444336, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -111227,8 +111227,8 @@ "args": [ "'service_id'" ], - "asctime": "2021-01-11 07:30:35,485", - "created": 1610346635.4853826, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0222182, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111245,8 +111245,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2021-01-11 07:30:35,485", - "created": 1610346635.4851348, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0221493, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111256,15 +111256,15 @@ "lineno": 22, "message": "Result (service_id is part of the message object): {'data': None, 'data_id': None, 'service_id': None, 'status': None} ()", "module": "test", - "msecs": 485.1348400115967, + "msecs": 22.149324417114258, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 134.67645645141602, + "relativeCreated": 107.17463493347168, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -111272,8 +111272,8 @@ "service_id is part of the message object", "'service_id'" ], - "asctime": "2021-01-11 07:30:35,485", - "created": 1610346635.4852488, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0221856, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111283,36 +111283,36 @@ "lineno": 30, "message": "Expectation (service_id is part of the message object): 'service_id' in result", "module": "test", - "msecs": 485.2488040924072, + "msecs": 22.185564041137695, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 134.79042053222656, + "relativeCreated": 107.21087455749512, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 485.3825569152832, + "msecs": 22.21822738647461, "msg": "service_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 134.92417335510254, + "relativeCreated": 107.24353790283203, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013375282287597656 + "time_consumption": 3.266334533691406e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2021-01-11 07:30:35,485", - "created": 1610346635.485704, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0222783, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -111323,15 +111323,15 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 485.7039451599121, + "msecs": 22.278308868408203, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 135.24556159973145, + "relativeCreated": 107.30361938476562, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -111339,8 +111339,8 @@ "args": [ "'service_id'" ], - "asctime": "2021-01-11 07:30:35,486", - "created": 1610346635.4862254, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0224051, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111357,8 +111357,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2021-01-11 07:30:35,485", - "created": 1610346635.4859276, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0223324, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111368,15 +111368,15 @@ "lineno": 22, "message": "Result (service_id is part of the message object): {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'} ()", "module": "test", - "msecs": 485.9275817871094, + "msecs": 22.332429885864258, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 135.4691982269287, + "relativeCreated": 107.35774040222168, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -111384,8 +111384,8 @@ "service_id is part of the message object", "'service_id'" ], - "asctime": "2021-01-11 07:30:35,486", - "created": 1610346635.4860663, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0223703, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111395,37 +111395,37 @@ "lineno": 30, "message": "Expectation (service_id is part of the message object): 'service_id' in result", "module": "test", - "msecs": 486.0663414001465, + "msecs": 22.370338439941406, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 135.60795783996582, + "relativeCreated": 107.39564895629883, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 486.2253665924072, + "msecs": 22.405147552490234, "msg": "service_id is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 135.76698303222656, + "relativeCreated": 107.43045806884766, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001590251922607422 + "time_consumption": 3.4809112548828125e-05 }, { "args": [ "'SID'", "" ], - "asctime": "2021-01-11 07:30:35,486", - "created": 1610346635.4868205, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0225315, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111442,8 +111442,8 @@ "'SID'", "" ], - "asctime": "2021-01-11 07:30:35,486", - "created": 1610346635.486518, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0224626, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111453,15 +111453,15 @@ "lineno": 22, "message": "Result (Content in message object for service_id): 'SID' ()", "module": "test", - "msecs": 486.51790618896484, + "msecs": 22.46260643005371, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 136.05952262878418, + "relativeCreated": 107.48791694641113, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -111470,8 +111470,8 @@ "'SID'", "" ], - "asctime": "2021-01-11 07:30:35,486", - "created": 1610346635.4866865, + "asctime": "2021-01-11 11:25:25,022", + "created": 1610360725.0224967, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111481,41 +111481,41 @@ "lineno": 26, "message": "Expectation (Content in message object for service_id): result = 'SID' ()", "module": "test", - "msecs": 486.68646812438965, + "msecs": 22.496700286865234, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 136.22808456420898, + "relativeCreated": 107.52201080322266, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 486.8204593658447, + "msecs": 22.531509399414062, "msg": "Content in message object for service_id is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 136.36207580566406, + "relativeCreated": 107.55681991577148, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013399124145507812 + "time_consumption": 3.4809112548828125e-05 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.002033710479736328, - "time_finished": "2021-01-11 07:30:35,486", - "time_start": "2021-01-11 07:30:35,484" + "time_consumption": 0.0005137920379638672, + "time_finished": "2021-01-11 11:25:25,022", + "time_start": "2021-01-11 11:25:25,022" }, "_AlIUwEzZEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:35,490", - "created": 1610346635.4900365, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0232763, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111526,21 +111526,21 @@ "message": "_AlIUwEzZEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 490.0364875793457, + "msecs": 23.276329040527344, "msg": "_AlIUwEzZEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 139.57810401916504, + "relativeCreated": 108.30163955688477, "stack_info": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2021-01-11 07:30:35,490", - "created": 1610346635.4903386, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0233407, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -111551,15 +111551,15 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 490.3385639190674, + "msecs": 23.340702056884766, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 139.88018035888672, + "relativeCreated": 108.36601257324219, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -111567,8 +111567,8 @@ "args": [ "'data'" ], - "asctime": "2021-01-11 07:30:35,491", - "created": 1610346635.4910383, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0234632, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111585,8 +111585,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2021-01-11 07:30:35,490", - "created": 1610346635.4906669, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0233965, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111596,15 +111596,15 @@ "lineno": 22, "message": "Result (data is part of the message object): {'data': None, 'data_id': None, 'service_id': None, 'status': None} ()", "module": "test", - "msecs": 490.66686630249023, + "msecs": 23.39649200439453, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 140.20848274230957, + "relativeCreated": 108.42180252075195, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -111612,8 +111612,8 @@ "data is part of the message object", "'data'" ], - "asctime": "2021-01-11 07:30:35,490", - "created": 1610346635.4908423, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.023431, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111623,36 +111623,36 @@ "lineno": 30, "message": "Expectation (data is part of the message object): 'data' in result", "module": "test", - "msecs": 490.842342376709, + "msecs": 23.431062698364258, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 140.38395881652832, + "relativeCreated": 108.45637321472168, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 491.03832244873047, + "msecs": 23.46324920654297, "msg": "data is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 140.5799388885498, + "relativeCreated": 108.48855972290039, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00019598007202148438 + "time_consumption": 3.218650817871094e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2021-01-11 07:30:35,491", - "created": 1610346635.4912643, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0235221, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -111663,15 +111663,15 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 491.26434326171875, + "msecs": 23.522138595581055, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 140.8059597015381, + "relativeCreated": 108.54744911193848, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -111679,8 +111679,8 @@ "args": [ "'data'" ], - "asctime": "2021-01-11 07:30:35,491", - "created": 1610346635.49169, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0236442, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111697,8 +111697,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2021-01-11 07:30:35,491", - "created": 1610346635.4914885, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0235786, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111708,15 +111708,15 @@ "lineno": 22, "message": "Result (data is part of the message object): {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'} ()", "module": "test", - "msecs": 491.4884567260742, + "msecs": 23.578643798828125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 141.03007316589355, + "relativeCreated": 108.60395431518555, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -111724,8 +111724,8 @@ "data is part of the message object", "'data'" ], - "asctime": "2021-01-11 07:30:35,491", - "created": 1610346635.4915948, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0236127, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111735,37 +111735,37 @@ "lineno": 30, "message": "Expectation (data is part of the message object): 'data' in result", "module": "test", - "msecs": 491.5947914123535, + "msecs": 23.61273765563965, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 141.13640785217285, + "relativeCreated": 108.63804817199707, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 491.68992042541504, + "msecs": 23.644208908081055, "msg": "data is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 141.23153686523438, + "relativeCreated": 108.66951942443848, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.512901306152344e-05 + "time_consumption": 3.147125244140625e-05 }, { "args": [ "'D'", "" ], - "asctime": "2021-01-11 07:30:35,492", - "created": 1610346635.4920077, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0237756, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111782,8 +111782,8 @@ "'D'", "" ], - "asctime": "2021-01-11 07:30:35,491", - "created": 1610346635.491824, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0237067, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111793,15 +111793,15 @@ "lineno": 22, "message": "Result (Content in message object for data): 'D' ()", "module": "test", - "msecs": 491.8239116668701, + "msecs": 23.706674575805664, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 141.36552810668945, + "relativeCreated": 108.73198509216309, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -111810,8 +111810,8 @@ "'D'", "" ], - "asctime": "2021-01-11 07:30:35,491", - "created": 1610346635.4919057, + "asctime": "2021-01-11 11:25:25,023", + "created": 1610360725.0237412, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -111821,41 +111821,41 @@ "lineno": 26, "message": "Expectation (Content in message object for data): result = 'D' ()", "module": "test", - "msecs": 491.90568923950195, + "msecs": 23.74124526977539, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 141.4473056793213, + "relativeCreated": 108.76655578613281, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 492.0077323913574, + "msecs": 23.775577545166016, "msg": "Content in message object for data is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 141.54934883117676, + "relativeCreated": 108.80088806152344, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00010204315185546875 + "time_consumption": 3.4332275390625e-05 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0019712448120117188, - "time_finished": "2021-01-11 07:30:35,492", - "time_start": "2021-01-11 07:30:35,490" + "time_consumption": 0.0004992485046386719, + "time_finished": "2021-01-11 11:25:25,023", + "time_start": "2021-01-11 11:25:25,023" }, "_CZeooE0YEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:42,867", - "created": 1610346642.8672276, + "asctime": "2021-01-11 11:25:32,381", + "created": 1610360732.3814092, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111866,19 +111866,19 @@ "message": "_CZeooE0YEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 867.2275543212891, + "msecs": 381.4091682434082, "msg": "_CZeooE0YEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7516.769170761108, + "relativeCreated": 7466.434478759766, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:42,876", - "created": 1610346642.8762999, + "asctime": "2021-01-11 11:25:32,390", + "created": 1610360732.390401, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -111893,8 +111893,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:42,868", - "created": 1610346642.8682718, + "asctime": "2021-01-11 11:25:32,382", + "created": 1610360732.3824205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111904,23 +111904,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 868.2718276977539, + "msecs": 382.42053985595703, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7517.813444137573, + "relativeCreated": 7467.445850372314, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:42,869", - "created": 1610346642.8691795, + "asctime": "2021-01-11 11:25:32,383", + "created": 1610360732.383302, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111930,23 +111930,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 869.1794872283936, + "msecs": 383.3019733428955, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7518.721103668213, + "relativeCreated": 7468.327283859253, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:42,869", - "created": 1610346642.8693933, + "asctime": "2021-01-11 11:25:32,383", + "created": 1610360732.383528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111956,23 +111956,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 869.3933486938477, + "msecs": 383.5279941558838, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7518.934965133667, + "relativeCreated": 7468.553304672241, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:42,869", - "created": 1610346642.869768, + "asctime": "2021-01-11 11:25:32,383", + "created": 1610360732.3838594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -111982,15 +111982,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 869.7679042816162, + "msecs": 383.85939598083496, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7519.309520721436, + "relativeCreated": 7468.884706497192, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -111999,8 +111999,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:42,869", - "created": 1610346642.8699484, + "asctime": "2021-01-11 11:25:32,384", + "created": 1610360732.3840404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112010,15 +112010,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 869.9483871459961, + "msecs": 384.04035568237305, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7519.490003585815, + "relativeCreated": 7469.0656661987305, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112026,8 +112026,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:42,870", - "created": 1610346642.8701694, + "asctime": "2021-01-11 11:25:32,384", + "created": 1610360732.3842576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112037,15 +112037,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 870.1694011688232, + "msecs": 384.25755500793457, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7519.711017608643, + "relativeCreated": 7469.282865524292, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112053,8 +112053,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:42,870", - "created": 1610346642.8703256, + "asctime": "2021-01-11 11:25:32,384", + "created": 1610360732.384413, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112064,15 +112064,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 870.3255653381348, + "msecs": 384.4130039215088, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7519.867181777954, + "relativeCreated": 7469.438314437866, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112080,8 +112080,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:42,870", - "created": 1610346642.8704731, + "asctime": "2021-01-11 11:25:32,384", + "created": 1610360732.384558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112091,15 +112091,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 870.4731464385986, + "msecs": 384.55796241760254, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7520.014762878418, + "relativeCreated": 7469.58327293396, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112107,8 +112107,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:42,870", - "created": 1610346642.8706155, + "asctime": "2021-01-11 11:25:32,384", + "created": 1610360732.3847132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112118,15 +112118,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 870.6154823303223, + "msecs": 384.71317291259766, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7520.157098770142, + "relativeCreated": 7469.738483428955, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112136,8 +112136,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:42,870", - "created": 1610346642.8707786, + "asctime": "2021-01-11 11:25:32,384", + "created": 1610360732.3849592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112147,15 +112147,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 870.7785606384277, + "msecs": 384.95922088623047, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7520.320177078247, + "relativeCreated": 7469.984531402588, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112165,8 +112165,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:42,870", - "created": 1610346642.8709593, + "asctime": "2021-01-11 11:25:32,385", + "created": 1610360732.385125, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112176,15 +112176,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 870.9592819213867, + "msecs": 385.12492179870605, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7520.500898361206, + "relativeCreated": 7470.1502323150635, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112194,8 +112194,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:42,871", - "created": 1610346642.8711154, + "asctime": "2021-01-11 11:25:32,385", + "created": 1610360732.3852813, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112205,15 +112205,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 871.1154460906982, + "msecs": 385.2813243865967, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7520.657062530518, + "relativeCreated": 7470.306634902954, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112223,8 +112223,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:42,871", - "created": 1610346642.8712785, + "asctime": "2021-01-11 11:25:32,385", + "created": 1610360732.3854349, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112234,23 +112234,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 871.2785243988037, + "msecs": 385.4348659515381, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7520.820140838623, + "relativeCreated": 7470.4601764678955, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:42,871", - "created": 1610346642.871416, + "asctime": "2021-01-11 11:25:32,385", + "created": 1610360732.38557, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112260,15 +112260,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 871.4160919189453, + "msecs": 385.5700492858887, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7520.957708358765, + "relativeCreated": 7470.595359802246, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112277,8 +112277,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:42,871", - "created": 1610346642.8715684, + "asctime": "2021-01-11 11:25:32,385", + "created": 1610360732.3857448, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112288,15 +112288,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 871.5684413909912, + "msecs": 385.7448101043701, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7521.110057830811, + "relativeCreated": 7470.7701206207275, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112304,8 +112304,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:42,871", - "created": 1610346642.8717308, + "asctime": "2021-01-11 11:25:32,385", + "created": 1610360732.3859136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112315,15 +112315,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 871.7308044433594, + "msecs": 385.913610458374, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7521.272420883179, + "relativeCreated": 7470.938920974731, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112331,8 +112331,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:42,871", - "created": 1610346642.871874, + "asctime": "2021-01-11 11:25:32,386", + "created": 1610360732.3860576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112342,15 +112342,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 871.8740940093994, + "msecs": 386.05761528015137, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7521.415710449219, + "relativeCreated": 7471.082925796509, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112360,8 +112360,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:42,872", - "created": 1610346642.872027, + "asctime": "2021-01-11 11:25:32,386", + "created": 1610360732.3862116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112371,15 +112371,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 872.0269203186035, + "msecs": 386.211633682251, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7521.568536758423, + "relativeCreated": 7471.236944198608, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112389,8 +112389,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:42,872", - "created": 1610346642.8721898, + "asctime": "2021-01-11 11:25:32,386", + "created": 1610360732.3863637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112400,15 +112400,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 872.1897602081299, + "msecs": 386.3637447357178, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7521.731376647949, + "relativeCreated": 7471.389055252075, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112417,8 +112417,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:42,872", - "created": 1610346642.8724248, + "asctime": "2021-01-11 11:25:32,386", + "created": 1610360732.386524, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112428,15 +112428,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 872.424840927124, + "msecs": 386.523962020874, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7521.966457366943, + "relativeCreated": 7471.549272537231, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112445,8 +112445,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:42,872", - "created": 1610346642.8725903, + "asctime": "2021-01-11 11:25:32,386", + "created": 1610360732.3866603, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112456,15 +112456,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 872.5903034210205, + "msecs": 386.6603374481201, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7522.13191986084, + "relativeCreated": 7471.6856479644775, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112473,8 +112473,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:42,872", - "created": 1610346642.872729, + "asctime": "2021-01-11 11:25:32,386", + "created": 1610360732.386827, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112484,23 +112484,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 872.7290630340576, + "msecs": 386.8269920349121, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7522.270679473877, + "relativeCreated": 7471.8523025512695, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:42,872", - "created": 1610346642.872879, + "asctime": "2021-01-11 11:25:32,386", + "created": 1610360732.3869793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112510,23 +112510,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 872.8790283203125, + "msecs": 386.979341506958, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7522.420644760132, + "relativeCreated": 7472.004652023315, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:42,873", - "created": 1610346642.8731637, + "asctime": "2021-01-11 11:25:32,387", + "created": 1610360732.3872662, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112536,15 +112536,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 873.1637001037598, + "msecs": 387.2661590576172, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7522.705316543579, + "relativeCreated": 7472.291469573975, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112553,8 +112553,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:42,873", - "created": 1610346642.8733199, + "asctime": "2021-01-11 11:25:32,387", + "created": 1610360732.3874736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112564,15 +112564,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 873.3198642730713, + "msecs": 387.47358322143555, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7522.861480712891, + "relativeCreated": 7472.498893737793, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112580,8 +112580,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:42,873", - "created": 1610346642.87355, + "asctime": "2021-01-11 11:25:32,387", + "created": 1610360732.387682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112591,15 +112591,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 873.5499382019043, + "msecs": 387.6819610595703, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7523.091554641724, + "relativeCreated": 7472.707271575928, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112607,8 +112607,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:42,873", - "created": 1610346642.8737044, + "asctime": "2021-01-11 11:25:32,387", + "created": 1610360732.387834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112618,15 +112618,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 873.7044334411621, + "msecs": 387.8340721130371, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7523.246049880981, + "relativeCreated": 7472.8593826293945, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112634,8 +112634,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:42,873", - "created": 1610346642.8738463, + "asctime": "2021-01-11 11:25:32,387", + "created": 1610360732.387989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112645,15 +112645,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 873.8462924957275, + "msecs": 387.9890441894531, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7523.387908935547, + "relativeCreated": 7473.014354705811, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112661,8 +112661,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:42,873", - "created": 1610346642.8739855, + "asctime": "2021-01-11 11:25:32,388", + "created": 1610360732.3881302, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112672,15 +112672,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 873.9855289459229, + "msecs": 388.13018798828125, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7523.527145385742, + "relativeCreated": 7473.155498504639, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112690,8 +112690,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:42,874", - "created": 1610346642.8741453, + "asctime": "2021-01-11 11:25:32,388", + "created": 1610360732.3882804, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112701,15 +112701,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 874.1452693939209, + "msecs": 388.28039169311523, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7523.68688583374, + "relativeCreated": 7473.305702209473, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112719,8 +112719,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:42,874", - "created": 1610346642.8743024, + "asctime": "2021-01-11 11:25:32,388", + "created": 1610360732.388444, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112730,15 +112730,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 874.3023872375488, + "msecs": 388.4439468383789, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7523.844003677368, + "relativeCreated": 7473.469257354736, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112748,8 +112748,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:42,874", - "created": 1610346642.8744688, + "asctime": "2021-01-11 11:25:32,388", + "created": 1610360732.3886104, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112759,15 +112759,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 874.4688034057617, + "msecs": 388.6103630065918, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7524.010419845581, + "relativeCreated": 7473.635673522949, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112777,8 +112777,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:42,874", - "created": 1610346642.8746324, + "asctime": "2021-01-11 11:25:32,388", + "created": 1610360732.3887906, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112788,23 +112788,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 874.6323585510254, + "msecs": 388.7906074523926, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7524.173974990845, + "relativeCreated": 7473.81591796875, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:42,874", - "created": 1610346642.8747807, + "asctime": "2021-01-11 11:25:32,388", + "created": 1610360732.3889296, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112814,15 +112814,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 874.7806549072266, + "msecs": 388.9296054840088, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7524.322271347046, + "relativeCreated": 7473.954916000366, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112831,8 +112831,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:42,874", - "created": 1610346642.8749423, + "asctime": "2021-01-11 11:25:32,389", + "created": 1610360732.3890922, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112842,15 +112842,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 874.9423027038574, + "msecs": 389.09220695495605, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7524.483919143677, + "relativeCreated": 7474.1175174713135, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112858,8 +112858,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:42,875", - "created": 1610346642.875107, + "asctime": "2021-01-11 11:25:32,389", + "created": 1610360732.3892555, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112869,15 +112869,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 875.1070499420166, + "msecs": 389.2555236816406, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7524.648666381836, + "relativeCreated": 7474.280834197998, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112885,8 +112885,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:42,875", - "created": 1610346642.8752527, + "asctime": "2021-01-11 11:25:32,389", + "created": 1610360732.3894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112896,15 +112896,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 875.2527236938477, + "msecs": 389.4000053405762, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7524.794340133667, + "relativeCreated": 7474.425315856934, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112914,8 +112914,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:42,875", - "created": 1610346642.8754013, + "asctime": "2021-01-11 11:25:32,389", + "created": 1610360732.3895457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112925,15 +112925,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 875.4012584686279, + "msecs": 389.5456790924072, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7524.942874908447, + "relativeCreated": 7474.570989608765, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112943,8 +112943,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:42,875", - "created": 1610346642.8755548, + "asctime": "2021-01-11 11:25:32,389", + "created": 1610360732.3896964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112954,15 +112954,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 875.5548000335693, + "msecs": 389.6963596343994, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7525.096416473389, + "relativeCreated": 7474.721670150757, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112971,8 +112971,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:42,875", - "created": 1610346642.875733, + "asctime": "2021-01-11 11:25:32,389", + "created": 1610360732.3898416, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -112982,15 +112982,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 875.7328987121582, + "msecs": 389.84155654907227, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7525.2745151519775, + "relativeCreated": 7474.86686706543, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -112999,8 +112999,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:42,875", - "created": 1610346642.8758729, + "asctime": "2021-01-11 11:25:32,389", + "created": 1610360732.3899791, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113010,15 +113010,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 875.8728504180908, + "msecs": 389.97912406921387, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7525.41446685791, + "relativeCreated": 7475.004434585571, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -113027,8 +113027,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:42,876", - "created": 1610346642.8760092, + "asctime": "2021-01-11 11:25:32,390", + "created": 1610360732.390126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113038,23 +113038,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 876.0092258453369, + "msecs": 390.12598991394043, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7525.550842285156, + "relativeCreated": 7475.151300430298, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:42,876", - "created": 1610346642.8761473, + "asctime": "2021-01-11 11:25:32,390", + "created": 1610360732.3902614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113064,34 +113064,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 876.1472702026367, + "msecs": 390.2614116668701, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7525.688886642456, + "relativeCreated": 7475.2867221832275, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 876.2998580932617, + "msecs": 390.40088653564453, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7525.841474533081, + "relativeCreated": 7475.426197052002, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.000152587890625 + "time_consumption": 0.00013947486877441406 }, { "args": [], - "asctime": "2021-01-11 07:30:43,220", - "created": 1610346643.2209494, + "asctime": "2021-01-11 11:25:32,735", + "created": 1610360732.735422, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -113106,8 +113106,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:42,876", - "created": 1610346642.876605, + "asctime": "2021-01-11 11:25:32,390", + "created": 1610360732.3907135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113117,23 +113117,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 876.6050338745117, + "msecs": 390.7134532928467, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7526.146650314331, + "relativeCreated": 7475.738763809204, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:42,876", - "created": 1610346642.8767588, + "asctime": "2021-01-11 11:25:32,390", + "created": 1610360732.3908572, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113143,23 +113143,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 876.7588138580322, + "msecs": 390.8572196960449, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7526.300430297852, + "relativeCreated": 7475.882530212402, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:42,876", - "created": 1610346642.8769255, + "asctime": "2021-01-11 11:25:32,391", + "created": 1610360732.3910038, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113169,15 +113169,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 876.9254684448242, + "msecs": 391.0038471221924, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7526.467084884644, + "relativeCreated": 7476.02915763855, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -113188,8 +113188,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:42,877", - "created": 1610346642.877182, + "asctime": "2021-01-11 11:25:32,391", + "created": 1610360732.3913107, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113199,23 +113199,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 877.1820068359375, + "msecs": 391.3106918334961, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7526.723623275757, + "relativeCreated": 7476.3360023498535, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:42,877", - "created": 1610346642.8775861, + "asctime": "2021-01-11 11:25:32,392", + "created": 1610360732.3920455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113225,23 +113225,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 877.5861263275146, + "msecs": 392.0454978942871, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7527.127742767334, + "relativeCreated": 7477.0708084106445, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:42,877", - "created": 1610346642.877639, + "asctime": "2021-01-11 11:25:32,392", + "created": 1610360732.3921132, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113251,23 +113251,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 877.6390552520752, + "msecs": 392.11320877075195, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7527.1806716918945, + "relativeCreated": 7477.138519287109, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:42,877", - "created": 1610346642.877684, + "asctime": "2021-01-11 11:25:32,392", + "created": 1610360732.392164, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113277,15 +113277,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 877.6841163635254, + "msecs": 392.1639919281006, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7527.225732803345, + "relativeCreated": 7477.189302444458, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -113293,8 +113293,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:42,877", - "created": 1610346642.8778782, + "asctime": "2021-01-11 11:25:32,392", + "created": 1610360732.392316, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113304,15 +113304,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 877.8781890869141, + "msecs": 392.3161029815674, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7527.419805526733, + "relativeCreated": 7477.341413497925, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113320,8 +113320,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.8860488, + "asctime": "2021-01-11 11:25:32,400", + "created": 1610360732.4005227, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113331,15 +113331,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 886.0487937927246, + "msecs": 400.52270889282227, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7535.590410232544, + "relativeCreated": 7485.54801940918, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113347,8 +113347,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.8861663, + "asctime": "2021-01-11 11:25:32,400", + "created": 1610360732.4006371, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113358,15 +113358,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 886.1663341522217, + "msecs": 400.637149810791, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7535.707950592041, + "relativeCreated": 7485.662460327148, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113375,8 +113375,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.8862178, + "asctime": "2021-01-11 11:25:32,400", + "created": 1610360732.4006884, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113386,15 +113386,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 886.2178325653076, + "msecs": 400.68840980529785, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7535.759449005127, + "relativeCreated": 7485.713720321655, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113402,8 +113402,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.886282, + "asctime": "2021-01-11 11:25:32,400", + "created": 1610360732.4007652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113413,15 +113413,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 886.2819671630859, + "msecs": 400.76518058776855, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7535.823583602905, + "relativeCreated": 7485.790491104126, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113430,8 +113430,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.886327, + "asctime": "2021-01-11 11:25:32,400", + "created": 1610360732.4008238, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113441,15 +113441,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 886.3270282745361, + "msecs": 400.82383155822754, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7535.8686447143555, + "relativeCreated": 7485.849142074585, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113457,8 +113457,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.8863904, + "asctime": "2021-01-11 11:25:32,400", + "created": 1610360732.400896, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113468,15 +113468,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 886.3904476165771, + "msecs": 400.8960723876953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7535.9320640563965, + "relativeCreated": 7485.921382904053, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113485,8 +113485,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.886449, + "asctime": "2021-01-11 11:25:32,400", + "created": 1610360732.4009418, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113496,15 +113496,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 886.4490985870361, + "msecs": 400.9418487548828, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7535.9907150268555, + "relativeCreated": 7485.96715927124, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113512,8 +113512,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.8865097, + "asctime": "2021-01-11 11:25:32,400", + "created": 1610360732.4009976, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113523,15 +113523,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 886.5096569061279, + "msecs": 400.9976387023926, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7536.051273345947, + "relativeCreated": 7486.02294921875, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113540,8 +113540,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.886552, + "asctime": "2021-01-11 11:25:32,401", + "created": 1610360732.4010365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113551,15 +113551,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 886.552095413208, + "msecs": 401.03650093078613, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7536.093711853027, + "relativeCreated": 7486.061811447144, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113567,8 +113567,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.8866076, + "asctime": "2021-01-11 11:25:32,401", + "created": 1610360732.4010894, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113578,15 +113578,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 886.6076469421387, + "msecs": 401.0894298553467, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7536.149263381958, + "relativeCreated": 7486.114740371704, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113595,8 +113595,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.8866487, + "asctime": "2021-01-11 11:25:32,401", + "created": 1610360732.4011288, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113606,15 +113606,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 886.6486549377441, + "msecs": 401.12876892089844, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7536.1902713775635, + "relativeCreated": 7486.154079437256, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113622,8 +113622,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:42,886", - "created": 1610346642.8867252, + "asctime": "2021-01-11 11:25:32,401", + "created": 1610360732.401208, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113633,15 +113633,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 886.7251873016357, + "msecs": 401.20792388916016, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7536.266803741455, + "relativeCreated": 7486.233234405518, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113649,8 +113649,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:42,887", - "created": 1610346642.887614, + "asctime": "2021-01-11 11:25:32,402", + "created": 1610360732.40215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113660,15 +113660,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 887.6140117645264, + "msecs": 402.14991569519043, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7537.155628204346, + "relativeCreated": 7487.175226211548, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113676,8 +113676,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,887", - "created": 1610346642.8876927, + "asctime": "2021-01-11 11:25:32,402", + "created": 1610360732.4022744, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113687,15 +113687,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 887.6926898956299, + "msecs": 402.27437019348145, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7537.234306335449, + "relativeCreated": 7487.299680709839, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113704,8 +113704,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:42,887", - "created": 1610346642.8877497, + "asctime": "2021-01-11 11:25:32,402", + "created": 1610360732.4023354, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113715,15 +113715,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 887.7496719360352, + "msecs": 402.33540534973145, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7537.2912883758545, + "relativeCreated": 7487.360715866089, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113731,8 +113731,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:42,887", - "created": 1610346642.8878305, + "asctime": "2021-01-11 11:25:32,402", + "created": 1610360732.4024127, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113742,15 +113742,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 887.8304958343506, + "msecs": 402.41265296936035, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7537.37211227417, + "relativeCreated": 7487.437963485718, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113761,8 +113761,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:42,887", - "created": 1610346642.8879633, + "asctime": "2021-01-11 11:25:32,402", + "created": 1610360732.402542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113772,15 +113772,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 887.9632949829102, + "msecs": 402.5421142578125, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7537.5049114227295, + "relativeCreated": 7487.56742477417, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113788,8 +113788,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:42,888", - "created": 1610346642.888026, + "asctime": "2021-01-11 11:25:32,402", + "created": 1610360732.4026022, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113799,15 +113799,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 888.0259990692139, + "msecs": 402.6021957397461, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7537.567615509033, + "relativeCreated": 7487.6275062561035, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113818,8 +113818,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:42,888", - "created": 1610346642.8881102, + "asctime": "2021-01-11 11:25:32,402", + "created": 1610360732.4026887, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113829,15 +113829,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 888.1101608276367, + "msecs": 402.68874168395996, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7537.651777267456, + "relativeCreated": 7487.714052200317, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -113845,8 +113845,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:42,888", - "created": 1610346642.8883667, + "asctime": "2021-01-11 11:25:32,402", + "created": 1610360732.402957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113856,15 +113856,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 888.36669921875, + "msecs": 402.9569625854492, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7537.908315658569, + "relativeCreated": 7487.982273101807, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -113872,8 +113872,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:42,896", - "created": 1610346642.8966196, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.4111605, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -113883,15 +113883,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 896.6195583343506, + "msecs": 411.1604690551758, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7546.16117477417, + "relativeCreated": 7496.185779571533, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -113899,8 +113899,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,896", - "created": 1610346642.8968241, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.4112768, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113910,15 +113910,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 896.8241214752197, + "msecs": 411.27681732177734, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7546.365737915039, + "relativeCreated": 7496.302127838135, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -113927,8 +113927,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:42,896", - "created": 1610346642.8969166, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.4113307, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113938,15 +113938,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 896.9166278839111, + "msecs": 411.3306999206543, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7546.4582443237305, + "relativeCreated": 7496.356010437012, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -113954,8 +113954,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,897", - "created": 1610346642.8970265, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.4113917, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113965,15 +113965,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 897.026538848877, + "msecs": 411.3917350769043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7546.568155288696, + "relativeCreated": 7496.417045593262, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -113982,8 +113982,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,897", - "created": 1610346642.8971026, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.4114344, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -113993,15 +113993,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 897.1025943756104, + "msecs": 411.4344120025635, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7546.64421081543, + "relativeCreated": 7496.459722518921, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114009,8 +114009,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,897", - "created": 1610346642.8972113, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.411497, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114020,15 +114020,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 897.2113132476807, + "msecs": 411.4971160888672, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7546.7529296875, + "relativeCreated": 7496.522426605225, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114037,8 +114037,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,897", - "created": 1610346642.8972826, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.4115376, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114048,15 +114048,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 897.282600402832, + "msecs": 411.53764724731445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7546.824216842651, + "relativeCreated": 7496.562957763672, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114064,8 +114064,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,897", - "created": 1610346642.8973792, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.4115927, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114075,15 +114075,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 897.3791599273682, + "msecs": 411.5927219390869, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7546.9207763671875, + "relativeCreated": 7496.618032455444, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114092,8 +114092,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,897", - "created": 1610346642.8974903, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.411634, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114103,15 +114103,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 897.4902629852295, + "msecs": 411.6339683532715, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7547.031879425049, + "relativeCreated": 7496.659278869629, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114119,8 +114119,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,897", - "created": 1610346642.897659, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.4116867, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114130,15 +114130,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 897.6590633392334, + "msecs": 411.68665885925293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7547.200679779053, + "relativeCreated": 7496.71196937561, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114147,8 +114147,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,897", - "created": 1610346642.8977804, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.4117372, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114158,15 +114158,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 897.7804183959961, + "msecs": 411.73720359802246, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7547.322034835815, + "relativeCreated": 7496.76251411438, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114174,8 +114174,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:42,897", - "created": 1610346642.8979194, + "asctime": "2021-01-11 11:25:32,411", + "created": 1610360732.411818, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114185,15 +114185,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 897.9194164276123, + "msecs": 411.8180274963379, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7547.461032867432, + "relativeCreated": 7496.843338012695, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114201,8 +114201,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:42,898", - "created": 1610346642.8988793, + "asctime": "2021-01-11 11:25:32,412", + "created": 1610360732.4127736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114212,15 +114212,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 898.8792896270752, + "msecs": 412.77360916137695, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7548.4209060668945, + "relativeCreated": 7497.798919677734, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114228,8 +114228,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,899", - "created": 1610346642.8990173, + "asctime": "2021-01-11 11:25:32,412", + "created": 1610360732.4128962, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114239,15 +114239,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 899.017333984375, + "msecs": 412.89615631103516, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7548.558950424194, + "relativeCreated": 7497.921466827393, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114256,8 +114256,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:42,899", - "created": 1610346642.899105, + "asctime": "2021-01-11 11:25:32,412", + "created": 1610360732.4129481, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114267,15 +114267,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 899.1050720214844, + "msecs": 412.9481315612793, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7548.646688461304, + "relativeCreated": 7497.973442077637, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114283,8 +114283,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:42,899", - "created": 1610346642.8992364, + "asctime": "2021-01-11 11:25:32,413", + "created": 1610360732.4130347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -114294,15 +114294,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 899.2364406585693, + "msecs": 413.03467750549316, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7548.778057098389, + "relativeCreated": 7498.059988021851, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114313,8 +114313,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:42,899", - "created": 1610346642.8994584, + "asctime": "2021-01-11 11:25:32,413", + "created": 1610360732.4131663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114324,15 +114324,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 899.4584083557129, + "msecs": 413.1662845611572, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7549.000024795532, + "relativeCreated": 7498.191595077515, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -114340,8 +114340,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:42,899", - "created": 1610346642.8995612, + "asctime": "2021-01-11 11:25:32,413", + "created": 1610360732.413228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114351,34 +114351,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 899.5611667633057, + "msecs": 413.22803497314453, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7549.102783203125, + "relativeCreated": 7498.253345489502, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" } ], - "msecs": 220.9494113922119, + "msecs": 735.421895980835, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7870.491027832031, + "relativeCreated": 7820.447206497192, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.32138824462890625 + "time_consumption": 0.32219386100769043 }, { "args": [], - "asctime": "2021-01-11 07:30:43,221", - "created": 1610346643.221423, + "asctime": "2021-01-11 11:25:32,735", + "created": 1610360732.7358904, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -114389,22 +114389,22 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 221.42291069030762, + "msecs": 735.8903884887695, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7870.964527130127, + "relativeCreated": 7820.915699005127, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:43,523", - "created": 1610346643.5233154, + "asctime": "2021-01-11 11:25:33,037", + "created": 1610360733.0376136, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -114422,8 +114422,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:43,221", - "created": 1610346643.2218096, + "asctime": "2021-01-11 11:25:32,736", + "created": 1610360732.736213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114433,15 +114433,15 @@ "lineno": 736, "message": "prot-client: Authentification is required. TX-Message service: 17, data_id: 34, status: okay, data: 'msg1_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 221.80962562561035, + "msecs": 736.212968826294, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7871.35124206543, + "relativeCreated": 7821.238279342651, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -114451,8 +114451,8 @@ "17", "34" ], - "asctime": "2021-01-11 07:30:43,523", - "created": 1610346643.5230336, + "asctime": "2021-01-11 11:25:33,037", + "created": 1610360733.0373175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114462,37 +114462,37 @@ "lineno": 668, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 523.033618927002, + "msecs": 37.317514419555664, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8172.575235366821, + "relativeCreated": 8122.342824935913, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 523.3154296875, + "msecs": 37.613630294799805, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8172.857046127319, + "relativeCreated": 8122.638940811157, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0002818107604980469 + "time_consumption": 0.0002961158752441406 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:43,523", - "created": 1610346643.5239522, + "asctime": "2021-01-11 11:25:33,038", + "created": 1610360733.0382175, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114509,8 +114509,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:43,523", - "created": 1610346643.5236425, + "asctime": "2021-01-11 11:25:33,037", + "created": 1610360733.0379133, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114520,15 +114520,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): False ()", "module": "test", - "msecs": 523.6425399780273, + "msecs": 37.91332244873047, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8173.184156417847, + "relativeCreated": 8122.938632965088, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -114537,8 +114537,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:43,523", - "created": 1610346643.5238056, + "asctime": "2021-01-11 11:25:33,038", + "created": 1610360733.0380716, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114548,37 +114548,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = False ()", "module": "test", - "msecs": 523.8056182861328, + "msecs": 38.071632385253906, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8173.347234725952, + "relativeCreated": 8123.096942901611, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 523.9522457122803, + "msecs": 38.21754455566406, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8173.4938621521, + "relativeCreated": 8123.2428550720215, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014662742614746094 + "time_consumption": 0.00014591217041015625 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:43,524", - "created": 1610346643.5244496, + "asctime": "2021-01-11 11:25:33,038", + "created": 1610360733.0387113, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114595,8 +114595,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:43,524", - "created": 1610346643.5241768, + "asctime": "2021-01-11 11:25:33,038", + "created": 1610360733.0384421, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114606,15 +114606,15 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 524.176836013794, + "msecs": 38.442134857177734, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8173.718452453613, + "relativeCreated": 8123.467445373535, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -114623,8 +114623,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:43,524", - "created": 1610346643.5243142, + "asctime": "2021-01-11 11:25:33,038", + "created": 1610360733.03858, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114634,34 +114634,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 524.3141651153564, + "msecs": 38.57994079589844, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8173.855781555176, + "relativeCreated": 8123.605251312256, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 524.4495868682861, + "msecs": 38.7113094329834, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8173.9912033081055, + "relativeCreated": 8123.736619949341, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001354217529296875 + "time_consumption": 0.00013136863708496094 }, { "args": [], - "asctime": "2021-01-11 07:30:43,826", - "created": 1610346643.8262825, + "asctime": "2021-01-11 11:25:33,340", + "created": 1610360733.340416, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -114679,8 +114679,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:43,524", - "created": 1610346643.5247397, + "asctime": "2021-01-11 11:25:33,038", + "created": 1610360733.038986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114690,15 +114690,15 @@ "lineno": 736, "message": "prot-server: Authentification is required. TX-Message service: 17, data_id: 35, status: service or data unknown, data: 'msg2_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 524.7397422790527, + "msecs": 38.9859676361084, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8174.281358718872, + "relativeCreated": 8124.011278152466, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -114708,8 +114708,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:43,825", - "created": 1610346643.8259964, + "asctime": "2021-01-11 11:25:33,340", + "created": 1610360733.340123, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114719,37 +114719,37 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 825.9963989257812, + "msecs": 340.12293815612793, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8475.5380153656, + "relativeCreated": 8425.148248672485, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 826.2825012207031, + "msecs": 340.41595458984375, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8475.824117660522, + "relativeCreated": 8425.441265106201, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.000286102294921875 + "time_consumption": 0.0002930164337158203 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:43,826", - "created": 1610346643.826943, + "asctime": "2021-01-11 11:25:33,341", + "created": 1610360733.3410735, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114766,8 +114766,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:43,826", - "created": 1610346643.8266125, + "asctime": "2021-01-11 11:25:33,340", + "created": 1610360733.3407145, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114777,15 +114777,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 826.6124725341797, + "msecs": 340.7144546508789, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8476.154088973999, + "relativeCreated": 8425.739765167236, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -114794,8 +114794,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:43,826", - "created": 1610346643.826785, + "asctime": "2021-01-11 11:25:33,340", + "created": 1610360733.3409133, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114805,37 +114805,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 826.7850875854492, + "msecs": 340.9132957458496, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8476.326704025269, + "relativeCreated": 8425.938606262207, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 826.9429206848145, + "msecs": 341.07351303100586, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8476.484537124634, + "relativeCreated": 8426.098823547363, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015783309936523438 + "time_consumption": 0.00016021728515625 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:43,827", - "created": 1610346643.8274474, + "asctime": "2021-01-11 11:25:33,341", + "created": 1610360733.341568, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114852,8 +114852,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:43,827", - "created": 1610346643.82717, + "asctime": "2021-01-11 11:25:33,341", + "created": 1610360733.3412971, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114863,15 +114863,15 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 827.1698951721191, + "msecs": 341.2971496582031, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8476.711511611938, + "relativeCreated": 8426.32246017456, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -114880,8 +114880,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:43,827", - "created": 1610346643.8273103, + "asctime": "2021-01-11 11:25:33,341", + "created": 1610360733.3414357, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -114891,37 +114891,37 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 827.31032371521, + "msecs": 341.43567085266113, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8476.85194015503, + "relativeCreated": 8426.460981369019, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 827.4474143981934, + "msecs": 341.5679931640625, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8476.989030838013, + "relativeCreated": 8426.59330368042, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013709068298339844 + "time_consumption": 0.0001323223114013672 }, { "args": [ 17, 34 ], - "asctime": "2021-01-11 07:30:43,827", - "created": 1610346643.8278348, + "asctime": "2021-01-11 11:25:33,341", + "created": 1610360733.3419616, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -114937,8 +114937,8 @@ "prot-client:", "service: 17, data_id: 34" ], - "asctime": "2021-01-11 07:30:43,827", - "created": 1610346643.827693, + "asctime": "2021-01-11 11:25:33,341", + "created": 1610360733.3418205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -114948,34 +114948,34 @@ "lineno": 556, "message": "prot-client: Adding Message (service: 17, data_id: 34) to the authentification whitelist", "module": "__init__", - "msecs": 827.692985534668, + "msecs": 341.82047843933105, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8477.234601974487, + "relativeCreated": 8426.845788955688, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 827.8348445892334, + "msecs": 341.9616222381592, "msg": "Added msg1 to client whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8477.376461029053, + "relativeCreated": 8426.986932754517, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001418590545654297 + "time_consumption": 0.000141143798828125 }, { "args": [], - "asctime": "2021-01-11 07:30:44,130", - "created": 1610346644.130247, + "asctime": "2021-01-11 11:25:33,644", + "created": 1610360733.6441326, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -114994,8 +114994,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:43,828", - "created": 1610346643.828177, + "asctime": "2021-01-11 11:25:33,342", + "created": 1610360733.34229, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115005,15 +115005,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 828.1769752502441, + "msecs": 342.28992462158203, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8477.718591690063, + "relativeCreated": 8427.31523513794, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -115021,8 +115021,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:43,829", - "created": 1610346643.8291266, + "asctime": "2021-01-11 11:25:33,343", + "created": 1610360733.343116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115032,15 +115032,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 829.1265964508057, + "msecs": 343.11604499816895, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8478.668212890625, + "relativeCreated": 8428.141355514526, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115048,8 +115048,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:43,837", - "created": 1610346643.8376472, + "asctime": "2021-01-11 11:25:33,351", + "created": 1610360733.3514805, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115059,15 +115059,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 837.6471996307373, + "msecs": 351.48048400878906, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8487.188816070557, + "relativeCreated": 8436.505794525146, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115075,8 +115075,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:43,837", - "created": 1610346643.8379412, + "asctime": "2021-01-11 11:25:33,351", + "created": 1610360733.3517203, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115086,15 +115086,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 837.9411697387695, + "msecs": 351.72033309936523, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8487.482786178589, + "relativeCreated": 8436.745643615723, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115103,8 +115103,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:43,838", - "created": 1610346643.838111, + "asctime": "2021-01-11 11:25:33,351", + "created": 1610360733.3518412, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115114,15 +115114,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 838.1109237670898, + "msecs": 351.8412113189697, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8487.65254020691, + "relativeCreated": 8436.866521835327, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115130,8 +115130,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:43,838", - "created": 1610346643.8383386, + "asctime": "2021-01-11 11:25:33,351", + "created": 1610360733.351987, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115141,15 +115141,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 838.3386135101318, + "msecs": 351.9868850708008, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8487.880229949951, + "relativeCreated": 8437.012195587158, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115158,8 +115158,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:43,838", - "created": 1610346643.8385122, + "asctime": "2021-01-11 11:25:33,352", + "created": 1610360733.3520968, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115169,15 +115169,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 838.5121822357178, + "msecs": 352.0967960357666, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8488.053798675537, + "relativeCreated": 8437.122106552124, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115185,8 +115185,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:43,838", - "created": 1610346643.8387222, + "asctime": "2021-01-11 11:25:33,352", + "created": 1610360733.352248, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115196,15 +115196,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 838.7222290039062, + "msecs": 352.247953414917, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8488.263845443726, + "relativeCreated": 8437.273263931274, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115213,8 +115213,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:43,838", - "created": 1610346643.838855, + "asctime": "2021-01-11 11:25:33,352", + "created": 1610360733.3523445, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115224,15 +115224,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 838.8550281524658, + "msecs": 352.3445129394531, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8488.396644592285, + "relativeCreated": 8437.36982345581, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115240,8 +115240,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:43,839", - "created": 1610346643.839045, + "asctime": "2021-01-11 11:25:33,352", + "created": 1610360733.3524816, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115251,15 +115251,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 839.0450477600098, + "msecs": 352.4816036224365, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8488.58666419983, + "relativeCreated": 8437.506914138794, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115268,8 +115268,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:43,839", - "created": 1610346643.8391771, + "asctime": "2021-01-11 11:25:33,352", + "created": 1610360733.3525763, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115279,15 +115279,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 839.177131652832, + "msecs": 352.57625579833984, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8488.718748092651, + "relativeCreated": 8437.601566314697, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115295,8 +115295,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:43,839", - "created": 1610346643.8393502, + "asctime": "2021-01-11 11:25:33,352", + "created": 1610360733.3527014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115306,15 +115306,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 839.3502235412598, + "msecs": 352.70142555236816, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8488.89183998108, + "relativeCreated": 8437.726736068726, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115323,8 +115323,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:43,839", - "created": 1610346643.8394804, + "asctime": "2021-01-11 11:25:33,352", + "created": 1610360733.3528166, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115334,15 +115334,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 839.4804000854492, + "msecs": 352.8165817260742, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8489.022016525269, + "relativeCreated": 8437.841892242432, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115350,8 +115350,8 @@ "comm-client:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:43,839", - "created": 1610346643.8397658, + "asctime": "2021-01-11 11:25:33,353", + "created": 1610360733.3530338, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115361,15 +115361,15 @@ "lineno": 284, "message": "comm-client: TX -> (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 839.7657871246338, + "msecs": 353.03378105163574, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8489.307403564453, + "relativeCreated": 8438.059091567993, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115377,8 +115377,8 @@ "comm-server:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:43,844", - "created": 1610346643.8441355, + "asctime": "2021-01-11 11:25:33,357", + "created": 1610360733.357352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115388,15 +115388,15 @@ "lineno": 414, "message": "comm-server: RX <- (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 844.1355228424072, + "msecs": 357.35201835632324, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8493.677139282227, + "relativeCreated": 8442.37732887268, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115404,8 +115404,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:43,844", - "created": 1610346643.8444574, + "asctime": "2021-01-11 11:25:33,357", + "created": 1610360733.3577788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115415,15 +115415,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 844.4573879241943, + "msecs": 357.77878761291504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8493.999004364014, + "relativeCreated": 8442.804098129272, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115432,8 +115432,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:43,844", - "created": 1610346643.8445826, + "asctime": "2021-01-11 11:25:33,357", + "created": 1610360733.3579466, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115443,15 +115443,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 844.5825576782227, + "msecs": 357.94663429260254, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8494.124174118042, + "relativeCreated": 8442.97194480896, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115459,8 +115459,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b" ], - "asctime": "2021-01-11 07:30:43,844", - "created": 1610346643.8447924, + "asctime": "2021-01-11 11:25:33,358", + "created": 1610360733.35826, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -115470,15 +115470,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b", "module": "stp", - "msecs": 844.792366027832, + "msecs": 358.259916305542, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8494.333982467651, + "relativeCreated": 8443.2852268219, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115489,8 +115489,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:43,845", - "created": 1610346643.8451087, + "asctime": "2021-01-11 11:25:33,358", + "created": 1610360733.3586645, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115500,23 +115500,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 845.1087474822998, + "msecs": 358.66451263427734, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8494.65036392212, + "relativeCreated": 8443.689823150635, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:43,845", - "created": 1610346643.8452399, + "asctime": "2021-01-11 11:25:33,358", + "created": 1610360733.35884, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115526,15 +115526,15 @@ "lineno": 463, "message": "prot-server: Authentification is required. Incomming message will be ignored.", "module": "__init__", - "msecs": 845.2398777008057, + "msecs": 358.8399887084961, "msg": "%s Authentification is required. Incomming message will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8494.781494140625, + "relativeCreated": 8443.865299224854, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -115544,8 +115544,8 @@ "17", "34" ], - "asctime": "2021-01-11 07:30:44,129", - "created": 1610346644.1299562, + "asctime": "2021-01-11 11:25:33,643", + "created": 1610360733.643858, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115555,37 +115555,37 @@ "lineno": 668, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 129.95624542236328, + "msecs": 643.8579559326172, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8779.497861862183, + "relativeCreated": 8728.883266448975, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 130.2471160888672, + "msecs": 644.1326141357422, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8779.788732528687, + "relativeCreated": 8729.1579246521, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00029087066650390625 + "time_consumption": 0.000274658203125 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:44,130", - "created": 1610346644.1309376, + "asctime": "2021-01-11 11:25:33,644", + "created": 1610360733.6448517, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115602,8 +115602,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:44,130", - "created": 1610346644.1306148, + "asctime": "2021-01-11 11:25:33,644", + "created": 1610360733.6444898, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115613,15 +115613,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 130.6147575378418, + "msecs": 644.4897651672363, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8780.156373977661, + "relativeCreated": 8729.515075683594, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -115630,8 +115630,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:44,130", - "created": 1610346644.1307771, + "asctime": "2021-01-11 11:25:33,644", + "created": 1610360733.6446514, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115641,37 +115641,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 130.77712059020996, + "msecs": 644.6514129638672, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8780.31873703003, + "relativeCreated": 8729.676723480225, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 130.9375762939453, + "msecs": 644.8516845703125, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8780.479192733765, + "relativeCreated": 8729.87699508667, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016045570373535156 + "time_consumption": 0.0002002716064453125 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:44,131", - "created": 1610346644.1314368, + "asctime": "2021-01-11 11:25:33,645", + "created": 1610360733.645361, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115688,8 +115688,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:44,131", - "created": 1610346644.1311626, + "asctime": "2021-01-11 11:25:33,645", + "created": 1610360733.6450863, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115699,15 +115699,15 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 131.1626434326172, + "msecs": 645.0862884521484, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8780.704259872437, + "relativeCreated": 8730.111598968506, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -115716,8 +115716,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:44,131", - "created": 1610346644.1313026, + "asctime": "2021-01-11 11:25:33,645", + "created": 1610360733.6452265, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115727,34 +115727,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 131.3025951385498, + "msecs": 645.2264785766602, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8780.84421157837, + "relativeCreated": 8730.251789093018, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 131.43682479858398, + "msecs": 645.3609466552734, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8780.978441238403, + "relativeCreated": 8730.38625717163, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001342296600341797 + "time_consumption": 0.00013446807861328125 }, { "args": [], - "asctime": "2021-01-11 07:30:44,433", - "created": 1610346644.4331126, + "asctime": "2021-01-11 11:25:33,947", + "created": 1610360733.9470084, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -115772,8 +115772,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:44,131", - "created": 1610346644.1317189, + "asctime": "2021-01-11 11:25:33,645", + "created": 1610360733.6456363, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115783,15 +115783,15 @@ "lineno": 736, "message": "prot-server: Authentification is required. TX-Message service: 17, data_id: 35, status: service or data unknown, data: 'msg2_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 131.71887397766113, + "msecs": 645.6363201141357, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 8781.26049041748, + "relativeCreated": 8730.661630630493, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -115801,8 +115801,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:44,432", - "created": 1610346644.432803, + "asctime": "2021-01-11 11:25:33,946", + "created": 1610360733.946715, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -115812,37 +115812,37 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 432.8029155731201, + "msecs": 946.7151165008545, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9082.34453201294, + "relativeCreated": 9031.740427017212, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 433.11262130737305, + "msecs": 947.0083713531494, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9082.654237747192, + "relativeCreated": 9032.033681869507, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0003097057342529297 + "time_consumption": 0.0002932548522949219 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:44,433", - "created": 1610346644.433904, + "asctime": "2021-01-11 11:25:33,947", + "created": 1610360733.9476132, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115859,8 +115859,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:44,433", - "created": 1610346644.4334166, + "asctime": "2021-01-11 11:25:33,947", + "created": 1610360733.947307, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115870,15 +115870,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 433.41660499572754, + "msecs": 947.3071098327637, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9082.958221435547, + "relativeCreated": 9032.332420349121, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -115887,8 +115887,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:44,433", - "created": 1610346644.433641, + "asctime": "2021-01-11 11:25:33,947", + "created": 1610360733.947466, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115898,37 +115898,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 433.6409568786621, + "msecs": 947.4658966064453, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9083.182573318481, + "relativeCreated": 9032.491207122803, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 433.90393257141113, + "msecs": 947.6132392883301, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9083.44554901123, + "relativeCreated": 9032.638549804688, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00026297569274902344 + "time_consumption": 0.00014734268188476562 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:44,434", - "created": 1610346644.4346728, + "asctime": "2021-01-11 11:25:33,948", + "created": 1610360733.9481187, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115945,8 +115945,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:44,434", - "created": 1610346644.434274, + "asctime": "2021-01-11 11:25:33,947", + "created": 1610360733.947845, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115956,15 +115956,15 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 434.27395820617676, + "msecs": 947.8449821472168, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9083.815574645996, + "relativeCreated": 9032.870292663574, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -115973,8 +115973,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:44,434", - "created": 1610346644.4345067, + "asctime": "2021-01-11 11:25:33,947", + "created": 1610360733.9479842, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -115984,37 +115984,37 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 434.5066547393799, + "msecs": 947.9842185974121, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9084.0482711792, + "relativeCreated": 9033.00952911377, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 434.6728324890137, + "msecs": 948.1186866760254, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9084.214448928833, + "relativeCreated": 9033.143997192383, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016617774963378906 + "time_consumption": 0.00013446807861328125 }, { "args": [ 17, 34 ], - "asctime": "2021-01-11 07:30:44,435", - "created": 1610346644.435092, + "asctime": "2021-01-11 11:25:33,948", + "created": 1610360733.9485018, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -116030,8 +116030,8 @@ "prot-server:", "service: 17, data_id: 34" ], - "asctime": "2021-01-11 07:30:44,434", - "created": 1610346644.4349453, + "asctime": "2021-01-11 11:25:33,948", + "created": 1610360733.9483614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116041,34 +116041,34 @@ "lineno": 556, "message": "prot-server: Adding Message (service: 17, data_id: 34) to the authentification whitelist", "module": "__init__", - "msecs": 434.94534492492676, + "msecs": 948.3613967895508, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9084.486961364746, + "relativeCreated": 9033.386707305908, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 435.0919723510742, + "msecs": 948.5018253326416, "msg": "Added msg1 to server whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9084.633588790894, + "relativeCreated": 9033.527135848999, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014662742614746094 + "time_consumption": 0.0001404285430908203 }, { "args": [], - "asctime": "2021-01-11 07:30:44,636", - "created": 1610346644.6367595, + "asctime": "2021-01-11 11:25:34,150", + "created": 1610360734.1500094, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -116087,8 +116087,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:44,435", - "created": 1610346644.4354527, + "asctime": "2021-01-11 11:25:33,948", + "created": 1610360733.9488635, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116098,15 +116098,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 435.4526996612549, + "msecs": 948.8635063171387, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9084.994316101074, + "relativeCreated": 9033.888816833496, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -116114,8 +116114,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:44,436", - "created": 1610346644.4364183, + "asctime": "2021-01-11 11:25:33,949", + "created": 1610360733.9497573, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116125,15 +116125,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 436.4182949066162, + "msecs": 949.7573375701904, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9085.959911346436, + "relativeCreated": 9034.782648086548, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116141,8 +116141,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:44,444", - "created": 1610346644.4449267, + "asctime": "2021-01-11 11:25:33,958", + "created": 1610360733.9581847, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116152,15 +116152,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 444.9267387390137, + "msecs": 958.1847190856934, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9094.468355178833, + "relativeCreated": 9043.21002960205, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116168,8 +116168,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,445", - "created": 1610346644.4452715, + "asctime": "2021-01-11 11:25:33,958", + "created": 1610360733.958389, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116179,15 +116179,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 445.27149200439453, + "msecs": 958.3890438079834, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9094.813108444214, + "relativeCreated": 9043.41435432434, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116196,8 +116196,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:44,445", - "created": 1610346644.4454777, + "asctime": "2021-01-11 11:25:33,958", + "created": 1610360733.9584994, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116207,15 +116207,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 445.4777240753174, + "msecs": 958.4994316101074, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9095.019340515137, + "relativeCreated": 9043.524742126465, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116223,8 +116223,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,445", - "created": 1610346644.4457142, + "asctime": "2021-01-11 11:25:33,958", + "created": 1610360733.9586313, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116234,15 +116234,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 445.71423530578613, + "msecs": 958.6312770843506, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9095.255851745605, + "relativeCreated": 9043.656587600708, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116251,8 +116251,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:44,445", - "created": 1610346644.4458642, + "asctime": "2021-01-11 11:25:33,958", + "created": 1610360733.958724, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116262,15 +116262,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 445.864200592041, + "msecs": 958.7240219116211, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9095.40581703186, + "relativeCreated": 9043.749332427979, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116278,8 +116278,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,446", - "created": 1610346644.4461024, + "asctime": "2021-01-11 11:25:33,958", + "created": 1610360733.9588811, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116289,15 +116289,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 446.1023807525635, + "msecs": 958.881139755249, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9095.643997192383, + "relativeCreated": 9043.906450271606, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116306,8 +116306,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:44,446", - "created": 1610346644.4462426, + "asctime": "2021-01-11 11:25:33,958", + "created": 1610360733.9589725, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116317,15 +116317,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 446.2425708770752, + "msecs": 958.9724540710449, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9095.784187316895, + "relativeCreated": 9043.997764587402, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116333,8 +116333,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,446", - "created": 1610346644.4464345, + "asctime": "2021-01-11 11:25:33,959", + "created": 1610360733.9591131, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116344,15 +116344,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 446.43449783325195, + "msecs": 959.1131210327148, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9095.976114273071, + "relativeCreated": 9044.138431549072, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116361,8 +116361,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:44,446", - "created": 1610346644.4465814, + "asctime": "2021-01-11 11:25:33,959", + "created": 1610360733.9592025, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116372,15 +116372,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 446.5813636779785, + "msecs": 959.2025279998779, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9096.122980117798, + "relativeCreated": 9044.227838516235, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116388,8 +116388,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,446", - "created": 1610346644.4467685, + "asctime": "2021-01-11 11:25:33,959", + "created": 1610360733.9593186, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116399,15 +116399,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 446.76852226257324, + "msecs": 959.3186378479004, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9096.310138702393, + "relativeCreated": 9044.343948364258, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116416,8 +116416,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:44,446", - "created": 1610346644.4469025, + "asctime": "2021-01-11 11:25:33,959", + "created": 1610360733.959406, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116427,15 +116427,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 446.9025135040283, + "msecs": 959.4058990478516, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9096.444129943848, + "relativeCreated": 9044.431209564209, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116443,8 +116443,8 @@ "comm-client:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:44,447", - "created": 1610346644.4471765, + "asctime": "2021-01-11 11:25:33,959", + "created": 1610360733.9595907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116454,15 +116454,15 @@ "lineno": 284, "message": "comm-client: TX -> (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 447.176456451416, + "msecs": 959.5906734466553, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9096.718072891235, + "relativeCreated": 9044.615983963013, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116470,8 +116470,8 @@ "comm-server:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:44,451", - "created": 1610346644.4515924, + "asctime": "2021-01-11 11:25:33,963", + "created": 1610360733.963905, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116481,15 +116481,15 @@ "lineno": 414, "message": "comm-server: RX <- (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 451.59244537353516, + "msecs": 963.9050960540771, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9101.134061813354, + "relativeCreated": 9048.930406570435, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116497,8 +116497,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,452", - "created": 1610346644.4520023, + "asctime": "2021-01-11 11:25:33,964", + "created": 1610360733.9642148, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116508,15 +116508,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 452.00228691101074, + "msecs": 964.2148017883301, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9101.54390335083, + "relativeCreated": 9049.240112304688, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116525,8 +116525,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:44,452", - "created": 1610346644.452145, + "asctime": "2021-01-11 11:25:33,964", + "created": 1610360733.9643261, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116536,15 +116536,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 452.1450996398926, + "msecs": 964.3261432647705, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9101.686716079712, + "relativeCreated": 9049.351453781128, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116552,8 +116552,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b" ], - "asctime": "2021-01-11 07:30:44,452", - "created": 1610346644.4523883, + "asctime": "2021-01-11 11:25:33,964", + "created": 1610360733.9645178, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -116563,15 +116563,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b", "module": "stp", - "msecs": 452.3882865905762, + "msecs": 964.5178318023682, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9101.929903030396, + "relativeCreated": 9049.543142318726, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -116582,8 +116582,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:44,452", - "created": 1610346644.4527028, + "asctime": "2021-01-11 11:25:33,964", + "created": 1610360733.9648163, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116593,23 +116593,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 452.70276069641113, + "msecs": 964.8163318634033, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9102.24437713623, + "relativeCreated": 9049.84164237976, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:44,452", - "created": 1610346644.4528818, + "asctime": "2021-01-11 11:25:33,965", + "created": 1610360733.9650378, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116619,37 +116619,37 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 452.8818130493164, + "msecs": 965.0378227233887, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9102.423429489136, + "relativeCreated": 9050.063133239746, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" } ], - "msecs": 636.7595195770264, + "msecs": 150.0093936920166, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9286.301136016846, + "relativeCreated": 9235.034704208374, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.18387770652770996 + "time_consumption": 0.18497157096862793 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:44,637", - "created": 1610346644.6375873, + "asctime": "2021-01-11 11:25:34,150", + "created": 1610360734.1508164, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116666,8 +116666,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:44,637", - "created": 1610346644.6372173, + "asctime": "2021-01-11 11:25:34,150", + "created": 1610360734.1504843, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116677,15 +116677,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 637.2172832489014, + "msecs": 150.4843235015869, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9286.75889968872, + "relativeCreated": 9235.509634017944, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -116694,8 +116694,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:44,637", - "created": 1610346644.637394, + "asctime": "2021-01-11 11:25:34,150", + "created": 1610360734.1506634, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116705,37 +116705,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 637.3939514160156, + "msecs": 150.6633758544922, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9286.935567855835, + "relativeCreated": 9235.68868637085, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 637.587308883667, + "msecs": 150.8164405822754, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9287.128925323486, + "relativeCreated": 9235.841751098633, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001933574676513672 + "time_consumption": 0.00015306472778320312 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:44,638", - "created": 1610346644.638166, + "asctime": "2021-01-11 11:25:34,151", + "created": 1610360734.1513853, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116752,8 +116752,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:44,637", - "created": 1610346644.6378348, + "asctime": "2021-01-11 11:25:34,151", + "created": 1610360734.1510837, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116763,15 +116763,15 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'} ()", "module": "test", - "msecs": 637.8347873687744, + "msecs": 151.08370780944824, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9287.376403808594, + "relativeCreated": 9236.109018325806, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -116780,8 +116780,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:44,637", - "created": 1610346644.637989, + "asctime": "2021-01-11 11:25:34,151", + "created": 1610360734.151238, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116791,34 +116791,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'} ()", "module": "test", - "msecs": 637.9890441894531, + "msecs": 151.23796463012695, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9287.530660629272, + "relativeCreated": 9236.263275146484, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 638.1659507751465, + "msecs": 151.38530731201172, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9287.707567214966, + "relativeCreated": 9236.41061782837, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00017690658569335938 + "time_consumption": 0.00014734268188476562 }, { "args": [], - "asctime": "2021-01-11 07:30:44,940", - "created": 1610346644.9400847, + "asctime": "2021-01-11 11:25:34,453", + "created": 1610360734.453001, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -116836,8 +116836,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:44,638", - "created": 1610346644.6384864, + "asctime": "2021-01-11 11:25:34,151", + "created": 1610360734.1516843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116847,15 +116847,15 @@ "lineno": 736, "message": "prot-server: Authentification is required. TX-Message service: 17, data_id: 35, status: service or data unknown, data: 'msg2_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 638.486385345459, + "msecs": 151.68428421020508, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9288.028001785278, + "relativeCreated": 9236.709594726562, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -116865,8 +116865,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:44,939", - "created": 1610346644.9398072, + "asctime": "2021-01-11 11:25:34,452", + "created": 1610360734.4527898, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -116876,37 +116876,37 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 939.8071765899658, + "msecs": 452.7897834777832, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9589.348793029785, + "relativeCreated": 9537.81509399414, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 940.08469581604, + "msecs": 453.0010223388672, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9589.62631225586, + "relativeCreated": 9538.026332855225, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00027751922607421875 + "time_consumption": 0.00021123886108398438 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:44,940", - "created": 1610346644.940721, + "asctime": "2021-01-11 11:25:34,453", + "created": 1610360734.4534628, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116923,8 +116923,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:44,940", - "created": 1610346644.940391, + "asctime": "2021-01-11 11:25:34,453", + "created": 1610360734.4532206, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116934,15 +116934,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 940.3910636901855, + "msecs": 453.2206058502197, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9589.932680130005, + "relativeCreated": 9538.245916366577, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -116951,8 +116951,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:44,940", - "created": 1610346644.9405718, + "asctime": "2021-01-11 11:25:34,453", + "created": 1610360734.4533558, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -116962,37 +116962,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 940.5717849731445, + "msecs": 453.3557891845703, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9590.113401412964, + "relativeCreated": 9538.381099700928, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 940.7210350036621, + "msecs": 453.4628391265869, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9590.262651443481, + "relativeCreated": 9538.488149642944, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014925003051757812 + "time_consumption": 0.00010704994201660156 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:44,941", - "created": 1610346644.9412203, + "asctime": "2021-01-11 11:25:34,453", + "created": 1610360734.4538326, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117009,8 +117009,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:44,940", - "created": 1610346644.940948, + "asctime": "2021-01-11 11:25:34,453", + "created": 1610360734.453627, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117020,15 +117020,15 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 940.9480094909668, + "msecs": 453.6271095275879, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9590.489625930786, + "relativeCreated": 9538.652420043945, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -117037,8 +117037,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:44,941", - "created": 1610346644.9410865, + "asctime": "2021-01-11 11:25:34,453", + "created": 1610360734.4537346, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117048,37 +117048,37 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 941.0865306854248, + "msecs": 453.7346363067627, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9590.628147125244, + "relativeCreated": 9538.75994682312, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 941.2202835083008, + "msecs": 453.83262634277344, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9590.76189994812, + "relativeCreated": 9538.85793685913, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013375282287597656 + "time_consumption": 9.799003601074219e-05 }, { "args": [ 17, 35 ], - "asctime": "2021-01-11 07:30:44,941", - "created": 1610346644.9418538, + "asctime": "2021-01-11 11:25:34,454", + "created": 1610360734.4542444, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -117094,8 +117094,8 @@ "prot-client:", "service: 17, data_id: 35" ], - "asctime": "2021-01-11 07:30:44,941", - "created": 1610346644.9415324, + "asctime": "2021-01-11 11:25:34,454", + "created": 1610360734.4540105, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117105,15 +117105,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: 17, data_id: 35) to the authentification whitelist", "module": "__init__", - "msecs": 941.5323734283447, + "msecs": 454.0104866027832, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9591.073989868164, + "relativeCreated": 9539.03579711914, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -117121,8 +117121,8 @@ "prot-server:", "service: 17, data_id: 35" ], - "asctime": "2021-01-11 07:30:44,941", - "created": 1610346644.941706, + "asctime": "2021-01-11 11:25:34,454", + "created": 1610360734.4541268, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117132,34 +117132,34 @@ "lineno": 556, "message": "prot-server: Adding Message (service: 17, data_id: 35) to the authentification whitelist", "module": "__init__", - "msecs": 941.7059421539307, + "msecs": 454.12683486938477, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9591.24755859375, + "relativeCreated": 9539.152145385742, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 941.8537616729736, + "msecs": 454.24437522888184, "msg": "Added msg2 to client and server whitelist (sid=%d, did=%d)", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9591.395378112793, + "relativeCreated": 9539.26968574524, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014781951904296875 + "time_consumption": 0.00011754035949707031 }, { "args": [], - "asctime": "2021-01-11 07:30:45,143", - "created": 1610346645.1434078, + "asctime": "2021-01-11 11:25:34,655", + "created": 1610360734.6556082, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -117178,8 +117178,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:44,942", - "created": 1610346644.942194, + "asctime": "2021-01-11 11:25:34,454", + "created": 1610360734.4544883, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117189,15 +117189,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 942.1939849853516, + "msecs": 454.48827743530273, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9591.73560142517, + "relativeCreated": 9539.51358795166, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -117205,8 +117205,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:44,943", - "created": 1610346644.9430804, + "asctime": "2021-01-11 11:25:34,455", + "created": 1610360734.4551466, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117216,15 +117216,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 943.0804252624512, + "msecs": 455.14655113220215, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9592.62204170227, + "relativeCreated": 9540.17186164856, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117232,8 +117232,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:44,951", - "created": 1610346644.9515145, + "asctime": "2021-01-11 11:25:34,463", + "created": 1610360734.4634674, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117243,15 +117243,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 951.514482498169, + "msecs": 463.4673595428467, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9601.056098937988, + "relativeCreated": 9548.492670059204, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117259,8 +117259,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,951", - "created": 1610346644.951739, + "asctime": "2021-01-11 11:25:34,463", + "created": 1610360734.4636827, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117270,15 +117270,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 951.7390727996826, + "msecs": 463.6826515197754, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9601.280689239502, + "relativeCreated": 9548.707962036133, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117287,8 +117287,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:44,951", - "created": 1610346644.9518447, + "asctime": "2021-01-11 11:25:34,463", + "created": 1610360734.4638028, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117298,15 +117298,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 951.8446922302246, + "msecs": 463.8028144836426, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9601.386308670044, + "relativeCreated": 9548.828125, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117314,8 +117314,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,951", - "created": 1610346644.9519696, + "asctime": "2021-01-11 11:25:34,463", + "created": 1610360734.4639487, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117325,15 +117325,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 951.9696235656738, + "msecs": 463.94872665405273, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9601.511240005493, + "relativeCreated": 9548.97403717041, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117342,8 +117342,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:44,952", - "created": 1610346644.9520595, + "asctime": "2021-01-11 11:25:34,464", + "created": 1610360734.4640493, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117353,15 +117353,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 952.0595073699951, + "msecs": 464.0493392944336, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9601.601123809814, + "relativeCreated": 9549.074649810791, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117369,8 +117369,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,952", - "created": 1610346644.9521918, + "asctime": "2021-01-11 11:25:34,464", + "created": 1610360734.4641995, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117380,15 +117380,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 952.1918296813965, + "msecs": 464.1995429992676, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9601.733446121216, + "relativeCreated": 9549.224853515625, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117397,8 +117397,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:44,952", - "created": 1610346644.9522731, + "asctime": "2021-01-11 11:25:34,464", + "created": 1610360734.4642956, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117408,15 +117408,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 952.2731304168701, + "msecs": 464.2956256866455, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9601.81474685669, + "relativeCreated": 9549.320936203003, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117424,8 +117424,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,952", - "created": 1610346644.9523883, + "asctime": "2021-01-11 11:25:34,464", + "created": 1610360734.4644325, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117435,15 +117435,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 952.3882865905762, + "msecs": 464.4324779510498, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9601.929903030396, + "relativeCreated": 9549.457788467407, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117452,8 +117452,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:44,952", - "created": 1610346644.9524696, + "asctime": "2021-01-11 11:25:34,464", + "created": 1610360734.4645276, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117463,15 +117463,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 952.4695873260498, + "msecs": 464.5276069641113, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9602.01120376587, + "relativeCreated": 9549.552917480469, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117479,8 +117479,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,952", - "created": 1610346644.9525752, + "asctime": "2021-01-11 11:25:34,464", + "created": 1610360734.464651, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117490,15 +117490,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 952.5752067565918, + "msecs": 464.65110778808594, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9602.116823196411, + "relativeCreated": 9549.676418304443, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117507,8 +117507,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:44,952", - "created": 1610346644.952673, + "asctime": "2021-01-11 11:25:34,464", + "created": 1610360734.4647934, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117518,15 +117518,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 952.6729583740234, + "msecs": 464.79344367980957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9602.214574813843, + "relativeCreated": 9549.818754196167, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117534,8 +117534,8 @@ "comm-client:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:44,952", - "created": 1610346644.9528434, + "asctime": "2021-01-11 11:25:34,464", + "created": 1610360734.464998, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117545,15 +117545,15 @@ "lineno": 284, "message": "comm-client: TX -> (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 952.843427658081, + "msecs": 464.9980068206787, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9602.3850440979, + "relativeCreated": 9550.023317337036, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117561,8 +117561,8 @@ "comm-server:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:44,957", - "created": 1610346644.957151, + "asctime": "2021-01-11 11:25:34,469", + "created": 1610360734.469304, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117572,15 +117572,15 @@ "lineno": 414, "message": "comm-server: RX <- (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 957.150936126709, + "msecs": 469.30408477783203, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9606.692552566528, + "relativeCreated": 9554.32939529419, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117588,8 +117588,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:44,957", - "created": 1610346644.9574904, + "asctime": "2021-01-11 11:25:34,469", + "created": 1610360734.4696348, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117599,15 +117599,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 957.4904441833496, + "msecs": 469.6347713470459, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9607.032060623169, + "relativeCreated": 9554.660081863403, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117616,8 +117616,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:44,957", - "created": 1610346644.9576175, + "asctime": "2021-01-11 11:25:34,469", + "created": 1610360734.4697766, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117627,15 +117627,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 957.6175212860107, + "msecs": 469.7766304016113, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9607.15913772583, + "relativeCreated": 9554.801940917969, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117643,8 +117643,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b" ], - "asctime": "2021-01-11 07:30:44,957", - "created": 1610346644.9578106, + "asctime": "2021-01-11 11:25:34,469", + "created": 1610360734.4699926, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -117654,15 +117654,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b", "module": "stp", - "msecs": 957.810640335083, + "msecs": 469.99263763427734, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9607.352256774902, + "relativeCreated": 9555.017948150635, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { @@ -117673,8 +117673,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:44,958", - "created": 1610346644.9580905, + "asctime": "2021-01-11 11:25:34,470", + "created": 1610360734.4702768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117684,23 +117684,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 958.0905437469482, + "msecs": 470.2768325805664, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9607.632160186768, + "relativeCreated": 9555.302143096924, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:44,958", - "created": 1610346644.958225, + "asctime": "2021-01-11 11:25:34,470", + "created": 1610360734.4704351, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117710,37 +117710,37 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 958.2250118255615, + "msecs": 470.43514251708984, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9607.76662826538, + "relativeCreated": 9555.460453033447, "stack_info": null, - "thread": 140561730238208, + "thread": 140653593880320, "threadName": "Thread-11" } ], - "msecs": 143.40782165527344, + "msecs": 655.6081771850586, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9792.949438095093, + "relativeCreated": 9740.633487701416, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.18518280982971191 + "time_consumption": 0.18517303466796875 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:45,144", - "created": 1610346645.1441996, + "asctime": "2021-01-11 11:25:34,656", + "created": 1610360734.6563826, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117757,8 +117757,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:45,143", - "created": 1610346645.143871, + "asctime": "2021-01-11 11:25:34,656", + "created": 1610360734.6560564, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117768,15 +117768,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 143.87106895446777, + "msecs": 656.0564041137695, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9793.412685394287, + "relativeCreated": 9741.081714630127, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -117785,8 +117785,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:45,144", - "created": 1610346645.1440456, + "asctime": "2021-01-11 11:25:34,656", + "created": 1610360734.6562312, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117796,37 +117796,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 144.04559135437012, + "msecs": 656.231164932251, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9793.58720779419, + "relativeCreated": 9741.256475448608, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 144.19960975646973, + "msecs": 656.3825607299805, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9793.741226196289, + "relativeCreated": 9741.407871246338, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015401840209960938 + "time_consumption": 0.0001513957977294922 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:45,144", - "created": 1610346645.1447759, + "asctime": "2021-01-11 11:25:34,657", + "created": 1610360734.6570437, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117843,8 +117843,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:45,144", - "created": 1610346645.1444738, + "asctime": "2021-01-11 11:25:34,656", + "created": 1610360734.6566513, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117854,15 +117854,15 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'} ()", "module": "test", - "msecs": 144.47379112243652, + "msecs": 656.6512584686279, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9794.015407562256, + "relativeCreated": 9741.676568984985, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -117871,8 +117871,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:45,144", - "created": 1610346645.144628, + "asctime": "2021-01-11 11:25:34,656", + "created": 1610360734.6568756, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -117882,34 +117882,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'} ()", "module": "test", - "msecs": 144.62804794311523, + "msecs": 656.8756103515625, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9794.169664382935, + "relativeCreated": 9741.90092086792, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 144.7758674621582, + "msecs": 657.0436954498291, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9794.317483901978, + "relativeCreated": 9742.069005966187, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014781951904296875 + "time_consumption": 0.00016808509826660156 }, { "args": [], - "asctime": "2021-01-11 07:30:45,346", - "created": 1610346645.3464649, + "asctime": "2021-01-11 11:25:34,858", + "created": 1610360734.8586278, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -117928,8 +117928,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:45,145", - "created": 1610346645.1451535, + "asctime": "2021-01-11 11:25:34,657", + "created": 1610360734.6573894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117939,15 +117939,15 @@ "lineno": 438, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 145.15352249145508, + "msecs": 657.3894023895264, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9794.695138931274, + "relativeCreated": 9742.414712905884, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -117955,8 +117955,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:45,146", - "created": 1610346645.1461644, + "asctime": "2021-01-11 11:25:34,658", + "created": 1610360734.658469, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117966,15 +117966,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 146.1644172668457, + "msecs": 658.4689617156982, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9795.706033706665, + "relativeCreated": 9743.494272232056, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -117982,8 +117982,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:45,154", - "created": 1610346645.1546202, + "asctime": "2021-01-11 11:25:34,666", + "created": 1610360734.6669521, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -117993,15 +117993,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 154.62017059326172, + "msecs": 666.9521331787109, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9804.161787033081, + "relativeCreated": 9751.977443695068, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118009,8 +118009,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,154", - "created": 1610346645.1549537, + "asctime": "2021-01-11 11:25:34,667", + "created": 1610360734.667237, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118020,15 +118020,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 154.9537181854248, + "msecs": 667.2370433807373, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9804.495334625244, + "relativeCreated": 9752.262353897095, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118037,8 +118037,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:45,155", - "created": 1610346645.1551247, + "asctime": "2021-01-11 11:25:34,667", + "created": 1610360734.6673994, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118048,15 +118048,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 155.12466430664062, + "msecs": 667.3994064331055, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9804.66628074646, + "relativeCreated": 9752.424716949463, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118064,8 +118064,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,155", - "created": 1610346645.1553693, + "asctime": "2021-01-11 11:25:34,667", + "created": 1610360734.6676164, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118075,15 +118075,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 155.36928176879883, + "msecs": 667.6163673400879, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9804.910898208618, + "relativeCreated": 9752.641677856445, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118092,8 +118092,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,155", - "created": 1610346645.155516, + "asctime": "2021-01-11 11:25:34,667", + "created": 1610360734.6677558, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118103,15 +118103,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 155.5159091949463, + "msecs": 667.7558422088623, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9805.057525634766, + "relativeCreated": 9752.78115272522, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118119,8 +118119,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,155", - "created": 1610346645.1557233, + "asctime": "2021-01-11 11:25:34,667", + "created": 1610360734.6679628, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118130,15 +118130,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 155.72333335876465, + "msecs": 667.9627895355225, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9805.264949798584, + "relativeCreated": 9752.98810005188, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118147,8 +118147,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,155", - "created": 1610346645.1558578, + "asctime": "2021-01-11 11:25:34,668", + "created": 1610360734.668096, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118158,15 +118158,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 155.85780143737793, + "msecs": 668.0960655212402, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9805.399417877197, + "relativeCreated": 9753.121376037598, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118174,8 +118174,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,156", - "created": 1610346645.1560574, + "asctime": "2021-01-11 11:25:34,668", + "created": 1610360734.6682994, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118185,15 +118185,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 156.05735778808594, + "msecs": 668.2994365692139, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9805.598974227905, + "relativeCreated": 9753.324747085571, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118202,8 +118202,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,156", - "created": 1610346645.1561954, + "asctime": "2021-01-11 11:25:34,668", + "created": 1610360734.668433, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118213,15 +118213,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 156.19540214538574, + "msecs": 668.4329509735107, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9805.737018585205, + "relativeCreated": 9753.458261489868, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118229,8 +118229,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,156", - "created": 1610346645.1563833, + "asctime": "2021-01-11 11:25:34,668", + "created": 1610360734.6686163, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118240,15 +118240,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 156.38327598571777, + "msecs": 668.6162948608398, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9805.924892425537, + "relativeCreated": 9753.641605377197, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118257,8 +118257,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,156", - "created": 1610346645.1565192, + "asctime": "2021-01-11 11:25:34,668", + "created": 1610360734.6687765, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118268,15 +118268,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 156.51917457580566, + "msecs": 668.7765121459961, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9806.060791015625, + "relativeCreated": 9753.801822662354, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118284,8 +118284,8 @@ "comm-server:", "(32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e" ], - "asctime": "2021-01-11 07:30:45,156", - "created": 1610346645.1568034, + "asctime": "2021-01-11 11:25:34,669", + "created": 1610360734.669071, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118295,15 +118295,15 @@ "lineno": 284, "message": "comm-server: TX -> (32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e", "module": "__init__", - "msecs": 156.80336952209473, + "msecs": 669.0709590911865, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9806.344985961914, + "relativeCreated": 9754.096269607544, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118311,8 +118311,8 @@ "comm-client:", "(32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e" ], - "asctime": "2021-01-11 07:30:45,161", - "created": 1610346645.1612256, + "asctime": "2021-01-11 11:25:34,673", + "created": 1610360734.6734343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118322,15 +118322,15 @@ "lineno": 414, "message": "comm-client: RX <- (32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e", "module": "__init__", - "msecs": 161.2255573272705, + "msecs": 673.4342575073242, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9810.76717376709, + "relativeCreated": 9758.459568023682, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118338,8 +118338,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,161", - "created": 1610346645.1616297, + "asctime": "2021-01-11 11:25:34,673", + "created": 1610360734.6738503, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118349,15 +118349,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 161.62967681884766, + "msecs": 673.8502979278564, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9811.171293258667, + "relativeCreated": 9758.875608444214, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118366,8 +118366,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:45,161", - "created": 1610346645.1617832, + "asctime": "2021-01-11 11:25:34,674", + "created": 1610360734.6740172, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118377,15 +118377,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 161.78321838378906, + "msecs": 674.0171909332275, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9811.324834823608, + "relativeCreated": 9759.042501449585, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118393,8 +118393,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f" ], - "asctime": "2021-01-11 07:30:45,162", - "created": 1610346645.162022, + "asctime": "2021-01-11 11:25:34,674", + "created": 1610360734.6743026, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -118404,15 +118404,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f", "module": "stp", - "msecs": 162.02211380004883, + "msecs": 674.3025779724121, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9811.563730239868, + "relativeCreated": 9759.32788848877, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { @@ -118423,8 +118423,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:45,162", - "created": 1610346645.1623724, + "asctime": "2021-01-11 11:25:34,674", + "created": 1610360734.674681, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118434,23 +118434,23 @@ "lineno": 438, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 162.37235069274902, + "msecs": 674.6809482574463, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9811.913967132568, + "relativeCreated": 9759.706258773804, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:45,162", - "created": 1610346645.1625516, + "asctime": "2021-01-11 11:25:34,674", + "created": 1610360734.6749578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118460,37 +118460,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 162.5516414642334, + "msecs": 674.9577522277832, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9812.093257904053, + "relativeCreated": 9759.98306274414, "stack_info": null, - "thread": 140561721845504, + "thread": 140653585487616, "threadName": "Thread-12" } ], - "msecs": 346.4648723602295, + "msecs": 858.6277961730957, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9996.006488800049, + "relativeCreated": 9943.653106689453, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.1839132308959961 + "time_consumption": 0.1836700439453125 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:45,347", - "created": 1610346645.3473575, + "asctime": "2021-01-11 11:25:34,859", + "created": 1610360734.8594255, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118507,8 +118507,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:45,347", - "created": 1610346645.347007, + "asctime": "2021-01-11 11:25:34,859", + "created": 1610360734.8590987, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118518,15 +118518,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 347.00703620910645, + "msecs": 859.0986728668213, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9996.548652648926, + "relativeCreated": 9944.123983383179, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -118535,8 +118535,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:45,347", - "created": 1610346645.3472013, + "asctime": "2021-01-11 11:25:34,859", + "created": 1610360734.859274, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118546,37 +118546,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 347.2013473510742, + "msecs": 859.2739105224609, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9996.742963790894, + "relativeCreated": 9944.299221038818, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 347.35751152038574, + "msecs": 859.4255447387695, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9996.899127960205, + "relativeCreated": 9944.450855255127, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015616416931152344 + "time_consumption": 0.00015163421630859375 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:45,347", - "created": 1610346645.347936, + "asctime": "2021-01-11 11:25:34,859", + "created": 1610360734.8599746, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118593,8 +118593,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:45,347", - "created": 1610346645.3476095, + "asctime": "2021-01-11 11:25:34,859", + "created": 1610360734.8596675, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118604,15 +118604,15 @@ "lineno": 22, "message": "Result (Received message on client side): {'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'} ()", "module": "test", - "msecs": 347.6095199584961, + "msecs": 859.6675395965576, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9997.151136398315, + "relativeCreated": 9944.692850112915, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -118621,8 +118621,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:45,347", - "created": 1610346645.3477752, + "asctime": "2021-01-11 11:25:34,859", + "created": 1610360734.8598282, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -118632,41 +118632,41 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = {'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'} ()", "module": "test", - "msecs": 347.7752208709717, + "msecs": 859.8282337188721, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9997.316837310791, + "relativeCreated": 9944.85354423523, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 347.93591499328613, + "msecs": 859.9746227264404, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9997.477531433105, + "relativeCreated": 9944.999933242798, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016069412231445312 + "time_consumption": 0.00014638900756835938 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 2.480708360671997, - "time_finished": "2021-01-11 07:30:45,347", - "time_start": "2021-01-11 07:30:42,867" + "time_consumption": 2.4785654544830322, + "time_finished": "2021-01-11 11:25:34,859", + "time_start": "2021-01-11 11:25:32,381" }, "_Lmn-kE0hEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:45,348", - "created": 1610346645.3489585, + "asctime": "2021-01-11 11:25:34,861", + "created": 1610360734.8610303, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118677,19 +118677,19 @@ "message": "_Lmn-kE0hEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 348.95849227905273, + "msecs": 861.0303401947021, "msg": "_Lmn-kE0hEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9998.500108718872, + "relativeCreated": 9946.05565071106, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:45,357", - "created": 1610346645.3575613, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.8691704, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -118704,8 +118704,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:45,349", - "created": 1610346645.3499653, + "asctime": "2021-01-11 11:25:34,862", + "created": 1610360734.862156, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118715,23 +118715,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 349.96533393859863, + "msecs": 862.1559143066406, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 9999.506950378418, + "relativeCreated": 9947.181224822998, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:45,350", - "created": 1610346645.3508475, + "asctime": "2021-01-11 11:25:34,863", + "created": 1610360734.8630257, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118741,23 +118741,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 350.8474826812744, + "msecs": 863.0256652832031, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10000.389099121094, + "relativeCreated": 9948.05097579956, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:45,351", - "created": 1610346645.3510604, + "asctime": "2021-01-11 11:25:34,863", + "created": 1610360734.8632388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118767,23 +118767,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 351.0603904724121, + "msecs": 863.2388114929199, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10000.602006912231, + "relativeCreated": 9948.264122009277, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:45,351", - "created": 1610346645.3514223, + "asctime": "2021-01-11 11:25:34,863", + "created": 1610360734.8635814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118793,15 +118793,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 351.4223098754883, + "msecs": 863.5814189910889, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10000.963926315308, + "relativeCreated": 9948.606729507446, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -118810,8 +118810,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:45,351", - "created": 1610346645.3516047, + "asctime": "2021-01-11 11:25:34,863", + "created": 1610360734.8637617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118821,15 +118821,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 351.604700088501, + "msecs": 863.7616634368896, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10001.14631652832, + "relativeCreated": 9948.786973953247, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -118837,8 +118837,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:45,351", - "created": 1610346645.35183, + "asctime": "2021-01-11 11:25:34,863", + "created": 1610360734.863981, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118848,15 +118848,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 351.83000564575195, + "msecs": 863.9810085296631, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10001.371622085571, + "relativeCreated": 9949.00631904602, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -118864,8 +118864,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:45,351", - "created": 1610346645.351987, + "asctime": "2021-01-11 11:25:34,864", + "created": 1610360734.8641777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118875,15 +118875,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 351.9868850708008, + "msecs": 864.1777038574219, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10001.52850151062, + "relativeCreated": 9949.20301437378, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -118891,8 +118891,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:45,352", - "created": 1610346645.3521657, + "asctime": "2021-01-11 11:25:34,864", + "created": 1610360734.8643308, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118902,15 +118902,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 352.16569900512695, + "msecs": 864.3307685852051, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10001.707315444946, + "relativeCreated": 9949.356079101562, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -118918,8 +118918,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:45,352", - "created": 1610346645.3523095, + "asctime": "2021-01-11 11:25:34,864", + "created": 1610360734.8644733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118929,15 +118929,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 352.3094654083252, + "msecs": 864.4733428955078, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10001.851081848145, + "relativeCreated": 9949.498653411865, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -118947,8 +118947,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:45,352", - "created": 1610346645.3524702, + "asctime": "2021-01-11 11:25:34,864", + "created": 1610360734.8646314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118958,15 +118958,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 352.47015953063965, + "msecs": 864.6314144134521, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10002.011775970459, + "relativeCreated": 9949.65672492981, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -118976,8 +118976,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:45,352", - "created": 1610346645.3526304, + "asctime": "2021-01-11 11:25:34,864", + "created": 1610360734.8648274, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -118987,15 +118987,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 352.6303768157959, + "msecs": 864.8273944854736, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10002.171993255615, + "relativeCreated": 9949.852705001831, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119005,8 +119005,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:45,352", - "created": 1610346645.3527849, + "asctime": "2021-01-11 11:25:34,865", + "created": 1610360734.8650055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119016,15 +119016,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 352.7848720550537, + "msecs": 865.0054931640625, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10002.326488494873, + "relativeCreated": 9950.03080368042, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119034,8 +119034,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:45,352", - "created": 1610346645.3529508, + "asctime": "2021-01-11 11:25:34,865", + "created": 1610360734.8651602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119045,23 +119045,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 352.9508113861084, + "msecs": 865.1602268218994, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10002.492427825928, + "relativeCreated": 9950.185537338257, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:45,353", - "created": 1610346645.3530893, + "asctime": "2021-01-11 11:25:34,865", + "created": 1610360734.8652976, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119071,15 +119071,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 353.0893325805664, + "msecs": 865.2975559234619, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10002.630949020386, + "relativeCreated": 9950.32286643982, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119088,8 +119088,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:45,353", - "created": 1610346645.3532422, + "asctime": "2021-01-11 11:25:34,865", + "created": 1610360734.8654509, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119099,15 +119099,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 353.2421588897705, + "msecs": 865.4508590698242, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10002.78377532959, + "relativeCreated": 9950.476169586182, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119115,8 +119115,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:45,353", - "created": 1610346645.3534057, + "asctime": "2021-01-11 11:25:34,865", + "created": 1610360734.8656142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119126,15 +119126,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 353.4057140350342, + "msecs": 865.6141757965088, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10002.947330474854, + "relativeCreated": 9950.639486312866, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119142,8 +119142,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:45,353", - "created": 1610346645.3535957, + "asctime": "2021-01-11 11:25:34,865", + "created": 1610360734.8657568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119153,15 +119153,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 353.5957336425781, + "msecs": 865.7567501068115, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10003.137350082397, + "relativeCreated": 9950.782060623169, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119171,8 +119171,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:45,353", - "created": 1610346645.353752, + "asctime": "2021-01-11 11:25:34,865", + "created": 1610360734.8659077, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119182,15 +119182,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 353.75189781188965, + "msecs": 865.9076690673828, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10003.293514251709, + "relativeCreated": 9950.93297958374, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119200,8 +119200,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:45,353", - "created": 1610346645.3539093, + "asctime": "2021-01-11 11:25:34,866", + "created": 1610360734.8660612, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119211,15 +119211,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 353.9092540740967, + "msecs": 866.0612106323242, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10003.450870513916, + "relativeCreated": 9951.086521148682, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119228,8 +119228,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:45,354", - "created": 1610346645.354058, + "asctime": "2021-01-11 11:25:34,866", + "created": 1610360734.866206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119239,15 +119239,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 354.05802726745605, + "msecs": 866.2059307098389, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10003.599643707275, + "relativeCreated": 9951.231241226196, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119256,8 +119256,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:45,354", - "created": 1610346645.3541975, + "asctime": "2021-01-11 11:25:34,866", + "created": 1610360734.8663433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119267,15 +119267,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 354.19750213623047, + "msecs": 866.3432598114014, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10003.73911857605, + "relativeCreated": 9951.368570327759, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119284,8 +119284,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:45,354", - "created": 1610346645.3543499, + "asctime": "2021-01-11 11:25:34,866", + "created": 1610360734.8665032, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119295,23 +119295,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 354.34985160827637, + "msecs": 866.5032386779785, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10003.891468048096, + "relativeCreated": 9951.528549194336, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:45,354", - "created": 1610346645.3544893, + "asctime": "2021-01-11 11:25:34,866", + "created": 1610360734.866641, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119321,23 +119321,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 354.4893264770508, + "msecs": 866.6410446166992, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10004.03094291687, + "relativeCreated": 9951.666355133057, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:45,354", - "created": 1610346645.3547878, + "asctime": "2021-01-11 11:25:34,866", + "created": 1610360734.8669217, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119347,15 +119347,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 354.78782653808594, + "msecs": 866.9216632843018, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10004.329442977905, + "relativeCreated": 9951.94697380066, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119364,8 +119364,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:45,354", - "created": 1610346645.3549433, + "asctime": "2021-01-11 11:25:34,867", + "created": 1610360734.867079, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119375,15 +119375,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 354.94327545166016, + "msecs": 867.0790195465088, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10004.48489189148, + "relativeCreated": 9952.104330062866, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119391,8 +119391,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:45,355", - "created": 1610346645.355151, + "asctime": "2021-01-11 11:25:34,867", + "created": 1610360734.8672774, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119402,15 +119402,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 355.1509380340576, + "msecs": 867.2773838043213, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10004.692554473877, + "relativeCreated": 9952.302694320679, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119418,8 +119418,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:45,355", - "created": 1610346645.3553042, + "asctime": "2021-01-11 11:25:34,867", + "created": 1610360734.8674254, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119429,15 +119429,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 355.3042411804199, + "msecs": 867.4254417419434, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10004.84585762024, + "relativeCreated": 9952.4507522583, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119445,8 +119445,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:45,355", - "created": 1610346645.3554463, + "asctime": "2021-01-11 11:25:34,867", + "created": 1610360734.8675668, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119456,15 +119456,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 355.44633865356445, + "msecs": 867.5668239593506, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10004.987955093384, + "relativeCreated": 9952.592134475708, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119472,8 +119472,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:45,355", - "created": 1610346645.3555865, + "asctime": "2021-01-11 11:25:34,867", + "created": 1610360734.8677065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119483,15 +119483,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 355.5865287780762, + "msecs": 867.7065372467041, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10005.128145217896, + "relativeCreated": 9952.731847763062, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119501,8 +119501,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:45,355", - "created": 1610346645.3557353, + "asctime": "2021-01-11 11:25:34,867", + "created": 1610360734.8678637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119512,15 +119512,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 355.73530197143555, + "msecs": 867.863655090332, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10005.276918411255, + "relativeCreated": 9952.88896560669, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119530,8 +119530,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:45,355", - "created": 1610346645.3558912, + "asctime": "2021-01-11 11:25:34,868", + "created": 1610360734.8680189, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119541,15 +119541,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 355.89122772216797, + "msecs": 868.0188655853271, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10005.432844161987, + "relativeCreated": 9953.044176101685, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119559,8 +119559,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:45,356", - "created": 1610346645.3560443, + "asctime": "2021-01-11 11:25:34,868", + "created": 1610360734.8681836, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119570,15 +119570,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 356.0442924499512, + "msecs": 868.1836128234863, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10005.58590888977, + "relativeCreated": 9953.208923339844, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119588,8 +119588,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:45,356", - "created": 1610346645.3562086, + "asctime": "2021-01-11 11:25:34,868", + "created": 1610360734.8683324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119599,23 +119599,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 356.20856285095215, + "msecs": 868.3323860168457, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10005.750179290771, + "relativeCreated": 9953.357696533203, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:45,356", - "created": 1610346645.3563452, + "asctime": "2021-01-11 11:25:34,868", + "created": 1610360734.8684654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119625,15 +119625,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 356.34517669677734, + "msecs": 868.4654235839844, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10005.886793136597, + "relativeCreated": 9953.490734100342, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119642,8 +119642,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:45,356", - "created": 1610346645.356496, + "asctime": "2021-01-11 11:25:34,868", + "created": 1610360734.8686142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119653,15 +119653,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 356.49609565734863, + "msecs": 868.6141967773438, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10006.037712097168, + "relativeCreated": 9953.639507293701, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119669,8 +119669,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:45,356", - "created": 1610346645.3566844, + "asctime": "2021-01-11 11:25:34,868", + "created": 1610360734.868804, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119680,15 +119680,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 356.68444633483887, + "msecs": 868.8039779663086, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10006.226062774658, + "relativeCreated": 9953.829288482666, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119696,8 +119696,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:45,356", - "created": 1610346645.3568413, + "asctime": "2021-01-11 11:25:34,868", + "created": 1610360734.8688536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119707,15 +119707,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 356.8413257598877, + "msecs": 868.8535690307617, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10006.382942199707, + "relativeCreated": 9953.87887954712, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119725,8 +119725,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:45,356", - "created": 1610346645.3569927, + "asctime": "2021-01-11 11:25:34,868", + "created": 1610360734.8688996, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119736,15 +119736,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 356.9927215576172, + "msecs": 868.8995838165283, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10006.534337997437, + "relativeCreated": 9953.924894332886, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119754,8 +119754,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:45,357", - "created": 1610346645.3571475, + "asctime": "2021-01-11 11:25:34,868", + "created": 1610360734.8689456, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119765,15 +119765,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 357.1474552154541, + "msecs": 868.9455986022949, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10006.689071655273, + "relativeCreated": 9953.970909118652, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119782,8 +119782,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:45,357", - "created": 1610346645.3573544, + "asctime": "2021-01-11 11:25:34,868", + "created": 1610360734.8689907, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119793,15 +119793,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 357.35440254211426, + "msecs": 868.9906597137451, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10006.896018981934, + "relativeCreated": 9954.015970230103, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119810,8 +119810,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:45,357", - "created": 1610346645.357404, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.869036, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119821,15 +119821,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 357.4039936065674, + "msecs": 869.0359592437744, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10006.945610046387, + "relativeCreated": 9954.061269760132, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119838,8 +119838,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:45,357", - "created": 1610346645.3574655, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.869084, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119849,23 +119849,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 357.4655055999756, + "msecs": 869.0838813781738, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.007122039795, + "relativeCreated": 9954.109191894531, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:45,357", - "created": 1610346645.3575149, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.8691292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119875,34 +119875,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 357.5148582458496, + "msecs": 869.1291809082031, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.056474685669, + "relativeCreated": 9954.15449142456, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 357.5613498687744, + "msecs": 869.1704273223877, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.102966308594, + "relativeCreated": 9954.195737838745, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 4.649162292480469e-05 + "time_consumption": 4.124641418457031e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:45,701", - "created": 1610346645.701418, + "asctime": "2021-01-11 11:25:35,212", + "created": 1610360735.2129767, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -119917,8 +119917,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:45,357", - "created": 1610346645.3576658, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.8693209, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119928,23 +119928,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 357.6657772064209, + "msecs": 869.3208694458008, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.20739364624, + "relativeCreated": 9954.346179962158, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:45,357", - "created": 1610346645.3577123, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.8693662, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119954,23 +119954,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 357.7122688293457, + "msecs": 869.3661689758301, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.253885269165, + "relativeCreated": 9954.391479492188, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:45,357", - "created": 1610346645.357758, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.869409, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -119980,15 +119980,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 357.7580451965332, + "msecs": 869.4090843200684, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.299661636353, + "relativeCreated": 9954.434394836426, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -119999,8 +119999,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:45,357", - "created": 1610346645.357846, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.8694909, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120010,23 +120010,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 357.8460216522217, + "msecs": 869.4908618927002, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.387638092041, + "relativeCreated": 9954.516172409058, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:45,358", - "created": 1610346645.358042, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.869667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120036,23 +120036,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 358.04200172424316, + "msecs": 869.6670532226562, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.583618164062, + "relativeCreated": 9954.692363739014, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:45,358", - "created": 1610346645.3580933, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.8697164, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120062,23 +120062,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 358.09326171875, + "msecs": 869.7164058685303, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.63487815857, + "relativeCreated": 9954.741716384888, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:45,358", - "created": 1610346645.3581388, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.8697608, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120088,15 +120088,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 358.1387996673584, + "msecs": 869.7607517242432, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.680416107178, + "relativeCreated": 9954.7860622406, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -120104,8 +120104,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:45,358", - "created": 1610346645.358323, + "asctime": "2021-01-11 11:25:34,869", + "created": 1610360734.8699172, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120115,15 +120115,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 358.3230972290039, + "msecs": 869.9171543121338, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10007.864713668823, + "relativeCreated": 9954.942464828491, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120131,8 +120131,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:45,366", - "created": 1610346645.366497, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.8780787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120142,15 +120142,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 366.4970397949219, + "msecs": 878.0786991119385, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.038656234741, + "relativeCreated": 9963.104009628296, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120158,8 +120158,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,366", - "created": 1610346645.3666177, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.8781924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120169,15 +120169,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 366.61767959594727, + "msecs": 878.1924247741699, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.159296035767, + "relativeCreated": 9963.217735290527, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120186,8 +120186,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:45,366", - "created": 1610346645.3666687, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.878244, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120197,15 +120197,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 366.668701171875, + "msecs": 878.2439231872559, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.210317611694, + "relativeCreated": 9963.269233703613, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120213,8 +120213,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,366", - "created": 1610346645.3667305, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.8783176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120224,15 +120224,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 366.7304515838623, + "msecs": 878.3175945281982, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.272068023682, + "relativeCreated": 9963.342905044556, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120241,8 +120241,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,366", - "created": 1610346645.3667772, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.8783624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120252,15 +120252,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 366.7771816253662, + "msecs": 878.3624172210693, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.318798065186, + "relativeCreated": 9963.387727737427, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120268,8 +120268,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,366", - "created": 1610346645.3668559, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.8784246, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120279,15 +120279,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 366.8558597564697, + "msecs": 878.4246444702148, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.397476196289, + "relativeCreated": 9963.449954986572, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120296,8 +120296,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,366", - "created": 1610346645.3668993, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.8784673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120307,15 +120307,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 366.8992519378662, + "msecs": 878.467321395874, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.440868377686, + "relativeCreated": 9963.492631912231, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120323,8 +120323,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,366", - "created": 1610346645.3669596, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.8785641, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120334,15 +120334,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 366.9595718383789, + "msecs": 878.5641193389893, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.501188278198, + "relativeCreated": 9963.589429855347, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120351,8 +120351,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,367", - "created": 1610346645.3670006, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.8786316, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120362,15 +120362,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 367.0005798339844, + "msecs": 878.631591796875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.542196273804, + "relativeCreated": 9963.656902313232, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120378,8 +120378,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,367", - "created": 1610346645.3670585, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.878693, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120389,15 +120389,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 367.05851554870605, + "msecs": 878.6931037902832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.600131988525, + "relativeCreated": 9963.71841430664, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120406,8 +120406,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,367", - "created": 1610346645.3671002, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.878735, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120417,15 +120417,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 367.1002388000488, + "msecs": 878.7350654602051, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.641855239868, + "relativeCreated": 9963.760375976562, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120433,8 +120433,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:45,367", - "created": 1610346645.367181, + "asctime": "2021-01-11 11:25:34,878", + "created": 1610360734.878817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120444,15 +120444,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 367.18106269836426, + "msecs": 878.817081451416, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10016.722679138184, + "relativeCreated": 9963.842391967773, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120460,8 +120460,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:45,368", - "created": 1610346645.3681464, + "asctime": "2021-01-11 11:25:34,879", + "created": 1610360734.879762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120471,15 +120471,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 368.1464195251465, + "msecs": 879.7619342803955, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10017.688035964966, + "relativeCreated": 9964.787244796753, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120487,8 +120487,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,368", - "created": 1610346645.368309, + "asctime": "2021-01-11 11:25:34,879", + "created": 1610360734.8798969, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120498,15 +120498,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 368.30902099609375, + "msecs": 879.896879196167, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10017.850637435913, + "relativeCreated": 9964.922189712524, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120515,8 +120515,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:45,368", - "created": 1610346645.3683665, + "asctime": "2021-01-11 11:25:34,879", + "created": 1610360734.879952, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120526,15 +120526,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 368.3664798736572, + "msecs": 879.9519538879395, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10017.908096313477, + "relativeCreated": 9964.977264404297, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120542,8 +120542,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:45,368", - "created": 1610346645.3684485, + "asctime": "2021-01-11 11:25:34,880", + "created": 1610360734.8800306, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120553,15 +120553,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 368.44849586486816, + "msecs": 880.030632019043, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10017.990112304688, + "relativeCreated": 9965.0559425354, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120572,8 +120572,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:45,368", - "created": 1610346645.3686025, + "asctime": "2021-01-11 11:25:34,880", + "created": 1610360734.8801615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120583,15 +120583,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 368.6025142669678, + "msecs": 880.1615238189697, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10018.144130706787, + "relativeCreated": 9965.186834335327, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120599,8 +120599,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:45,368", - "created": 1610346645.3686666, + "asctime": "2021-01-11 11:25:34,880", + "created": 1610360734.8802216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120610,15 +120610,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 368.6666488647461, + "msecs": 880.2216053009033, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10018.208265304565, + "relativeCreated": 9965.24691581726, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120629,8 +120629,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:45,368", - "created": 1610346645.3687515, + "asctime": "2021-01-11 11:25:34,880", + "created": 1610360734.880306, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120640,15 +120640,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 368.75152587890625, + "msecs": 880.3060054779053, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10018.293142318726, + "relativeCreated": 9965.331315994263, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -120656,8 +120656,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:45,369", - "created": 1610346645.3690293, + "asctime": "2021-01-11 11:25:34,880", + "created": 1610360734.8805792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120667,15 +120667,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 369.02928352355957, + "msecs": 880.5792331695557, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10018.570899963379, + "relativeCreated": 9965.604543685913, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120683,8 +120683,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.3772445, + "asctime": "2021-01-11 11:25:34,888", + "created": 1610360734.8888159, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120694,15 +120694,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 377.2444725036621, + "msecs": 888.8158798217773, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10026.786088943481, + "relativeCreated": 9973.841190338135, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120710,8 +120710,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.3773673, + "asctime": "2021-01-11 11:25:34,888", + "created": 1610360734.8889837, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120721,15 +120721,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 377.3672580718994, + "msecs": 888.9837265014648, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10026.908874511719, + "relativeCreated": 9974.009037017822, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120738,8 +120738,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.377423, + "asctime": "2021-01-11 11:25:34,889", + "created": 1610360734.889071, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120749,15 +120749,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 377.4230480194092, + "msecs": 889.070987701416, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10026.964664459229, + "relativeCreated": 9974.096298217773, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120765,8 +120765,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.3774993, + "asctime": "2021-01-11 11:25:34,889", + "created": 1610360734.8891757, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120776,15 +120776,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 377.4993419647217, + "msecs": 889.1756534576416, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10027.040958404541, + "relativeCreated": 9974.200963973999, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120793,8 +120793,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.3775458, + "asctime": "2021-01-11 11:25:34,889", + "created": 1610360734.8892648, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120804,15 +120804,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 377.5458335876465, + "msecs": 889.2648220062256, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10027.087450027466, + "relativeCreated": 9974.290132522583, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120820,8 +120820,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.3776212, + "asctime": "2021-01-11 11:25:34,889", + "created": 1610360734.8893752, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120831,15 +120831,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 377.6211738586426, + "msecs": 889.3752098083496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10027.162790298462, + "relativeCreated": 9974.400520324707, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120848,8 +120848,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.3776634, + "asctime": "2021-01-11 11:25:34,889", + "created": 1610360734.8894455, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120859,15 +120859,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 377.66337394714355, + "msecs": 889.4455432891846, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10027.204990386963, + "relativeCreated": 9974.470853805542, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120875,8 +120875,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.3777199, + "asctime": "2021-01-11 11:25:34,889", + "created": 1610360734.889542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120886,15 +120886,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 377.7198791503906, + "msecs": 889.5421028137207, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10027.26149559021, + "relativeCreated": 9974.567413330078, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120903,8 +120903,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.377762, + "asctime": "2021-01-11 11:25:34,889", + "created": 1610360734.8896146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120914,15 +120914,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 377.7620792388916, + "msecs": 889.6145820617676, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10027.303695678711, + "relativeCreated": 9974.639892578125, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120930,8 +120930,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.3778152, + "asctime": "2021-01-11 11:25:34,889", + "created": 1610360734.889706, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120941,15 +120941,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 377.81524658203125, + "msecs": 889.7058963775635, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10027.35686302185, + "relativeCreated": 9974.73120689392, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120958,8 +120958,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.377856, + "asctime": "2021-01-11 11:25:34,889", + "created": 1610360734.8897743, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -120969,15 +120969,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 377.8560161590576, + "msecs": 889.7743225097656, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10027.397632598877, + "relativeCreated": 9974.799633026123, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -120985,8 +120985,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:45,377", - "created": 1610346645.3779428, + "asctime": "2021-01-11 11:25:34,889", + "created": 1610360734.8899136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -120996,15 +120996,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 377.9428005218506, + "msecs": 889.9135589599609, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10027.48441696167, + "relativeCreated": 9974.938869476318, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -121012,8 +121012,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:45,378", - "created": 1610346645.3789034, + "asctime": "2021-01-11 11:25:34,890", + "created": 1610360734.8909154, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121023,15 +121023,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 378.9033889770508, + "msecs": 890.9153938293457, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10028.44500541687, + "relativeCreated": 9975.940704345703, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -121039,8 +121039,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,379", - "created": 1610346645.3790529, + "asctime": "2021-01-11 11:25:34,891", + "created": 1610360734.891099, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121050,15 +121050,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 379.05287742614746, + "msecs": 891.0989761352539, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10028.594493865967, + "relativeCreated": 9976.124286651611, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -121067,8 +121067,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:45,379", - "created": 1610346645.379113, + "asctime": "2021-01-11 11:25:34,891", + "created": 1610360734.891206, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121078,15 +121078,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 379.11295890808105, + "msecs": 891.2060260772705, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10028.6545753479, + "relativeCreated": 9976.231336593628, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -121094,8 +121094,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:45,379", - "created": 1610346645.3792038, + "asctime": "2021-01-11 11:25:34,891", + "created": 1610360734.89134, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121105,15 +121105,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 379.20379638671875, + "msecs": 891.3400173187256, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10028.745412826538, + "relativeCreated": 9976.365327835083, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -121124,8 +121124,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:45,379", - "created": 1610346645.3793728, + "asctime": "2021-01-11 11:25:34,891", + "created": 1610360734.891545, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121135,15 +121135,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 379.37283515930176, + "msecs": 891.5450572967529, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10028.914451599121, + "relativeCreated": 9976.57036781311, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -121151,8 +121151,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:45,379", - "created": 1610346645.3794408, + "asctime": "2021-01-11 11:25:34,891", + "created": 1610360734.8916519, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121162,34 +121162,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 379.4407844543457, + "msecs": 891.6518688201904, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10028.982400894165, + "relativeCreated": 9976.677179336548, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" } ], - "msecs": 701.4179229736328, + "msecs": 212.97669410705566, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10350.959539413452, + "relativeCreated": 10298.002004623413, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3219771385192871 + "time_consumption": 0.32132482528686523 }, { "args": [], - "asctime": "2021-01-11 07:30:45,701", - "created": 1610346645.7019894, + "asctime": "2021-01-11 11:25:35,213", + "created": 1610360735.2134442, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -121200,15 +121200,15 @@ "message": "Setting no Channel name for server and client", "module": "test_communication", "moduleLogger": [], - "msecs": 701.9894123077393, + "msecs": 213.44423294067383, "msg": "Setting no Channel name for server and client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10351.531028747559, + "relativeCreated": 10298.469543457031, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -121217,8 +121217,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:45,702", - "created": 1610346645.7025774, + "asctime": "2021-01-11 11:25:35,214", + "created": 1610360735.214029, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121235,8 +121235,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:45,702", - "created": 1610346645.7022684, + "asctime": "2021-01-11 11:25:35,213", + "created": 1610360735.213719, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121246,15 +121246,15 @@ "lineno": 22, "message": "Result (Channel name of server): None ()", "module": "test", - "msecs": 702.2683620452881, + "msecs": 213.71889114379883, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10351.809978485107, + "relativeCreated": 10298.744201660156, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -121263,8 +121263,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:45,702", - "created": 1610346645.7024286, + "asctime": "2021-01-11 11:25:35,213", + "created": 1610360735.2138813, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121274,37 +121274,37 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = None ()", "module": "test", - "msecs": 702.4285793304443, + "msecs": 213.881254196167, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10351.970195770264, + "relativeCreated": 10298.906564712524, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 702.5773525238037, + "msecs": 214.02907371520996, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10352.118968963623, + "relativeCreated": 10299.054384231567, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.000148773193359375 + "time_consumption": 0.00014781951904296875 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:45,703", - "created": 1610346645.7031188, + "asctime": "2021-01-11 11:25:35,214", + "created": 1610360735.214565, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121321,8 +121321,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:45,702", - "created": 1610346645.7028334, + "asctime": "2021-01-11 11:25:35,214", + "created": 1610360735.2142882, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121332,15 +121332,15 @@ "lineno": 22, "message": "Result (Channel name of client): None ()", "module": "test", - "msecs": 702.8334140777588, + "msecs": 214.28823471069336, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10352.375030517578, + "relativeCreated": 10299.31354522705, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -121349,8 +121349,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:45,702", - "created": 1610346645.7029736, + "asctime": "2021-01-11 11:25:35,214", + "created": 1610360735.2144299, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -121360,34 +121360,34 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = None ()", "module": "test", - "msecs": 702.9736042022705, + "msecs": 214.4298553466797, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10352.51522064209, + "relativeCreated": 10299.455165863037, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 703.1188011169434, + "msecs": 214.56503868103027, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10352.660417556763, + "relativeCreated": 10299.590349197388, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014519691467285156 + "time_consumption": 0.00013518333435058594 }, { "args": [], - "asctime": "2021-01-11 07:30:45,703", - "created": 1610346645.7035458, + "asctime": "2021-01-11 11:25:35,215", + "created": 1610360735.2150016, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -121398,22 +121398,22 @@ "message": "Setting different Channel names for client and Server", "module": "test_communication", "moduleLogger": [], - "msecs": 703.5458087921143, + "msecs": 215.00158309936523, "msg": "Setting different Channel names for client and Server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10353.087425231934, + "relativeCreated": 10300.026893615723, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:46,049", - "created": 1610346646.0494645, + "asctime": "2021-01-11 11:25:35,560", + "created": 1610360735.5606604, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -121428,8 +121428,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:45,703", - "created": 1610346645.7037945, + "asctime": "2021-01-11 11:25:35,215", + "created": 1610360735.2152438, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121439,23 +121439,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 703.7944793701172, + "msecs": 215.24381637573242, "msg": "%s Connection Lost...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10353.336095809937, + "relativeCreated": 10300.26912689209, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:45,703", - "created": 1610346645.7039752, + "asctime": "2021-01-11 11:25:35,215", + "created": 1610360735.2154155, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121465,23 +121465,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 703.9752006530762, + "msecs": 215.41547775268555, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10353.516817092896, + "relativeCreated": 10300.440788269043, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:45,704", - "created": 1610346645.7041316, + "asctime": "2021-01-11 11:25:35,215", + "created": 1610360735.2155697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121491,23 +121491,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 704.1316032409668, + "msecs": 215.56973457336426, "msg": "%s Connection Lost...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10353.673219680786, + "relativeCreated": 10300.595045089722, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:45,704", - "created": 1610346645.7042806, + "asctime": "2021-01-11 11:25:35,215", + "created": 1610360735.2157161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121517,23 +121517,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 704.2806148529053, + "msecs": 215.71612358093262, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10353.822231292725, + "relativeCreated": 10300.74143409729, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:45,704", - "created": 1610346645.7044244, + "asctime": "2021-01-11 11:25:35,215", + "created": 1610360735.2158735, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121543,23 +121543,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 704.4243812561035, + "msecs": 215.87347984313965, "msg": "%s Connection established...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10353.965997695923, + "relativeCreated": 10300.898790359497, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:45,704", - "created": 1610346645.7045846, + "asctime": "2021-01-11 11:25:35,216", + "created": 1610360735.2160227, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121569,23 +121569,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 704.5845985412598, + "msecs": 216.02272987365723, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10354.12621498108, + "relativeCreated": 10301.048040390015, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:45,704", - "created": 1610346645.7047372, + "asctime": "2021-01-11 11:25:35,216", + "created": 1610360735.2161705, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121595,15 +121595,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 704.7371864318848, + "msecs": 216.1705493927002, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10354.278802871704, + "relativeCreated": 10301.195859909058, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -121614,8 +121614,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 07:30:45,705", - "created": 1610346645.7050083, + "asctime": "2021-01-11 11:25:35,216", + "created": 1610360735.2164168, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121625,23 +121625,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 705.0082683563232, + "msecs": 216.4168357849121, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10354.549884796143, + "relativeCreated": 10301.44214630127, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:45,705", - "created": 1610346645.7056763, + "asctime": "2021-01-11 11:25:35,217", + "created": 1610360735.21704, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121651,23 +121651,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 705.6763172149658, + "msecs": 217.0400619506836, "msg": "%s Connection established...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10355.217933654785, + "relativeCreated": 10302.065372467041, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:45,705", - "created": 1610346645.705864, + "asctime": "2021-01-11 11:25:35,217", + "created": 1610360735.2172241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121677,23 +121677,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 705.8639526367188, + "msecs": 217.22412109375, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10355.405569076538, + "relativeCreated": 10302.249431610107, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:45,706", - "created": 1610346645.7060397, + "asctime": "2021-01-11 11:25:35,217", + "created": 1610360735.2173944, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121703,15 +121703,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 706.0396671295166, + "msecs": 217.39435195922852, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10355.581283569336, + "relativeCreated": 10302.419662475586, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -121719,8 +121719,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65" ], - "asctime": "2021-01-11 07:30:45,706", - "created": 1610346645.7063978, + "asctime": "2021-01-11 11:25:35,217", + "created": 1610360735.2177968, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121730,15 +121730,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65", "module": "__init__", - "msecs": 706.3977718353271, + "msecs": 217.79680252075195, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10355.939388275146, + "relativeCreated": 10302.82211303711, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -121746,8 +121746,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65" ], - "asctime": "2021-01-11 07:30:45,714", - "created": 1610346645.7146904, + "asctime": "2021-01-11 11:25:35,226", + "created": 1610360735.2261229, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -121757,15 +121757,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65", "module": "__init__", - "msecs": 714.6904468536377, + "msecs": 226.12285614013672, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10364.232063293457, + "relativeCreated": 10311.148166656494, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -121773,8 +121773,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,714", - "created": 1610346645.7148588, + "asctime": "2021-01-11 11:25:35,226", + "created": 1610360735.2262852, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121784,15 +121784,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 714.8587703704834, + "msecs": 226.28521919250488, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10364.400386810303, + "relativeCreated": 10311.310529708862, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -121801,8 +121801,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:45,714", - "created": 1610346645.7149446, + "asctime": "2021-01-11 11:25:35,226", + "created": 1610360735.226387, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121812,15 +121812,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 714.94460105896, + "msecs": 226.38702392578125, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10364.48621749878, + "relativeCreated": 10311.412334442139, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -121828,8 +121828,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,715", - "created": 1610346645.715046, + "asctime": "2021-01-11 11:25:35,226", + "created": 1610360735.226489, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121839,15 +121839,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 715.0459289550781, + "msecs": 226.48906707763672, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10364.587545394897, + "relativeCreated": 10311.514377593994, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -121856,8 +121856,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,715", - "created": 1610346645.7151349, + "asctime": "2021-01-11 11:25:35,226", + "created": 1610360735.2265592, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121867,15 +121867,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 715.134859085083, + "msecs": 226.55916213989258, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10364.676475524902, + "relativeCreated": 10311.58447265625, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -121883,8 +121883,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,715", - "created": 1610346645.7152557, + "asctime": "2021-01-11 11:25:35,226", + "created": 1610360735.2266624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121894,15 +121894,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 715.2557373046875, + "msecs": 226.66239738464355, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10364.797353744507, + "relativeCreated": 10311.687707901001, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -121911,8 +121911,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,715", - "created": 1610346645.715324, + "asctime": "2021-01-11 11:25:35,226", + "created": 1610360735.226729, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121922,15 +121922,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 715.3239250183105, + "msecs": 226.7289161682129, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10364.86554145813, + "relativeCreated": 10311.75422668457, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -121938,8 +121938,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,715", - "created": 1610346645.7154145, + "asctime": "2021-01-11 11:25:35,226", + "created": 1610360735.2268193, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121949,15 +121949,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 715.4145240783691, + "msecs": 226.81927680969238, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10364.956140518188, + "relativeCreated": 10311.84458732605, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -121966,8 +121966,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,715", - "created": 1610346645.7154863, + "asctime": "2021-01-11 11:25:35,226", + "created": 1610360735.2268906, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -121977,15 +121977,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 715.4862880706787, + "msecs": 226.89056396484375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10365.027904510498, + "relativeCreated": 10311.915874481201, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -121993,8 +121993,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,715", - "created": 1610346645.715572, + "asctime": "2021-01-11 11:25:35,226", + "created": 1610360735.2269769, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122004,15 +122004,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 715.5721187591553, + "msecs": 226.97687149047852, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10365.113735198975, + "relativeCreated": 10312.002182006836, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122021,8 +122021,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,715", - "created": 1610346645.715637, + "asctime": "2021-01-11 11:25:35,227", + "created": 1610360735.2270415, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122032,15 +122032,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 715.6369686126709, + "msecs": 227.04148292541504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10365.17858505249, + "relativeCreated": 10312.066793441772, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122048,8 +122048,8 @@ "comm-client:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2021-01-11 07:30:45,715", - "created": 1610346645.715766, + "asctime": "2021-01-11 11:25:35,227", + "created": 1610360735.227169, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122059,15 +122059,15 @@ "lineno": 284, "message": "comm-client: TX -> (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 715.7659530639648, + "msecs": 227.16903686523438, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10365.307569503784, + "relativeCreated": 10312.194347381592, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122075,8 +122075,8 @@ "comm-server:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2021-01-11 07:30:45,717", - "created": 1610346645.717304, + "asctime": "2021-01-11 11:25:35,228", + "created": 1610360735.2286587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122086,15 +122086,15 @@ "lineno": 414, "message": "comm-server: RX <- (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 717.303991317749, + "msecs": 228.65867614746094, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10366.845607757568, + "relativeCreated": 10313.683986663818, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122102,8 +122102,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,717", - "created": 1610346645.7175121, + "asctime": "2021-01-11 11:25:35,228", + "created": 1610360735.2289114, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122113,15 +122113,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 717.5121307373047, + "msecs": 228.9113998413086, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10367.053747177124, + "relativeCreated": 10313.936710357666, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122130,8 +122130,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:45,717", - "created": 1610346645.7176042, + "asctime": "2021-01-11 11:25:35,229", + "created": 1610360735.229006, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122141,15 +122141,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 717.6041603088379, + "msecs": 229.0060520172119, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10367.145776748657, + "relativeCreated": 10314.03136253357, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122157,8 +122157,8 @@ "STP:", "(66): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 63 6c 69 65 6e 74 22 7d ee af 7b 7e" ], - "asctime": "2021-01-11 07:30:45,717", - "created": 1610346645.7177348, + "asctime": "2021-01-11 11:25:35,229", + "created": 1610360735.2291343, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122168,15 +122168,15 @@ "lineno": 148, "message": "STP: message identified - (66): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 63 6c 69 65 6e 74 22 7d ee af 7b 7e", "module": "stp", - "msecs": 717.7348136901855, + "msecs": 229.13432121276855, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10367.276430130005, + "relativeCreated": 10314.159631729126, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122187,8 +122187,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 07:30:45,717", - "created": 1610346645.7179544, + "asctime": "2021-01-11 11:25:35,229", + "created": 1610360735.2293272, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122198,15 +122198,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 717.9543972015381, + "msecs": 229.32720184326172, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10367.496013641357, + "relativeCreated": 10314.35251235962, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122214,8 +122214,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:45,718", - "created": 1610346645.7180526, + "asctime": "2021-01-11 11:25:35,229", + "created": 1610360735.2294385, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122225,15 +122225,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 718.0526256561279, + "msecs": 229.43854331970215, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10367.594242095947, + "relativeCreated": 10314.46385383606, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122242,8 +122242,8 @@ "'server'", "'client'" ], - "asctime": "2021-01-11 07:30:45,718", - "created": 1610346645.718224, + "asctime": "2021-01-11 11:25:35,229", + "created": 1610360735.2295766, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122253,15 +122253,15 @@ "lineno": 418, "message": "prot-server: overwriting user defined channel name from 'server' to 'client'", "module": "__init__", - "msecs": 718.224048614502, + "msecs": 229.57658767700195, "msg": "%s overwriting user defined channel name from %s to %s", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10367.765665054321, + "relativeCreated": 10314.60189819336, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122272,8 +122272,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:45,718", - "created": 1610346645.718351, + "asctime": "2021-01-11 11:25:35,229", + "created": 1610360735.2296984, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122283,15 +122283,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 718.350887298584, + "msecs": 229.69841957092285, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10367.892503738403, + "relativeCreated": 10314.72373008728, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -122299,8 +122299,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:45,718", - "created": 1610346645.7188232, + "asctime": "2021-01-11 11:25:35,230", + "created": 1610360735.23013, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122310,15 +122310,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 718.8231945037842, + "msecs": 230.12995719909668, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10368.364810943604, + "relativeCreated": 10315.155267715454, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122326,8 +122326,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:45,727", - "created": 1610346645.7270958, + "asctime": "2021-01-11 11:25:35,238", + "created": 1610360735.2384033, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122337,15 +122337,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 727.0958423614502, + "msecs": 238.4033203125, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10376.63745880127, + "relativeCreated": 10323.428630828857, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122353,8 +122353,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,727", - "created": 1610346645.7272625, + "asctime": "2021-01-11 11:25:35,238", + "created": 1610360735.2385614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122364,15 +122364,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 727.2624969482422, + "msecs": 238.56139183044434, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10376.804113388062, + "relativeCreated": 10323.586702346802, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122381,8 +122381,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:45,727", - "created": 1610346645.7273471, + "asctime": "2021-01-11 11:25:35,238", + "created": 1610360735.2386441, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122392,15 +122392,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 727.3471355438232, + "msecs": 238.64412307739258, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10376.888751983643, + "relativeCreated": 10323.66943359375, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122408,8 +122408,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,727", - "created": 1610346645.7274497, + "asctime": "2021-01-11 11:25:35,238", + "created": 1610360735.2387478, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122419,15 +122419,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 727.4496555328369, + "msecs": 238.74783515930176, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10376.991271972656, + "relativeCreated": 10323.77314567566, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122436,8 +122436,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,727", - "created": 1610346645.727521, + "asctime": "2021-01-11 11:25:35,238", + "created": 1610360735.238818, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122447,15 +122447,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 727.5209426879883, + "msecs": 238.81793022155762, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10377.062559127808, + "relativeCreated": 10323.843240737915, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122463,8 +122463,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,727", - "created": 1610346645.7276232, + "asctime": "2021-01-11 11:25:35,238", + "created": 1610360735.2389226, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122474,15 +122474,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 727.6232242584229, + "msecs": 238.9225959777832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10377.164840698242, + "relativeCreated": 10323.94790649414, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122491,8 +122491,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,727", - "created": 1610346645.7276902, + "asctime": "2021-01-11 11:25:35,238", + "created": 1610360735.2389894, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122502,15 +122502,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 727.6902198791504, + "msecs": 238.98935317993164, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10377.23183631897, + "relativeCreated": 10324.014663696289, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122518,8 +122518,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,727", - "created": 1610346645.7277944, + "asctime": "2021-01-11 11:25:35,239", + "created": 1610360735.2390795, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122529,15 +122529,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 727.7944087982178, + "msecs": 239.07947540283203, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10377.336025238037, + "relativeCreated": 10324.10478591919, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122546,8 +122546,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,727", - "created": 1610346645.7278633, + "asctime": "2021-01-11 11:25:35,239", + "created": 1610360735.2391434, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122557,15 +122557,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 727.8633117675781, + "msecs": 239.14337158203125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10377.404928207397, + "relativeCreated": 10324.168682098389, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122573,8 +122573,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,727", - "created": 1610346645.7279503, + "asctime": "2021-01-11 11:25:35,239", + "created": 1610360735.2392316, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122584,15 +122584,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 727.9503345489502, + "msecs": 239.23158645629883, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10377.49195098877, + "relativeCreated": 10324.256896972656, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122601,8 +122601,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:45,728", - "created": 1610346645.728016, + "asctime": "2021-01-11 11:25:35,239", + "created": 1610360735.2393882, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122612,15 +122612,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 728.0158996582031, + "msecs": 239.38822746276855, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10377.557516098022, + "relativeCreated": 10324.413537979126, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122628,8 +122628,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:45,728", - "created": 1610346645.728162, + "asctime": "2021-01-11 11:25:35,239", + "created": 1610360735.239623, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122639,15 +122639,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 728.1620502471924, + "msecs": 239.6230697631836, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10377.703666687012, + "relativeCreated": 10324.648380279541, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122655,8 +122655,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:45,729", - "created": 1610346645.7291865, + "asctime": "2021-01-11 11:25:35,240", + "created": 1610360735.2406921, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122666,15 +122666,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 729.1865348815918, + "msecs": 240.692138671875, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10378.728151321411, + "relativeCreated": 10325.717449188232, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122682,8 +122682,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:45,729", - "created": 1610346645.7293885, + "asctime": "2021-01-11 11:25:35,240", + "created": 1610360735.240981, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122693,15 +122693,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 729.3884754180908, + "msecs": 240.9811019897461, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10378.93009185791, + "relativeCreated": 10326.006412506104, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122710,8 +122710,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:45,729", - "created": 1610346645.7295065, + "asctime": "2021-01-11 11:25:35,241", + "created": 1610360735.2411172, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122721,15 +122721,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 729.5064926147461, + "msecs": 241.1172389984131, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10379.048109054565, + "relativeCreated": 10326.14254951477, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122737,8 +122737,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:45,729", - "created": 1610346645.7296398, + "asctime": "2021-01-11 11:25:35,241", + "created": 1610360735.241315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -122748,15 +122748,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 729.6397686004639, + "msecs": 241.31488800048828, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10379.181385040283, + "relativeCreated": 10326.340198516846, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122767,8 +122767,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:45,729", - "created": 1610346645.7298536, + "asctime": "2021-01-11 11:25:35,241", + "created": 1610360735.2416275, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122778,15 +122778,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 729.853630065918, + "msecs": 241.62745475769043, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10379.395246505737, + "relativeCreated": 10326.652765274048, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -122794,8 +122794,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:45,729", - "created": 1610346645.729948, + "asctime": "2021-01-11 11:25:35,241", + "created": 1610360735.2417784, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -122805,37 +122805,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 729.9480438232422, + "msecs": 241.77837371826172, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10379.489660263062, + "relativeCreated": 10326.80368423462, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" } ], - "msecs": 49.46446418762207, + "msecs": 560.6603622436523, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10699.006080627441, + "relativeCreated": 10645.68567276001, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3195164203643799 + "time_consumption": 0.3188819885253906 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,050", - "created": 1610346646.0503314, + "asctime": "2021-01-11 11:25:35,561", + "created": 1610360735.5615673, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122852,8 +122852,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,049", - "created": 1610346646.049997, + "asctime": "2021-01-11 11:25:35,561", + "created": 1610360735.5612261, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122863,15 +122863,15 @@ "lineno": 22, "message": "Result (Channel name of server): 'client' ()", "module": "test", - "msecs": 49.99709129333496, + "msecs": 561.2261295318604, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10699.538707733154, + "relativeCreated": 10646.251440048218, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -122880,8 +122880,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,050", - "created": 1610346646.0501745, + "asctime": "2021-01-11 11:25:35,561", + "created": 1610360735.561409, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122891,37 +122891,37 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'client' ()", "module": "test", - "msecs": 50.17447471618652, + "msecs": 561.4089965820312, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10699.716091156006, + "relativeCreated": 10646.434307098389, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 50.33135414123535, + "msecs": 561.5673065185547, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10699.872970581055, + "relativeCreated": 10646.592617034912, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015687942504882812 + "time_consumption": 0.0001583099365234375 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,050", - "created": 1610346646.0508902, + "asctime": "2021-01-11 11:25:35,562", + "created": 1610360735.562147, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122938,8 +122938,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,050", - "created": 1610346646.0506008, + "asctime": "2021-01-11 11:25:35,561", + "created": 1610360735.5618384, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122949,15 +122949,15 @@ "lineno": 22, "message": "Result (Channel name of client): 'client' ()", "module": "test", - "msecs": 50.60076713562012, + "msecs": 561.8383884429932, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10700.14238357544, + "relativeCreated": 10646.86369895935, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -122966,8 +122966,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,050", - "created": 1610346646.0507517, + "asctime": "2021-01-11 11:25:35,561", + "created": 1610360735.561994, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -122977,34 +122977,34 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'client' ()", "module": "test", - "msecs": 50.751686096191406, + "msecs": 561.9940757751465, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10700.29330253601, + "relativeCreated": 10647.019386291504, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 50.890207290649414, + "msecs": 562.1469020843506, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10700.431823730469, + "relativeCreated": 10647.172212600708, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001385211944580078 + "time_consumption": 0.00015282630920410156 }, { "args": [], - "asctime": "2021-01-11 07:30:46,051", - "created": 1610346646.0513105, + "asctime": "2021-01-11 11:25:35,562", + "created": 1610360735.5625432, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -123015,22 +123015,22 @@ "message": "Setting identical Channel names for client and server", "module": "test_communication", "moduleLogger": [], - "msecs": 51.31053924560547, + "msecs": 562.5431537628174, "msg": "Setting identical Channel names for client and server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10700.852155685425, + "relativeCreated": 10647.568464279175, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:46,397", - "created": 1610346646.3970842, + "asctime": "2021-01-11 11:25:35,908", + "created": 1610360735.908234, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -123045,8 +123045,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:46,051", - "created": 1610346646.0515583, + "asctime": "2021-01-11 11:25:35,562", + "created": 1610360735.5627904, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123056,23 +123056,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 51.55825614929199, + "msecs": 562.7903938293457, "msg": "%s Connection Lost...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10701.099872589111, + "relativeCreated": 10647.815704345703, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:46,051", - "created": 1610346646.0517395, + "asctime": "2021-01-11 11:25:35,562", + "created": 1610360735.562967, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123082,23 +123082,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 51.73945426940918, + "msecs": 562.96706199646, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10701.281070709229, + "relativeCreated": 10647.992372512817, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:46,051", - "created": 1610346646.051885, + "asctime": "2021-01-11 11:25:35,563", + "created": 1610360735.5631099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123108,23 +123108,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 51.88488960266113, + "msecs": 563.1098747253418, "msg": "%s Connection Lost...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10701.42650604248, + "relativeCreated": 10648.1351852417, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:46,052", - "created": 1610346646.0520205, + "asctime": "2021-01-11 11:25:35,563", + "created": 1610360735.5632446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123134,23 +123134,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 52.02054977416992, + "msecs": 563.2445812225342, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10701.56216621399, + "relativeCreated": 10648.269891738892, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:46,052", - "created": 1610346646.0521612, + "asctime": "2021-01-11 11:25:35,563", + "created": 1610360735.5634165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123160,23 +123160,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 52.161216735839844, + "msecs": 563.4164810180664, "msg": "%s Connection established...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10701.70283317566, + "relativeCreated": 10648.441791534424, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:46,052", - "created": 1610346646.0523107, + "asctime": "2021-01-11 11:25:35,563", + "created": 1610360735.5635693, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123186,23 +123186,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 52.31070518493652, + "msecs": 563.5693073272705, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10701.852321624756, + "relativeCreated": 10648.594617843628, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:46,052", - "created": 1610346646.0524595, + "asctime": "2021-01-11 11:25:35,563", + "created": 1610360735.5637176, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123212,15 +123212,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 52.4594783782959, + "msecs": 563.7176036834717, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10702.001094818115, + "relativeCreated": 10648.74291419983, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -123231,8 +123231,8 @@ "status: okay", "'unittest'" ], - "asctime": "2021-01-11 07:30:46,052", - "created": 1610346646.0527277, + "asctime": "2021-01-11 11:25:35,563", + "created": 1610360735.563966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123242,23 +123242,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'unittest'\"", "module": "__init__", - "msecs": 52.727699279785156, + "msecs": 563.9660358428955, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10702.269315719604, + "relativeCreated": 10648.991346359253, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:46,053", - "created": 1610346646.0533319, + "asctime": "2021-01-11 11:25:35,564", + "created": 1610360735.5645332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123268,23 +123268,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 53.331851959228516, + "msecs": 564.5332336425781, "msg": "%s Connection established...", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10702.873468399048, + "relativeCreated": 10649.558544158936, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:46,053", - "created": 1610346646.0535595, + "asctime": "2021-01-11 11:25:35,564", + "created": 1610360735.5647106, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123294,23 +123294,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 53.55954170227051, + "msecs": 564.7106170654297, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10703.10115814209, + "relativeCreated": 10649.735927581787, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:46,053", - "created": 1610346646.0537148, + "asctime": "2021-01-11 11:25:35,564", + "created": 1610360735.5648878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123320,15 +123320,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 53.714752197265625, + "msecs": 564.8877620697021, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10703.256368637085, + "relativeCreated": 10649.91307258606, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -123336,8 +123336,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 75 6e 69 74" ], - "asctime": "2021-01-11 07:30:46,054", - "created": 1610346646.0540948, + "asctime": "2021-01-11 11:25:35,565", + "created": 1610360735.565494, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123347,15 +123347,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 75 6e 69 74", "module": "__init__", - "msecs": 54.094791412353516, + "msecs": 565.4940605163574, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10703.636407852173, + "relativeCreated": 10650.519371032715, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123363,8 +123363,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 75 6e 69 74" ], - "asctime": "2021-01-11 07:30:46,062", - "created": 1610346646.0625668, + "asctime": "2021-01-11 11:25:35,573", + "created": 1610360735.5738587, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123374,15 +123374,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 75 6e 69 74", "module": "__init__", - "msecs": 62.56675720214844, + "msecs": 573.8587379455566, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10712.108373641968, + "relativeCreated": 10658.884048461914, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123390,8 +123390,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,062", - "created": 1610346646.0629044, + "asctime": "2021-01-11 11:25:35,573", + "created": 1610360735.5739667, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123401,15 +123401,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 62.90435791015625, + "msecs": 573.9667415618896, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10712.445974349976, + "relativeCreated": 10658.992052078247, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123418,8 +123418,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:46,063", - "created": 1610346646.0630746, + "asctime": "2021-01-11 11:25:35,574", + "created": 1610360735.574019, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123429,15 +123429,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 63.074588775634766, + "msecs": 574.0189552307129, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10712.616205215454, + "relativeCreated": 10659.04426574707, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123445,8 +123445,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,063", - "created": 1610346646.0632977, + "asctime": "2021-01-11 11:25:35,574", + "created": 1610360735.574081, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123456,15 +123456,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 63.29774856567383, + "msecs": 574.0809440612793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10712.839365005493, + "relativeCreated": 10659.106254577637, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123473,8 +123473,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,063", - "created": 1610346646.0634396, + "asctime": "2021-01-11 11:25:35,574", + "created": 1610360735.5741243, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123484,15 +123484,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 63.43960762023926, + "msecs": 574.1243362426758, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10712.981224060059, + "relativeCreated": 10659.149646759033, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123500,8 +123500,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,063", - "created": 1610346646.0636444, + "asctime": "2021-01-11 11:25:35,574", + "created": 1610360735.57419, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123511,15 +123511,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 63.6444091796875, + "msecs": 574.1899013519287, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10713.186025619507, + "relativeCreated": 10659.215211868286, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123528,8 +123528,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,063", - "created": 1610346646.06379, + "asctime": "2021-01-11 11:25:35,574", + "created": 1610360735.5742457, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123539,15 +123539,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 63.790082931518555, + "msecs": 574.2456912994385, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10713.331699371338, + "relativeCreated": 10659.271001815796, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123555,8 +123555,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,063", - "created": 1610346646.063993, + "asctime": "2021-01-11 11:25:35,574", + "created": 1610360735.5743027, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123566,15 +123566,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 63.992977142333984, + "msecs": 574.3026733398438, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10713.534593582153, + "relativeCreated": 10659.327983856201, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123583,8 +123583,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,064", - "created": 1610346646.064127, + "asctime": "2021-01-11 11:25:35,574", + "created": 1610360735.5743434, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123594,15 +123594,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 64.12696838378906, + "msecs": 574.3434429168701, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10713.668584823608, + "relativeCreated": 10659.368753433228, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123610,8 +123610,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,064", - "created": 1610346646.0643122, + "asctime": "2021-01-11 11:25:35,574", + "created": 1610360735.5744007, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123621,15 +123621,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 64.31221961975098, + "msecs": 574.4006633758545, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10713.85383605957, + "relativeCreated": 10659.425973892212, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123638,8 +123638,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,064", - "created": 1610346646.0644448, + "asctime": "2021-01-11 11:25:35,574", + "created": 1610360735.574448, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123649,15 +123649,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 64.44478034973145, + "msecs": 574.4481086730957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10713.98639678955, + "relativeCreated": 10659.473419189453, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123665,8 +123665,8 @@ "comm-client:", "(12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e" ], - "asctime": "2021-01-11 07:30:46,064", - "created": 1610346646.064708, + "asctime": "2021-01-11 11:25:35,574", + "created": 1610360735.5745208, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123676,15 +123676,15 @@ "lineno": 284, "message": "comm-client: TX -> (12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e", "module": "__init__", - "msecs": 64.70799446105957, + "msecs": 574.5208263397217, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10714.249610900879, + "relativeCreated": 10659.54613685608, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123692,8 +123692,8 @@ "comm-server:", "(12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e" ], - "asctime": "2021-01-11 07:30:46,066", - "created": 1610346646.066609, + "asctime": "2021-01-11 11:25:35,576", + "created": 1610360735.576165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123703,15 +123703,15 @@ "lineno": 414, "message": "comm-server: RX <- (12): 74 65 73 74 22 7d f8 f6 c9 e9 3a 3e", "module": "__init__", - "msecs": 66.60890579223633, + "msecs": 576.164960861206, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10716.150522232056, + "relativeCreated": 10661.190271377563, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123719,8 +123719,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,066", - "created": 1610346646.0669582, + "asctime": "2021-01-11 11:25:35,576", + "created": 1610360735.5762649, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123730,15 +123730,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 66.95818901062012, + "msecs": 576.2648582458496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10716.49980545044, + "relativeCreated": 10661.290168762207, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123747,8 +123747,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:46,067", - "created": 1610346646.0671325, + "asctime": "2021-01-11 11:25:35,576", + "created": 1610360735.5763106, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123758,15 +123758,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 67.13247299194336, + "msecs": 576.3106346130371, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10716.674089431763, + "relativeCreated": 10661.335945129395, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123774,8 +123774,8 @@ "STP:", "(68): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 75 6e 69 74 74 65 73 74 22 7d f8 f6 c9 e9" ], - "asctime": "2021-01-11 07:30:46,067", - "created": 1610346646.0673947, + "asctime": "2021-01-11 11:25:35,576", + "created": 1610360735.5763786, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123785,15 +123785,15 @@ "lineno": 148, "message": "STP: message identified - (68): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 75 6e 69 74 74 65 73 74 22 7d f8 f6 c9 e9", "module": "stp", - "msecs": 67.39473342895508, + "msecs": 576.378583908081, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10716.936349868774, + "relativeCreated": 10661.403894424438, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123804,8 +123804,8 @@ "status: okay", "'unittest'" ], - "asctime": "2021-01-11 07:30:46,067", - "created": 1610346646.067822, + "asctime": "2021-01-11 11:25:35,576", + "created": 1610360735.576504, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123815,15 +123815,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"'unittest'\"", "module": "__init__", - "msecs": 67.82197952270508, + "msecs": 576.5039920806885, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10717.363595962524, + "relativeCreated": 10661.529302597046, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123831,8 +123831,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:46,068", - "created": 1610346646.0680346, + "asctime": "2021-01-11 11:25:35,576", + "created": 1610360735.5765562, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123842,15 +123842,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 68.03464889526367, + "msecs": 576.5562057495117, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10717.576265335083, + "relativeCreated": 10661.58151626587, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123861,8 +123861,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:46,068", - "created": 1610346646.0684006, + "asctime": "2021-01-11 11:25:35,576", + "created": 1610360735.5766532, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123872,15 +123872,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 68.40062141418457, + "msecs": 576.653242111206, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10717.942237854004, + "relativeCreated": 10661.678552627563, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -123888,8 +123888,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:46,069", - "created": 1610346646.0692213, + "asctime": "2021-01-11 11:25:35,576", + "created": 1610360735.5769343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123899,15 +123899,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 69.22125816345215, + "msecs": 576.9343376159668, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10718.762874603271, + "relativeCreated": 10661.959648132324, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -123915,8 +123915,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:46,077", - "created": 1610346646.0776799, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.585078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -123926,15 +123926,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 77.67987251281738, + "msecs": 585.0780010223389, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10727.221488952637, + "relativeCreated": 10670.103311538696, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -123942,8 +123942,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,077", - "created": 1610346646.0779462, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.5851882, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123953,15 +123953,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 77.94618606567383, + "msecs": 585.1881504058838, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10727.487802505493, + "relativeCreated": 10670.213460922241, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -123970,8 +123970,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:46,078", - "created": 1610346646.0780814, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.5852313, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -123981,15 +123981,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 78.08136940002441, + "msecs": 585.2313041687012, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10727.622985839844, + "relativeCreated": 10670.256614685059, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -123997,8 +123997,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,078", - "created": 1610346646.0782437, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.5852852, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124008,15 +124008,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 78.24373245239258, + "msecs": 585.2851867675781, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10727.785348892212, + "relativeCreated": 10670.310497283936, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124025,8 +124025,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,078", - "created": 1610346646.078365, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.5853255, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124036,15 +124036,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 78.36508750915527, + "msecs": 585.3254795074463, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10727.906703948975, + "relativeCreated": 10670.350790023804, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124052,8 +124052,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,078", - "created": 1610346646.078532, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.5853794, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124063,15 +124063,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 78.53198051452637, + "msecs": 585.3793621063232, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10728.073596954346, + "relativeCreated": 10670.40467262268, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124080,8 +124080,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,078", - "created": 1610346646.0786405, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.5854144, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124091,15 +124091,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 78.64046096801758, + "msecs": 585.4144096374512, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10728.182077407837, + "relativeCreated": 10670.439720153809, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124107,8 +124107,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,078", - "created": 1610346646.0787852, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.585462, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124118,15 +124118,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 78.78518104553223, + "msecs": 585.4620933532715, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10728.326797485352, + "relativeCreated": 10670.487403869629, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124135,8 +124135,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,078", - "created": 1610346646.0788918, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.585496, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124146,15 +124146,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 78.89175415039062, + "msecs": 585.4959487915039, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10728.43337059021, + "relativeCreated": 10670.521259307861, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124162,8 +124162,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,079", - "created": 1610346646.079055, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.5855496, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124173,15 +124173,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 79.0550708770752, + "msecs": 585.5495929718018, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10728.596687316895, + "relativeCreated": 10670.57490348816, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124190,8 +124190,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,079", - "created": 1610346646.0791614, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.5855849, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124201,15 +124201,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 79.16140556335449, + "msecs": 585.5848789215088, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10728.703022003174, + "relativeCreated": 10670.610189437866, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124217,8 +124217,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:46,079", - "created": 1610346646.0793717, + "asctime": "2021-01-11 11:25:35,585", + "created": 1610360735.5856636, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124228,15 +124228,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 79.37169075012207, + "msecs": 585.6635570526123, "msg": "%s TX -> %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10728.913307189941, + "relativeCreated": 10670.68886756897, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124244,8 +124244,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:46,080", - "created": 1610346646.080488, + "asctime": "2021-01-11 11:25:35,586", + "created": 1610360735.5865989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124255,15 +124255,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 80.48796653747559, + "msecs": 586.5988731384277, "msg": "%s RX <- %s", "name": "root.helpers.unittest", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10730.029582977295, + "relativeCreated": 10671.624183654785, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124271,8 +124271,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,080", - "created": 1610346646.0808294, + "asctime": "2021-01-11 11:25:35,586", + "created": 1610360735.5867422, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124282,15 +124282,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 80.82938194274902, + "msecs": 586.7421627044678, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10730.370998382568, + "relativeCreated": 10671.767473220825, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124299,8 +124299,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:46,081", - "created": 1610346646.0810115, + "asctime": "2021-01-11 11:25:35,586", + "created": 1610360735.586795, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124310,15 +124310,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 81.01153373718262, + "msecs": 586.7950916290283, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10730.553150177002, + "relativeCreated": 10671.820402145386, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124326,8 +124326,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:46,081", - "created": 1610346646.0812705, + "asctime": "2021-01-11 11:25:35,586", + "created": 1610360735.5868723, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124337,15 +124337,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 81.27045631408691, + "msecs": 586.8723392486572, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10730.812072753906, + "relativeCreated": 10671.897649765015, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124356,8 +124356,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:46,081", - "created": 1610346646.0816772, + "asctime": "2021-01-11 11:25:35,587", + "created": 1610360735.5870044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124367,15 +124367,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 81.67719841003418, + "msecs": 587.0044231414795, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10731.218814849854, + "relativeCreated": 10672.029733657837, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -124383,8 +124383,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:46,081", - "created": 1610346646.0818706, + "asctime": "2021-01-11 11:25:35,587", + "created": 1610360735.5870638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124394,37 +124394,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 81.87055587768555, + "msecs": 587.0637893676758, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.unittest", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 10731.412172317505, + "relativeCreated": 10672.089099884033, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" } ], - "msecs": 397.08423614501953, + "msecs": 908.2338809967041, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11046.625852584839, + "relativeCreated": 10993.259191513062, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.315213680267334 + "time_consumption": 0.3211700916290283 }, { "args": [ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:46,397", - "created": 1610346646.3979964, + "asctime": "2021-01-11 11:25:35,909", + "created": 1610360735.9091327, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124441,8 +124441,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:46,397", - "created": 1610346646.3976603, + "asctime": "2021-01-11 11:25:35,908", + "created": 1610360735.9088023, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124452,15 +124452,15 @@ "lineno": 22, "message": "Result (Channel name of server): 'unittest' ()", "module": "test", - "msecs": 397.6602554321289, + "msecs": 908.8022708892822, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11047.201871871948, + "relativeCreated": 10993.82758140564, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -124469,8 +124469,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:46,397", - "created": 1610346646.397841, + "asctime": "2021-01-11 11:25:35,908", + "created": 1610360735.90898, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124480,37 +124480,37 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'unittest' ()", "module": "test", - "msecs": 397.8409767150879, + "msecs": 908.9798927307129, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11047.382593154907, + "relativeCreated": 10994.00520324707, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 397.9964256286621, + "msecs": 909.132719039917, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11047.538042068481, + "relativeCreated": 10994.158029556274, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015544891357421875 + "time_consumption": 0.00015282630920410156 }, { "args": [ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:46,398", - "created": 1610346646.3985183, + "asctime": "2021-01-11 11:25:35,909", + "created": 1610360735.9096513, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124527,8 +124527,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:46,398", - "created": 1610346646.3982377, + "asctime": "2021-01-11 11:25:35,909", + "created": 1610360735.909375, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124538,15 +124538,15 @@ "lineno": 22, "message": "Result (Channel name of client): 'unittest' ()", "module": "test", - "msecs": 398.2377052307129, + "msecs": 909.3749523162842, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11047.779321670532, + "relativeCreated": 10994.400262832642, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -124555,8 +124555,8 @@ "'unittest'", "" ], - "asctime": "2021-01-11 07:30:46,398", - "created": 1610346646.3983796, + "asctime": "2021-01-11 11:25:35,909", + "created": 1610360735.9095166, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -124566,34 +124566,34 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'unittest' ()", "module": "test", - "msecs": 398.3795642852783, + "msecs": 909.5165729522705, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11047.921180725098, + "relativeCreated": 10994.541883468628, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 398.51832389831543, + "msecs": 909.6512794494629, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11048.059940338135, + "relativeCreated": 10994.67658996582, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013875961303710938 + "time_consumption": 0.0001347064971923828 }, { "args": [], - "asctime": "2021-01-11 07:30:46,398", - "created": 1610346646.398878, + "asctime": "2021-01-11 11:25:35,910", + "created": 1610360735.9100194, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -124604,22 +124604,22 @@ "message": "Setting Channel name for client only", "module": "test_communication", "moduleLogger": [], - "msecs": 398.8780975341797, + "msecs": 910.0193977355957, "msg": "Setting Channel name for client only", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11048.419713973999, + "relativeCreated": 10995.044708251953, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:46,744", - "created": 1610346646.744939, + "asctime": "2021-01-11 11:25:36,255", + "created": 1610360736.255913, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -124634,8 +124634,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:46,399", - "created": 1610346646.3990917, + "asctime": "2021-01-11 11:25:35,910", + "created": 1610360735.910236, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124645,23 +124645,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 399.0917205810547, + "msecs": 910.2358818054199, "msg": "%s Connection Lost...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11048.633337020874, + "relativeCreated": 10995.261192321777, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:46,399", - "created": 1610346646.3992524, + "asctime": "2021-01-11 11:25:35,910", + "created": 1610360735.9103932, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124671,23 +124671,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 399.25241470336914, + "msecs": 910.393238067627, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11048.794031143188, + "relativeCreated": 10995.418548583984, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:46,399", - "created": 1610346646.3993974, + "asctime": "2021-01-11 11:25:35,910", + "created": 1610360735.9105318, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124697,23 +124697,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 399.3973731994629, + "msecs": 910.531759262085, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11048.938989639282, + "relativeCreated": 10995.557069778442, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:46,399", - "created": 1610346646.3995316, + "asctime": "2021-01-11 11:25:35,910", + "created": 1610360735.9106631, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124723,23 +124723,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 399.53160285949707, + "msecs": 910.6631278991699, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11049.073219299316, + "relativeCreated": 10995.688438415527, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:46,399", - "created": 1610346646.3996735, + "asctime": "2021-01-11 11:25:35,910", + "created": 1610360735.9108047, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124749,23 +124749,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 399.6734619140625, + "msecs": 910.8047485351562, "msg": "%s Connection established...", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11049.215078353882, + "relativeCreated": 10995.830059051514, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:46,399", - "created": 1610346646.3998184, + "asctime": "2021-01-11 11:25:35,910", + "created": 1610360735.9109392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124775,23 +124775,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 399.81842041015625, + "msecs": 910.9392166137695, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11049.360036849976, + "relativeCreated": 10995.964527130127, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:46,399", - "created": 1610346646.3999584, + "asctime": "2021-01-11 11:25:35,911", + "created": 1610360735.9110734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124801,15 +124801,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 399.95837211608887, + "msecs": 911.0734462738037, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11049.499988555908, + "relativeCreated": 10996.098756790161, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -124820,8 +124820,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 07:30:46,400", - "created": 1610346646.4005508, + "asctime": "2021-01-11 11:25:35,911", + "created": 1610360735.9116693, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124831,23 +124831,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 400.55084228515625, + "msecs": 911.6692543029785, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11050.092458724976, + "relativeCreated": 10996.694564819336, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:46,401", - "created": 1610346646.401231, + "asctime": "2021-01-11 11:25:35,912", + "created": 1610360735.9122536, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124857,23 +124857,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 401.231050491333, + "msecs": 912.2536182403564, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11050.772666931152, + "relativeCreated": 10997.278928756714, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:46,401", - "created": 1610346646.401414, + "asctime": "2021-01-11 11:25:35,912", + "created": 1610360735.912423, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124883,23 +124883,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 401.4139175415039, + "msecs": 912.4228954315186, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11050.955533981323, + "relativeCreated": 10997.448205947876, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:46,401", - "created": 1610346646.401617, + "asctime": "2021-01-11 11:25:35,912", + "created": 1610360735.9125688, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124909,15 +124909,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 401.61705017089844, + "msecs": 912.5688076019287, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11051.158666610718, + "relativeCreated": 10997.594118118286, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -124925,8 +124925,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65" ], - "asctime": "2021-01-11 07:30:46,402", - "created": 1610346646.4020038, + "asctime": "2021-01-11 11:25:35,912", + "created": 1610360735.9129982, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124936,15 +124936,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65", "module": "__init__", - "msecs": 402.0037651062012, + "msecs": 912.9981994628906, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11051.54538154602, + "relativeCreated": 10998.023509979248, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -124952,8 +124952,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65" ], - "asctime": "2021-01-11 07:30:46,410", - "created": 1610346646.4104302, + "asctime": "2021-01-11 11:25:35,921", + "created": 1610360735.9214683, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -124963,15 +124963,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 63 6c 69 65", "module": "__init__", - "msecs": 410.4301929473877, + "msecs": 921.4682579040527, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11059.971809387207, + "relativeCreated": 11006.49356842041, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -124979,8 +124979,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,410", - "created": 1610346646.410729, + "asctime": "2021-01-11 11:25:35,921", + "created": 1610360735.9217572, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -124990,15 +124990,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 410.72893142700195, + "msecs": 921.7572212219238, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11060.270547866821, + "relativeCreated": 11006.782531738281, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125007,8 +125007,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:46,410", - "created": 1610346646.410894, + "asctime": "2021-01-11 11:25:35,921", + "created": 1610360735.9219208, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125018,15 +125018,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 410.89391708374023, + "msecs": 921.9207763671875, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11060.43553352356, + "relativeCreated": 11006.946086883545, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125034,8 +125034,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,411", - "created": 1610346646.4110987, + "asctime": "2021-01-11 11:25:35,922", + "created": 1610360735.9221191, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125045,15 +125045,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 411.0987186431885, + "msecs": 922.119140625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11060.640335083008, + "relativeCreated": 11007.144451141357, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125062,8 +125062,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,411", - "created": 1610346646.4112556, + "asctime": "2021-01-11 11:25:35,922", + "created": 1610360735.9222727, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125073,15 +125073,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 411.2555980682373, + "msecs": 922.2726821899414, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11060.797214508057, + "relativeCreated": 11007.297992706299, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125089,8 +125089,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,411", - "created": 1610346646.411468, + "asctime": "2021-01-11 11:25:35,922", + "created": 1610360735.922493, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125100,15 +125100,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 411.4680290222168, + "msecs": 922.4929809570312, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11061.009645462036, + "relativeCreated": 11007.518291473389, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125117,8 +125117,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,411", - "created": 1610346646.4116197, + "asctime": "2021-01-11 11:25:35,922", + "created": 1610360735.9226286, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125128,15 +125128,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 411.6196632385254, + "msecs": 922.62864112854, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11061.161279678345, + "relativeCreated": 11007.653951644897, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125144,8 +125144,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,411", - "created": 1610346646.4118073, + "asctime": "2021-01-11 11:25:35,922", + "created": 1610360735.9228098, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125155,15 +125155,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 411.8072986602783, + "msecs": 922.8098392486572, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11061.348915100098, + "relativeCreated": 11007.835149765015, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125172,8 +125172,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,411", - "created": 1610346646.4119413, + "asctime": "2021-01-11 11:25:35,922", + "created": 1610360735.922939, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125183,15 +125183,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 411.9412899017334, + "msecs": 922.9390621185303, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11061.482906341553, + "relativeCreated": 11007.964372634888, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125199,8 +125199,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,412", - "created": 1610346646.4121158, + "asctime": "2021-01-11 11:25:35,923", + "created": 1610360735.9231114, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125210,15 +125210,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 412.11581230163574, + "msecs": 923.1114387512207, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11061.657428741455, + "relativeCreated": 11008.136749267578, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125227,8 +125227,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,412", - "created": 1610346646.4122467, + "asctime": "2021-01-11 11:25:35,923", + "created": 1610360735.9232411, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125238,15 +125238,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 412.2467041015625, + "msecs": 923.241138458252, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11061.788320541382, + "relativeCreated": 11008.26644897461, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125254,8 +125254,8 @@ "comm-client:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2021-01-11 07:30:46,412", - "created": 1610346646.4125264, + "asctime": "2021-01-11 11:25:35,923", + "created": 1610360735.9235117, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125265,15 +125265,15 @@ "lineno": 284, "message": "comm-client: TX -> (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 412.52636909484863, + "msecs": 923.5117435455322, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11062.067985534668, + "relativeCreated": 11008.53705406189, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125281,8 +125281,8 @@ "comm-server:", "(10): 6e 74 22 7d ee af 7b 7e 3a 3e" ], - "asctime": "2021-01-11 07:30:46,414", - "created": 1610346646.4141052, + "asctime": "2021-01-11 11:25:35,925", + "created": 1610360735.92508, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125292,15 +125292,15 @@ "lineno": 414, "message": "comm-server: RX <- (10): 6e 74 22 7d ee af 7b 7e 3a 3e", "module": "__init__", - "msecs": 414.1051769256592, + "msecs": 925.0800609588623, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11063.646793365479, + "relativeCreated": 11010.10537147522, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125308,8 +125308,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,414", - "created": 1610346646.414386, + "asctime": "2021-01-11 11:25:35,925", + "created": 1610360735.9254146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125319,15 +125319,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 414.3860340118408, + "msecs": 925.4145622253418, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11063.92765045166, + "relativeCreated": 11010.4398727417, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125336,8 +125336,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:46,414", - "created": 1610346646.414526, + "asctime": "2021-01-11 11:25:35,925", + "created": 1610360735.9255862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125347,15 +125347,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 414.52598571777344, + "msecs": 925.5862236022949, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11064.067602157593, + "relativeCreated": 11010.611534118652, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125363,8 +125363,8 @@ "STP:", "(66): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 63 6c 69 65 6e 74 22 7d ee af 7b 7e" ], - "asctime": "2021-01-11 07:30:46,414", - "created": 1610346646.4147317, + "asctime": "2021-01-11 11:25:35,925", + "created": 1610360735.92586, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125374,15 +125374,15 @@ "lineno": 148, "message": "STP: message identified - (66): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 63 6c 69 65 6e 74 22 7d ee af 7b 7e", "module": "stp", - "msecs": 414.7317409515381, + "msecs": 925.8599281311035, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11064.273357391357, + "relativeCreated": 11010.885238647461, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125393,8 +125393,8 @@ "status: okay", "'client'" ], - "asctime": "2021-01-11 07:30:46,415", - "created": 1610346646.4150417, + "asctime": "2021-01-11 11:25:35,926", + "created": 1610360735.9262667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125404,15 +125404,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"'client'\"", "module": "__init__", - "msecs": 415.0416851043701, + "msecs": 926.2666702270508, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11064.58330154419, + "relativeCreated": 11011.291980743408, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125420,8 +125420,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:46,415", - "created": 1610346646.4152112, + "asctime": "2021-01-11 11:25:35,926", + "created": 1610360735.9264958, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125431,15 +125431,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 415.2112007141113, + "msecs": 926.4957904815674, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11064.75281715393, + "relativeCreated": 11011.521100997925, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125447,8 +125447,8 @@ "prot-server:", "'client'" ], - "asctime": "2021-01-11 07:30:46,415", - "created": 1610346646.4154673, + "asctime": "2021-01-11 11:25:35,926", + "created": 1610360735.926761, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125458,15 +125458,15 @@ "lineno": 420, "message": "prot-server: channel name is now 'client'", "module": "__init__", - "msecs": 415.4672622680664, + "msecs": 926.7609119415283, "msg": "%s channel name is now %s", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11065.008878707886, + "relativeCreated": 11011.786222457886, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125477,8 +125477,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:46,415", - "created": 1610346646.4156628, + "asctime": "2021-01-11 11:25:35,927", + "created": 1610360735.9270074, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125488,15 +125488,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 415.6627655029297, + "msecs": 927.0074367523193, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11065.204381942749, + "relativeCreated": 11012.032747268677, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -125504,8 +125504,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:46,416", - "created": 1610346646.416453, + "asctime": "2021-01-11 11:25:35,928", + "created": 1610360735.928116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125515,15 +125515,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 416.45288467407227, + "msecs": 928.1160831451416, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11065.994501113892, + "relativeCreated": 11013.141393661499, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125531,8 +125531,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:46,424", - "created": 1610346646.424847, + "asctime": "2021-01-11 11:25:35,936", + "created": 1610360735.9364676, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125542,15 +125542,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 424.846887588501, + "msecs": 936.4676475524902, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11074.38850402832, + "relativeCreated": 11021.492958068848, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125558,8 +125558,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,425", - "created": 1610346646.4250934, + "asctime": "2021-01-11 11:25:35,936", + "created": 1610360735.9366136, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125569,15 +125569,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 425.093412399292, + "msecs": 936.6135597229004, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11074.635028839111, + "relativeCreated": 11021.638870239258, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125586,8 +125586,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:46,425", - "created": 1610346646.4252462, + "asctime": "2021-01-11 11:25:35,936", + "created": 1610360735.9367006, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125597,15 +125597,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 425.2462387084961, + "msecs": 936.7005825042725, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11074.787855148315, + "relativeCreated": 11021.72589302063, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125613,8 +125613,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,425", - "created": 1610346646.4254134, + "asctime": "2021-01-11 11:25:35,936", + "created": 1610360735.9368129, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125624,15 +125624,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 425.4133701324463, + "msecs": 936.8128776550293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11074.954986572266, + "relativeCreated": 11021.838188171387, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125641,8 +125641,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,425", - "created": 1610346646.425565, + "asctime": "2021-01-11 11:25:35,936", + "created": 1610360735.9368787, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125652,15 +125652,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 425.5650043487549, + "msecs": 936.8786811828613, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11075.106620788574, + "relativeCreated": 11021.903991699219, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125668,8 +125668,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,425", - "created": 1610346646.4257317, + "asctime": "2021-01-11 11:25:35,936", + "created": 1610360735.9369698, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125679,15 +125679,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 425.7316589355469, + "msecs": 936.9697570800781, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11075.273275375366, + "relativeCreated": 11021.995067596436, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125696,8 +125696,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,425", - "created": 1610346646.4258428, + "asctime": "2021-01-11 11:25:35,937", + "created": 1610360735.9370296, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125707,15 +125707,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 425.8427619934082, + "msecs": 937.0296001434326, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11075.384378433228, + "relativeCreated": 11022.05491065979, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125723,8 +125723,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,425", - "created": 1610346646.4259896, + "asctime": "2021-01-11 11:25:35,937", + "created": 1610360735.9371102, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125734,15 +125734,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 425.98962783813477, + "msecs": 937.110185623169, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11075.531244277954, + "relativeCreated": 11022.135496139526, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125751,8 +125751,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,426", - "created": 1610346646.426096, + "asctime": "2021-01-11 11:25:35,937", + "created": 1610360735.9371684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125762,15 +125762,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 426.09596252441406, + "msecs": 937.1683597564697, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11075.637578964233, + "relativeCreated": 11022.193670272827, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125778,8 +125778,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,426", - "created": 1610346646.4262354, + "asctime": "2021-01-11 11:25:35,937", + "created": 1610360735.937245, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125789,15 +125789,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 426.2354373931885, + "msecs": 937.2448921203613, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11075.777053833008, + "relativeCreated": 11022.270202636719, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125806,8 +125806,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,426", - "created": 1610346646.4263406, + "asctime": "2021-01-11 11:25:35,937", + "created": 1610360735.937303, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125817,15 +125817,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 426.34057998657227, + "msecs": 937.3030662536621, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11075.882196426392, + "relativeCreated": 11022.32837677002, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125833,8 +125833,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:46,426", - "created": 1610346646.4265378, + "asctime": "2021-01-11 11:25:35,937", + "created": 1610360735.9374146, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125844,15 +125844,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 426.53775215148926, + "msecs": 937.4146461486816, "msg": "%s TX -> %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11076.079368591309, + "relativeCreated": 11022.439956665039, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125860,8 +125860,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:46,427", - "created": 1610346646.4276154, + "asctime": "2021-01-11 11:25:35,938", + "created": 1610360735.938389, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125871,15 +125871,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 427.6154041290283, + "msecs": 938.3890628814697, "msg": "%s RX <- %s", "name": "root.helpers.client", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11077.157020568848, + "relativeCreated": 11023.414373397827, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125887,8 +125887,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,427", - "created": 1610346646.4279096, + "asctime": "2021-01-11 11:25:35,938", + "created": 1610360735.9385464, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125898,15 +125898,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 427.90961265563965, + "msecs": 938.5464191436768, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11077.451229095459, + "relativeCreated": 11023.571729660034, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125915,8 +125915,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:46,428", - "created": 1610346646.4280784, + "asctime": "2021-01-11 11:25:35,938", + "created": 1610360735.9386578, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125926,15 +125926,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 428.07841300964355, + "msecs": 938.6577606201172, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11077.620029449463, + "relativeCreated": 11023.683071136475, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125942,8 +125942,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:46,428", - "created": 1610346646.4282837, + "asctime": "2021-01-11 11:25:35,938", + "created": 1610360735.9387722, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -125953,15 +125953,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 428.28369140625, + "msecs": 938.7722015380859, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11077.82530784607, + "relativeCreated": 11023.797512054443, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125972,8 +125972,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:46,428", - "created": 1610346646.4286535, + "asctime": "2021-01-11 11:25:35,938", + "created": 1610360735.938948, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -125983,15 +125983,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 428.6534786224365, + "msecs": 938.9479160308838, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11078.195095062256, + "relativeCreated": 11023.973226547241, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -125999,8 +125999,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:46,428", - "created": 1610346646.4288104, + "asctime": "2021-01-11 11:25:35,939", + "created": 1610360735.9390314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126010,37 +126010,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 428.81035804748535, + "msecs": 939.0313625335693, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.client", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11078.351974487305, + "relativeCreated": 11024.056673049927, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" } ], - "msecs": 744.9390888214111, + "msecs": 255.91301918029785, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11394.48070526123, + "relativeCreated": 11340.938329696655, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3161287307739258 + "time_consumption": 0.3168816566467285 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,745", - "created": 1610346646.7459352, + "asctime": "2021-01-11 11:25:36,256", + "created": 1610360736.2568185, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126057,8 +126057,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,745", - "created": 1610346646.7455792, + "asctime": "2021-01-11 11:25:36,256", + "created": 1610360736.2564554, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126068,15 +126068,15 @@ "lineno": 22, "message": "Result (Channel name of server): 'client' ()", "module": "test", - "msecs": 745.5792427062988, + "msecs": 256.4554214477539, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11395.120859146118, + "relativeCreated": 11341.480731964111, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -126085,8 +126085,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,745", - "created": 1610346646.7457676, + "asctime": "2021-01-11 11:25:36,256", + "created": 1610360736.256633, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126096,37 +126096,37 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'client' ()", "module": "test", - "msecs": 745.7675933837891, + "msecs": 256.63304328918457, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11395.309209823608, + "relativeCreated": 11341.658353805542, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 745.9352016448975, + "msecs": 256.8185329437256, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11395.476818084717, + "relativeCreated": 11341.843843460083, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016760826110839844 + "time_consumption": 0.00018548965454101562 }, { "args": [ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,746", - "created": 1610346646.7464561, + "asctime": "2021-01-11 11:25:36,257", + "created": 1610360736.2573485, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126143,8 +126143,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,746", - "created": 1610346646.7461772, + "asctime": "2021-01-11 11:25:36,257", + "created": 1610360736.2570689, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126154,15 +126154,15 @@ "lineno": 22, "message": "Result (Channel name of client): 'client' ()", "module": "test", - "msecs": 746.1771965026855, + "msecs": 257.0688724517822, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11395.718812942505, + "relativeCreated": 11342.09418296814, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -126171,8 +126171,8 @@ "'client'", "" ], - "asctime": "2021-01-11 07:30:46,746", - "created": 1610346646.7463205, + "asctime": "2021-01-11 11:25:36,257", + "created": 1610360736.257213, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -126182,34 +126182,34 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'client' ()", "module": "test", - "msecs": 746.3204860687256, + "msecs": 257.2131156921387, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11395.862102508545, + "relativeCreated": 11342.238426208496, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 746.4561462402344, + "msecs": 257.34853744506836, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11395.997762680054, + "relativeCreated": 11342.373847961426, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013566017150878906 + "time_consumption": 0.0001354217529296875 }, { "args": [], - "asctime": "2021-01-11 07:30:46,746", - "created": 1610346646.7468078, + "asctime": "2021-01-11 11:25:36,257", + "created": 1610360736.2576947, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -126220,22 +126220,22 @@ "message": "Setting Channel name for server only", "module": "test_communication", "moduleLogger": [], - "msecs": 746.8078136444092, + "msecs": 257.6947212219238, "msg": "Setting Channel name for server only", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11396.349430084229, + "relativeCreated": 11342.720031738281, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:47,092", - "created": 1610346647.0924075, + "asctime": "2021-01-11 11:25:36,603", + "created": 1610360736.603271, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -126250,8 +126250,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:46,747", - "created": 1610346646.747034, + "asctime": "2021-01-11 11:25:36,257", + "created": 1610360736.2579618, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126261,23 +126261,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 747.0340728759766, + "msecs": 257.9617500305176, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11396.575689315796, + "relativeCreated": 11342.987060546875, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:46,747", - "created": 1610346646.7471967, + "asctime": "2021-01-11 11:25:36,258", + "created": 1610360736.2581239, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126287,23 +126287,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 747.1966743469238, + "msecs": 258.12387466430664, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11396.738290786743, + "relativeCreated": 11343.149185180664, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:46,747", - "created": 1610346646.7473383, + "asctime": "2021-01-11 11:25:36,258", + "created": 1610360736.258268, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126313,23 +126313,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 747.3382949829102, + "msecs": 258.2681179046631, "msg": "%s Connection Lost...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11396.87991142273, + "relativeCreated": 11343.29342842102, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:46,747", - "created": 1610346646.7474732, + "asctime": "2021-01-11 11:25:36,258", + "created": 1610360736.2584152, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126339,23 +126339,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 747.4732398986816, + "msecs": 258.41522216796875, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11397.014856338501, + "relativeCreated": 11343.440532684326, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:46,747", - "created": 1610346646.7476146, + "asctime": "2021-01-11 11:25:36,258", + "created": 1610360736.2585602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126365,23 +126365,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 747.6146221160889, + "msecs": 258.5601806640625, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11397.156238555908, + "relativeCreated": 11343.58549118042, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:46,747", - "created": 1610346646.747762, + "asctime": "2021-01-11 11:25:36,258", + "created": 1610360736.2586935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126391,23 +126391,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 747.7619647979736, + "msecs": 258.6934566497803, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11397.303581237793, + "relativeCreated": 11343.718767166138, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:46,747", - "created": 1610346646.7479024, + "asctime": "2021-01-11 11:25:36,258", + "created": 1610360736.2588296, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126417,15 +126417,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 747.9023933410645, + "msecs": 258.82959365844727, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11397.444009780884, + "relativeCreated": 11343.854904174805, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -126436,8 +126436,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:46,748", - "created": 1610346646.7481546, + "asctime": "2021-01-11 11:25:36,259", + "created": 1610360736.259075, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126447,23 +126447,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 748.1546401977539, + "msecs": 259.0749263763428, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11397.696256637573, + "relativeCreated": 11344.1002368927, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:46,748", - "created": 1610346646.7487395, + "asctime": "2021-01-11 11:25:36,259", + "created": 1610360736.2596295, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126473,23 +126473,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 748.73948097229, + "msecs": 259.629487991333, "msg": "%s Connection established...", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11398.28109741211, + "relativeCreated": 11344.65479850769, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:46,748", - "created": 1610346646.7489042, + "asctime": "2021-01-11 11:25:36,259", + "created": 1610360736.2597935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126499,23 +126499,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 748.9042282104492, + "msecs": 259.7935199737549, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11398.445844650269, + "relativeCreated": 11344.818830490112, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:46,749", - "created": 1610346646.749053, + "asctime": "2021-01-11 11:25:36,259", + "created": 1610360736.259938, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126525,15 +126525,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 749.0530014038086, + "msecs": 259.93800163269043, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11398.594617843628, + "relativeCreated": 11344.963312149048, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -126541,8 +126541,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:46,749", - "created": 1610346646.7494125, + "asctime": "2021-01-11 11:25:36,260", + "created": 1610360736.2603517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126552,15 +126552,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 749.4125366210938, + "msecs": 260.35165786743164, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11398.954153060913, + "relativeCreated": 11345.376968383789, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126568,8 +126568,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:46,757", - "created": 1610346646.7578113, + "asctime": "2021-01-11 11:25:36,268", + "created": 1610360736.268878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126579,15 +126579,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 757.8113079071045, + "msecs": 268.8779830932617, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11407.352924346924, + "relativeCreated": 11353.90329360962, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126595,8 +126595,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,758", - "created": 1610346646.758079, + "asctime": "2021-01-11 11:25:36,269", + "created": 1610360736.2691643, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126606,15 +126606,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 758.0790519714355, + "msecs": 269.1643238067627, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11407.620668411255, + "relativeCreated": 11354.18963432312, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126623,8 +126623,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:46,758", - "created": 1610346646.758237, + "asctime": "2021-01-11 11:25:36,269", + "created": 1610360736.2693424, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126634,15 +126634,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 758.2368850708008, + "msecs": 269.34242248535156, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11407.77850151062, + "relativeCreated": 11354.367733001709, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126650,8 +126650,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,758", - "created": 1610346646.7584162, + "asctime": "2021-01-11 11:25:36,269", + "created": 1610360736.2695434, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126661,15 +126661,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 758.4161758422852, + "msecs": 269.5434093475342, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11407.957792282104, + "relativeCreated": 11354.568719863892, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126678,8 +126678,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,758", - "created": 1610346646.7585413, + "asctime": "2021-01-11 11:25:36,269", + "created": 1610360736.2696865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126689,15 +126689,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 758.5413455963135, + "msecs": 269.6864604949951, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11408.082962036133, + "relativeCreated": 11354.711771011353, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126705,8 +126705,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,758", - "created": 1610346646.758727, + "asctime": "2021-01-11 11:25:36,269", + "created": 1610360736.2698925, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126716,15 +126716,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 758.7270736694336, + "msecs": 269.89245414733887, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11408.268690109253, + "relativeCreated": 11354.917764663696, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126733,8 +126733,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,758", - "created": 1610346646.758848, + "asctime": "2021-01-11 11:25:36,270", + "created": 1610360736.2700248, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126744,15 +126744,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 758.8479518890381, + "msecs": 270.02477645874023, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11408.389568328857, + "relativeCreated": 11355.050086975098, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126760,8 +126760,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,759", - "created": 1610346646.7590103, + "asctime": "2021-01-11 11:25:36,270", + "created": 1610360736.2702072, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126771,15 +126771,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 759.0103149414062, + "msecs": 270.20716667175293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11408.551931381226, + "relativeCreated": 11355.23247718811, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126788,8 +126788,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,759", - "created": 1610346646.7591276, + "asctime": "2021-01-11 11:25:36,270", + "created": 1610360736.2703466, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126799,15 +126799,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 759.1276168823242, + "msecs": 270.34664154052734, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11408.669233322144, + "relativeCreated": 11355.371952056885, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126815,8 +126815,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,759", - "created": 1610346646.7592824, + "asctime": "2021-01-11 11:25:36,270", + "created": 1610360736.2705207, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126826,15 +126826,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 759.2823505401611, + "msecs": 270.5206871032715, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11408.82396697998, + "relativeCreated": 11355.545997619629, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126843,8 +126843,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,759", - "created": 1610346646.7594101, + "asctime": "2021-01-11 11:25:36,270", + "created": 1610360736.2706516, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126854,15 +126854,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 759.4101428985596, + "msecs": 270.65157890319824, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11408.951759338379, + "relativeCreated": 11355.676889419556, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126870,8 +126870,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:46,759", - "created": 1610346646.7596462, + "asctime": "2021-01-11 11:25:36,270", + "created": 1610360736.270896, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126881,15 +126881,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 759.6461772918701, + "msecs": 270.89595794677734, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11409.18779373169, + "relativeCreated": 11355.921268463135, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126897,8 +126897,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:46,760", - "created": 1610346646.7607527, + "asctime": "2021-01-11 11:25:36,272", + "created": 1610360736.2720249, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -126908,15 +126908,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 760.7526779174805, + "msecs": 272.02486991882324, "msg": "%s RX <- %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11410.2942943573, + "relativeCreated": 11357.05018043518, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126924,8 +126924,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,761", - "created": 1610346646.761033, + "asctime": "2021-01-11 11:25:36,272", + "created": 1610360736.2723079, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126935,15 +126935,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 761.0330581665039, + "msecs": 272.3078727722168, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11410.574674606323, + "relativeCreated": 11357.333183288574, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126952,8 +126952,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:46,761", - "created": 1610346646.7611754, + "asctime": "2021-01-11 11:25:36,272", + "created": 1610360736.2724595, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126963,15 +126963,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 761.1753940582275, + "msecs": 272.4595069885254, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11410.717010498047, + "relativeCreated": 11357.484817504883, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -126979,8 +126979,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:46,761", - "created": 1610346646.7614095, + "asctime": "2021-01-11 11:25:36,272", + "created": 1610360736.2727244, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -126990,15 +126990,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 761.4095211029053, + "msecs": 272.7243900299072, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11410.951137542725, + "relativeCreated": 11357.749700546265, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -127009,8 +127009,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:46,761", - "created": 1610346646.7618194, + "asctime": "2021-01-11 11:25:36,273", + "created": 1610360736.2730854, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127020,15 +127020,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 761.8193626403809, + "msecs": 273.085355758667, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11411.3609790802, + "relativeCreated": 11358.110666275024, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -127036,8 +127036,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:46,761", - "created": 1610346646.7619965, + "asctime": "2021-01-11 11:25:36,273", + "created": 1610360736.273252, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127047,15 +127047,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 761.9965076446533, + "msecs": 273.252010345459, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11411.538124084473, + "relativeCreated": 11358.277320861816, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -127066,8 +127066,8 @@ "status: okay", "'server'" ], - "asctime": "2021-01-11 07:30:46,762", - "created": 1610346646.7622097, + "asctime": "2021-01-11 11:25:36,273", + "created": 1610360736.2734723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127077,15 +127077,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"'server'\"", "module": "__init__", - "msecs": 762.2096538543701, + "msecs": 273.4723091125488, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11411.75127029419, + "relativeCreated": 11358.497619628906, "stack_info": null, - "thread": 140561713452800, + "thread": 140653577094912, "threadName": "Thread-13" }, { @@ -127093,8 +127093,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 73 65 72 76" ], - "asctime": "2021-01-11 07:30:46,763", - "created": 1610346646.7631829, + "asctime": "2021-01-11 11:25:36,274", + "created": 1610360736.2745209, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127104,15 +127104,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 73 65 72 76", "module": "__init__", - "msecs": 763.1828784942627, + "msecs": 274.5208740234375, "msg": "%s TX -> %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11412.724494934082, + "relativeCreated": 11359.546184539795, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127120,8 +127120,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 73 65 72 76" ], - "asctime": "2021-01-11 07:30:46,771", - "created": 1610346646.7716062, + "asctime": "2021-01-11 11:25:36,282", + "created": 1610360736.2829578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127131,15 +127131,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 73 65 72 76", "module": "__init__", - "msecs": 771.6062068939209, + "msecs": 282.9577922821045, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11421.14782333374, + "relativeCreated": 11367.983102798462, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127147,8 +127147,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,771", - "created": 1610346646.771853, + "asctime": "2021-01-11 11:25:36,283", + "created": 1610360736.2832153, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127158,15 +127158,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 771.852970123291, + "msecs": 283.2152843475342, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11421.39458656311, + "relativeCreated": 11368.240594863892, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127175,8 +127175,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:46,771", - "created": 1610346646.7719865, + "asctime": "2021-01-11 11:25:36,283", + "created": 1610360736.2833626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127186,15 +127186,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 771.9864845275879, + "msecs": 283.36262702941895, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11421.528100967407, + "relativeCreated": 11368.387937545776, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127202,8 +127202,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,772", - "created": 1610346646.7721477, + "asctime": "2021-01-11 11:25:36,283", + "created": 1610360736.2835364, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127213,15 +127213,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 772.1476554870605, + "msecs": 283.536434173584, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11421.68927192688, + "relativeCreated": 11368.561744689941, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127230,8 +127230,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,772", - "created": 1610346646.7722933, + "asctime": "2021-01-11 11:25:36,283", + "created": 1610360736.2836845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127241,15 +127241,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 772.2933292388916, + "msecs": 283.68449211120605, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11421.834945678711, + "relativeCreated": 11368.709802627563, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127257,8 +127257,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,772", - "created": 1610346646.7724662, + "asctime": "2021-01-11 11:25:36,283", + "created": 1610360736.283875, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127268,15 +127268,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 772.4661827087402, + "msecs": 283.8749885559082, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11422.00779914856, + "relativeCreated": 11368.900299072266, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127285,8 +127285,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,772", - "created": 1610346646.7725759, + "asctime": "2021-01-11 11:25:36,283", + "created": 1610360736.2839944, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127296,15 +127296,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 772.575855255127, + "msecs": 283.9944362640381, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11422.117471694946, + "relativeCreated": 11369.019746780396, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127312,8 +127312,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,772", - "created": 1610346646.7727208, + "asctime": "2021-01-11 11:25:36,284", + "created": 1610360736.2841542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127323,15 +127323,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 772.7208137512207, + "msecs": 284.15417671203613, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11422.26243019104, + "relativeCreated": 11369.179487228394, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127340,8 +127340,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,772", - "created": 1610346646.772826, + "asctime": "2021-01-11 11:25:36,284", + "created": 1610360736.284269, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127351,15 +127351,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 772.8259563446045, + "msecs": 284.2690944671631, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11422.367572784424, + "relativeCreated": 11369.29440498352, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127367,8 +127367,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,772", - "created": 1610346646.7729638, + "asctime": "2021-01-11 11:25:36,284", + "created": 1610360736.2844214, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127378,15 +127378,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 772.9637622833252, + "msecs": 284.421443939209, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11422.505378723145, + "relativeCreated": 11369.446754455566, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127395,8 +127395,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:46,773", - "created": 1610346646.7730668, + "asctime": "2021-01-11 11:25:36,284", + "created": 1610360736.284536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127406,15 +127406,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 773.0667591094971, + "msecs": 284.53588485717773, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11422.608375549316, + "relativeCreated": 11369.561195373535, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127422,8 +127422,8 @@ "comm-server:", "(10): 65 72 22 7d ac a3 7b cc 3a 3e" ], - "asctime": "2021-01-11 07:30:46,773", - "created": 1610346646.7732673, + "asctime": "2021-01-11 11:25:36,284", + "created": 1610360736.2847893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127433,15 +127433,15 @@ "lineno": 284, "message": "comm-server: TX -> (10): 65 72 22 7d ac a3 7b cc 3a 3e", "module": "__init__", - "msecs": 773.2672691345215, + "msecs": 284.7893238067627, "msg": "%s TX -> %s", "name": "root.helpers.server", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11422.80888557434, + "relativeCreated": 11369.81463432312, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127449,8 +127449,8 @@ "comm-client:", "(10): 65 72 22 7d ac a3 7b cc 3a 3e" ], - "asctime": "2021-01-11 07:30:46,774", - "created": 1610346646.7748485, + "asctime": "2021-01-11 11:25:36,286", + "created": 1610360736.286392, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127460,15 +127460,15 @@ "lineno": 414, "message": "comm-client: RX <- (10): 65 72 22 7d ac a3 7b cc 3a 3e", "module": "__init__", - "msecs": 774.848461151123, + "msecs": 286.3919734954834, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11424.390077590942, + "relativeCreated": 11371.41728401184, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127476,8 +127476,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:46,775", - "created": 1610346646.7751296, + "asctime": "2021-01-11 11:25:36,286", + "created": 1610360736.286688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127487,15 +127487,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 775.1295566558838, + "msecs": 286.68808937072754, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11424.671173095703, + "relativeCreated": 11371.713399887085, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127504,8 +127504,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:46,775", - "created": 1610346646.7752655, + "asctime": "2021-01-11 11:25:36,286", + "created": 1610360736.2868378, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127515,15 +127515,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 775.2654552459717, + "msecs": 286.8378162384033, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11424.807071685791, + "relativeCreated": 11371.86312675476, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127531,8 +127531,8 @@ "STP:", "(66): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 73 65 72 76 65 72 22 7d ac a3 7b cc" ], - "asctime": "2021-01-11 07:30:46,775", - "created": 1610346646.7754745, + "asctime": "2021-01-11 11:25:36,287", + "created": 1610360736.2870631, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -127542,15 +127542,15 @@ "lineno": 148, "message": "STP: message identified - (66): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 73 65 72 76 65 72 22 7d ac a3 7b cc", "module": "stp", - "msecs": 775.4745483398438, + "msecs": 287.0631217956543, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11425.016164779663, + "relativeCreated": 11372.088432312012, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127561,8 +127561,8 @@ "status: okay", "'server'" ], - "asctime": "2021-01-11 07:30:46,775", - "created": 1610346646.7758012, + "asctime": "2021-01-11 11:25:36,287", + "created": 1610360736.2874126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127572,15 +127572,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"'server'\"", "module": "__init__", - "msecs": 775.8011817932129, + "msecs": 287.4126434326172, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11425.342798233032, + "relativeCreated": 11372.437953948975, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127588,8 +127588,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:46,775", - "created": 1610346646.775953, + "asctime": "2021-01-11 11:25:36,287", + "created": 1610360736.2875872, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127599,15 +127599,15 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 775.9530544281006, + "msecs": 287.58716583251953, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11425.49467086792, + "relativeCreated": 11372.612476348877, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" }, { @@ -127615,8 +127615,8 @@ "prot-client:", "'server'" ], - "asctime": "2021-01-11 07:30:46,776", - "created": 1610346646.7761838, + "asctime": "2021-01-11 11:25:36,287", + "created": 1610360736.287824, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127626,37 +127626,37 @@ "lineno": 407, "message": "prot-client: channel name is now 'server'", "module": "__init__", - "msecs": 776.1838436126709, + "msecs": 287.8239154815674, "msg": "%s channel name is now %s", "name": "root.socket_protocol.server", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11425.72546005249, + "relativeCreated": 11372.849225997925, "stack_info": null, - "thread": 140561705060096, + "thread": 140653568702208, "threadName": "Thread-14" } ], - "msecs": 92.4074649810791, + "msecs": 603.2710075378418, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11741.949081420898, + "relativeCreated": 11688.2963180542, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3162236213684082 + "time_consumption": 0.3154470920562744 }, { "args": [ "'server'", "" ], - "asctime": "2021-01-11 07:30:47,093", - "created": 1610346647.0933638, + "asctime": "2021-01-11 11:25:36,604", + "created": 1610360736.6041644, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127673,8 +127673,8 @@ "'server'", "" ], - "asctime": "2021-01-11 07:30:47,093", - "created": 1610346647.0930219, + "asctime": "2021-01-11 11:25:36,603", + "created": 1610360736.6038008, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127684,15 +127684,15 @@ "lineno": 22, "message": "Result (Channel name of server): 'server' ()", "module": "test", - "msecs": 93.02186965942383, + "msecs": 603.8007736206055, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11742.563486099243, + "relativeCreated": 11688.826084136963, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -127701,8 +127701,8 @@ "'server'", "" ], - "asctime": "2021-01-11 07:30:47,093", - "created": 1610346647.093206, + "asctime": "2021-01-11 11:25:36,604", + "created": 1610360736.6040092, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127712,37 +127712,37 @@ "lineno": 26, "message": "Expectation (Channel name of server): result = 'server' ()", "module": "test", - "msecs": 93.20592880249023, + "msecs": 604.0091514587402, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11742.74754524231, + "relativeCreated": 11689.034461975098, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 93.36376190185547, + "msecs": 604.1643619537354, "msg": "Channel name of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11742.905378341675, + "relativeCreated": 11689.189672470093, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015783309936523438 + "time_consumption": 0.0001552104949951172 }, { "args": [ "'server'", "" ], - "asctime": "2021-01-11 07:30:47,093", - "created": 1610346647.093924, + "asctime": "2021-01-11 11:25:36,604", + "created": 1610360736.6047122, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127759,8 +127759,8 @@ "'server'", "" ], - "asctime": "2021-01-11 07:30:47,093", - "created": 1610346647.0936456, + "asctime": "2021-01-11 11:25:36,604", + "created": 1610360736.6044116, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127770,15 +127770,15 @@ "lineno": 22, "message": "Result (Channel name of client): 'server' ()", "module": "test", - "msecs": 93.64557266235352, + "msecs": 604.4116020202637, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11743.187189102173, + "relativeCreated": 11689.436912536621, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -127787,8 +127787,8 @@ "'server'", "" ], - "asctime": "2021-01-11 07:30:47,093", - "created": 1610346647.0937881, + "asctime": "2021-01-11 11:25:36,604", + "created": 1610360736.6045525, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -127798,41 +127798,41 @@ "lineno": 26, "message": "Expectation (Channel name of client): result = 'server' ()", "module": "test", - "msecs": 93.78814697265625, + "msecs": 604.5525074005127, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11743.329763412476, + "relativeCreated": 11689.57781791687, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 93.92404556274414, + "msecs": 604.7122478485107, "msg": "Channel name of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11743.465662002563, + "relativeCreated": 11689.737558364868, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013589859008789062 + "time_consumption": 0.00015974044799804688 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 1.7449655532836914, - "time_finished": "2021-01-11 07:30:47,093", - "time_start": "2021-01-11 07:30:45,348" + "time_consumption": 1.7436819076538086, + "time_finished": "2021-01-11 11:25:36,604", + "time_start": "2021-01-11 11:25:34,861" }, "_Pn3WgE0NEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:40,892", - "created": 1610346640.8921463, + "asctime": "2021-01-11 11:25:30,407", + "created": 1610360730.4071538, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127843,19 +127843,19 @@ "message": "_Pn3WgE0NEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 892.1463489532471, + "msecs": 407.153844833374, "msg": "_Pn3WgE0NEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5541.687965393066, + "relativeCreated": 5492.179155349731, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9012935, + "asctime": "2021-01-11 11:25:30,416", + "created": 1610360730.4163687, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -127870,8 +127870,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:40,898", - "created": 1610346640.8988354, + "asctime": "2021-01-11 11:25:30,411", + "created": 1610360730.4111807, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127881,23 +127881,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 898.8354206085205, + "msecs": 411.1807346343994, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5548.37703704834, + "relativeCreated": 5496.206045150757, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.8992076, + "asctime": "2021-01-11 11:25:30,411", + "created": 1610360730.411717, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127907,23 +127907,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 899.207592010498, + "msecs": 411.7169380187988, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5548.749208450317, + "relativeCreated": 5496.742248535156, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.8993046, + "asctime": "2021-01-11 11:25:30,411", + "created": 1610360730.411852, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127933,23 +127933,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 899.3046283721924, + "msecs": 411.8518829345703, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5548.846244812012, + "relativeCreated": 5496.877193450928, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.8994355, + "asctime": "2021-01-11 11:25:30,412", + "created": 1610360730.4120715, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127959,15 +127959,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 899.4355201721191, + "msecs": 412.07146644592285, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5548.9771366119385, + "relativeCreated": 5497.09677696228, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -127976,8 +127976,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.899505, + "asctime": "2021-01-11 11:25:30,412", + "created": 1610360730.4121964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -127987,15 +127987,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 899.5048999786377, + "msecs": 412.19639778137207, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.046516418457, + "relativeCreated": 5497.2217082977295, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128003,8 +128003,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.899584, + "asctime": "2021-01-11 11:25:30,412", + "created": 1610360730.4123442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128014,15 +128014,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 899.5840549468994, + "msecs": 412.34421730041504, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.125671386719, + "relativeCreated": 5497.3695278167725, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128030,8 +128030,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.8996398, + "asctime": "2021-01-11 11:25:30,412", + "created": 1610360730.4124484, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128041,15 +128041,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 899.6398448944092, + "msecs": 412.4484062194824, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.1814613342285, + "relativeCreated": 5497.47371673584, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128057,8 +128057,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.8996959, + "asctime": "2021-01-11 11:25:30,412", + "created": 1610360730.412558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128068,15 +128068,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 899.695873260498, + "msecs": 412.55807876586914, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.237489700317, + "relativeCreated": 5497.583389282227, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128084,8 +128084,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.8997464, + "asctime": "2021-01-11 11:25:30,412", + "created": 1610360730.4126556, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128095,15 +128095,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 899.7464179992676, + "msecs": 412.6555919647217, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.288034439087, + "relativeCreated": 5497.680902481079, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128113,8 +128113,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.8998084, + "asctime": "2021-01-11 11:25:30,412", + "created": 1610360730.412796, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128124,15 +128124,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 899.808406829834, + "msecs": 412.7960205078125, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.350023269653, + "relativeCreated": 5497.82133102417, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128142,8 +128142,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.899858, + "asctime": "2021-01-11 11:25:30,412", + "created": 1610360730.412917, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128153,15 +128153,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 899.8579978942871, + "msecs": 412.916898727417, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.399614334106, + "relativeCreated": 5497.942209243774, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128171,8 +128171,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.8999038, + "asctime": "2021-01-11 11:25:30,413", + "created": 1610360730.4130235, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128182,15 +128182,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 899.9037742614746, + "msecs": 413.0234718322754, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.445390701294, + "relativeCreated": 5498.048782348633, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128200,8 +128200,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.899947, + "asctime": "2021-01-11 11:25:30,413", + "created": 1610360730.4131274, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128211,23 +128211,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 899.946928024292, + "msecs": 413.1274223327637, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.488544464111, + "relativeCreated": 5498.152732849121, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:40,899", - "created": 1610346640.8999856, + "asctime": "2021-01-11 11:25:30,413", + "created": 1610360730.413218, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128237,15 +128237,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 899.9855518341064, + "msecs": 413.21802139282227, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.527168273926, + "relativeCreated": 5498.24333190918, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128254,8 +128254,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.900029, + "asctime": "2021-01-11 11:25:30,413", + "created": 1610360730.413322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128265,15 +128265,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 900.0289440155029, + "msecs": 413.32197189331055, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.570560455322, + "relativeCreated": 5498.347282409668, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128281,8 +128281,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9000764, + "asctime": "2021-01-11 11:25:30,413", + "created": 1610360730.413434, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128292,15 +128292,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 900.0763893127441, + "msecs": 413.4340286254883, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.6180057525635, + "relativeCreated": 5498.459339141846, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128308,8 +128308,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9001164, + "asctime": "2021-01-11 11:25:30,413", + "created": 1610360730.4135427, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128319,15 +128319,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 900.1164436340332, + "msecs": 413.5427474975586, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.6580600738525, + "relativeCreated": 5498.568058013916, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128337,8 +128337,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.900167, + "asctime": "2021-01-11 11:25:30,413", + "created": 1610360730.4136558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128348,15 +128348,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 900.1669883728027, + "msecs": 413.65575790405273, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.708604812622, + "relativeCreated": 5498.68106842041, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128366,8 +128366,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9002137, + "asctime": "2021-01-11 11:25:30,413", + "created": 1610360730.4137733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128377,15 +128377,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 900.2137184143066, + "msecs": 413.7732982635498, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.755334854126, + "relativeCreated": 5498.798608779907, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128394,8 +128394,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9002585, + "asctime": "2021-01-11 11:25:30,413", + "created": 1610360730.4138746, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128405,15 +128405,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 900.2585411071777, + "msecs": 413.87462615966797, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.800157546997, + "relativeCreated": 5498.899936676025, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128422,8 +128422,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.900297, + "asctime": "2021-01-11 11:25:30,413", + "created": 1610360730.4139683, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128433,15 +128433,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 900.2969264984131, + "msecs": 413.9683246612549, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.838542938232, + "relativeCreated": 5498.993635177612, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128450,8 +128450,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.900334, + "asctime": "2021-01-11 11:25:30,414", + "created": 1610360730.4140599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128461,23 +128461,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 900.3338813781738, + "msecs": 414.0598773956299, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.875497817993, + "relativeCreated": 5499.085187911987, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9003713, + "asctime": "2021-01-11 11:25:30,414", + "created": 1610360730.4141552, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128487,23 +128487,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 900.3713130950928, + "msecs": 414.1552448272705, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.912929534912, + "relativeCreated": 5499.180555343628, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9004495, + "asctime": "2021-01-11 11:25:30,414", + "created": 1610360730.4143445, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128513,15 +128513,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 900.4495143890381, + "msecs": 414.34454917907715, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5549.991130828857, + "relativeCreated": 5499.369859695435, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128530,8 +128530,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.900493, + "asctime": "2021-01-11 11:25:30,414", + "created": 1610360730.4144528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128541,15 +128541,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 900.4929065704346, + "msecs": 414.45279121398926, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.034523010254, + "relativeCreated": 5499.478101730347, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128557,8 +128557,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9005473, + "asctime": "2021-01-11 11:25:30,414", + "created": 1610360730.4145865, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128568,15 +128568,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 900.5472660064697, + "msecs": 414.58654403686523, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.088882446289, + "relativeCreated": 5499.611854553223, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128584,8 +128584,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9005883, + "asctime": "2021-01-11 11:25:30,414", + "created": 1610360730.4146876, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128595,15 +128595,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 900.5882740020752, + "msecs": 414.6876335144043, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.1298904418945, + "relativeCreated": 5499.712944030762, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128611,8 +128611,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9006293, + "asctime": "2021-01-11 11:25:30,414", + "created": 1610360730.4147844, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128622,15 +128622,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 900.6292819976807, + "msecs": 414.78443145751953, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.1708984375, + "relativeCreated": 5499.809741973877, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128638,8 +128638,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9006667, + "asctime": "2021-01-11 11:25:30,414", + "created": 1610360730.4148777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128649,15 +128649,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 900.6667137145996, + "msecs": 414.87765312194824, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.208330154419, + "relativeCreated": 5499.902963638306, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128667,8 +128667,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9007087, + "asctime": "2021-01-11 11:25:30,414", + "created": 1610360730.4149776, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128678,15 +128678,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 900.7086753845215, + "msecs": 414.9775505065918, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.250291824341, + "relativeCreated": 5500.002861022949, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128696,8 +128696,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.900754, + "asctime": "2021-01-11 11:25:30,415", + "created": 1610360730.4150884, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128707,15 +128707,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 900.7539749145508, + "msecs": 415.088415145874, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.29559135437, + "relativeCreated": 5500.113725662231, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128725,8 +128725,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9007943, + "asctime": "2021-01-11 11:25:30,415", + "created": 1610360730.415191, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128736,15 +128736,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 900.794267654419, + "msecs": 415.1909351348877, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.335884094238, + "relativeCreated": 5500.216245651245, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128754,8 +128754,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9008415, + "asctime": "2021-01-11 11:25:30,415", + "created": 1610360730.4152915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128765,23 +128765,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 900.841474533081, + "msecs": 415.29154777526855, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.3830909729, + "relativeCreated": 5500.316858291626, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9008965, + "asctime": "2021-01-11 11:25:30,415", + "created": 1610360730.4153812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128791,15 +128791,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 900.8965492248535, + "msecs": 415.38119316101074, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.438165664673, + "relativeCreated": 5500.406503677368, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128808,8 +128808,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.9009461, + "asctime": "2021-01-11 11:25:30,415", + "created": 1610360730.4154882, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128819,15 +128819,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 900.9461402893066, + "msecs": 415.48824310302734, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.487756729126, + "relativeCreated": 5500.513553619385, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128835,8 +128835,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:40,900", - "created": 1610346640.900988, + "asctime": "2021-01-11 11:25:30,415", + "created": 1610360730.4155972, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128846,15 +128846,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 900.9881019592285, + "msecs": 415.59720039367676, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.529718399048, + "relativeCreated": 5500.622510910034, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128862,8 +128862,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9010296, + "asctime": "2021-01-11 11:25:30,415", + "created": 1610360730.415695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128873,15 +128873,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 901.0295867919922, + "msecs": 415.6949520111084, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.5712032318115, + "relativeCreated": 5500.720262527466, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128891,8 +128891,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9010677, + "asctime": "2021-01-11 11:25:30,415", + "created": 1610360730.4157934, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128902,15 +128902,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 901.0677337646484, + "msecs": 415.79341888427734, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.609350204468, + "relativeCreated": 5500.818729400635, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128920,8 +128920,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9011095, + "asctime": "2021-01-11 11:25:30,415", + "created": 1610360730.415901, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128931,15 +128931,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 901.1094570159912, + "msecs": 415.90094566345215, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.651073455811, + "relativeCreated": 5500.92625617981, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128948,8 +128948,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9011478, + "asctime": "2021-01-11 11:25:30,415", + "created": 1610360730.4159985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128959,15 +128959,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 901.1478424072266, + "msecs": 415.9984588623047, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.689458847046, + "relativeCreated": 5501.023769378662, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -128976,8 +128976,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9011838, + "asctime": "2021-01-11 11:25:30,416", + "created": 1610360730.41609, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -128987,15 +128987,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 901.1838436126709, + "msecs": 416.0900115966797, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.72546005249, + "relativeCreated": 5501.115322113037, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -129004,8 +129004,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9012191, + "asctime": "2021-01-11 11:25:30,416", + "created": 1610360730.4161804, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129015,23 +129015,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 901.2191295623779, + "msecs": 416.1803722381592, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.760746002197, + "relativeCreated": 5501.205682754517, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9012573, + "asctime": "2021-01-11 11:25:30,416", + "created": 1610360730.4162817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129041,34 +129041,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 901.2572765350342, + "msecs": 416.28170013427734, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.7988929748535, + "relativeCreated": 5501.307010650635, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 901.2935161590576, + "msecs": 416.3687229156494, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.835132598877, + "relativeCreated": 5501.394033432007, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 3.62396240234375e-05 + "time_consumption": 8.702278137207031e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:41,245", - "created": 1610346641.2450788, + "asctime": "2021-01-11 11:25:30,760", + "created": 1610360730.7604961, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -129083,8 +129083,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9013855, + "asctime": "2021-01-11 11:25:30,416", + "created": 1610360730.416581, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129094,23 +129094,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 901.3855457305908, + "msecs": 416.5809154510498, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.92716217041, + "relativeCreated": 5501.606225967407, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9014235, + "asctime": "2021-01-11 11:25:30,416", + "created": 1610360730.4166787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129120,23 +129120,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 901.423454284668, + "msecs": 416.67866706848145, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5550.965070724487, + "relativeCreated": 5501.703977584839, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9014926, + "asctime": "2021-01-11 11:25:30,416", + "created": 1610360730.4168065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129146,15 +129146,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 901.4925956726074, + "msecs": 416.8064594268799, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5551.034212112427, + "relativeCreated": 5501.831769943237, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -129165,8 +129165,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9015622, + "asctime": "2021-01-11 11:25:30,416", + "created": 1610360730.4169216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129176,23 +129176,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 901.5622138977051, + "msecs": 416.92161560058594, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5551.103830337524, + "relativeCreated": 5501.946926116943, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9017377, + "asctime": "2021-01-11 11:25:30,417", + "created": 1610360730.417193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129202,23 +129202,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 901.7376899719238, + "msecs": 417.1929359436035, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5551.279306411743, + "relativeCreated": 5502.218246459961, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9017887, + "asctime": "2021-01-11 11:25:30,417", + "created": 1610360730.4172692, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129228,23 +129228,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 901.7887115478516, + "msecs": 417.269229888916, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5551.330327987671, + "relativeCreated": 5502.294540405273, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9018297, + "asctime": "2021-01-11 11:25:30,417", + "created": 1610360730.417336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129254,15 +129254,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 901.829719543457, + "msecs": 417.33598709106445, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5551.371335983276, + "relativeCreated": 5502.361297607422, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -129270,8 +129270,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:40,901", - "created": 1610346640.9019907, + "asctime": "2021-01-11 11:25:30,417", + "created": 1610360730.4174933, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129281,15 +129281,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 901.9906520843506, + "msecs": 417.4933433532715, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5551.53226852417, + "relativeCreated": 5502.518653869629, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129297,8 +129297,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:40,910", - "created": 1610346640.910167, + "asctime": "2021-01-11 11:25:30,425", + "created": 1610360730.4257026, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129308,15 +129308,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 910.1669788360596, + "msecs": 425.7025718688965, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5559.708595275879, + "relativeCreated": 5510.727882385254, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129324,8 +129324,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,910", - "created": 1610346640.9103398, + "asctime": "2021-01-11 11:25:30,425", + "created": 1610360730.425866, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129335,15 +129335,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 910.3398323059082, + "msecs": 425.86588859558105, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5559.8814487457275, + "relativeCreated": 5510.8911991119385, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129352,8 +129352,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:40,910", - "created": 1610346640.9104204, + "asctime": "2021-01-11 11:25:30,425", + "created": 1610360730.4259415, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129363,15 +129363,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 910.4204177856445, + "msecs": 425.94146728515625, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5559.962034225464, + "relativeCreated": 5510.966777801514, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129379,8 +129379,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,910", - "created": 1610346640.9105172, + "asctime": "2021-01-11 11:25:30,426", + "created": 1610360730.4260309, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129390,15 +129390,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 910.5172157287598, + "msecs": 426.03087425231934, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5560.058832168579, + "relativeCreated": 5511.056184768677, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129407,8 +129407,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,910", - "created": 1610346640.9105864, + "asctime": "2021-01-11 11:25:30,426", + "created": 1610360730.4260936, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129418,15 +129418,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 910.5863571166992, + "msecs": 426.09357833862305, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5560.127973556519, + "relativeCreated": 5511.1188888549805, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129434,8 +129434,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,910", - "created": 1610346640.910684, + "asctime": "2021-01-11 11:25:30,426", + "created": 1610360730.4261835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129445,15 +129445,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 910.6841087341309, + "msecs": 426.18346214294434, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5560.22572517395, + "relativeCreated": 5511.208772659302, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129462,8 +129462,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,910", - "created": 1610346640.9107518, + "asctime": "2021-01-11 11:25:30,426", + "created": 1610360730.4262428, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129473,15 +129473,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 910.7518196105957, + "msecs": 426.2428283691406, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5560.293436050415, + "relativeCreated": 5511.268138885498, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129489,8 +129489,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,910", - "created": 1610346640.9108422, + "asctime": "2021-01-11 11:25:30,426", + "created": 1610360730.4263241, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129500,15 +129500,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 910.8421802520752, + "msecs": 426.32412910461426, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5560.3837966918945, + "relativeCreated": 5511.349439620972, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129517,8 +129517,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,910", - "created": 1610346640.9109087, + "asctime": "2021-01-11 11:25:30,426", + "created": 1610360730.4263837, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129528,15 +129528,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 910.9086990356445, + "msecs": 426.38373374938965, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5560.450315475464, + "relativeCreated": 5511.409044265747, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129544,8 +129544,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,911", - "created": 1610346640.9110003, + "asctime": "2021-01-11 11:25:30,426", + "created": 1610360730.4264677, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129555,15 +129555,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 911.0002517700195, + "msecs": 426.4676570892334, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5560.541868209839, + "relativeCreated": 5511.492967605591, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129572,8 +129572,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,911", - "created": 1610346640.9110656, + "asctime": "2021-01-11 11:25:30,426", + "created": 1610360730.4265268, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129583,15 +129583,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 911.0655784606934, + "msecs": 426.5267848968506, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5560.607194900513, + "relativeCreated": 5511.552095413208, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129599,8 +129599,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:40,911", - "created": 1610346640.9111934, + "asctime": "2021-01-11 11:25:30,426", + "created": 1610360730.42664, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129610,15 +129610,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 911.1933708190918, + "msecs": 426.6400337219238, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5560.734987258911, + "relativeCreated": 5511.665344238281, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129626,8 +129626,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:40,912", - "created": 1610346640.912183, + "asctime": "2021-01-11 11:25:30,427", + "created": 1610360730.4276175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129637,15 +129637,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 912.1830463409424, + "msecs": 427.61754989624023, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5561.724662780762, + "relativeCreated": 5512.642860412598, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129653,8 +129653,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,912", - "created": 1610346640.9123523, + "asctime": "2021-01-11 11:25:30,427", + "created": 1610360730.4277787, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129664,15 +129664,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 912.3523235321045, + "msecs": 427.7787208557129, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5561.893939971924, + "relativeCreated": 5512.80403137207, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129681,8 +129681,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:40,912", - "created": 1610346640.9124513, + "asctime": "2021-01-11 11:25:30,427", + "created": 1610360730.4278686, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129692,15 +129692,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 912.4512672424316, + "msecs": 427.8686046600342, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5561.992883682251, + "relativeCreated": 5512.893915176392, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129708,8 +129708,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:40,912", - "created": 1610346640.9125786, + "asctime": "2021-01-11 11:25:30,427", + "created": 1610360730.427988, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129719,15 +129719,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 912.5785827636719, + "msecs": 427.98805236816406, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5562.120199203491, + "relativeCreated": 5513.0133628845215, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129738,8 +129738,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:40,912", - "created": 1610346640.912798, + "asctime": "2021-01-11 11:25:30,428", + "created": 1610360730.4281657, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129749,15 +129749,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 912.7979278564453, + "msecs": 428.1656742095947, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5562.339544296265, + "relativeCreated": 5513.190984725952, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129765,8 +129765,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:40,912", - "created": 1610346640.9128954, + "asctime": "2021-01-11 11:25:30,428", + "created": 1610360730.4282496, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129776,15 +129776,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 912.8954410552979, + "msecs": 428.2495975494385, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5562.437057495117, + "relativeCreated": 5513.274908065796, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129795,8 +129795,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:40,913", - "created": 1610346640.9130235, + "asctime": "2021-01-11 11:25:30,428", + "created": 1610360730.4283652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129806,15 +129806,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 913.0234718322754, + "msecs": 428.36523056030273, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5562.565088272095, + "relativeCreated": 5513.39054107666, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -129822,8 +129822,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:40,913", - "created": 1610346640.9134896, + "asctime": "2021-01-11 11:25:30,428", + "created": 1610360730.4287968, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129833,15 +129833,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 913.489580154419, + "msecs": 428.79676818847656, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5563.031196594238, + "relativeCreated": 5513.822078704834, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -129849,8 +129849,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:40,921", - "created": 1610346640.9216444, + "asctime": "2021-01-11 11:25:30,436", + "created": 1610360730.4369686, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -129860,15 +129860,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 921.6444492340088, + "msecs": 436.9685649871826, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5571.186065673828, + "relativeCreated": 5521.99387550354, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -129876,8 +129876,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,921", - "created": 1610346640.921787, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.4371204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129887,15 +129887,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 921.7870235443115, + "msecs": 437.1204376220703, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5571.328639984131, + "relativeCreated": 5522.145748138428, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -129904,8 +129904,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:40,921", - "created": 1610346640.9218614, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.4371982, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129915,15 +129915,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 921.8614101409912, + "msecs": 437.1981620788574, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5571.403026580811, + "relativeCreated": 5522.223472595215, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -129931,8 +129931,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,921", - "created": 1610346640.921965, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.4373171, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129942,15 +129942,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 921.9648838043213, + "msecs": 437.3171329498291, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5571.506500244141, + "relativeCreated": 5522.3424434661865, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -129959,8 +129959,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,922", - "created": 1610346640.9220307, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.4373844, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129970,15 +129970,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 922.0306873321533, + "msecs": 437.38436698913574, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5571.572303771973, + "relativeCreated": 5522.409677505493, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -129986,8 +129986,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,922", - "created": 1610346640.9221213, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.43748, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -129997,15 +129997,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 922.1212863922119, + "msecs": 437.47997283935547, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5571.662902832031, + "relativeCreated": 5522.505283355713, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130014,8 +130014,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,922", - "created": 1610346640.9221826, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.4375453, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130025,15 +130025,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 922.182559967041, + "msecs": 437.5452995300293, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5571.72417640686, + "relativeCreated": 5522.570610046387, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130041,8 +130041,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,922", - "created": 1610346640.92227, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.4376364, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130052,15 +130052,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 922.2700595855713, + "msecs": 437.6363754272461, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5571.811676025391, + "relativeCreated": 5522.6616859436035, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130069,8 +130069,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,922", - "created": 1610346640.9223332, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.4377005, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130080,15 +130080,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 922.3332405090332, + "msecs": 437.7005100250244, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5571.8748569488525, + "relativeCreated": 5522.725820541382, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130096,8 +130096,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,922", - "created": 1610346640.9224112, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.4377854, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130107,15 +130107,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 922.4112033843994, + "msecs": 437.78538703918457, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5571.952819824219, + "relativeCreated": 5522.810697555542, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130124,8 +130124,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:40,922", - "created": 1610346640.92247, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.4378476, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130135,15 +130135,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 922.4700927734375, + "msecs": 437.8476142883301, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5572.011709213257, + "relativeCreated": 5522.8729248046875, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130151,8 +130151,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:40,922", - "created": 1610346640.9226, + "asctime": "2021-01-11 11:25:30,437", + "created": 1610360730.437976, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130162,15 +130162,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 922.6000308990479, + "msecs": 437.9758834838867, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5572.141647338867, + "relativeCreated": 5523.001194000244, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130178,8 +130178,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:40,923", - "created": 1610346640.9235857, + "asctime": "2021-01-11 11:25:30,438", + "created": 1610360730.4389591, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130189,15 +130189,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 923.5856533050537, + "msecs": 438.95912170410156, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5573.127269744873, + "relativeCreated": 5523.984432220459, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130205,8 +130205,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:40,923", - "created": 1610346640.9237676, + "asctime": "2021-01-11 11:25:30,439", + "created": 1610360730.43914, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130216,15 +130216,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 923.7675666809082, + "msecs": 439.14008140563965, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5573.3091831207275, + "relativeCreated": 5524.165391921997, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130233,8 +130233,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:40,923", - "created": 1610346640.9238546, + "asctime": "2021-01-11 11:25:30,439", + "created": 1610360730.4392202, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130244,15 +130244,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 923.8545894622803, + "msecs": 439.2201900482178, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5573.3962059021, + "relativeCreated": 5524.245500564575, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130260,8 +130260,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:40,923", - "created": 1610346640.9239686, + "asctime": "2021-01-11 11:25:30,439", + "created": 1610360730.4393368, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130271,15 +130271,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 923.9685535430908, + "msecs": 439.33677673339844, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5573.51016998291, + "relativeCreated": 5524.362087249756, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130290,8 +130290,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:40,924", - "created": 1610346640.9241529, + "asctime": "2021-01-11 11:25:30,439", + "created": 1610360730.4395192, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130301,15 +130301,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 924.1528511047363, + "msecs": 439.51916694641113, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5573.694467544556, + "relativeCreated": 5524.544477462769, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -130317,8 +130317,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:40,924", - "created": 1610346640.9242368, + "asctime": "2021-01-11 11:25:30,439", + "created": 1610360730.4396076, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130328,34 +130328,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 924.2367744445801, + "msecs": 439.6076202392578, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5573.778390884399, + "relativeCreated": 5524.632930755615, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" } ], - "msecs": 245.07880210876465, + "msecs": 760.4961395263672, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5894.620418548584, + "relativeCreated": 5845.521450042725, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.32084202766418457 + "time_consumption": 0.3208885192871094 }, { "args": [], - "asctime": "2021-01-11 07:30:41,245", - "created": 1610346641.2456217, + "asctime": "2021-01-11 11:25:30,760", + "created": 1610360730.7609913, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -130366,22 +130366,22 @@ "message": "Setting a Server secret and no Client secret", "module": "test_communication", "moduleLogger": [], - "msecs": 245.6216812133789, + "msecs": 760.9913349151611, "msg": "Setting a Server secret and no Client secret", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5895.163297653198, + "relativeCreated": 5846.016645431519, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:41,447", - "created": 1610346641.4473662, + "asctime": "2021-01-11 11:25:30,962", + "created": 1610360730.9625769, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -130400,8 +130400,8 @@ "status: okay", "'msg3_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:41,246", - "created": 1610346641.2460504, + "asctime": "2021-01-11 11:25:30,761", + "created": 1610360730.761388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130411,15 +130411,15 @@ "lineno": 438, "message": "prot-client: TX -> service: execute request, data_id: 36, status: okay, data: \"'msg3_data_to_be_transfered'\"", "module": "__init__", - "msecs": 246.05035781860352, + "msecs": 761.3880634307861, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5895.591974258423, + "relativeCreated": 5846.413373947144, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -130427,8 +130427,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:41,247", - "created": 1610346641.2470407, + "asctime": "2021-01-11 11:25:30,762", + "created": 1610360730.7623384, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130438,15 +130438,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 247.0407485961914, + "msecs": 762.338399887085, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5896.582365036011, + "relativeCreated": 5847.363710403442, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130454,8 +130454,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:41,255", - "created": 1610346641.2555237, + "asctime": "2021-01-11 11:25:30,770", + "created": 1610360730.7708812, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130465,15 +130465,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 255.523681640625, + "msecs": 770.881175994873, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5905.065298080444, + "relativeCreated": 5855.9064865112305, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130481,8 +130481,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,255", - "created": 1610346641.25583, + "asctime": "2021-01-11 11:25:30,771", + "created": 1610360730.7711716, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130492,15 +130492,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 255.8300495147705, + "msecs": 771.1715698242188, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5905.37166595459, + "relativeCreated": 5856.196880340576, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130509,8 +130509,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:41,256", - "created": 1610346641.2560518, + "asctime": "2021-01-11 11:25:30,771", + "created": 1610360730.771335, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130520,15 +130520,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 256.05177879333496, + "msecs": 771.3348865509033, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5905.593395233154, + "relativeCreated": 5856.360197067261, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130536,8 +130536,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,256", - "created": 1610346641.2562768, + "asctime": "2021-01-11 11:25:30,771", + "created": 1610360730.7715359, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130547,15 +130547,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 256.27684593200684, + "msecs": 771.5358734130859, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5905.818462371826, + "relativeCreated": 5856.561183929443, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130564,8 +130564,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,256", - "created": 1610346641.2564278, + "asctime": "2021-01-11 11:25:30,771", + "created": 1610360730.7716782, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130575,15 +130575,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 256.4277648925781, + "msecs": 771.6782093048096, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5905.9693813323975, + "relativeCreated": 5856.703519821167, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130591,8 +130591,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,256", - "created": 1610346641.2566395, + "asctime": "2021-01-11 11:25:30,771", + "created": 1610360730.7718916, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130602,15 +130602,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 256.6394805908203, + "msecs": 771.8915939331055, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5906.18109703064, + "relativeCreated": 5856.916904449463, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130619,8 +130619,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,256", - "created": 1610346641.2567887, + "asctime": "2021-01-11 11:25:30,772", + "created": 1610360730.772066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130630,15 +130630,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 256.7887306213379, + "msecs": 772.0661163330078, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5906.330347061157, + "relativeCreated": 5857.091426849365, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130646,8 +130646,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,257", - "created": 1610346641.257001, + "asctime": "2021-01-11 11:25:30,772", + "created": 1610360730.7722826, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130657,15 +130657,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 257.0009231567383, + "msecs": 772.282600402832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5906.542539596558, + "relativeCreated": 5857.307910919189, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130674,8 +130674,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,257", - "created": 1610346641.2571607, + "asctime": "2021-01-11 11:25:30,772", + "created": 1610360730.772434, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130685,15 +130685,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 257.1606636047363, + "msecs": 772.4339962005615, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5906.702280044556, + "relativeCreated": 5857.459306716919, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130701,8 +130701,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,257", - "created": 1610346641.2573397, + "asctime": "2021-01-11 11:25:30,772", + "created": 1610360730.772613, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130712,15 +130712,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 257.3397159576416, + "msecs": 772.6130485534668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5906.881332397461, + "relativeCreated": 5857.638359069824, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130729,8 +130729,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,257", - "created": 1610346641.2575111, + "asctime": "2021-01-11 11:25:30,772", + "created": 1610360730.772778, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130740,15 +130740,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 257.5111389160156, + "msecs": 772.7780342102051, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5907.052755355835, + "relativeCreated": 5857.8033447265625, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130756,8 +130756,8 @@ "comm-client:", "(32): 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 13 e9 64 3d 3a 3e" ], - "asctime": "2021-01-11 07:30:41,257", - "created": 1610346641.2577944, + "asctime": "2021-01-11 11:25:30,773", + "created": 1610360730.773061, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130767,15 +130767,15 @@ "lineno": 284, "message": "comm-client: TX -> (32): 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 13 e9 64 3d 3a 3e", "module": "__init__", - "msecs": 257.7943801879883, + "msecs": 773.0610370635986, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5907.335996627808, + "relativeCreated": 5858.086347579956, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130783,8 +130783,8 @@ "comm-server:", "(32): 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 13 e9 64 3d 3a 3e" ], - "asctime": "2021-01-11 07:30:41,262", - "created": 1610346641.2621317, + "asctime": "2021-01-11 11:25:30,777", + "created": 1610360730.7774155, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130794,15 +130794,15 @@ "lineno": 414, "message": "comm-server: RX <- (32): 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 13 e9 64 3d 3a 3e", "module": "__init__", - "msecs": 262.1316909790039, + "msecs": 777.4155139923096, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5911.673307418823, + "relativeCreated": 5862.440824508667, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130810,8 +130810,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,262", - "created": 1610346641.2625685, + "asctime": "2021-01-11 11:25:30,777", + "created": 1610360730.7778573, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130821,15 +130821,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 262.56847381591797, + "msecs": 777.8573036193848, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5912.110090255737, + "relativeCreated": 5862.882614135742, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130838,8 +130838,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:41,262", - "created": 1610346641.2627294, + "asctime": "2021-01-11 11:25:30,778", + "created": 1610360730.778027, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130849,15 +130849,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 262.7294063568115, + "msecs": 778.0270576477051, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5912.271022796631, + "relativeCreated": 5863.0523681640625, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130865,8 +130865,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 33 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 13 e9 64 3d" ], - "asctime": "2021-01-11 07:30:41,263", - "created": 1610346641.263003, + "asctime": "2021-01-11 11:25:30,778", + "created": 1610360730.7783144, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -130876,15 +130876,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 33 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 33 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 13 e9 64 3d", "module": "stp", - "msecs": 263.0031108856201, + "msecs": 778.3143520355225, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5912.544727325439, + "relativeCreated": 5863.33966255188, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130895,8 +130895,8 @@ "status: okay", "'msg3_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:41,263", - "created": 1610346641.2633839, + "asctime": "2021-01-11 11:25:30,778", + "created": 1610360730.7787712, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130906,23 +130906,23 @@ "lineno": 438, "message": "prot-server: RX <- service: execute request, data_id: 36, status: okay, data: \"'msg3_data_to_be_transfered'\"", "module": "__init__", - "msecs": 263.3838653564453, + "msecs": 778.771162033081, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5912.925481796265, + "relativeCreated": 5863.7964725494385, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:41,263", - "created": 1610346641.2635407, + "asctime": "2021-01-11 11:25:30,778", + "created": 1610360730.778998, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130932,15 +130932,15 @@ "lineno": 459, "message": "prot-server: Authentification is required. Just sending negative response.", "module": "__init__", - "msecs": 263.54074478149414, + "msecs": 778.9978981018066, "msg": "%s Authentification is required. Just sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5913.0823612213135, + "relativeCreated": 5864.023208618164, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130951,8 +130951,8 @@ "status: authentification required", "None" ], - "asctime": "2021-01-11 07:30:41,263", - "created": 1610346641.2637758, + "asctime": "2021-01-11 11:25:30,779", + "created": 1610360730.7792625, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130962,15 +130962,15 @@ "lineno": 438, "message": "prot-server: TX -> service: execute response, data_id: 36, status: authentification required, data: \"None\"", "module": "__init__", - "msecs": 263.7758255004883, + "msecs": 779.2625427246094, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5913.317441940308, + "relativeCreated": 5864.287853240967, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -130978,8 +130978,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 33 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c" ], - "asctime": "2021-01-11 07:30:41,264", - "created": 1610346641.264533, + "asctime": "2021-01-11 11:25:30,779", + "created": 1610360730.779964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -130989,15 +130989,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 33 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c", "module": "__init__", - "msecs": 264.53304290771484, + "msecs": 779.9639701843262, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5914.074659347534, + "relativeCreated": 5864.989280700684, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131005,8 +131005,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 33 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c" ], - "asctime": "2021-01-11 07:30:41,273", - "created": 1610346641.2730381, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.7881851, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131016,15 +131016,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 33 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 33 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c", "module": "__init__", - "msecs": 273.0381488800049, + "msecs": 788.1851196289062, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5922.579765319824, + "relativeCreated": 5873.210430145264, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131032,8 +131032,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,273", - "created": 1610346641.2733176, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.7883284, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131043,15 +131043,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 273.3175754547119, + "msecs": 788.3284091949463, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5922.859191894531, + "relativeCreated": 5873.353719711304, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131060,8 +131060,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:41,273", - "created": 1610346641.2735074, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.7883983, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131071,15 +131071,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 273.50735664367676, + "msecs": 788.398265838623, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5923.048973083496, + "relativeCreated": 5873.4235763549805, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131087,8 +131087,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,273", - "created": 1610346641.273694, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.7884822, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131098,15 +131098,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 273.6940383911133, + "msecs": 788.4821891784668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5923.235654830933, + "relativeCreated": 5873.507499694824, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131115,8 +131115,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,273", - "created": 1610346641.2738266, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.788543, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131126,15 +131126,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 273.82659912109375, + "msecs": 788.5429859161377, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5923.368215560913, + "relativeCreated": 5873.568296432495, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131142,8 +131142,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,274", - "created": 1610346641.2740119, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.7886302, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131153,15 +131153,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 274.01185035705566, + "msecs": 788.6302471160889, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5923.553466796875, + "relativeCreated": 5873.655557632446, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131170,8 +131170,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,274", - "created": 1610346641.2741327, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.7886856, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131181,15 +131181,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 274.13272857666016, + "msecs": 788.6855602264404, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5923.6743450164795, + "relativeCreated": 5873.710870742798, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131197,8 +131197,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,274", - "created": 1610346641.2742984, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.7887862, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131208,15 +131208,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 274.29842948913574, + "msecs": 788.7861728668213, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5923.840045928955, + "relativeCreated": 5873.811483383179, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131225,8 +131225,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,274", - "created": 1610346641.2744148, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.7888465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131236,15 +131236,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 274.4147777557373, + "msecs": 788.846492767334, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5923.956394195557, + "relativeCreated": 5873.871803283691, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131252,8 +131252,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,274", - "created": 1610346641.2745693, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.7889202, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131263,15 +131263,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 274.5692729949951, + "msecs": 788.9201641082764, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5924.110889434814, + "relativeCreated": 5873.945474624634, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131280,8 +131280,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,274", - "created": 1610346641.2746854, + "asctime": "2021-01-11 11:25:30,788", + "created": 1610360730.788975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131291,15 +131291,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 274.6853828430176, + "msecs": 788.9750003814697, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5924.226999282837, + "relativeCreated": 5874.000310897827, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131307,8 +131307,8 @@ "comm-server:", "(8): 6c 7d 5d 78 af a4 3a 3e" ], - "asctime": "2021-01-11 07:30:41,274", - "created": 1610346641.2748957, + "asctime": "2021-01-11 11:25:30,789", + "created": 1610360730.7890801, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131318,15 +131318,15 @@ "lineno": 284, "message": "comm-server: TX -> (8): 6c 7d 5d 78 af a4 3a 3e", "module": "__init__", - "msecs": 274.89566802978516, + "msecs": 789.0801429748535, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5924.4372844696045, + "relativeCreated": 5874.105453491211, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131334,8 +131334,8 @@ "comm-client:", "(8): 6c 7d 5d 78 af a4 3a 3e" ], - "asctime": "2021-01-11 07:30:41,276", - "created": 1610346641.2762516, + "asctime": "2021-01-11 11:25:30,790", + "created": 1610360730.7902977, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131345,15 +131345,15 @@ "lineno": 414, "message": "comm-client: RX <- (8): 6c 7d 5d 78 af a4 3a 3e", "module": "__init__", - "msecs": 276.25155448913574, + "msecs": 790.2977466583252, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5925.793170928955, + "relativeCreated": 5875.323057174683, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131361,8 +131361,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,276", - "created": 1610346641.276553, + "asctime": "2021-01-11 11:25:30,790", + "created": 1610360730.7904534, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131372,15 +131372,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 276.5529155731201, + "msecs": 790.4534339904785, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5926.094532012939, + "relativeCreated": 5875.478744506836, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131389,8 +131389,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:41,276", - "created": 1610346641.2767313, + "asctime": "2021-01-11 11:25:30,790", + "created": 1610360730.7905407, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131400,15 +131400,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 276.7312526702881, + "msecs": 790.5406951904297, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5926.272869110107, + "relativeCreated": 5875.566005706787, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131416,8 +131416,8 @@ "STP:", "(64): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 33 31 2c 20 22 73 74 61 74 75 73 22 3a 20 33 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 5d 78 af a4" ], - "asctime": "2021-01-11 07:30:41,276", - "created": 1610346641.276965, + "asctime": "2021-01-11 11:25:30,790", + "created": 1610360730.7906501, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131427,15 +131427,15 @@ "lineno": 148, "message": "STP: message identified - (64): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 36 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 33 31 2c 20 22 73 74 61 74 75 73 22 3a 20 33 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 5d 78 af a4", "module": "stp", - "msecs": 276.9649028778076, + "msecs": 790.6501293182373, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5926.506519317627, + "relativeCreated": 5875.675439834595, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131446,8 +131446,8 @@ "status: authentification required", "None" ], - "asctime": "2021-01-11 07:30:41,277", - "created": 1610346641.2773035, + "asctime": "2021-01-11 11:25:30,790", + "created": 1610360730.7908177, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131457,23 +131457,23 @@ "lineno": 438, "message": "prot-client: RX <- service: execute response, data_id: 36, status: authentification required, data: \"None\"", "module": "__init__", - "msecs": 277.30345726013184, + "msecs": 790.8177375793457, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5926.845073699951, + "relativeCreated": 5875.843048095703, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:41,277", - "created": 1610346641.2775412, + "asctime": "2021-01-11 11:25:30,790", + "created": 1610360730.7909184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131483,37 +131483,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 277.5411605834961, + "msecs": 790.9183502197266, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 5927.082777023315, + "relativeCreated": 5875.943660736084, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" } ], - "msecs": 447.36623764038086, + "msecs": 962.5768661499023, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6096.9078540802, + "relativeCreated": 6047.60217666626, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.16982507705688477 + "time_consumption": 0.17165851593017578 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:41,448", - "created": 1610346641.4481888, + "asctime": "2021-01-11 11:25:30,963", + "created": 1610360730.9634237, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131530,8 +131530,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:41,447", - "created": 1610346641.4478614, + "asctime": "2021-01-11 11:25:30,963", + "created": 1610360730.9630659, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131541,15 +131541,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 447.8614330291748, + "msecs": 963.0658626556396, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6097.403049468994, + "relativeCreated": 6048.091173171997, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -131558,8 +131558,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:41,448", - "created": 1610346641.448035, + "asctime": "2021-01-11 11:25:30,963", + "created": 1610360730.9632459, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131569,37 +131569,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 448.03500175476074, + "msecs": 963.2458686828613, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6097.57661819458, + "relativeCreated": 6048.271179199219, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 448.18878173828125, + "msecs": 963.4237289428711, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6097.730398178101, + "relativeCreated": 6048.4490394592285, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001537799835205078 + "time_consumption": 0.00017786026000976562 }, { "args": [ "{'data_id': 36, 'service_id': 31, 'status': 3, 'data': None}", "" ], - "asctime": "2021-01-11 07:30:41,448", - "created": 1610346641.4488018, + "asctime": "2021-01-11 11:25:30,963", + "created": 1610360730.963982, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131616,8 +131616,8 @@ "{'data_id': 36, 'service_id': 31, 'status': 3, 'data': None}", "" ], - "asctime": "2021-01-11 07:30:41,448", - "created": 1610346641.4484587, + "asctime": "2021-01-11 11:25:30,963", + "created": 1610360730.963667, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131627,15 +131627,15 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 36, 'service_id': 31, 'status': 3, 'data': None} ()", "module": "test", - "msecs": 448.4586715698242, + "msecs": 963.6669158935547, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6098.000288009644, + "relativeCreated": 6048.692226409912, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -131644,8 +131644,8 @@ "{'service_id': 31, 'data_id': 36, 'status': 3, 'data': None}", "" ], - "asctime": "2021-01-11 07:30:41,448", - "created": 1610346641.4486222, + "asctime": "2021-01-11 11:25:30,963", + "created": 1610360730.963828, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -131655,34 +131655,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 31, 'data_id': 36, 'status': 3, 'data': None} ()", "module": "test", - "msecs": 448.6222267150879, + "msecs": 963.8280868530273, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6098.163843154907, + "relativeCreated": 6048.853397369385, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 448.80175590515137, + "msecs": 963.982105255127, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6098.343372344971, + "relativeCreated": 6049.007415771484, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00017952919006347656 + "time_consumption": 0.00015401840209960938 }, { "args": [], - "asctime": "2021-01-11 07:30:41,449", - "created": 1610346641.449014, + "asctime": "2021-01-11 11:25:30,964", + "created": 1610360730.9641871, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -131693,22 +131693,22 @@ "message": "Setting no Server secret but a Client secret", "module": "test_communication", "moduleLogger": [], - "msecs": 449.01394844055176, + "msecs": 964.1871452331543, "msg": "Setting no Server secret but a Client secret", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6098.555564880371, + "relativeCreated": 6049.212455749512, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:41,751", - "created": 1610346641.7513459, + "asctime": "2021-01-11 11:25:31,266", + "created": 1610360731.2663047, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -131727,8 +131727,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:41,449", - "created": 1610346641.449354, + "asctime": "2021-01-11 11:25:30,964", + "created": 1610360730.9645097, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131738,15 +131738,15 @@ "lineno": 438, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 449.3539333343506, + "msecs": 964.5097255706787, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6098.89554977417, + "relativeCreated": 6049.535036087036, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -131754,8 +131754,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:41,450", - "created": 1610346641.4504886, + "asctime": "2021-01-11 11:25:30,965", + "created": 1610360730.9654336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131765,15 +131765,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 450.4885673522949, + "msecs": 965.4335975646973, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6100.030183792114, + "relativeCreated": 6050.458908081055, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131781,8 +131781,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:41,458", - "created": 1610346641.4588683, + "asctime": "2021-01-11 11:25:30,973", + "created": 1610360730.9738834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -131792,15 +131792,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 458.86826515197754, + "msecs": 973.8833904266357, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6108.409881591797, + "relativeCreated": 6058.908700942993, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131808,8 +131808,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,459", - "created": 1610346641.459094, + "asctime": "2021-01-11 11:25:30,974", + "created": 1610360730.9741654, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131819,15 +131819,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 459.0940475463867, + "msecs": 974.1654396057129, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6108.635663986206, + "relativeCreated": 6059.19075012207, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131836,8 +131836,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:41,459", - "created": 1610346641.4592016, + "asctime": "2021-01-11 11:25:30,974", + "created": 1610360730.9743292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131847,15 +131847,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 459.2015743255615, + "msecs": 974.3292331695557, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6108.743190765381, + "relativeCreated": 6059.354543685913, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131863,8 +131863,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,459", - "created": 1610346641.4593265, + "asctime": "2021-01-11 11:25:30,974", + "created": 1610360730.9745533, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131874,15 +131874,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 459.32650566101074, + "msecs": 974.5533466339111, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6108.86812210083, + "relativeCreated": 6059.578657150269, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131891,8 +131891,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,459", - "created": 1610346641.4594145, + "asctime": "2021-01-11 11:25:30,974", + "created": 1610360730.9746912, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131902,15 +131902,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 459.4144821166992, + "msecs": 974.6911525726318, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6108.956098556519, + "relativeCreated": 6059.716463088989, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131918,8 +131918,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,459", - "created": 1610346641.4595711, + "asctime": "2021-01-11 11:25:30,974", + "created": 1610360730.9748962, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131929,15 +131929,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 459.57112312316895, + "msecs": 974.8961925506592, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6109.112739562988, + "relativeCreated": 6059.921503067017, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131946,8 +131946,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,459", - "created": 1610346641.4596548, + "asctime": "2021-01-11 11:25:30,975", + "created": 1610360730.9750261, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131957,15 +131957,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 459.6548080444336, + "msecs": 975.0261306762695, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6109.196424484253, + "relativeCreated": 6060.051441192627, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -131973,8 +131973,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,459", - "created": 1610346641.4597719, + "asctime": "2021-01-11 11:25:30,975", + "created": 1610360730.9752126, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -131984,15 +131984,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 459.77187156677246, + "msecs": 975.212574005127, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6109.313488006592, + "relativeCreated": 6060.237884521484, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -132001,8 +132001,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,459", - "created": 1610346641.4598606, + "asctime": "2021-01-11 11:25:30,975", + "created": 1610360730.975354, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132012,15 +132012,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 459.86056327819824, + "msecs": 975.3539562225342, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6109.402179718018, + "relativeCreated": 6060.379266738892, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -132028,8 +132028,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,459", - "created": 1610346641.459974, + "asctime": "2021-01-11 11:25:30,975", + "created": 1610360730.9755366, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132039,15 +132039,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 459.9740505218506, + "msecs": 975.536584854126, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6109.51566696167, + "relativeCreated": 6060.561895370483, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -132056,8 +132056,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:41,460", - "created": 1610346641.460056, + "asctime": "2021-01-11 11:25:30,975", + "created": 1610360730.975667, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132067,15 +132067,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 460.0560665130615, + "msecs": 975.6669998168945, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6109.597682952881, + "relativeCreated": 6060.692310333252, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -132083,8 +132083,8 @@ "comm-server:", "(32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e" ], - "asctime": "2021-01-11 07:30:41,460", - "created": 1610346641.4602292, + "asctime": "2021-01-11 11:25:30,975", + "created": 1610360730.9759367, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132094,15 +132094,15 @@ "lineno": 284, "message": "comm-server: TX -> (32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e", "module": "__init__", - "msecs": 460.22915840148926, + "msecs": 975.9366512298584, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6109.770774841309, + "relativeCreated": 6060.961961746216, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -132110,8 +132110,8 @@ "comm-client:", "(32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e" ], - "asctime": "2021-01-11 07:30:41,464", - "created": 1610346641.4648438, + "asctime": "2021-01-11 11:25:30,980", + "created": 1610360730.9803472, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132121,15 +132121,15 @@ "lineno": 414, "message": "comm-client: RX <- (32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e", "module": "__init__", - "msecs": 464.84375, + "msecs": 980.3471565246582, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6114.385366439819, + "relativeCreated": 6065.372467041016, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -132137,8 +132137,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:41,465", - "created": 1610346641.4657967, + "asctime": "2021-01-11 11:25:30,980", + "created": 1610360730.980719, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132148,15 +132148,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 465.79670906066895, + "msecs": 980.7190895080566, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6115.338325500488, + "relativeCreated": 6065.744400024414, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -132165,8 +132165,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:41,466", - "created": 1610346641.466219, + "asctime": "2021-01-11 11:25:30,980", + "created": 1610360730.9809015, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132176,15 +132176,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 466.2189483642578, + "msecs": 980.9014797210693, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6115.760564804077, + "relativeCreated": 6065.926790237427, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -132192,8 +132192,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f" ], - "asctime": "2021-01-11 07:30:41,466", - "created": 1610346641.4666297, + "asctime": "2021-01-11 11:25:30,981", + "created": 1610360730.9812338, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -132203,15 +132203,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f", "module": "stp", - "msecs": 466.6297435760498, + "msecs": 981.2338352203369, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6116.171360015869, + "relativeCreated": 6066.259145736694, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -132222,8 +132222,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:41,466", - "created": 1610346641.4669623, + "asctime": "2021-01-11 11:25:30,981", + "created": 1610360730.981599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132233,23 +132233,23 @@ "lineno": 438, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 466.9623374938965, + "msecs": 981.5990924835205, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6116.503953933716, + "relativeCreated": 6066.624402999878, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:41,467", - "created": 1610346641.4671168, + "asctime": "2021-01-11 11:25:30,981", + "created": 1610360730.981752, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132259,15 +132259,15 @@ "lineno": 463, "message": "prot-client: Authentification is required. Incomming message will be ignored.", "module": "__init__", - "msecs": 467.1168327331543, + "msecs": 981.7519187927246, "msg": "%s Authentification is required. Incomming message will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6116.658449172974, + "relativeCreated": 6066.777229309082, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -132277,8 +132277,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:41,751", - "created": 1610346641.7510672, + "asctime": "2021-01-11 11:25:31,266", + "created": 1610360731.266002, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132288,37 +132288,37 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 751.0671615600586, + "msecs": 266.00193977355957, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6400.608777999878, + "relativeCreated": 6351.027250289917, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 751.3458728790283, + "msecs": 266.30473136901855, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6400.887489318848, + "relativeCreated": 6351.330041885376, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00027871131896972656 + "time_consumption": 0.0003027915954589844 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:41,752", - "created": 1610346641.7520573, + "asctime": "2021-01-11 11:25:31,266", + "created": 1610360731.266963, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132335,8 +132335,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:41,751", - "created": 1610346641.7517292, + "asctime": "2021-01-11 11:25:31,266", + "created": 1610360731.2666512, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132346,15 +132346,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 751.7292499542236, + "msecs": 266.6511535644531, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6401.270866394043, + "relativeCreated": 6351.676464080811, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -132363,8 +132363,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:41,751", - "created": 1610346641.7518923, + "asctime": "2021-01-11 11:25:31,266", + "created": 1610360731.2668138, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132374,37 +132374,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 751.8923282623291, + "msecs": 266.8137550354004, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6401.433944702148, + "relativeCreated": 6351.839065551758, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 752.0573139190674, + "msecs": 266.96300506591797, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6401.598930358887, + "relativeCreated": 6351.988315582275, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016498565673828125 + "time_consumption": 0.00014925003051757812 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:41,752", - "created": 1610346641.7525764, + "asctime": "2021-01-11 11:25:31,267", + "created": 1610360731.2675824, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132421,8 +132421,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:41,752", - "created": 1610346641.7522979, + "asctime": "2021-01-11 11:25:31,267", + "created": 1610360731.2672997, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132432,15 +132432,15 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 752.2978782653809, + "msecs": 267.2996520996094, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6401.8394947052, + "relativeCreated": 6352.324962615967, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -132449,8 +132449,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:41,752", - "created": 1610346641.7524397, + "asctime": "2021-01-11 11:25:31,267", + "created": 1610360731.2674465, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132460,34 +132460,34 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 752.4397373199463, + "msecs": 267.44651794433594, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6401.981353759766, + "relativeCreated": 6352.471828460693, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 752.5763511657715, + "msecs": 267.5824165344238, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6402.117967605591, + "relativeCreated": 6352.607727050781, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001366138458251953 + "time_consumption": 0.00013589859008789062 }, { "args": [], - "asctime": "2021-01-11 07:30:41,752", - "created": 1610346641.7527788, + "asctime": "2021-01-11 11:25:31,267", + "created": 1610360731.2677863, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -132498,22 +132498,22 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 752.7787685394287, + "msecs": 267.78626441955566, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6402.320384979248, + "relativeCreated": 6352.811574935913, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:42,054", - "created": 1610346642.054479, + "asctime": "2021-01-11 11:25:31,569", + "created": 1610360731.5693657, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -132531,8 +132531,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:41,753", - "created": 1610346641.7530632, + "asctime": "2021-01-11 11:25:31,268", + "created": 1610360731.2680564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132542,15 +132542,15 @@ "lineno": 736, "message": "prot-client: Authentification is required. TX-Message service: 17, data_id: 34, status: okay, data: 'msg1_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 753.0632019042969, + "msecs": 268.05639266967773, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6402.604818344116, + "relativeCreated": 6353.081703186035, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -132560,8 +132560,8 @@ "17", "34" ], - "asctime": "2021-01-11 07:30:42,054", - "created": 1610346642.0541914, + "asctime": "2021-01-11 11:25:31,569", + "created": 1610360731.569091, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132571,37 +132571,37 @@ "lineno": 668, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 54.19135093688965, + "msecs": 569.0910816192627, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6703.732967376709, + "relativeCreated": 6654.11639213562, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 54.47888374328613, + "msecs": 569.3657398223877, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6704.0205001831055, + "relativeCreated": 6654.391050338745, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0002875328063964844 + "time_consumption": 0.000274658203125 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:42,055", - "created": 1610346642.0551245, + "asctime": "2021-01-11 11:25:31,570", + "created": 1610360731.5700076, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132618,8 +132618,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:42,054", - "created": 1610346642.0547872, + "asctime": "2021-01-11 11:25:31,569", + "created": 1610360731.5696654, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132629,15 +132629,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): False ()", "module": "test", - "msecs": 54.78715896606445, + "msecs": 569.6654319763184, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6704.328775405884, + "relativeCreated": 6654.690742492676, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -132646,8 +132646,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:42,054", - "created": 1610346642.0549679, + "asctime": "2021-01-11 11:25:31,569", + "created": 1610360731.5698493, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132657,37 +132657,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = False ()", "module": "test", - "msecs": 54.96788024902344, + "msecs": 569.8492527008057, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6704.509496688843, + "relativeCreated": 6654.874563217163, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 55.124521255493164, + "msecs": 570.0075626373291, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6704.6661376953125, + "relativeCreated": 6655.0328731536865, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015664100646972656 + "time_consumption": 0.0001583099365234375 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:42,055", - "created": 1610346642.0556295, + "asctime": "2021-01-11 11:25:31,570", + "created": 1610360731.5705147, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132704,8 +132704,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:42,055", - "created": 1610346642.0553489, + "asctime": "2021-01-11 11:25:31,570", + "created": 1610360731.5702398, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132715,15 +132715,15 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 55.348873138427734, + "msecs": 570.239782333374, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6704.890489578247, + "relativeCreated": 6655.265092849731, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -132732,8 +132732,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:42,055", - "created": 1610346642.055485, + "asctime": "2021-01-11 11:25:31,570", + "created": 1610360731.5703814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132743,34 +132743,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 55.48501014709473, + "msecs": 570.3814029693604, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6705.026626586914, + "relativeCreated": 6655.406713485718, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 55.62949180603027, + "msecs": 570.5146789550781, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6705.17110824585, + "relativeCreated": 6655.539989471436, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014448165893554688 + "time_consumption": 0.00013327598571777344 }, { "args": [], - "asctime": "2021-01-11 07:30:42,357", - "created": 1610346642.3573496, + "asctime": "2021-01-11 11:25:31,872", + "created": 1610360731.8721883, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -132788,8 +132788,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:42,055", - "created": 1610346642.0559306, + "asctime": "2021-01-11 11:25:31,570", + "created": 1610360731.5708017, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132799,15 +132799,15 @@ "lineno": 736, "message": "prot-server: Authentification is required. TX-Message service: 17, data_id: 35, status: service or data unknown, data: 'msg2_data_to_be_transfered' will be ignored.", "module": "__init__", - "msecs": 55.93061447143555, + "msecs": 570.8017349243164, "msg": "%s Authentification is required. TX-Message %s, %s, data: %s will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 6705.472230911255, + "relativeCreated": 6655.827045440674, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -132817,8 +132817,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:42,357", - "created": 1610346642.3570683, + "asctime": "2021-01-11 11:25:31,871", + "created": 1610360731.871911, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -132828,37 +132828,37 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 357.0683002471924, + "msecs": 871.9110488891602, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7006.609916687012, + "relativeCreated": 6956.936359405518, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 357.3496341705322, + "msecs": 872.1883296966553, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7006.891250610352, + "relativeCreated": 6957.213640213013, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00028133392333984375 + "time_consumption": 0.0002772808074951172 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:42,358", - "created": 1610346642.358006, + "asctime": "2021-01-11 11:25:31,872", + "created": 1610360731.8728335, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132875,8 +132875,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:42,357", - "created": 1610346642.3576946, + "asctime": "2021-01-11 11:25:31,872", + "created": 1610360731.8724868, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132886,15 +132886,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): False ()", "module": "test", - "msecs": 357.6946258544922, + "msecs": 872.4868297576904, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7007.2362422943115, + "relativeCreated": 6957.512140274048, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -132903,8 +132903,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:42,357", - "created": 1610346642.357857, + "asctime": "2021-01-11 11:25:31,872", + "created": 1610360731.8726468, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132914,37 +132914,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = False ()", "module": "test", - "msecs": 357.85698890686035, + "msecs": 872.6468086242676, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7007.39860534668, + "relativeCreated": 6957.672119140625, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 358.0060005187988, + "msecs": 872.8334903717041, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7007.547616958618, + "relativeCreated": 6957.8588008880615, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014901161193847656 + "time_consumption": 0.00018668174743652344 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:42,358", - "created": 1610346642.3585358, + "asctime": "2021-01-11 11:25:31,873", + "created": 1610360731.8733609, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132961,8 +132961,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:42,358", - "created": 1610346642.3582306, + "asctime": "2021-01-11 11:25:31,873", + "created": 1610360731.8730643, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -132972,15 +132972,15 @@ "lineno": 22, "message": "Result (Received message on client side): None ()", "module": "test", - "msecs": 358.2305908203125, + "msecs": 873.0642795562744, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7007.772207260132, + "relativeCreated": 6958.089590072632, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -132989,8 +132989,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:42,358", - "created": 1610346642.358369, + "asctime": "2021-01-11 11:25:31,873", + "created": 1610360731.873202, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -133000,34 +133000,34 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = None ()", "module": "test", - "msecs": 358.3691120147705, + "msecs": 873.2020854949951, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7007.91072845459, + "relativeCreated": 6958.2273960113525, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 358.5357666015625, + "msecs": 873.3608722686768, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7008.077383041382, + "relativeCreated": 6958.386182785034, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001666545867919922 + "time_consumption": 0.00015878677368164062 }, { "args": [], - "asctime": "2021-01-11 07:30:42,459", - "created": 1610346642.4598093, + "asctime": "2021-01-11 11:25:31,974", + "created": 1610360731.974578, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -133046,8 +133046,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:42,358", - "created": 1610346642.3588905, + "asctime": "2021-01-11 11:25:31,873", + "created": 1610360731.8737016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133057,15 +133057,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 358.8905334472656, + "msecs": 873.7015724182129, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7008.432149887085, + "relativeCreated": 6958.72688293457, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -133073,8 +133073,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:42,359", - "created": 1610346642.3596964, + "asctime": "2021-01-11 11:25:31,874", + "created": 1610360731.874523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133084,15 +133084,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 359.6963882446289, + "msecs": 874.5229244232178, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7009.238004684448, + "relativeCreated": 6959.548234939575, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133100,8 +133100,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:42,368", - "created": 1610346642.3681927, + "asctime": "2021-01-11 11:25:31,882", + "created": 1610360731.8829973, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133111,15 +133111,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 368.1926727294922, + "msecs": 882.9972743988037, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7017.7342891693115, + "relativeCreated": 6968.022584915161, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133127,8 +133127,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,368", - "created": 1610346642.368487, + "asctime": "2021-01-11 11:25:31,883", + "created": 1610360731.8832822, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133138,15 +133138,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 368.4868812561035, + "msecs": 883.2821846008301, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7018.028497695923, + "relativeCreated": 6968.3074951171875, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133155,8 +133155,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:42,368", - "created": 1610346642.3686793, + "asctime": "2021-01-11 11:25:31,883", + "created": 1610360731.883444, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133166,15 +133166,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 368.6792850494385, + "msecs": 883.44407081604, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7018.220901489258, + "relativeCreated": 6968.4693813323975, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133182,8 +133182,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,368", - "created": 1610346642.368885, + "asctime": "2021-01-11 11:25:31,883", + "created": 1610360731.883641, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133193,15 +133193,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 368.8850402832031, + "msecs": 883.6410045623779, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7018.4266567230225, + "relativeCreated": 6968.666315078735, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133210,8 +133210,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,369", - "created": 1610346642.3690336, + "asctime": "2021-01-11 11:25:31,883", + "created": 1610360731.8837788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133221,15 +133221,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 369.0335750579834, + "msecs": 883.7788105010986, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7018.575191497803, + "relativeCreated": 6968.804121017456, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133237,8 +133237,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,369", - "created": 1610346642.369241, + "asctime": "2021-01-11 11:25:31,883", + "created": 1610360731.8839788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133248,15 +133248,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 369.24099922180176, + "msecs": 883.9788436889648, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7018.782615661621, + "relativeCreated": 6969.004154205322, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133265,8 +133265,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,369", - "created": 1610346642.369389, + "asctime": "2021-01-11 11:25:31,884", + "created": 1610360731.88414, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133276,15 +133276,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 369.3890571594238, + "msecs": 884.1400146484375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7018.930673599243, + "relativeCreated": 6969.165325164795, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133292,8 +133292,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,369", - "created": 1610346642.369624, + "asctime": "2021-01-11 11:25:31,884", + "created": 1610360731.8843281, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133303,15 +133303,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 369.62389945983887, + "msecs": 884.3281269073486, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7019.165515899658, + "relativeCreated": 6969.353437423706, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133320,8 +133320,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,369", - "created": 1610346642.3697603, + "asctime": "2021-01-11 11:25:31,884", + "created": 1610360731.88446, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133331,15 +133331,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 369.76027488708496, + "msecs": 884.4599723815918, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7019.301891326904, + "relativeCreated": 6969.485282897949, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133347,8 +133347,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,369", - "created": 1610346642.3699868, + "asctime": "2021-01-11 11:25:31,884", + "created": 1610360731.8846443, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133358,15 +133358,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 369.98677253723145, + "msecs": 884.6442699432373, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7019.528388977051, + "relativeCreated": 6969.669580459595, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133375,8 +133375,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,370", - "created": 1610346642.3701222, + "asctime": "2021-01-11 11:25:31,884", + "created": 1610360731.8848102, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133386,15 +133386,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 370.12219429016113, + "msecs": 884.810209274292, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7019.6638107299805, + "relativeCreated": 6969.835519790649, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133402,8 +133402,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:42,370", - "created": 1610346642.3703644, + "asctime": "2021-01-11 11:25:31,885", + "created": 1610360731.8850584, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133413,15 +133413,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 370.3644275665283, + "msecs": 885.0584030151367, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7019.906044006348, + "relativeCreated": 6970.083713531494, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133429,8 +133429,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:42,371", - "created": 1610346642.371397, + "asctime": "2021-01-11 11:25:31,886", + "created": 1610360731.88621, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133440,15 +133440,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 371.3970184326172, + "msecs": 886.2099647521973, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7020.9386348724365, + "relativeCreated": 6971.235275268555, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133456,8 +133456,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,371", - "created": 1610346642.3715765, + "asctime": "2021-01-11 11:25:31,886", + "created": 1610360731.8865204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133467,15 +133467,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 371.57654762268066, + "msecs": 886.5203857421875, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7021.1181640625, + "relativeCreated": 6971.545696258545, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133484,8 +133484,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:42,371", - "created": 1610346642.3717163, + "asctime": "2021-01-11 11:25:31,886", + "created": 1610360731.8866866, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133495,15 +133495,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 371.7162609100342, + "msecs": 886.6865634918213, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7021.2578773498535, + "relativeCreated": 6971.711874008179, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133511,8 +133511,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9" ], - "asctime": "2021-01-11 07:30:42,371", - "created": 1610346642.371947, + "asctime": "2021-01-11 11:25:31,886", + "created": 1610360731.8869324, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133522,15 +133522,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9", "module": "stp", - "msecs": 371.9470500946045, + "msecs": 886.932373046875, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7021.488666534424, + "relativeCreated": 6971.957683563232, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133541,8 +133541,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:42,372", - "created": 1610346642.3723478, + "asctime": "2021-01-11 11:25:31,887", + "created": 1610360731.8873348, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133552,15 +133552,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 372.3478317260742, + "msecs": 887.3348236083984, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7021.889448165894, + "relativeCreated": 6972.360134124756, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133568,8 +133568,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:42,372", - "created": 1610346642.3725483, + "asctime": "2021-01-11 11:25:31,887", + "created": 1610360731.8875182, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133579,15 +133579,15 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 372.54834175109863, + "msecs": 887.5181674957275, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7022.089958190918, + "relativeCreated": 6972.543478012085, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -133596,10 +133596,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'96cb6529524276ead0dc20e0d01a064b1af7cd082588b53d08e20cf770b5e3f0'" + "'451f13ae0386cc7355a4c1443806ddccae870f3bea831130d1569429cb9891a2'" ], - "asctime": "2021-01-11 07:30:42,372", - "created": 1610346642.3728135, + "asctime": "2021-01-11 11:25:31,887", + "created": 1610360731.8877873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133607,26 +133607,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'96cb6529524276ead0dc20e0d01a064b1af7cd082588b53d08e20cf770b5e3f0'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'451f13ae0386cc7355a4c1443806ddccae870f3bea831130d1569429cb9891a2'\"", "module": "__init__", - "msecs": 372.81346321105957, + "msecs": 887.7873420715332, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7022.355079650879, + "relativeCreated": 6972.812652587891, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 36 63 62" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 35 31 66" ], - "asctime": "2021-01-11 07:30:42,373", - "created": 1610346642.3736107, + "asctime": "2021-01-11 11:25:31,888", + "created": 1610360731.8887315, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133634,26 +133634,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 36 63 62", + "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 35 31 66", "module": "__init__", - "msecs": 373.6107349395752, + "msecs": 888.7314796447754, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7023.1523513793945, + "relativeCreated": 6973.756790161133, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 36 63 62" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 35 31 66" ], - "asctime": "2021-01-11 07:30:42,381", - "created": 1610346642.3818004, + "asctime": "2021-01-11 11:25:31,897", + "created": 1610360731.8971481, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133661,17 +133661,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 36 63 62", + "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 35 31 66", "module": "__init__", - "msecs": 381.80041313171387, + "msecs": 897.1481323242188, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7031.342029571533, + "relativeCreated": 6982.173442840576, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -133679,8 +133679,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,381", - "created": 1610346642.3819644, + "asctime": "2021-01-11 11:25:31,897", + "created": 1610360731.8974543, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133690,15 +133690,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 381.96444511413574, + "msecs": 897.4542617797852, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7031.506061553955, + "relativeCreated": 6982.479572296143, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -133707,8 +133707,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:42,382", - "created": 1610346642.382049, + "asctime": "2021-01-11 11:25:31,897", + "created": 1610360731.897678, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133718,15 +133718,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 382.0490837097168, + "msecs": 897.6778984069824, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7031.590700149536, + "relativeCreated": 6982.70320892334, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -133734,8 +133734,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,382", - "created": 1610346642.3821483, + "asctime": "2021-01-11 11:25:31,897", + "created": 1610360731.89788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133745,15 +133745,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 382.14826583862305, + "msecs": 897.8800773620605, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7031.689882278442, + "relativeCreated": 6982.905387878418, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -133762,8 +133762,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,382", - "created": 1610346642.382224, + "asctime": "2021-01-11 11:25:31,898", + "created": 1610360731.898024, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133773,15 +133773,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 382.22408294677734, + "msecs": 898.0240821838379, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7031.765699386597, + "relativeCreated": 6983.049392700195, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -133789,8 +133789,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,382", - "created": 1610346642.382325, + "asctime": "2021-01-11 11:25:31,898", + "created": 1610360731.8982277, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133800,15 +133800,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 382.3249340057373, + "msecs": 898.2276916503906, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7031.866550445557, + "relativeCreated": 6983.253002166748, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -133817,8 +133817,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,382", - "created": 1610346642.3823917, + "asctime": "2021-01-11 11:25:31,898", + "created": 1610360731.8983617, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133828,15 +133828,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 382.39169120788574, + "msecs": 898.3616828918457, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7031.933307647705, + "relativeCreated": 6983.386993408203, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -133844,8 +133844,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,382", - "created": 1610346642.382483, + "asctime": "2021-01-11 11:25:31,898", + "created": 1610360731.8985424, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133855,15 +133855,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 382.48300552368164, + "msecs": 898.5424041748047, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7032.024621963501, + "relativeCreated": 6983.567714691162, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -133872,8 +133872,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,382", - "created": 1610346642.382549, + "asctime": "2021-01-11 11:25:31,898", + "created": 1610360731.8986733, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133883,15 +133883,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 382.5490474700928, + "msecs": 898.6732959747314, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7032.090663909912, + "relativeCreated": 6983.698606491089, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -133899,8 +133899,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,382", - "created": 1610346642.382636, + "asctime": "2021-01-11 11:25:31,898", + "created": 1610360731.8988461, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133910,15 +133910,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 382.63607025146484, + "msecs": 898.8461494445801, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7032.177686691284, + "relativeCreated": 6983.8714599609375, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -133927,8 +133927,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,382", - "created": 1610346642.3827176, + "asctime": "2021-01-11 11:25:31,899", + "created": 1610360731.8990035, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -133938,24 +133938,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 382.7176094055176, + "msecs": 899.0035057067871, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7032.259225845337, + "relativeCreated": 6984.0288162231445, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "comm-server:", - "(64): 36 35 32 39 35 32 34 32 37 36 65 61 64 30 64 63 32 30 65 30 64 30 31 61 30 36 34 62 31 61 66 37 63 64 30 38 32 35 38 38 62 35 33 64 30 38 65 32 30 63 66 37 37 30 62 35 65 33 66 30 22 7d ec 0b" + "(64): 31 33 61 65 30 33 38 36 63 63 37 33 35 35 61 34 63 31 34 34 33 38 30 36 64 64 63 63 61 65 38 37 30 66 33 62 65 61 38 33 31 31 33 30 64 31 35 36 39 34 32 39 63 62 39 38 39 31 61 32 22 7d 64 03" ], - "asctime": "2021-01-11 07:30:42,382", - "created": 1610346642.3828897, + "asctime": "2021-01-11 11:25:31,899", + "created": 1610360731.8993561, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133963,26 +133963,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 36 35 32 39 35 32 34 32 37 36 65 61 64 30 64 63 32 30 65 30 64 30 31 61 30 36 34 62 31 61 66 37 63 64 30 38 32 35 38 38 62 35 33 64 30 38 65 32 30 63 66 37 37 30 62 35 65 33 66 30 22 7d ec 0b", + "message": "comm-server: TX -> (64): 31 33 61 65 30 33 38 36 63 63 37 33 35 35 61 34 63 31 34 34 33 38 30 36 64 64 63 63 61 65 38 37 30 66 33 62 65 61 38 33 31 31 33 30 64 31 35 36 39 34 32 39 63 62 39 38 39 31 61 32 22 7d 64 03", "module": "__init__", - "msecs": 382.8897476196289, + "msecs": 899.3561267852783, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7032.431364059448, + "relativeCreated": 6984.381437301636, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(64): 36 35 32 39 35 32 34 32 37 36 65 61 64 30 64 63 32 30 65 30 64 30 31 61 30 36 34 62 31 61 66 37 63 64 30 38 32 35 38 38 62 35 33 64 30 38 65 32 30 63 66 37 37 30 62 35 65 33 66 30 22 7d ec 0b" + "(64): 31 33 61 65 30 33 38 36 63 63 37 33 35 35 61 34 63 31 34 34 33 38 30 36 64 64 63 63 61 65 38 37 30 66 33 62 65 61 38 33 31 31 33 30 64 31 35 36 39 34 32 39 63 62 39 38 39 31 61 32 22 7d 64 03" ], - "asctime": "2021-01-11 07:30:42,391", - "created": 1610346642.391134, + "asctime": "2021-01-11 11:25:31,907", + "created": 1610360731.9077451, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -133990,26 +133990,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 36 35 32 39 35 32 34 32 37 36 65 61 64 30 64 63 32 30 65 30 64 30 31 61 30 36 34 62 31 61 66 37 63 64 30 38 32 35 38 38 62 35 33 64 30 38 65 32 30 63 66 37 37 30 62 35 65 33 66 30 22 7d ec 0b", + "message": "comm-client: RX <- (64): 31 33 61 65 30 33 38 36 63 63 37 33 35 35 61 34 63 31 34 34 33 38 30 36 64 64 63 63 61 65 38 37 30 66 33 62 65 61 38 33 31 31 33 30 64 31 35 36 39 34 32 39 63 62 39 38 39 31 61 32 22 7d 64 03", "module": "__init__", - "msecs": 391.13402366638184, + "msecs": 907.7451229095459, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7040.675640106201, + "relativeCreated": 6992.770433425903, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "comm-server:", - "(4): f4 59 3a 3e" + "(4): ab ff 3a 3e" ], - "asctime": "2021-01-11 07:30:42,391", - "created": 1610346642.391498, + "asctime": "2021-01-11 11:25:31,908", + "created": 1610360731.908285, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134017,26 +134017,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): f4 59 3a 3e", + "message": "comm-server: TX -> (4): ab ff 3a 3e", "module": "__init__", - "msecs": 391.4980888366699, + "msecs": 908.2849025726318, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7041.039705276489, + "relativeCreated": 6993.310213088989, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(4): f4 59 3a 3e" + "(4): ab ff 3a 3e" ], - "asctime": "2021-01-11 07:30:42,392", - "created": 1610346642.3921952, + "asctime": "2021-01-11 11:25:31,909", + "created": 1610360731.909009, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134044,17 +134044,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): f4 59 3a 3e", + "message": "comm-client: RX <- (4): ab ff 3a 3e", "module": "__init__", - "msecs": 392.1952247619629, + "msecs": 909.0089797973633, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7041.736841201782, + "relativeCreated": 6994.034290313721, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -134062,8 +134062,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,392", - "created": 1610346642.3922865, + "asctime": "2021-01-11 11:25:31,909", + "created": 1610360731.9091556, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134073,15 +134073,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 392.2865390777588, + "msecs": 909.1556072235107, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7041.828155517578, + "relativeCreated": 6994.180917739868, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -134090,8 +134090,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:42,392", - "created": 1610346642.3923602, + "asctime": "2021-01-11 11:25:31,909", + "created": 1610360731.9092724, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134101,24 +134101,24 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 392.3602104187012, + "msecs": 909.2724323272705, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7041.9018268585205, + "relativeCreated": 6994.297742843628, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "STP:", - "(124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 39 36 63 62 36 35 32 39 35 32 34 32 37 36 65 61 64 30 64 63 32 30 65 30 64 30 31 61 30 36 34 62 31 61 66 37 63 64 30 38 32 35 38 38 62 35 33 64 30 38 65 32 30 63 66 37 37 30 62 35 65 33 66 30 22 7d ec 0b f4 59" + "(124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 35 31 66 31 33 61 65 30 33 38 36 63 63 37 33 35 35 61 34 63 31 34 34 33 38 30 36 64 64 63 63 61 65 38 37 30 66 33 62 65 61 38 33 31 31 33 30 64 31 35 36 39 34 32 39 63 62 39 38 39 31 61 32 22 7d 64 03 ab ff" ], - "asctime": "2021-01-11 07:30:42,392", - "created": 1610346642.3925328, + "asctime": "2021-01-11 11:25:31,909", + "created": 1610360731.9095473, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134126,17 +134126,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 39 36 63 62 36 35 32 39 35 32 34 32 37 36 65 61 64 30 64 63 32 30 65 30 64 30 31 61 30 36 34 62 31 61 66 37 63 64 30 38 32 35 38 38 62 35 33 64 30 38 65 32 30 63 66 37 37 30 62 35 65 33 66 30 22 7d ec 0b f4 59", + "message": "STP: message identified - (124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 35 31 66 31 33 61 65 30 33 38 36 63 63 37 33 35 35 61 34 63 31 34 34 33 38 30 36 64 64 63 63 61 65 38 37 30 66 33 62 65 61 38 33 31 31 33 30 64 31 35 36 39 34 32 39 63 62 39 38 39 31 61 32 22 7d 64 03 ab ff", "module": "stp", - "msecs": 392.5328254699707, + "msecs": 909.5473289489746, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7042.07444190979, + "relativeCreated": 6994.572639465332, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -134145,10 +134145,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'96cb6529524276ead0dc20e0d01a064b1af7cd082588b53d08e20cf770b5e3f0'" + "'451f13ae0386cc7355a4c1443806ddccae870f3bea831130d1569429cb9891a2'" ], - "asctime": "2021-01-11 07:30:42,392", - "created": 1610346642.392738, + "asctime": "2021-01-11 11:25:31,909", + "created": 1610360731.909853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134156,17 +134156,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'96cb6529524276ead0dc20e0d01a064b1af7cd082588b53d08e20cf770b5e3f0'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'451f13ae0386cc7355a4c1443806ddccae870f3bea831130d1569429cb9891a2'\"", "module": "__init__", - "msecs": 392.73810386657715, + "msecs": 909.8529815673828, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7042.2797203063965, + "relativeCreated": 6994.87829208374, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -134174,8 +134174,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 07:30:42,392", - "created": 1610346642.3928306, + "asctime": "2021-01-11 11:25:31,910", + "created": 1610360731.9100003, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134185,15 +134185,15 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 392.83061027526855, + "msecs": 910.0003242492676, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7042.372226715088, + "relativeCreated": 6995.025634765625, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -134202,10 +134202,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'47a67096f3b2f8a24f4b306d3afdcfa03c2d8dab41cabe831141763caed7ed90380d7952d0ed50e6174242c4b2c8acddf4a75f72c73137c3b76f4509d8793e28'" + "'0f1138343d3a753e5ed3fbf566ada8f58923b611e7fec2132eabf425ca1ac6653e665048ecb59349fb60d4e85187c72be3963e33fb1f3d77964c13f26d41c3cc'" ], - "asctime": "2021-01-11 07:30:42,392", - "created": 1610346642.3929718, + "asctime": "2021-01-11 11:25:31,910", + "created": 1610360731.9102297, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134213,26 +134213,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'47a67096f3b2f8a24f4b306d3afdcfa03c2d8dab41cabe831141763caed7ed90380d7952d0ed50e6174242c4b2c8acddf4a75f72c73137c3b76f4509d8793e28'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'0f1138343d3a753e5ed3fbf566ada8f58923b611e7fec2132eabf425ca1ac6653e665048ecb59349fb60d4e85187c72be3963e33fb1f3d77964c13f26d41c3cc'\"", "module": "__init__", - "msecs": 392.9717540740967, + "msecs": 910.2296829223633, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7042.513370513916, + "relativeCreated": 6995.254993438721, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 37 61 36" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 66 31 31" ], - "asctime": "2021-01-11 07:30:42,393", - "created": 1610346642.3935957, + "asctime": "2021-01-11 11:25:31,911", + "created": 1610360731.9111137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134240,26 +134240,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 37 61 36", + "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 66 31 31", "module": "__init__", - "msecs": 393.59569549560547, + "msecs": 911.1137390136719, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7043.137311935425, + "relativeCreated": 6996.139049530029, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 37 61 36" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 66 31 31" ], - "asctime": "2021-01-11 07:30:42,401", - "created": 1610346642.401874, + "asctime": "2021-01-11 11:25:31,919", + "created": 1610360731.9195163, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134267,17 +134267,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 37 61 36", + "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 66 31 31", "module": "__init__", - "msecs": 401.8740653991699, + "msecs": 919.5163249969482, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7051.415681838989, + "relativeCreated": 7004.541635513306, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134285,8 +134285,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,402", - "created": 1610346642.4021537, + "asctime": "2021-01-11 11:25:31,919", + "created": 1610360731.9197543, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134296,15 +134296,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 402.15373039245605, + "msecs": 919.7542667388916, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7051.695346832275, + "relativeCreated": 7004.779577255249, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134313,8 +134313,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:42,402", - "created": 1610346642.4022782, + "asctime": "2021-01-11 11:25:31,919", + "created": 1610360731.9198875, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134324,15 +134324,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 402.27818489074707, + "msecs": 919.8875427246094, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7051.819801330566, + "relativeCreated": 7004.912853240967, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134340,8 +134340,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,402", - "created": 1610346642.4024305, + "asctime": "2021-01-11 11:25:31,920", + "created": 1610360731.9200492, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134351,15 +134351,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 402.43053436279297, + "msecs": 920.0491905212402, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7051.972150802612, + "relativeCreated": 7005.074501037598, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134368,8 +134368,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,402", - "created": 1610346642.4025357, + "asctime": "2021-01-11 11:25:31,920", + "created": 1610360731.920187, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134379,15 +134379,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 402.53567695617676, + "msecs": 920.1869964599609, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7052.077293395996, + "relativeCreated": 7005.212306976318, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134395,8 +134395,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,402", - "created": 1610346642.4026852, + "asctime": "2021-01-11 11:25:31,920", + "created": 1610360731.920351, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134406,15 +134406,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 402.68516540527344, + "msecs": 920.3510284423828, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7052.226781845093, + "relativeCreated": 7005.37633895874, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134423,8 +134423,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,402", - "created": 1610346642.402814, + "asctime": "2021-01-11 11:25:31,920", + "created": 1610360731.920456, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134434,15 +134434,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 402.8139114379883, + "msecs": 920.4559326171875, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7052.355527877808, + "relativeCreated": 7005.481243133545, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134450,8 +134450,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,402", - "created": 1610346642.402999, + "asctime": "2021-01-11 11:25:31,920", + "created": 1610360731.9206002, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134461,15 +134461,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 402.9989242553711, + "msecs": 920.600175857544, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7052.54054069519, + "relativeCreated": 7005.625486373901, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134478,8 +134478,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,403", - "created": 1610346642.4031098, + "asctime": "2021-01-11 11:25:31,920", + "created": 1610360731.9207032, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134489,15 +134489,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 403.1097888946533, + "msecs": 920.7031726837158, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7052.651405334473, + "relativeCreated": 7005.728483200073, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134505,8 +134505,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,403", - "created": 1610346642.403251, + "asctime": "2021-01-11 11:25:31,920", + "created": 1610360731.9208746, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134516,15 +134516,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 403.25093269348145, + "msecs": 920.8745956420898, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7052.792549133301, + "relativeCreated": 7005.899906158447, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134533,8 +134533,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,403", - "created": 1610346642.403358, + "asctime": "2021-01-11 11:25:31,920", + "created": 1610360731.9209814, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134544,24 +134544,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 403.35798263549805, + "msecs": 920.9814071655273, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7052.899599075317, + "relativeCreated": 7006.006717681885, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(64): 37 30 39 36 66 33 62 32 66 38 61 32 34 66 34 62 33 30 36 64 33 61 66 64 63 66 61 30 33 63 32 64 38 64 61 62 34 31 63 61 62 65 38 33 31 31 34 31 37 36 33 63 61 65 64 37 65 64 39 30 33 38 30 64" + "(64): 33 38 33 34 33 64 33 61 37 35 33 65 35 65 64 33 66 62 66 35 36 36 61 64 61 38 66 35 38 39 32 33 62 36 31 31 65 37 66 65 63 32 31 33 32 65 61 62 66 34 32 35 63 61 31 61 63 36 36 35 33 65 36 36" ], - "asctime": "2021-01-11 07:30:42,403", - "created": 1610346642.4036443, + "asctime": "2021-01-11 11:25:31,921", + "created": 1610360731.9212694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134569,26 +134569,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 37 30 39 36 66 33 62 32 66 38 61 32 34 66 34 62 33 30 36 64 33 61 66 64 63 66 61 30 33 63 32 64 38 64 61 62 34 31 63 61 62 65 38 33 31 31 34 31 37 36 33 63 61 65 64 37 65 64 39 30 33 38 30 64", + "message": "comm-client: TX -> (64): 33 38 33 34 33 64 33 61 37 35 33 65 35 65 64 33 66 62 66 35 36 36 61 64 61 38 66 35 38 39 32 33 62 36 31 31 65 37 66 65 63 32 31 33 32 65 61 62 66 34 32 35 63 61 31 61 63 36 36 35 33 65 36 36", "module": "__init__", - "msecs": 403.644323348999, + "msecs": 921.269416809082, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7053.185939788818, + "relativeCreated": 7006.294727325439, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(64): 37 30 39 36 66 33 62 32 66 38 61 32 34 66 34 62 33 30 36 64 33 61 66 64 63 66 61 30 33 63 32 64 38 64 61 62 34 31 63 61 62 65 38 33 31 31 34 31 37 36 33 63 61 65 64 37 65 64 39 30 33 38 30 64" + "(64): 33 38 33 34 33 64 33 61 37 35 33 65 35 65 64 33 66 62 66 35 36 36 61 64 61 38 66 35 38 39 32 33 62 36 31 31 65 37 66 65 63 32 31 33 32 65 61 62 66 34 32 35 63 61 31 61 63 36 36 35 33 65 36 36" ], - "asctime": "2021-01-11 07:30:42,412", - "created": 1610346642.4120095, + "asctime": "2021-01-11 11:25:31,929", + "created": 1610360731.9296439, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134596,26 +134596,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 37 30 39 36 66 33 62 32 66 38 61 32 34 66 34 62 33 30 36 64 33 61 66 64 63 66 61 30 33 63 32 64 38 64 61 62 34 31 63 61 62 65 38 33 31 31 34 31 37 36 33 63 61 65 64 37 65 64 39 30 33 38 30 64", + "message": "comm-server: RX <- (64): 33 38 33 34 33 64 33 61 37 35 33 65 35 65 64 33 66 62 66 35 36 36 61 64 61 38 66 35 38 39 32 33 62 36 31 31 65 37 66 65 63 32 31 33 32 65 61 62 66 34 32 35 63 61 31 61 63 36 36 35 33 65 36 36", "module": "__init__", - "msecs": 412.00947761535645, + "msecs": 929.6438694000244, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7061.551094055176, + "relativeCreated": 7014.669179916382, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(64): 37 39 35 32 64 30 65 64 35 30 65 36 31 37 34 32 34 32 63 34 62 32 63 38 61 63 64 64 66 34 61 37 35 66 37 32 63 37 33 31 33 37 63 33 62 37 36 66 34 35 30 39 64 38 37 39 33 65 32 38 22 7d 6f b8" + "(64): 35 30 34 38 65 63 62 35 39 33 34 39 66 62 36 30 64 34 65 38 35 31 38 37 63 37 32 62 65 33 39 36 33 65 33 33 66 62 31 66 33 64 37 37 39 36 34 63 31 33 66 32 36 64 34 31 63 33 63 63 22 7d 3c b8" ], - "asctime": "2021-01-11 07:30:42,412", - "created": 1610346642.4126546, + "asctime": "2021-01-11 11:25:31,930", + "created": 1610360731.930366, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134623,26 +134623,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 37 39 35 32 64 30 65 64 35 30 65 36 31 37 34 32 34 32 63 34 62 32 63 38 61 63 64 64 66 34 61 37 35 66 37 32 63 37 33 31 33 37 63 33 62 37 36 66 34 35 30 39 64 38 37 39 33 65 32 38 22 7d 6f b8", + "message": "comm-client: TX -> (64): 35 30 34 38 65 63 62 35 39 33 34 39 66 62 36 30 64 34 65 38 35 31 38 37 63 37 32 62 65 33 39 36 33 65 33 33 66 62 31 66 33 64 37 37 39 36 34 63 31 33 66 32 36 64 34 31 63 33 63 63 22 7d 3c b8", "module": "__init__", - "msecs": 412.6546382904053, + "msecs": 930.366039276123, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7062.196254730225, + "relativeCreated": 7015.3913497924805, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(64): 37 39 35 32 64 30 65 64 35 30 65 36 31 37 34 32 34 32 63 34 62 32 63 38 61 63 64 64 66 34 61 37 35 66 37 32 63 37 33 31 33 37 63 33 62 37 36 66 34 35 30 39 64 38 37 39 33 65 32 38 22 7d 6f b8" + "(64): 35 30 34 38 65 63 62 35 39 33 34 39 66 62 36 30 64 34 65 38 35 31 38 37 63 37 32 62 65 33 39 36 33 65 33 33 66 62 31 66 33 64 37 37 39 36 34 63 31 33 66 32 36 64 34 31 63 33 63 63 22 7d 3c b8" ], - "asctime": "2021-01-11 07:30:42,421", - "created": 1610346642.4210322, + "asctime": "2021-01-11 11:25:31,938", + "created": 1610360731.9388278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134650,26 +134650,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 37 39 35 32 64 30 65 64 35 30 65 36 31 37 34 32 34 32 63 34 62 32 63 38 61 63 64 64 66 34 61 37 35 66 37 32 63 37 33 31 33 37 63 33 62 37 36 66 34 35 30 39 64 38 37 39 33 65 32 38 22 7d 6f b8", + "message": "comm-server: RX <- (64): 35 30 34 38 65 63 62 35 39 33 34 39 66 62 36 30 64 34 65 38 35 31 38 37 63 37 32 62 65 33 39 36 33 65 33 33 66 62 31 66 33 64 37 37 39 36 34 63 31 33 66 32 36 64 34 31 63 33 63 63 22 7d 3c b8", "module": "__init__", - "msecs": 421.032190322876, + "msecs": 938.8277530670166, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7070.573806762695, + "relativeCreated": 7023.853063583374, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "comm-client:", - "(4): f7 86 3a 3e" + "(4): fe 39 3a 3e" ], - "asctime": "2021-01-11 07:30:42,421", - "created": 1610346642.421589, + "asctime": "2021-01-11 11:25:31,939", + "created": 1610360731.9394677, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134677,26 +134677,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): f7 86 3a 3e", + "message": "comm-client: TX -> (4): fe 39 3a 3e", "module": "__init__", - "msecs": 421.5888977050781, + "msecs": 939.4676685333252, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7071.1305141448975, + "relativeCreated": 7024.492979049683, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "comm-server:", - "(4): f7 86 3a 3e" + "(4): fe 39 3a 3e" ], - "asctime": "2021-01-11 07:30:42,422", - "created": 1610346642.4223452, + "asctime": "2021-01-11 11:25:31,940", + "created": 1610360731.9403098, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134704,17 +134704,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): f7 86 3a 3e", + "message": "comm-server: RX <- (4): fe 39 3a 3e", "module": "__init__", - "msecs": 422.3451614379883, + "msecs": 940.3097629547119, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7071.886777877808, + "relativeCreated": 7025.335073471069, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134722,8 +134722,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,422", - "created": 1610346642.4224935, + "asctime": "2021-01-11 11:25:31,940", + "created": 1610360731.9405487, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134733,15 +134733,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 422.49345779418945, + "msecs": 940.5486583709717, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7072.035074234009, + "relativeCreated": 7025.573968887329, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134750,8 +134750,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:42,422", - "created": 1610346642.422614, + "asctime": "2021-01-11 11:25:31,940", + "created": 1610360731.9407122, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134761,24 +134761,24 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 422.61409759521484, + "msecs": 940.7122135162354, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7072.155714035034, + "relativeCreated": 7025.737524032593, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "STP:", - "(188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 37 61 36 37 30 39 36 66 33 62 32 66 38 61 32 34 66 34 62 33 30 36 64 33 61 66 64 63 66 61 30 33 63 32 64 38 64 61 62 34 31 63 61 62 65 38 33 31 31 34 31 37 36 33 63 61 65 64 37 65 64 39 30 33 38 30 64 37 39 35 32 64 30 65 64 35 30 65 36 31 37 34 32 34 32 63 34 62 32 63 38 61 63 64 64 66 34 61 37 35 66 37 32 63 37 33 31 33 37 63 33 62 37 36 66 34 35 30 39 64 38 37 39 33 65 32 38 22 7d 6f b8 f7 86" + "(188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 30 66 31 31 33 38 33 34 33 64 33 61 37 35 33 65 35 65 64 33 66 62 66 35 36 36 61 64 61 38 66 35 38 39 32 33 62 36 31 31 65 37 66 65 63 32 31 33 32 65 61 62 66 34 32 35 63 61 31 61 63 36 36 35 33 65 36 36 35 30 34 38 65 63 62 35 39 33 34 39 66 62 36 30 64 34 65 38 35 31 38 37 63 37 32 62 65 33 39 36 33 65 33 33 66 62 31 66 33 64 37 37 39 36 34 63 31 33 66 32 36 64 34 31 63 33 63 63 22 7d 3c b8 fe 39" ], - "asctime": "2021-01-11 07:30:42,422", - "created": 1610346642.422981, + "asctime": "2021-01-11 11:25:31,941", + "created": 1610360731.9411907, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134786,17 +134786,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 37 61 36 37 30 39 36 66 33 62 32 66 38 61 32 34 66 34 62 33 30 36 64 33 61 66 64 63 66 61 30 33 63 32 64 38 64 61 62 34 31 63 61 62 65 38 33 31 31 34 31 37 36 33 63 61 65 64 37 65 64 39 30 33 38 30 64 37 39 35 32 64 30 65 64 35 30 65 36 31 37 34 32 34 32 63 34 62 32 63 38 61 63 64 64 66 34 61 37 35 66 37 32 63 37 33 31 33 37 63 33 62 37 36 66 34 35 30 39 64 38 37 39 33 65 32 38 22 7d 6f b8 f7 86", + "message": "STP: message identified - (188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 30 66 31 31 33 38 33 34 33 64 33 61 37 35 33 65 35 65 64 33 66 62 66 35 36 36 61 64 61 38 66 35 38 39 32 33 62 36 31 31 65 37 66 65 63 32 31 33 32 65 61 62 66 34 32 35 63 61 31 61 63 36 36 35 33 65 36 36 35 30 34 38 65 63 62 35 39 33 34 39 66 62 36 30 64 34 65 38 35 31 38 37 63 37 32 62 65 33 39 36 33 65 33 33 66 62 31 66 33 64 37 37 39 36 34 63 31 33 66 32 36 64 34 31 63 33 63 63 22 7d 3c b8 fe 39", "module": "stp", - "msecs": 422.98102378845215, + "msecs": 941.1907196044922, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7072.5226402282715, + "relativeCreated": 7026.21603012085, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134805,10 +134805,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'47a67096f3b2f8a24f4b306d3afdcfa03c2d8dab41cabe831141763caed7ed90380d7952d0ed50e6174242c4b2c8acddf4a75f72c73137c3b76f4509d8793e28'" + "'0f1138343d3a753e5ed3fbf566ada8f58923b611e7fec2132eabf425ca1ac6653e665048ecb59349fb60d4e85187c72be3963e33fb1f3d77964c13f26d41c3cc'" ], - "asctime": "2021-01-11 07:30:42,423", - "created": 1610346642.4232838, + "asctime": "2021-01-11 11:25:31,941", + "created": 1610360731.9415834, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134816,17 +134816,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'47a67096f3b2f8a24f4b306d3afdcfa03c2d8dab41cabe831141763caed7ed90380d7952d0ed50e6174242c4b2c8acddf4a75f72c73137c3b76f4509d8793e28'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'0f1138343d3a753e5ed3fbf566ada8f58923b611e7fec2132eabf425ca1ac6653e665048ecb59349fb60d4e85187c72be3963e33fb1f3d77964c13f26d41c3cc'\"", "module": "__init__", - "msecs": 423.28381538391113, + "msecs": 941.5833950042725, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7072.8254318237305, + "relativeCreated": 7026.60870552063, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134834,8 +134834,8 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 07:30:42,423", - "created": 1610346642.4234369, + "asctime": "2021-01-11 11:25:31,941", + "created": 1610360731.941773, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134845,15 +134845,15 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 423.43688011169434, + "msecs": 941.7729377746582, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7072.978496551514, + "relativeCreated": 7026.798248291016, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134864,8 +134864,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:42,423", - "created": 1610346642.4236684, + "asctime": "2021-01-11 11:25:31,942", + "created": 1610360731.942052, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134875,15 +134875,15 @@ "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 423.66838455200195, + "msecs": 942.051887512207, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7073.210000991821, + "relativeCreated": 7027.077198028564, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -134891,8 +134891,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d" ], - "asctime": "2021-01-11 07:30:42,424", - "created": 1610346642.4243119, + "asctime": "2021-01-11 11:25:31,942", + "created": 1610360731.94287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134902,15 +134902,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d", "module": "__init__", - "msecs": 424.31187629699707, + "msecs": 942.8699016571045, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7073.853492736816, + "relativeCreated": 7027.895212173462, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -134918,8 +134918,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d" ], - "asctime": "2021-01-11 07:30:42,432", - "created": 1610346642.4327662, + "asctime": "2021-01-11 11:25:31,951", + "created": 1610360731.9513745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -134929,15 +134929,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d", "module": "__init__", - "msecs": 432.7661991119385, + "msecs": 951.3745307922363, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7082.307815551758, + "relativeCreated": 7036.399841308594, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -134945,8 +134945,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,433", - "created": 1610346642.4330611, + "asctime": "2021-01-11 11:25:31,951", + "created": 1610360731.9516625, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134956,15 +134956,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 433.0611228942871, + "msecs": 951.662540435791, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7082.602739334106, + "relativeCreated": 7036.687850952148, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -134973,8 +134973,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:42,433", - "created": 1610346642.433229, + "asctime": "2021-01-11 11:25:31,951", + "created": 1610360731.9518259, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -134984,15 +134984,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 433.2289695739746, + "msecs": 951.8258571624756, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7082.770586013794, + "relativeCreated": 7036.851167678833, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135000,8 +135000,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,433", - "created": 1610346642.433465, + "asctime": "2021-01-11 11:25:31,952", + "created": 1610360731.9520242, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135011,15 +135011,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 433.46500396728516, + "msecs": 952.0242214202881, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7083.0066204071045, + "relativeCreated": 7037.0495319366455, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135028,8 +135028,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,433", - "created": 1610346642.4336178, + "asctime": "2021-01-11 11:25:31,952", + "created": 1610360731.9521616, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135039,15 +135039,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 433.61783027648926, + "msecs": 952.1615505218506, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7083.159446716309, + "relativeCreated": 7037.186861038208, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135055,8 +135055,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,433", - "created": 1610346642.4338272, + "asctime": "2021-01-11 11:25:31,952", + "created": 1610360731.952363, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135066,15 +135066,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 433.82716178894043, + "msecs": 952.3630142211914, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7083.36877822876, + "relativeCreated": 7037.388324737549, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135083,8 +135083,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,433", - "created": 1610346642.433988, + "asctime": "2021-01-11 11:25:31,952", + "created": 1610360731.9525218, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135094,15 +135094,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 433.988094329834, + "msecs": 952.521800994873, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7083.529710769653, + "relativeCreated": 7037.5471115112305, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135110,8 +135110,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,434", - "created": 1610346642.4341724, + "asctime": "2021-01-11 11:25:31,952", + "created": 1610360731.9527063, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135121,15 +135121,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 434.1723918914795, + "msecs": 952.7063369750977, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7083.714008331299, + "relativeCreated": 7037.731647491455, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135138,8 +135138,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,434", - "created": 1610346642.434324, + "asctime": "2021-01-11 11:25:31,952", + "created": 1610360731.9529033, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135149,15 +135149,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 434.3240261077881, + "msecs": 952.9032707214355, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7083.865642547607, + "relativeCreated": 7037.928581237793, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135165,8 +135165,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,434", - "created": 1610346642.4344995, + "asctime": "2021-01-11 11:25:31,953", + "created": 1610360731.953082, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135176,15 +135176,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 434.49950218200684, + "msecs": 953.0820846557617, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7084.041118621826, + "relativeCreated": 7038.107395172119, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135193,8 +135193,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,434", - "created": 1610346642.434631, + "asctime": "2021-01-11 11:25:31,953", + "created": 1610360731.953214, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135204,15 +135204,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 434.6311092376709, + "msecs": 953.2139301300049, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7084.17272567749, + "relativeCreated": 7038.239240646362, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135220,8 +135220,8 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 07:30:42,434", - "created": 1610346642.4348867, + "asctime": "2021-01-11 11:25:31,953", + "created": 1610360731.9534657, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135231,15 +135231,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 434.8866939544678, + "msecs": 953.4657001495361, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7084.428310394287, + "relativeCreated": 7038.491010665894, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135247,8 +135247,8 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 07:30:42,436", - "created": 1610346642.4360216, + "asctime": "2021-01-11 11:25:31,954", + "created": 1610360731.9545908, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135258,15 +135258,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 436.0215663909912, + "msecs": 954.5907974243164, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7085.563182830811, + "relativeCreated": 7039.616107940674, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135274,8 +135274,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,436", - "created": 1610346642.436331, + "asctime": "2021-01-11 11:25:31,954", + "created": 1610360731.954929, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135285,15 +135285,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 436.33103370666504, + "msecs": 954.9291133880615, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7085.872650146484, + "relativeCreated": 7039.954423904419, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135302,8 +135302,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:42,436", - "created": 1610346642.4364717, + "asctime": "2021-01-11 11:25:31,955", + "created": 1610360731.9550977, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135313,15 +135313,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 436.47170066833496, + "msecs": 955.0976753234863, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7086.013317108154, + "relativeCreated": 7040.122985839844, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135329,8 +135329,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 7d 94 fe 74 32" ], - "asctime": "2021-01-11 07:30:42,436", - "created": 1610346642.436688, + "asctime": "2021-01-11 11:25:31,955", + "created": 1610360731.9553416, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135340,15 +135340,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 7d 94 fe 74 32", "module": "stp", - "msecs": 436.6879463195801, + "msecs": 955.3415775299072, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7086.229562759399, + "relativeCreated": 7040.366888046265, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135359,8 +135359,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:42,437", - "created": 1610346642.4370039, + "asctime": "2021-01-11 11:25:31,955", + "created": 1610360731.9557126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135370,15 +135370,15 @@ "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 437.00385093688965, + "msecs": 955.7125568389893, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7086.545467376709, + "relativeCreated": 7040.737867355347, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -135386,8 +135386,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 07:30:42,437", - "created": 1610346642.4371572, + "asctime": "2021-01-11 11:25:31,955", + "created": 1610360731.9559083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135397,23 +135397,23 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 437.15715408325195, + "msecs": 955.9082984924316, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7086.698770523071, + "relativeCreated": 7040.933609008789, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:42,437", - "created": 1610346642.4372866, + "asctime": "2021-01-11 11:25:31,956", + "created": 1610360731.9560578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135423,34 +135423,34 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 437.2866153717041, + "msecs": 956.0577869415283, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7086.828231811523, + "relativeCreated": 7041.083097457886, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" } ], - "msecs": 459.8093032836914, + "msecs": 974.5779037475586, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7109.350919723511, + "relativeCreated": 7059.603214263916, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.022522687911987305 + "time_consumption": 0.018520116806030273 }, { "args": [], - "asctime": "2021-01-11 07:30:42,661", - "created": 1610346642.66166, + "asctime": "2021-01-11 11:25:32,176", + "created": 1610360732.1760128, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -135469,8 +135469,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:42,460", - "created": 1610346642.4604144, + "asctime": "2021-01-11 11:25:31,974", + "created": 1610360731.9749942, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135480,15 +135480,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 460.4144096374512, + "msecs": 974.9941825866699, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7109.9560260772705, + "relativeCreated": 7060.019493103027, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -135496,8 +135496,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:42,461", - "created": 1610346642.4612186, + "asctime": "2021-01-11 11:25:31,975", + "created": 1610360731.9755087, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135507,15 +135507,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 461.21859550476074, + "msecs": 975.5086898803711, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7110.76021194458, + "relativeCreated": 7060.5340003967285, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135523,8 +135523,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:42,469", - "created": 1610346642.4697044, + "asctime": "2021-01-11 11:25:31,983", + "created": 1610360731.9837956, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135534,15 +135534,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 469.70438957214355, + "msecs": 983.7956428527832, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7119.246006011963, + "relativeCreated": 7068.820953369141, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135550,8 +135550,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,470", - "created": 1610346642.4700007, + "asctime": "2021-01-11 11:25:31,983", + "created": 1610360731.9839685, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135561,15 +135561,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 470.0007438659668, + "msecs": 983.9684963226318, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7119.542360305786, + "relativeCreated": 7068.993806838989, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135578,8 +135578,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:42,470", - "created": 1610346642.4701684, + "asctime": "2021-01-11 11:25:31,984", + "created": 1610360731.9840558, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135589,15 +135589,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 470.1683521270752, + "msecs": 984.055757522583, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7119.7099685668945, + "relativeCreated": 7069.08106803894, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135605,8 +135605,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,470", - "created": 1610346642.4703712, + "asctime": "2021-01-11 11:25:31,984", + "created": 1610360731.984162, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135616,15 +135616,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 470.3712463378906, + "msecs": 984.1620922088623, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7119.91286277771, + "relativeCreated": 7069.18740272522, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135633,8 +135633,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,470", - "created": 1610346642.4705148, + "asctime": "2021-01-11 11:25:31,984", + "created": 1610360731.9842346, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135644,15 +135644,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 470.51477432250977, + "msecs": 984.2345714569092, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7120.056390762329, + "relativeCreated": 7069.259881973267, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135660,8 +135660,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,470", - "created": 1610346642.4707243, + "asctime": "2021-01-11 11:25:31,984", + "created": 1610360731.984344, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135671,15 +135671,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 470.72434425354004, + "msecs": 984.3440055847168, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7120.265960693359, + "relativeCreated": 7069.369316101074, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135688,8 +135688,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,470", - "created": 1610346642.4708583, + "asctime": "2021-01-11 11:25:31,984", + "created": 1610360731.9844131, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135699,15 +135699,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 470.8583354949951, + "msecs": 984.4131469726562, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7120.399951934814, + "relativeCreated": 7069.438457489014, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135715,8 +135715,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,471", - "created": 1610346642.4710479, + "asctime": "2021-01-11 11:25:31,984", + "created": 1610360731.9845295, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135726,15 +135726,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 471.04787826538086, + "msecs": 984.5294952392578, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7120.5894947052, + "relativeCreated": 7069.554805755615, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135743,8 +135743,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,471", - "created": 1610346642.4711823, + "asctime": "2021-01-11 11:25:31,984", + "created": 1610360731.9845996, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135754,15 +135754,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 471.18234634399414, + "msecs": 984.5995903015137, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7120.7239627838135, + "relativeCreated": 7069.624900817871, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135770,8 +135770,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,471", - "created": 1610346642.4713857, + "asctime": "2021-01-11 11:25:31,984", + "created": 1610360731.9846907, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135781,15 +135781,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 471.3857173919678, + "msecs": 984.6906661987305, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7120.927333831787, + "relativeCreated": 7069.715976715088, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135798,8 +135798,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,471", - "created": 1610346642.4715214, + "asctime": "2021-01-11 11:25:31,984", + "created": 1610360731.9847815, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135809,15 +135809,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 471.52137756347656, + "msecs": 984.7815036773682, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7121.062994003296, + "relativeCreated": 7069.806814193726, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135825,8 +135825,8 @@ "comm-client:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:42,471", - "created": 1610346642.4717915, + "asctime": "2021-01-11 11:25:31,984", + "created": 1610360731.984933, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135836,15 +135836,15 @@ "lineno": 284, "message": "comm-client: TX -> (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 471.79150581359863, + "msecs": 984.9328994750977, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7121.333122253418, + "relativeCreated": 7069.958209991455, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135852,8 +135852,8 @@ "comm-server:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:42,476", - "created": 1610346642.4762049, + "asctime": "2021-01-11 11:25:31,989", + "created": 1610360731.9892292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135863,15 +135863,15 @@ "lineno": 414, "message": "comm-server: RX <- (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 476.20487213134766, + "msecs": 989.2292022705078, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7125.746488571167, + "relativeCreated": 7074.254512786865, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135879,8 +135879,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,476", - "created": 1610346642.4765599, + "asctime": "2021-01-11 11:25:31,989", + "created": 1610360731.989604, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135890,15 +135890,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 476.5598773956299, + "msecs": 989.6039962768555, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7126.101493835449, + "relativeCreated": 7074.629306793213, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135907,8 +135907,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:42,476", - "created": 1610346642.4766958, + "asctime": "2021-01-11 11:25:31,989", + "created": 1610360731.9897542, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135918,15 +135918,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 476.6957759857178, + "msecs": 989.7541999816895, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7126.237392425537, + "relativeCreated": 7074.779510498047, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135934,8 +135934,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b" ], - "asctime": "2021-01-11 07:30:42,476", - "created": 1610346642.4769585, + "asctime": "2021-01-11 11:25:31,990", + "created": 1610360731.9900365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -135945,15 +135945,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b", "module": "stp", - "msecs": 476.9585132598877, + "msecs": 990.0364875793457, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7126.500129699707, + "relativeCreated": 7075.061798095703, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { @@ -135964,8 +135964,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:42,477", - "created": 1610346642.4772882, + "asctime": "2021-01-11 11:25:31,990", + "created": 1610360731.9903672, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -135975,23 +135975,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 477.28824615478516, + "msecs": 990.3671741485596, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7126.8298625946045, + "relativeCreated": 7075.392484664917, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:42,477", - "created": 1610346642.4774985, + "asctime": "2021-01-11 11:25:31,990", + "created": 1610360731.9905615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136001,37 +136001,37 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 477.49853134155273, + "msecs": 990.5614852905273, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7127.040147781372, + "relativeCreated": 7075.586795806885, "stack_info": null, - "thread": 140562225145600, + "thread": 140654155896576, "threadName": "Thread-9" } ], - "msecs": 661.6599559783936, + "msecs": 176.01275444030762, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7311.201572418213, + "relativeCreated": 7261.038064956665, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.18416142463684082 + "time_consumption": 0.18545126914978027 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:42,662", - "created": 1610346642.662458, + "asctime": "2021-01-11 11:25:32,176", + "created": 1610360732.176815, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136048,8 +136048,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:42,662", - "created": 1610346642.6621265, + "asctime": "2021-01-11 11:25:32,176", + "created": 1610360732.176459, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136059,15 +136059,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 662.1265411376953, + "msecs": 176.45907402038574, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7311.668157577515, + "relativeCreated": 7261.484384536743, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -136076,8 +136076,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:42,662", - "created": 1610346642.6623003, + "asctime": "2021-01-11 11:25:32,176", + "created": 1610360732.1766315, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136087,37 +136087,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 662.3003482818604, + "msecs": 176.63145065307617, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7311.84196472168, + "relativeCreated": 7261.656761169434, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 662.4579429626465, + "msecs": 176.81503295898438, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7311.999559402466, + "relativeCreated": 7261.840343475342, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001575946807861328 + "time_consumption": 0.00018358230590820312 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:42,663", - "created": 1610346642.6630118, + "asctime": "2021-01-11 11:25:32,177", + "created": 1610360732.1773953, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136134,8 +136134,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:42,662", - "created": 1610346642.6627061, + "asctime": "2021-01-11 11:25:32,177", + "created": 1610360732.1770954, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136145,15 +136145,15 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'} ()", "module": "test", - "msecs": 662.7061367034912, + "msecs": 177.0954132080078, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7312.247753143311, + "relativeCreated": 7262.120723724365, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -136162,8 +136162,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:42,662", - "created": 1610346642.6628609, + "asctime": "2021-01-11 11:25:32,177", + "created": 1610360732.1772506, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136173,34 +136173,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'} ()", "module": "test", - "msecs": 662.8608703613281, + "msecs": 177.25062370300293, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7312.4024868011475, + "relativeCreated": 7262.27593421936, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 663.0117893218994, + "msecs": 177.39534378051758, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7312.553405761719, + "relativeCreated": 7262.420654296875, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015091896057128906 + "time_consumption": 0.00014472007751464844 }, { "args": [], - "asctime": "2021-01-11 07:30:42,864", - "created": 1610346642.8647206, + "asctime": "2021-01-11 11:25:32,378", + "created": 1610360732.378949, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -136219,8 +136219,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:42,663", - "created": 1610346642.6634004, + "asctime": "2021-01-11 11:25:32,177", + "created": 1610360732.1777341, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136230,15 +136230,15 @@ "lineno": 438, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 663.400411605835, + "msecs": 177.7341365814209, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7312.942028045654, + "relativeCreated": 7262.759447097778, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -136246,8 +136246,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:42,664", - "created": 1610346642.6643248, + "asctime": "2021-01-11 11:25:32,178", + "created": 1610360732.1786277, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136257,15 +136257,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 664.3247604370117, + "msecs": 178.62772941589355, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7313.866376876831, + "relativeCreated": 7263.653039932251, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136273,8 +136273,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:42,672", - "created": 1610346642.6728222, + "asctime": "2021-01-11 11:25:32,187", + "created": 1610360732.1870542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136284,15 +136284,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 672.8222370147705, + "msecs": 187.05415725708008, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7322.36385345459, + "relativeCreated": 7272.0794677734375, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136300,8 +136300,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,673", - "created": 1610346642.6731088, + "asctime": "2021-01-11 11:25:32,187", + "created": 1610360732.1873543, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136311,15 +136311,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 673.1088161468506, + "msecs": 187.35432624816895, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7322.65043258667, + "relativeCreated": 7272.379636764526, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136328,8 +136328,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:42,673", - "created": 1610346642.6732726, + "asctime": "2021-01-11 11:25:32,187", + "created": 1610360732.187604, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136339,15 +136339,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 673.2726097106934, + "msecs": 187.60395050048828, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7322.814226150513, + "relativeCreated": 7272.629261016846, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136355,8 +136355,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,673", - "created": 1610346642.673531, + "asctime": "2021-01-11 11:25:32,187", + "created": 1610360732.187809, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136366,15 +136366,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 673.5310554504395, + "msecs": 187.80899047851562, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7323.072671890259, + "relativeCreated": 7272.834300994873, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136383,8 +136383,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,673", - "created": 1610346642.673685, + "asctime": "2021-01-11 11:25:32,187", + "created": 1610360732.1879494, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136394,15 +136394,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 673.6850738525391, + "msecs": 187.94941902160645, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7323.226690292358, + "relativeCreated": 7272.974729537964, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136410,8 +136410,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,673", - "created": 1610346642.6739058, + "asctime": "2021-01-11 11:25:32,188", + "created": 1610360732.1881683, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136421,15 +136421,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 673.9058494567871, + "msecs": 188.16828727722168, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7323.447465896606, + "relativeCreated": 7273.193597793579, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136438,8 +136438,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,674", - "created": 1610346642.6740422, + "asctime": "2021-01-11 11:25:32,188", + "created": 1610360732.1883008, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136449,15 +136449,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 674.0422248840332, + "msecs": 188.30084800720215, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7323.5838413238525, + "relativeCreated": 7273.32615852356, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136465,8 +136465,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,674", - "created": 1610346642.6742313, + "asctime": "2021-01-11 11:25:32,188", + "created": 1610360732.1884909, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136476,15 +136476,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 674.2312908172607, + "msecs": 188.4908676147461, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7323.77290725708, + "relativeCreated": 7273.5161781311035, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136493,8 +136493,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,674", - "created": 1610346642.6743667, + "asctime": "2021-01-11 11:25:32,188", + "created": 1610360732.1886208, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136504,15 +136504,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 674.3667125701904, + "msecs": 188.62080574035645, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7323.90832901001, + "relativeCreated": 7273.646116256714, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136520,8 +136520,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,674", - "created": 1610346642.6745505, + "asctime": "2021-01-11 11:25:32,188", + "created": 1610360732.188835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136531,15 +136531,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 674.5505332946777, + "msecs": 188.83490562438965, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7324.092149734497, + "relativeCreated": 7273.860216140747, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136548,8 +136548,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:42,674", - "created": 1610346642.6746824, + "asctime": "2021-01-11 11:25:32,188", + "created": 1610360732.1889765, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136559,15 +136559,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 674.6823787689209, + "msecs": 188.97652626037598, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7324.22399520874, + "relativeCreated": 7274.001836776733, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136575,8 +136575,8 @@ "comm-server:", "(32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e" ], - "asctime": "2021-01-11 07:30:42,674", - "created": 1610346642.6749697, + "asctime": "2021-01-11 11:25:32,189", + "created": 1610360732.1892538, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136586,15 +136586,15 @@ "lineno": 284, "message": "comm-server: TX -> (32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e", "module": "__init__", - "msecs": 674.9696731567383, + "msecs": 189.2538070678711, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7324.511289596558, + "relativeCreated": 7274.2791175842285, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136602,8 +136602,8 @@ "comm-client:", "(32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e" ], - "asctime": "2021-01-11 07:30:42,679", - "created": 1610346642.6794322, + "asctime": "2021-01-11 11:25:32,193", + "created": 1610360732.1935737, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136613,15 +136613,15 @@ "lineno": 414, "message": "comm-client: RX <- (32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e", "module": "__init__", - "msecs": 679.4321537017822, + "msecs": 193.5737133026123, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7328.973770141602, + "relativeCreated": 7278.59902381897, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136629,8 +136629,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:42,679", - "created": 1610346642.6798275, + "asctime": "2021-01-11 11:25:32,193", + "created": 1610360732.1939175, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136640,15 +136640,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 679.8274517059326, + "msecs": 193.91751289367676, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7329.369068145752, + "relativeCreated": 7278.942823410034, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136657,8 +136657,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:42,679", - "created": 1610346642.6799693, + "asctime": "2021-01-11 11:25:32,194", + "created": 1610360732.1940475, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136668,15 +136668,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 679.969310760498, + "msecs": 194.0474510192871, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7329.510927200317, + "relativeCreated": 7279.0727615356445, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136684,8 +136684,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f" ], - "asctime": "2021-01-11 07:30:42,680", - "created": 1610346642.680231, + "asctime": "2021-01-11 11:25:32,194", + "created": 1610360732.1942973, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -136695,15 +136695,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f", "module": "stp", - "msecs": 680.2310943603516, + "msecs": 194.29731369018555, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7329.772710800171, + "relativeCreated": 7279.322624206543, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { @@ -136714,8 +136714,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:42,680", - "created": 1610346642.6806037, + "asctime": "2021-01-11 11:25:32,194", + "created": 1610360732.1945984, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136725,23 +136725,23 @@ "lineno": 438, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 680.6037425994873, + "msecs": 194.59843635559082, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7330.145359039307, + "relativeCreated": 7279.623746871948, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:42,680", - "created": 1610346642.6808124, + "asctime": "2021-01-11 11:25:32,194", + "created": 1610360732.1947775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136751,37 +136751,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 680.8123588562012, + "msecs": 194.7774887084961, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7330.3539752960205, + "relativeCreated": 7279.8027992248535, "stack_info": null, - "thread": 140562216752896, + "thread": 140653602273024, "threadName": "Thread-10" } ], - "msecs": 864.7205829620361, + "msecs": 378.9489269256592, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7514.2621994018555, + "relativeCreated": 7463.974237442017, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.18390822410583496 + "time_consumption": 0.18417143821716309 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:42,865", - "created": 1610346642.8655598, + "asctime": "2021-01-11 11:25:32,379", + "created": 1610360732.3797195, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136798,8 +136798,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:42,865", - "created": 1610346642.8651788, + "asctime": "2021-01-11 11:25:32,379", + "created": 1610360732.3793926, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136809,15 +136809,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 865.1788234710693, + "msecs": 379.3926239013672, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7514.720439910889, + "relativeCreated": 7464.417934417725, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -136826,8 +136826,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:42,865", - "created": 1610346642.8653545, + "asctime": "2021-01-11 11:25:32,379", + "created": 1610360732.379567, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136837,37 +136837,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 865.3545379638672, + "msecs": 379.56690788269043, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7514.8961544036865, + "relativeCreated": 7464.592218399048, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 865.5598163604736, + "msecs": 379.71949577331543, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7515.101432800293, + "relativeCreated": 7464.744806289673, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0002052783966064453 + "time_consumption": 0.000152587890625 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:42,866", - "created": 1610346642.8661559, + "asctime": "2021-01-11 11:25:32,380", + "created": 1610360732.380299, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136884,8 +136884,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:42,865", - "created": 1610346642.8658085, + "asctime": "2021-01-11 11:25:32,379", + "created": 1610360732.3799584, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136895,15 +136895,15 @@ "lineno": 22, "message": "Result (Received message on client side): {'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'} ()", "module": "test", - "msecs": 865.8084869384766, + "msecs": 379.9583911895752, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7515.350103378296, + "relativeCreated": 7464.983701705933, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -136912,8 +136912,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:42,865", - "created": 1610346642.8659933, + "asctime": "2021-01-11 11:25:32,380", + "created": 1610360732.3801413, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -136923,41 +136923,41 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = {'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'} ()", "module": "test", - "msecs": 865.9932613372803, + "msecs": 380.1412582397461, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7515.5348777771, + "relativeCreated": 7465.1665687561035, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 866.1558628082275, + "msecs": 380.2990913391113, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 7515.697479248047, + "relativeCreated": 7465.324401855469, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016260147094726562 + "time_consumption": 0.00015783309936523438 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 1.9740095138549805, - "time_finished": "2021-01-11 07:30:42,866", - "time_start": "2021-01-11 07:30:40,892" + "time_consumption": 1.9731452465057373, + "time_finished": "2021-01-11 11:25:32,380", + "time_start": "2021-01-11 11:25:30,407" }, "_Tb-78E4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:49,276", - "created": 1610346649.2766762, + "asctime": "2021-01-11 11:25:38,779", + "created": 1610360738.7792633, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -136968,19 +136968,19 @@ "message": "_Tb-78E4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 276.6761779785156, + "msecs": 779.2632579803467, "msg": "_Tb-78E4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13926.217794418335, + "relativeCreated": 13864.288568496704, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.2859824, + "asctime": "2021-01-11 11:25:38,788", + "created": 1610360738.7889729, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -136995,8 +136995,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:49,278", - "created": 1610346649.2786531, + "asctime": "2021-01-11 11:25:38,780", + "created": 1610360738.7802935, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137006,23 +137006,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 278.6531448364258, + "msecs": 780.2934646606445, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13928.194761276245, + "relativeCreated": 13865.318775177002, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:49,279", - "created": 1610346649.2795947, + "asctime": "2021-01-11 11:25:38,781", + "created": 1610360738.7814782, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137032,23 +137032,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 279.59465980529785, + "msecs": 781.4781665802002, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13929.136276245117, + "relativeCreated": 13866.503477096558, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:49,279", - "created": 1610346649.2798476, + "asctime": "2021-01-11 11:25:38,781", + "created": 1610360738.7817116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137058,23 +137058,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 279.8476219177246, + "msecs": 781.7115783691406, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13929.389238357544, + "relativeCreated": 13866.736888885498, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:49,280", - "created": 1610346649.2801926, + "asctime": "2021-01-11 11:25:38,782", + "created": 1610360738.7820475, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137084,15 +137084,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 280.19261360168457, + "msecs": 782.0475101470947, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13929.734230041504, + "relativeCreated": 13867.072820663452, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137101,8 +137101,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:49,280", - "created": 1610346649.2803771, + "asctime": "2021-01-11 11:25:38,782", + "created": 1610360738.7822318, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137112,15 +137112,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 280.3771495819092, + "msecs": 782.2318077087402, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13929.918766021729, + "relativeCreated": 13867.257118225098, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137128,8 +137128,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:49,280", - "created": 1610346649.2806199, + "asctime": "2021-01-11 11:25:38,782", + "created": 1610360738.7824533, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137139,15 +137139,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 280.61985969543457, + "msecs": 782.4532985687256, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13930.161476135254, + "relativeCreated": 13867.478609085083, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137155,8 +137155,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:49,280", - "created": 1610346649.2807813, + "asctime": "2021-01-11 11:25:38,782", + "created": 1610360738.7826107, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137166,15 +137166,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 280.7812690734863, + "msecs": 782.6106548309326, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13930.322885513306, + "relativeCreated": 13867.63596534729, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137182,8 +137182,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:49,280", - "created": 1610346649.2809298, + "asctime": "2021-01-11 11:25:38,782", + "created": 1610360738.7827563, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137193,15 +137193,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 280.9298038482666, + "msecs": 782.7563285827637, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13930.471420288086, + "relativeCreated": 13867.781639099121, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137209,8 +137209,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:49,281", - "created": 1610346649.281073, + "asctime": "2021-01-11 11:25:38,782", + "created": 1610360738.7829263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137220,15 +137220,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 281.07309341430664, + "msecs": 782.9263210296631, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13930.614709854126, + "relativeCreated": 13867.95163154602, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137238,8 +137238,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:49,281", - "created": 1610346649.281232, + "asctime": "2021-01-11 11:25:38,783", + "created": 1610360738.7831078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137249,15 +137249,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 281.2321186065674, + "msecs": 783.1077575683594, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13930.773735046387, + "relativeCreated": 13868.133068084717, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137267,8 +137267,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:49,281", - "created": 1610346649.281396, + "asctime": "2021-01-11 11:25:38,783", + "created": 1610360738.7832775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137278,15 +137278,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 281.39591217041016, + "msecs": 783.2775115966797, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13930.93752861023, + "relativeCreated": 13868.302822113037, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137296,8 +137296,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:49,281", - "created": 1610346649.2815793, + "asctime": "2021-01-11 11:25:38,783", + "created": 1610360738.783434, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137307,15 +137307,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 281.57925605773926, + "msecs": 783.4339141845703, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13931.120872497559, + "relativeCreated": 13868.459224700928, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137325,8 +137325,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:49,281", - "created": 1610346649.2817357, + "asctime": "2021-01-11 11:25:38,783", + "created": 1610360738.783601, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137336,23 +137336,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 281.7356586456299, + "msecs": 783.6010456085205, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13931.27727508545, + "relativeCreated": 13868.626356124878, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:49,281", - "created": 1610346649.2818956, + "asctime": "2021-01-11 11:25:38,783", + "created": 1610360738.7837398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137362,15 +137362,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 281.89563751220703, + "msecs": 783.7398052215576, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13931.437253952026, + "relativeCreated": 13868.765115737915, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137379,8 +137379,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:49,282", - "created": 1610346649.2820535, + "asctime": "2021-01-11 11:25:38,783", + "created": 1610360738.7838912, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137390,15 +137390,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 282.05347061157227, + "msecs": 783.8912010192871, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13931.595087051392, + "relativeCreated": 13868.916511535645, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137406,8 +137406,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:49,282", - "created": 1610346649.2822175, + "asctime": "2021-01-11 11:25:38,784", + "created": 1610360738.7840567, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137417,15 +137417,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 282.21750259399414, + "msecs": 784.0566635131836, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13931.759119033813, + "relativeCreated": 13869.081974029541, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137433,8 +137433,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:49,282", - "created": 1610346649.282361, + "asctime": "2021-01-11 11:25:38,784", + "created": 1610360738.7841988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137444,15 +137444,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 282.3610305786133, + "msecs": 784.1987609863281, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13931.902647018433, + "relativeCreated": 13869.224071502686, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137462,8 +137462,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:49,282", - "created": 1610346649.2825136, + "asctime": "2021-01-11 11:25:38,784", + "created": 1610360738.7843516, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137473,15 +137473,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 282.5136184692383, + "msecs": 784.3515872955322, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13932.055234909058, + "relativeCreated": 13869.37689781189, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137491,8 +137491,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:49,282", - "created": 1610346649.2827005, + "asctime": "2021-01-11 11:25:38,784", + "created": 1610360738.7845063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137502,15 +137502,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 282.7005386352539, + "msecs": 784.5063209533691, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13932.242155075073, + "relativeCreated": 13869.531631469727, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137519,8 +137519,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:49,282", - "created": 1610346649.2828522, + "asctime": "2021-01-11 11:25:38,784", + "created": 1610360738.7846544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137530,15 +137530,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 282.8521728515625, + "msecs": 784.6543788909912, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13932.393789291382, + "relativeCreated": 13869.679689407349, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137547,8 +137547,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:49,283", - "created": 1610346649.2830021, + "asctime": "2021-01-11 11:25:38,784", + "created": 1610360738.7848535, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137558,15 +137558,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 283.0021381378174, + "msecs": 784.853458404541, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13932.543754577637, + "relativeCreated": 13869.878768920898, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137575,8 +137575,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:49,283", - "created": 1610346649.2831395, + "asctime": "2021-01-11 11:25:38,784", + "created": 1610360738.7849965, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137586,23 +137586,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 283.1394672393799, + "msecs": 784.996509552002, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13932.6810836792, + "relativeCreated": 13870.02182006836, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:49,283", - "created": 1610346649.2832775, + "asctime": "2021-01-11 11:25:38,785", + "created": 1610360738.7851362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137612,23 +137612,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 283.2775115966797, + "msecs": 785.1362228393555, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13932.819128036499, + "relativeCreated": 13870.161533355713, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:49,283", - "created": 1610346649.2835698, + "asctime": "2021-01-11 11:25:38,785", + "created": 1610360738.7854528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137638,15 +137638,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 283.5698127746582, + "msecs": 785.4528427124023, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13933.111429214478, + "relativeCreated": 13870.47815322876, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137655,8 +137655,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:49,283", - "created": 1610346649.2837434, + "asctime": "2021-01-11 11:25:38,785", + "created": 1610360738.7856238, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137666,15 +137666,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 283.74338150024414, + "msecs": 785.6237888336182, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13933.284997940063, + "relativeCreated": 13870.649099349976, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137682,8 +137682,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:49,283", - "created": 1610346649.283943, + "asctime": "2021-01-11 11:25:38,785", + "created": 1610360738.7858331, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137693,15 +137693,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 283.94293785095215, + "msecs": 785.8331203460693, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13933.484554290771, + "relativeCreated": 13870.858430862427, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137709,8 +137709,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:49,284", - "created": 1610346649.2840924, + "asctime": "2021-01-11 11:25:38,785", + "created": 1610360738.7859838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137720,15 +137720,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 284.0924263000488, + "msecs": 785.9838008880615, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13933.634042739868, + "relativeCreated": 13871.009111404419, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137736,8 +137736,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:49,284", - "created": 1610346649.2842333, + "asctime": "2021-01-11 11:25:38,786", + "created": 1610360738.7861257, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137747,15 +137747,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 284.23333168029785, + "msecs": 786.125659942627, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13933.774948120117, + "relativeCreated": 13871.150970458984, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137763,8 +137763,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:49,284", - "created": 1610346649.2843726, + "asctime": "2021-01-11 11:25:38,786", + "created": 1610360738.7862656, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137774,15 +137774,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 284.37256813049316, + "msecs": 786.2656116485596, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13933.914184570312, + "relativeCreated": 13871.290922164917, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137792,8 +137792,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:49,284", - "created": 1610346649.2845218, + "asctime": "2021-01-11 11:25:38,786", + "created": 1610360738.7864153, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137803,15 +137803,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 284.52181816101074, + "msecs": 786.4153385162354, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13934.06343460083, + "relativeCreated": 13871.440649032593, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137821,8 +137821,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:49,284", - "created": 1610346649.2846878, + "asctime": "2021-01-11 11:25:38,786", + "created": 1610360738.78658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137832,15 +137832,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 284.68775749206543, + "msecs": 786.5800857543945, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13934.229373931885, + "relativeCreated": 13871.605396270752, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137850,8 +137850,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:49,284", - "created": 1610346649.284854, + "asctime": "2021-01-11 11:25:38,786", + "created": 1610360738.7867427, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137861,15 +137861,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 284.8539352416992, + "msecs": 786.7426872253418, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13934.395551681519, + "relativeCreated": 13871.7679977417, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137879,8 +137879,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.2850075, + "asctime": "2021-01-11 11:25:38,786", + "created": 1610360738.7869015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137890,23 +137890,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 285.0074768066406, + "msecs": 786.9014739990234, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13934.54909324646, + "relativeCreated": 13871.92678451538, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.2851424, + "asctime": "2021-01-11 11:25:38,787", + "created": 1610360738.7870371, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137916,15 +137916,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 285.1424217224121, + "msecs": 787.0371341705322, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13934.684038162231, + "relativeCreated": 13872.06244468689, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137933,8 +137933,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.2853014, + "asctime": "2021-01-11 11:25:38,787", + "created": 1610360738.7871854, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137944,15 +137944,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 285.30144691467285, + "msecs": 787.1854305267334, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13934.843063354492, + "relativeCreated": 13872.21074104309, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137960,8 +137960,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.2854762, + "asctime": "2021-01-11 11:25:38,787", + "created": 1610360738.7873464, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137971,15 +137971,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 285.4762077331543, + "msecs": 787.346363067627, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.017824172974, + "relativeCreated": 13872.371673583984, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -137987,8 +137987,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.285529, + "asctime": "2021-01-11 11:25:38,787", + "created": 1610360738.7874985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -137998,15 +137998,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 285.52889823913574, + "msecs": 787.4984741210938, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.070514678955, + "relativeCreated": 13872.523784637451, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -138016,8 +138016,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.285575, + "asctime": "2021-01-11 11:25:38,787", + "created": 1610360738.7876446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138027,15 +138027,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 285.57491302490234, + "msecs": 787.644624710083, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.116529464722, + "relativeCreated": 13872.66993522644, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -138045,8 +138045,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.2856226, + "asctime": "2021-01-11 11:25:38,788", + "created": 1610360738.7885997, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138056,15 +138056,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 285.62259674072266, + "msecs": 788.5997295379639, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.164213180542, + "relativeCreated": 13873.625040054321, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -138073,8 +138073,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.2856705, + "asctime": "2021-01-11 11:25:38,788", + "created": 1610360738.7886794, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138084,15 +138084,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 285.67051887512207, + "msecs": 788.6793613433838, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.212135314941, + "relativeCreated": 13873.704671859741, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -138101,8 +138101,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.285848, + "asctime": "2021-01-11 11:25:38,788", + "created": 1610360738.788734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138112,15 +138112,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 285.84790229797363, + "msecs": 788.733959197998, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.389518737793, + "relativeCreated": 13873.759269714355, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -138129,8 +138129,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.2858975, + "asctime": "2021-01-11 11:25:38,788", + "created": 1610360738.7888768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138140,23 +138140,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 285.89749336242676, + "msecs": 788.8767719268799, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.439109802246, + "relativeCreated": 13873.902082443237, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:49,285", - "created": 1610346649.2859416, + "asctime": "2021-01-11 11:25:38,788", + "created": 1610360738.7889254, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138166,34 +138166,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 285.94160079956055, + "msecs": 788.9254093170166, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.48321723938, + "relativeCreated": 13873.950719833374, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 285.9823703765869, + "msecs": 788.9728546142578, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.523986816406, + "relativeCreated": 13873.998165130615, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 4.076957702636719e-05 + "time_consumption": 4.744529724121094e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:49,629", - "created": 1610346649.6296175, + "asctime": "2021-01-11 11:25:39,132", + "created": 1610360739.132809, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -138208,8 +138208,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:49,286", - "created": 1610346649.2860763, + "asctime": "2021-01-11 11:25:38,789", + "created": 1610360738.7890694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138219,23 +138219,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 286.07630729675293, + "msecs": 789.069414138794, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.617923736572, + "relativeCreated": 13874.094724655151, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:49,286", - "created": 1610346649.286144, + "asctime": "2021-01-11 11:25:38,789", + "created": 1610360738.7891161, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138245,23 +138245,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 286.1440181732178, + "msecs": 789.1161441802979, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.685634613037, + "relativeCreated": 13874.141454696655, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:49,286", - "created": 1610346649.2862053, + "asctime": "2021-01-11 11:25:38,789", + "created": 1610360738.78916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138271,15 +138271,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 286.2052917480469, + "msecs": 789.1600131988525, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.746908187866, + "relativeCreated": 13874.18532371521, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -138290,8 +138290,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:49,286", - "created": 1610346649.2863028, + "asctime": "2021-01-11 11:25:38,789", + "created": 1610360738.789245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138301,23 +138301,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 286.3028049468994, + "msecs": 789.2448902130127, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13935.844421386719, + "relativeCreated": 13874.27020072937, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:49,286", - "created": 1610346649.286507, + "asctime": "2021-01-11 11:25:38,789", + "created": 1610360738.7894237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138327,23 +138327,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 286.50689125061035, + "msecs": 789.4237041473389, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13936.04850769043, + "relativeCreated": 13874.449014663696, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:49,286", - "created": 1610346649.2865584, + "asctime": "2021-01-11 11:25:38,789", + "created": 1610360738.7894745, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138353,23 +138353,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 286.5583896636963, + "msecs": 789.4744873046875, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13936.100006103516, + "relativeCreated": 13874.499797821045, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:49,286", - "created": 1610346649.2866035, + "asctime": "2021-01-11 11:25:38,789", + "created": 1610360738.7895193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138379,15 +138379,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 286.6034507751465, + "msecs": 789.5193099975586, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13936.145067214966, + "relativeCreated": 13874.544620513916, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -138395,8 +138395,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:49,286", - "created": 1610346649.2868624, + "asctime": "2021-01-11 11:25:38,789", + "created": 1610360738.7896597, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138406,15 +138406,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 286.8623733520508, + "msecs": 789.6597385406494, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13936.40398979187, + "relativeCreated": 13874.685049057007, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138422,8 +138422,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.295097, + "asctime": "2021-01-11 11:25:38,797", + "created": 1610360738.797823, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138433,15 +138433,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 295.09711265563965, + "msecs": 797.8229522705078, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13944.638729095459, + "relativeCreated": 13882.848262786865, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138449,8 +138449,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2952418, + "asctime": "2021-01-11 11:25:38,797", + "created": 1610360738.7979426, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138460,15 +138460,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 295.2418327331543, + "msecs": 797.9426383972168, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13944.783449172974, + "relativeCreated": 13882.967948913574, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138477,8 +138477,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2952998, + "asctime": "2021-01-11 11:25:38,797", + "created": 1610360738.797994, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138488,15 +138488,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 295.299768447876, + "msecs": 797.9938983917236, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13944.841384887695, + "relativeCreated": 13883.019208908081, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138504,8 +138504,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2953732, + "asctime": "2021-01-11 11:25:38,798", + "created": 1610360738.7980552, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138515,15 +138515,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 295.37320137023926, + "msecs": 798.0551719665527, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13944.914817810059, + "relativeCreated": 13883.08048248291, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138532,8 +138532,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2954206, + "asctime": "2021-01-11 11:25:38,798", + "created": 1610360738.7980978, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138543,15 +138543,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 295.42064666748047, + "msecs": 798.0978488922119, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13944.9622631073, + "relativeCreated": 13883.12315940857, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138559,8 +138559,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2954848, + "asctime": "2021-01-11 11:25:38,798", + "created": 1610360738.7981703, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138570,15 +138570,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 295.4847812652588, + "msecs": 798.1703281402588, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13945.026397705078, + "relativeCreated": 13883.195638656616, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138587,8 +138587,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2955265, + "asctime": "2021-01-11 11:25:38,798", + "created": 1610360738.7982118, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138598,15 +138598,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 295.52650451660156, + "msecs": 798.2118129730225, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13945.06812095642, + "relativeCreated": 13883.23712348938, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138614,8 +138614,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2955832, + "asctime": "2021-01-11 11:25:38,798", + "created": 1610360738.7982712, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138625,15 +138625,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 295.58324813842773, + "msecs": 798.2711791992188, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13945.124864578247, + "relativeCreated": 13883.296489715576, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138642,8 +138642,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2956307, + "asctime": "2021-01-11 11:25:38,798", + "created": 1610360738.7983122, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138653,15 +138653,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 295.63069343566895, + "msecs": 798.3121871948242, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13945.172309875488, + "relativeCreated": 13883.337497711182, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138669,8 +138669,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2956846, + "asctime": "2021-01-11 11:25:38,798", + "created": 1610360738.7983682, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138680,15 +138680,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 295.6845760345459, + "msecs": 798.3682155609131, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13945.226192474365, + "relativeCreated": 13883.39352607727, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138697,8 +138697,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2957258, + "asctime": "2021-01-11 11:25:38,798", + "created": 1610360738.798409, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138708,15 +138708,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 295.72582244873047, + "msecs": 798.4089851379395, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13945.26743888855, + "relativeCreated": 13883.434295654297, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138724,8 +138724,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:49,295", - "created": 1610346649.2958057, + "asctime": "2021-01-11 11:25:38,798", + "created": 1610360738.7984917, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138735,15 +138735,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 295.8056926727295, + "msecs": 798.4917163848877, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13945.347309112549, + "relativeCreated": 13883.517026901245, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138751,8 +138751,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:49,296", - "created": 1610346649.2967548, + "asctime": "2021-01-11 11:25:38,799", + "created": 1610360738.7994378, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138762,15 +138762,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 296.7548370361328, + "msecs": 799.4377613067627, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13946.296453475952, + "relativeCreated": 13884.46307182312, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138778,8 +138778,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,296", - "created": 1610346649.2968833, + "asctime": "2021-01-11 11:25:38,799", + "created": 1610360738.7995613, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138789,15 +138789,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 296.88334465026855, + "msecs": 799.5612621307373, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13946.424961090088, + "relativeCreated": 13884.586572647095, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138806,8 +138806,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:49,296", - "created": 1610346649.2969365, + "asctime": "2021-01-11 11:25:38,799", + "created": 1610360738.799613, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138817,15 +138817,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 296.9365119934082, + "msecs": 799.6129989624023, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13946.478128433228, + "relativeCreated": 13884.63830947876, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138833,8 +138833,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:49,297", - "created": 1610346649.2970133, + "asctime": "2021-01-11 11:25:38,799", + "created": 1610360738.7996898, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -138844,15 +138844,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 297.0132827758789, + "msecs": 799.689769744873, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13946.554899215698, + "relativeCreated": 13884.71508026123, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138863,8 +138863,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:49,297", - "created": 1610346649.2971587, + "asctime": "2021-01-11 11:25:38,799", + "created": 1610360738.7998397, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138874,15 +138874,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 297.15871810913086, + "msecs": 799.8397350311279, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13946.70033454895, + "relativeCreated": 13884.865045547485, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138890,8 +138890,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:49,297", - "created": 1610346649.2972243, + "asctime": "2021-01-11 11:25:38,799", + "created": 1610360738.7999332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138901,15 +138901,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 297.2242832183838, + "msecs": 799.9331951141357, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13946.765899658203, + "relativeCreated": 13884.958505630493, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138920,8 +138920,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:49,297", - "created": 1610346649.2973053, + "asctime": "2021-01-11 11:25:38,800", + "created": 1610360738.8000188, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138931,15 +138931,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 297.3053455352783, + "msecs": 800.0187873840332, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13946.846961975098, + "relativeCreated": 13885.04409790039, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -138947,8 +138947,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:49,297", - "created": 1610346649.2976289, + "asctime": "2021-01-11 11:25:38,800", + "created": 1610360738.8003168, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138958,15 +138958,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 297.62887954711914, + "msecs": 800.3168106079102, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13947.170495986938, + "relativeCreated": 13885.342121124268, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -138974,8 +138974,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:49,305", - "created": 1610346649.3058, + "asctime": "2021-01-11 11:25:38,808", + "created": 1610360738.8086395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -138985,15 +138985,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 305.7999610900879, + "msecs": 808.6395263671875, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.341577529907, + "relativeCreated": 13893.664836883545, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139001,8 +139001,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,305", - "created": 1610346649.305922, + "asctime": "2021-01-11 11:25:38,808", + "created": 1610360738.8088346, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139012,15 +139012,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 305.9220314025879, + "msecs": 808.8345527648926, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.463647842407, + "relativeCreated": 13893.85986328125, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139029,8 +139029,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:49,305", - "created": 1610346649.3059752, + "asctime": "2021-01-11 11:25:38,808", + "created": 1610360738.8089252, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139040,15 +139040,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 305.97519874572754, + "msecs": 808.9251518249512, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.516815185547, + "relativeCreated": 13893.950462341309, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139056,8 +139056,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,306", - "created": 1610346649.3060493, + "asctime": "2021-01-11 11:25:38,809", + "created": 1610360738.8090334, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139067,15 +139067,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 306.0493469238281, + "msecs": 809.0333938598633, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.590963363647, + "relativeCreated": 13894.05870437622, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139084,8 +139084,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,306", - "created": 1610346649.3060942, + "asctime": "2021-01-11 11:25:38,809", + "created": 1610360738.8091083, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139095,15 +139095,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 306.0941696166992, + "msecs": 809.1082572937012, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.635786056519, + "relativeCreated": 13894.133567810059, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139111,8 +139111,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,306", - "created": 1610346649.3061574, + "asctime": "2021-01-11 11:25:38,809", + "created": 1610360738.8092165, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139122,15 +139122,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 306.15735054016113, + "msecs": 809.2164993286133, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.69896697998, + "relativeCreated": 13894.24180984497, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139139,8 +139139,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,306", - "created": 1610346649.306199, + "asctime": "2021-01-11 11:25:38,809", + "created": 1610360738.809287, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139150,15 +139150,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 306.1990737915039, + "msecs": 809.2870712280273, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.740690231323, + "relativeCreated": 13894.312381744385, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139166,8 +139166,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,306", - "created": 1610346649.3062546, + "asctime": "2021-01-11 11:25:38,809", + "created": 1610360738.8093832, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139177,15 +139177,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 306.25462532043457, + "msecs": 809.3831539154053, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.796241760254, + "relativeCreated": 13894.408464431763, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139194,8 +139194,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,306", - "created": 1610346649.3062968, + "asctime": "2021-01-11 11:25:38,809", + "created": 1610360738.8094532, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139205,15 +139205,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 306.29682540893555, + "msecs": 809.4532489776611, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.838441848755, + "relativeCreated": 13894.478559494019, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139221,8 +139221,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,306", - "created": 1610346649.30635, + "asctime": "2021-01-11 11:25:38,809", + "created": 1610360738.8095438, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139232,15 +139232,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 306.3499927520752, + "msecs": 809.5438480377197, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.891609191895, + "relativeCreated": 13894.569158554077, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139249,8 +139249,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,306", - "created": 1610346649.306391, + "asctime": "2021-01-11 11:25:38,809", + "created": 1610360738.8096128, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139260,15 +139260,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 306.39100074768066, + "msecs": 809.6127510070801, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13955.9326171875, + "relativeCreated": 13894.638061523438, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139276,8 +139276,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:49,306", - "created": 1610346649.3064804, + "asctime": "2021-01-11 11:25:38,809", + "created": 1610360738.8097465, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139287,15 +139287,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 306.48040771484375, + "msecs": 809.746503829956, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13956.022024154663, + "relativeCreated": 13894.771814346313, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139303,8 +139303,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:49,307", - "created": 1610346649.307441, + "asctime": "2021-01-11 11:25:38,810", + "created": 1610360738.8106687, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139314,15 +139314,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 307.44099617004395, + "msecs": 810.6687068939209, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13956.982612609863, + "relativeCreated": 13895.694017410278, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139330,8 +139330,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,307", - "created": 1610346649.3075678, + "asctime": "2021-01-11 11:25:38,810", + "created": 1610360738.8108025, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139341,15 +139341,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 307.567834854126, + "msecs": 810.8024597167969, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13957.109451293945, + "relativeCreated": 13895.827770233154, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139358,8 +139358,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:49,307", - "created": 1610346649.3076239, + "asctime": "2021-01-11 11:25:38,810", + "created": 1610360738.8108907, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139369,15 +139369,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 307.62386322021484, + "msecs": 810.8906745910645, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13957.165479660034, + "relativeCreated": 13895.915985107422, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139385,8 +139385,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:49,307", - "created": 1610346649.307716, + "asctime": "2021-01-11 11:25:38,811", + "created": 1610360738.8110292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139396,15 +139396,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 307.71589279174805, + "msecs": 811.0291957855225, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13957.257509231567, + "relativeCreated": 13896.05450630188, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139415,8 +139415,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:49,307", - "created": 1610346649.3078527, + "asctime": "2021-01-11 11:25:38,811", + "created": 1610360738.8112426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139426,15 +139426,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 307.85274505615234, + "msecs": 811.2425804138184, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13957.394361495972, + "relativeCreated": 13896.267890930176, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -139442,8 +139442,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:49,307", - "created": 1610346649.3079145, + "asctime": "2021-01-11 11:25:38,811", + "created": 1610360738.8113422, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139453,34 +139453,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 307.91449546813965, + "msecs": 811.3422393798828, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13957.456111907959, + "relativeCreated": 13896.36754989624, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" } ], - "msecs": 629.61745262146, + "msecs": 132.80892372131348, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14279.15906906128, + "relativeCreated": 14217.83423423767, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3217029571533203 + "time_consumption": 0.32146668434143066 }, { "args": [], - "asctime": "2021-01-11 07:30:49,630", - "created": 1610346649.630165, + "asctime": "2021-01-11 11:25:39,133", + "created": 1610360739.133532, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -139498,8 +139498,8 @@ "10", "None" ], - "asctime": "2021-01-11 07:30:49,630", - "created": 1610346649.6300266, + "asctime": "2021-01-11 11:25:39,133", + "created": 1610360739.1333447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139509,34 +139509,34 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=None", "module": "__init__", - "msecs": 630.0265789031982, + "msecs": 133.3446502685547, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14279.568195343018, + "relativeCreated": 14218.369960784912, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 630.1651000976562, + "msecs": 133.53204727172852, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14279.706716537476, + "relativeCreated": 14218.557357788086, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001385211944580078 + "time_consumption": 0.00018739700317382812 }, { "args": [], - "asctime": "2021-01-11 07:30:49,831", - "created": 1610346649.831452, + "asctime": "2021-01-11 11:25:39,335", + "created": 1610360739.3350723, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -139555,8 +139555,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:49,630", - "created": 1610346649.630409, + "asctime": "2021-01-11 11:25:39,133", + "created": 1610360739.1338625, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139566,15 +139566,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 630.4090023040771, + "msecs": 133.86249542236328, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14279.950618743896, + "relativeCreated": 14218.88780593872, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -139582,8 +139582,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:49,631", - "created": 1610346649.631063, + "asctime": "2021-01-11 11:25:39,134", + "created": 1610360739.1347046, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139593,15 +139593,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 631.0629844665527, + "msecs": 134.70458984375, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14280.604600906372, + "relativeCreated": 14219.729900360107, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139609,8 +139609,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:49,639", - "created": 1610346649.6394744, + "asctime": "2021-01-11 11:25:39,143", + "created": 1610360739.1432154, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139620,15 +139620,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 639.4743919372559, + "msecs": 143.21541786193848, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14289.016008377075, + "relativeCreated": 14228.240728378296, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139636,8 +139636,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,639", - "created": 1610346649.6397414, + "asctime": "2021-01-11 11:25:39,143", + "created": 1610360739.1434996, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139647,15 +139647,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 639.7414207458496, + "msecs": 143.49961280822754, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14289.283037185669, + "relativeCreated": 14228.524923324585, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139664,8 +139664,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:49,639", - "created": 1610346649.6398761, + "asctime": "2021-01-11 11:25:39,143", + "created": 1610360739.1436615, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139675,15 +139675,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 639.876127243042, + "msecs": 143.6614990234375, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14289.417743682861, + "relativeCreated": 14228.686809539795, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139691,8 +139691,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,640", - "created": 1610346649.640041, + "asctime": "2021-01-11 11:25:39,143", + "created": 1610360739.1438603, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139702,15 +139702,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 640.0411128997803, + "msecs": 143.8603401184082, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14289.5827293396, + "relativeCreated": 14228.885650634766, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139719,8 +139719,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,640", - "created": 1610346649.6401608, + "asctime": "2021-01-11 11:25:39,143", + "created": 1610360739.1439981, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139730,15 +139730,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 640.1607990264893, + "msecs": 143.9981460571289, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14289.702415466309, + "relativeCreated": 14229.023456573486, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139746,8 +139746,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,640", - "created": 1610346649.6403246, + "asctime": "2021-01-11 11:25:39,144", + "created": 1610360739.1441982, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139757,15 +139757,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 640.324592590332, + "msecs": 144.19817924499512, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14289.866209030151, + "relativeCreated": 14229.223489761353, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139774,8 +139774,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,640", - "created": 1610346649.6404312, + "asctime": "2021-01-11 11:25:39,144", + "created": 1610360739.144327, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139785,15 +139785,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 640.4311656951904, + "msecs": 144.32692527770996, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14289.97278213501, + "relativeCreated": 14229.352235794067, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139801,8 +139801,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,640", - "created": 1610346649.6405818, + "asctime": "2021-01-11 11:25:39,144", + "created": 1610360739.1445417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139812,15 +139812,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 640.5818462371826, + "msecs": 144.54174041748047, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14290.123462677002, + "relativeCreated": 14229.567050933838, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139829,8 +139829,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,640", - "created": 1610346649.6406882, + "asctime": "2021-01-11 11:25:39,144", + "created": 1610360739.1446743, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139840,15 +139840,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 640.6881809234619, + "msecs": 144.67430114746094, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14290.229797363281, + "relativeCreated": 14229.699611663818, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139856,8 +139856,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,640", - "created": 1610346649.6408598, + "asctime": "2021-01-11 11:25:39,144", + "created": 1610360739.1448839, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139867,15 +139867,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 640.859842300415, + "msecs": 144.8838710784912, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14290.401458740234, + "relativeCreated": 14229.909181594849, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139884,8 +139884,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,640", - "created": 1610346649.640968, + "asctime": "2021-01-11 11:25:39,145", + "created": 1610360739.1450152, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139895,15 +139895,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 640.9680843353271, + "msecs": 145.01523971557617, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14290.509700775146, + "relativeCreated": 14230.040550231934, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139911,8 +139911,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:49,641", - "created": 1610346649.6411638, + "asctime": "2021-01-11 11:25:39,145", + "created": 1610360739.1452506, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139922,15 +139922,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 641.1638259887695, + "msecs": 145.2505588531494, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14290.705442428589, + "relativeCreated": 14230.275869369507, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139938,8 +139938,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:49,642", - "created": 1610346649.6420236, + "asctime": "2021-01-11 11:25:39,146", + "created": 1610360739.146195, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -139949,15 +139949,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 642.0235633850098, + "msecs": 146.1949348449707, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14291.56517982483, + "relativeCreated": 14231.220245361328, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139965,8 +139965,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,642", - "created": 1610346649.6421835, + "asctime": "2021-01-11 11:25:39,146", + "created": 1610360739.1464458, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -139976,15 +139976,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 642.1835422515869, + "msecs": 146.44575119018555, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14291.725158691406, + "relativeCreated": 14231.471061706543, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -139993,8 +139993,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:49,642", - "created": 1610346649.642294, + "asctime": "2021-01-11 11:25:39,146", + "created": 1610360739.1466084, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140004,15 +140004,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 642.2939300537109, + "msecs": 146.6083526611328, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14291.83554649353, + "relativeCreated": 14231.63366317749, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -140020,8 +140020,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78" ], - "asctime": "2021-01-11 07:30:49,642", - "created": 1610346649.642479, + "asctime": "2021-01-11 11:25:39,146", + "created": 1610360739.14685, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140031,15 +140031,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78", "module": "stp", - "msecs": 642.4789428710938, + "msecs": 146.8501091003418, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14292.020559310913, + "relativeCreated": 14231.8754196167, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -140050,8 +140050,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:49,642", - "created": 1610346649.642788, + "asctime": "2021-01-11 11:25:39,147", + "created": 1610360739.1472228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140061,15 +140061,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 642.7879333496094, + "msecs": 147.22275733947754, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14292.329549789429, + "relativeCreated": 14232.248067855835, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -140077,8 +140077,8 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 07:30:49,642", - "created": 1610346649.6429465, + "asctime": "2021-01-11 11:25:39,147", + "created": 1610360739.1474264, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140088,15 +140088,15 @@ "lineno": 479, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 642.9464817047119, + "msecs": 147.42636680603027, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14292.488098144531, + "relativeCreated": 14232.451677322388, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -140107,8 +140107,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:49,643", - "created": 1610346649.6431403, + "asctime": "2021-01-11 11:25:39,147", + "created": 1610360739.1476667, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140118,15 +140118,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 643.1403160095215, + "msecs": 147.66669273376465, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14292.68193244934, + "relativeCreated": 14232.692003250122, "stack_info": null, - "thread": 140561168189184, + "thread": 140653031831296, "threadName": "Thread-21" }, { @@ -140134,8 +140134,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4" ], - "asctime": "2021-01-11 07:30:49,643", - "created": 1610346649.6437242, + "asctime": "2021-01-11 11:25:39,148", + "created": 1610360739.1483598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140145,15 +140145,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4", "module": "__init__", - "msecs": 643.7242031097412, + "msecs": 148.3597755432129, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14293.26581954956, + "relativeCreated": 14233.38508605957, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140161,8 +140161,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4" ], - "asctime": "2021-01-11 07:30:49,652", - "created": 1610346649.6520145, + "asctime": "2021-01-11 11:25:39,156", + "created": 1610360739.1566358, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140172,15 +140172,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4", "module": "__init__", - "msecs": 652.0144939422607, + "msecs": 156.63576126098633, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14301.55611038208, + "relativeCreated": 14241.661071777344, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140188,8 +140188,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,652", - "created": 1610346649.6521916, + "asctime": "2021-01-11 11:25:39,156", + "created": 1610360739.156812, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140199,15 +140199,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 652.1916389465332, + "msecs": 156.81195259094238, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14301.733255386353, + "relativeCreated": 14241.8372631073, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140216,8 +140216,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:49,652", - "created": 1610346649.6522818, + "asctime": "2021-01-11 11:25:39,156", + "created": 1610360739.1568973, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140227,15 +140227,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 652.2817611694336, + "msecs": 156.89730644226074, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14301.823377609253, + "relativeCreated": 14241.922616958618, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140243,8 +140243,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,652", - "created": 1610346649.652404, + "asctime": "2021-01-11 11:25:39,156", + "created": 1610360739.1569958, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140254,15 +140254,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 652.4040699005127, + "msecs": 156.9957733154297, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14301.945686340332, + "relativeCreated": 14242.021083831787, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140271,8 +140271,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,652", - "created": 1610346649.6524818, + "asctime": "2021-01-11 11:25:39,157", + "created": 1610360739.1570659, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140282,15 +140282,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 652.4817943572998, + "msecs": 157.06586837768555, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14302.02341079712, + "relativeCreated": 14242.091178894043, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140298,8 +140298,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,652", - "created": 1610346649.652598, + "asctime": "2021-01-11 11:25:39,157", + "created": 1610360739.157184, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140309,15 +140309,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 652.5979042053223, + "msecs": 157.18388557434082, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14302.139520645142, + "relativeCreated": 14242.209196090698, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140326,8 +140326,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,652", - "created": 1610346649.6526704, + "asctime": "2021-01-11 11:25:39,157", + "created": 1610360739.1572502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140337,15 +140337,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 652.6703834533691, + "msecs": 157.25016593933105, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14302.211999893188, + "relativeCreated": 14242.275476455688, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140353,8 +140353,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,652", - "created": 1610346649.6527712, + "asctime": "2021-01-11 11:25:39,157", + "created": 1610360739.1573417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140364,15 +140364,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 652.7712345123291, + "msecs": 157.34171867370605, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14302.312850952148, + "relativeCreated": 14242.367029190063, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140381,8 +140381,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,652", - "created": 1610346649.652842, + "asctime": "2021-01-11 11:25:39,157", + "created": 1610360739.1574059, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140392,15 +140392,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 652.8420448303223, + "msecs": 157.40585327148438, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14302.383661270142, + "relativeCreated": 14242.431163787842, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140408,8 +140408,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,652", - "created": 1610346649.6529682, + "asctime": "2021-01-11 11:25:39,157", + "created": 1610360739.1574914, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140419,15 +140419,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 652.968168258667, + "msecs": 157.49144554138184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14302.509784698486, + "relativeCreated": 14242.51675605774, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140436,8 +140436,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,653", - "created": 1610346649.653086, + "asctime": "2021-01-11 11:25:39,157", + "created": 1610360739.1575558, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140447,15 +140447,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 653.0859470367432, + "msecs": 157.55581855773926, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14302.627563476562, + "relativeCreated": 14242.581129074097, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140463,8 +140463,8 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 07:30:49,653", - "created": 1610346649.6532927, + "asctime": "2021-01-11 11:25:39,157", + "created": 1610360739.1576796, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140474,15 +140474,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 653.2926559448242, + "msecs": 157.67955780029297, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14302.834272384644, + "relativeCreated": 14242.70486831665, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140490,8 +140490,8 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 07:30:49,654", - "created": 1610346649.654135, + "asctime": "2021-01-11 11:25:39,158", + "created": 1610360739.1584945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140501,15 +140501,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 654.13498878479, + "msecs": 158.4944725036621, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14303.67660522461, + "relativeCreated": 14243.51978302002, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140517,8 +140517,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,654", - "created": 1610346649.6542804, + "asctime": "2021-01-11 11:25:39,158", + "created": 1610360739.1586165, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140528,15 +140528,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 654.280424118042, + "msecs": 158.6165428161621, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14303.822040557861, + "relativeCreated": 14243.64185333252, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140545,8 +140545,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:49,654", - "created": 1610346649.6543994, + "asctime": "2021-01-11 11:25:39,158", + "created": 1610360739.1586993, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140556,15 +140556,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 654.3993949890137, + "msecs": 158.69927406311035, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14303.941011428833, + "relativeCreated": 14243.724584579468, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140572,8 +140572,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 33 7d e4 e1 8c bb" ], - "asctime": "2021-01-11 07:30:49,654", - "created": 1610346649.654616, + "asctime": "2021-01-11 11:25:39,158", + "created": 1610360739.1588185, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -140583,15 +140583,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 33 7d e4 e1 8c bb", "module": "stp", - "msecs": 654.616117477417, + "msecs": 158.81848335266113, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14304.157733917236, + "relativeCreated": 14243.843793869019, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { @@ -140602,8 +140602,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:49,654", - "created": 1610346649.6549165, + "asctime": "2021-01-11 11:25:39,159", + "created": 1610360739.1590154, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140613,23 +140613,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 654.916524887085, + "msecs": 159.01541709899902, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14304.458141326904, + "relativeCreated": 14244.040727615356, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:49,655", - "created": 1610346649.6550744, + "asctime": "2021-01-11 11:25:39,159", + "created": 1610360739.159136, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140639,37 +140639,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 655.0743579864502, + "msecs": 159.1360569000244, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14304.61597442627, + "relativeCreated": 14244.161367416382, "stack_info": null, - "thread": 140561159796480, + "thread": 140653023438592, "threadName": "Thread-22" } ], - "msecs": 831.4518928527832, + "msecs": 335.07227897644043, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14480.993509292603, + "relativeCreated": 14420.097589492798, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.176377534866333 + "time_consumption": 0.17593622207641602 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:49,832", - "created": 1610346649.8323278, + "asctime": "2021-01-11 11:25:39,335", + "created": 1610360739.3359416, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140686,8 +140686,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:49,831", - "created": 1610346649.8319738, + "asctime": "2021-01-11 11:25:39,335", + "created": 1610360739.3355837, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140697,15 +140697,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 831.9737911224365, + "msecs": 335.5836868286133, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14481.515407562256, + "relativeCreated": 14420.60899734497, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -140714,8 +140714,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:49,832", - "created": 1610346649.8321621, + "asctime": "2021-01-11 11:25:39,335", + "created": 1610360739.3357701, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140725,37 +140725,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 832.1621417999268, + "msecs": 335.7701301574707, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14481.703758239746, + "relativeCreated": 14420.795440673828, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 832.3278427124023, + "msecs": 335.9415531158447, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14481.869459152222, + "relativeCreated": 14420.966863632202, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016570091247558594 + "time_consumption": 0.00017142295837402344 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 07:30:49,832", - "created": 1610346649.832855, + "asctime": "2021-01-11 11:25:39,336", + "created": 1610360739.3364727, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140772,8 +140772,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 07:30:49,832", - "created": 1610346649.8325653, + "asctime": "2021-01-11 11:25:39,336", + "created": 1610360739.3361807, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140783,15 +140783,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 832.5653076171875, + "msecs": 336.1806869506836, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14482.106924057007, + "relativeCreated": 14421.205997467041, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -140800,8 +140800,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:49,832", - "created": 1610346649.832713, + "asctime": "2021-01-11 11:25:39,336", + "created": 1610360739.3363283, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140811,41 +140811,41 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 832.7128887176514, + "msecs": 336.32826805114746, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14482.25450515747, + "relativeCreated": 14421.353578567505, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 832.8549861907959, + "msecs": 336.472749710083, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14482.396602630615, + "relativeCreated": 14421.49806022644, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014209747314453125 + "time_consumption": 0.00014448165893554688 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.5561788082122803, - "time_finished": "2021-01-11 07:30:49,832", - "time_start": "2021-01-11 07:30:49,276" + "time_consumption": 0.5572094917297363, + "time_finished": "2021-01-11 11:25:39,336", + "time_start": "2021-01-11 11:25:38,779" }, "_XzMFcHYZEem_kd-7nxt1sg": { "args": null, - "asctime": "2021-01-11 07:30:35,482", - "created": 1610346635.4823277, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.0210388, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -140856,21 +140856,21 @@ "message": "_XzMFcHYZEem_kd-7nxt1sg", "module": "__init__", "moduleLogger": [], - "msecs": 482.3276996612549, + "msecs": 21.03877067565918, "msg": "_XzMFcHYZEem_kd-7nxt1sg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 131.86931610107422, + "relativeCreated": 106.0640811920166, "stack_info": null, "testcaseLogger": [ { "args": [ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}" ], - "asctime": "2021-01-11 07:30:35,483", - "created": 1610346635.483037, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.0212908, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -140881,15 +140881,15 @@ "message": "Creating empty message object: {'data': None, 'data_id': None, 'service_id': None, 'status': None}", "module": "test_message_object", "moduleLogger": [], - "msecs": 483.03699493408203, + "msecs": 21.29077911376953, "msg": "Creating empty message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 132.57861137390137, + "relativeCreated": 106.31608963012695, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -140897,8 +140897,8 @@ "args": [ "'status'" ], - "asctime": "2021-01-11 07:30:35,483", - "created": 1610346635.4836185, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.0215476, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140915,8 +140915,8 @@ "{'data': None, 'data_id': None, 'service_id': None, 'status': None}", "" ], - "asctime": "2021-01-11 07:30:35,483", - "created": 1610346635.4834223, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.0214438, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140926,15 +140926,15 @@ "lineno": 22, "message": "Result (status is part of the message object): {'data': None, 'data_id': None, 'service_id': None, 'status': None} ()", "module": "test", - "msecs": 483.42227935791016, + "msecs": 21.443843841552734, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 132.9638957977295, + "relativeCreated": 106.46915435791016, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -140942,8 +140942,8 @@ "status is part of the message object", "'status'" ], - "asctime": "2021-01-11 07:30:35,483", - "created": 1610346635.4835367, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.0215015, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -140953,36 +140953,36 @@ "lineno": 30, "message": "Expectation (status is part of the message object): 'status' in result", "module": "test", - "msecs": 483.5367202758789, + "msecs": 21.501541137695312, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 133.07833671569824, + "relativeCreated": 106.52685165405273, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 483.61849784851074, + "msecs": 21.547555923461914, "msg": "status is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 133.16011428833008, + "relativeCreated": 106.57286643981934, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 8.177757263183594e-05 + "time_consumption": 4.601478576660156e-05 }, { "args": [ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}" ], - "asctime": "2021-01-11 07:30:35,483", - "created": 1610346635.4838026, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.021623, "exc_info": null, "exc_text": null, "filename": "test_message_object.py", @@ -140993,15 +140993,15 @@ "message": "Creating a maximum message object: {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "module": "test_message_object", "moduleLogger": [], - "msecs": 483.80255699157715, + "msecs": 21.622896194458008, "msg": "Creating a maximum message object: %s", "name": "__tLogger__", "pathname": "src/tests/test_message_object.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 133.34417343139648, + "relativeCreated": 106.64820671081543, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -141009,8 +141009,8 @@ "args": [ "'status'" ], - "asctime": "2021-01-11 07:30:35,484", - "created": 1610346635.4841702, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.0217664, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141027,8 +141027,8 @@ "{'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'}", "" ], - "asctime": "2021-01-11 07:30:35,483", - "created": 1610346635.483964, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.0216875, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141038,15 +141038,15 @@ "lineno": 22, "message": "Result (status is part of the message object): {'data': 'D', 'data_id': 'DID', 'service_id': 'SID', 'status': 'S'} ()", "module": "test", - "msecs": 483.9639663696289, + "msecs": 21.68750762939453, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 133.50558280944824, + "relativeCreated": 106.71281814575195, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141054,8 +141054,8 @@ "status is part of the message object", "'status'" ], - "asctime": "2021-01-11 07:30:35,484", - "created": 1610346635.4840713, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.0217297, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141065,37 +141065,37 @@ "lineno": 30, "message": "Expectation (status is part of the message object): 'status' in result", "module": "test", - "msecs": 484.0712547302246, + "msecs": 21.729707717895508, "msg": "Expectation (%s): %s in result", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 133.61287117004395, + "relativeCreated": 106.75501823425293, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 484.17019844055176, + "msecs": 21.76642417907715, "msg": "status is part of the message object is correct (%s is in the list or dict).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 133.7118148803711, + "relativeCreated": 106.79173469543457, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.894371032714844e-05 + "time_consumption": 3.6716461181640625e-05 }, { "args": [ "'S'", "" ], - "asctime": "2021-01-11 07:30:35,484", - "created": 1610346635.4845269, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.021908, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141112,8 +141112,8 @@ "'S'", "" ], - "asctime": "2021-01-11 07:30:35,484", - "created": 1610346635.4843385, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.0218325, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141123,15 +141123,15 @@ "lineno": 22, "message": "Result (Content in message object for status): 'S' ()", "module": "test", - "msecs": 484.33852195739746, + "msecs": 21.83246612548828, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 133.8801383972168, + "relativeCreated": 106.8577766418457, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141140,8 +141140,8 @@ "'S'", "" ], - "asctime": "2021-01-11 07:30:35,484", - "created": 1610346635.484438, + "asctime": "2021-01-11 11:25:25,021", + "created": 1610360725.0218694, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -141151,41 +141151,41 @@ "lineno": 26, "message": "Expectation (Content in message object for status): result = 'S' ()", "module": "test", - "msecs": 484.4379425048828, + "msecs": 21.869421005249023, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 133.97955894470215, + "relativeCreated": 106.89473152160645, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 484.5268726348877, + "msecs": 21.908044815063477, "msg": "Content in message object for status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 134.06848907470703, + "relativeCreated": 106.9333553314209, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 8.893013000488281e-05 + "time_consumption": 3.8623809814453125e-05 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0021991729736328125, - "time_finished": "2021-01-11 07:30:35,484", - "time_start": "2021-01-11 07:30:35,482" + "time_consumption": 0.0008692741394042969, + "time_finished": "2021-01-11 11:25:25,021", + "time_start": "2021-01-11 11:25:25,021" }, "_YfrfUE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:49,833", - "created": 1610346649.833295, + "asctime": "2021-01-11 11:25:39,336", + "created": 1610360739.3369734, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141196,19 +141196,19 @@ "message": "_YfrfUE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 833.2951068878174, + "msecs": 336.9734287261963, "msg": "_YfrfUE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14482.836723327637, + "relativeCreated": 14421.998739242554, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.8417573, + "asctime": "2021-01-11 11:25:39,346", + "created": 1610360739.346211, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -141223,8 +141223,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:49,834", - "created": 1610346649.8344195, + "asctime": "2021-01-11 11:25:39,338", + "created": 1610360739.3382075, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141234,23 +141234,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 834.4194889068604, + "msecs": 338.207483291626, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14483.96110534668, + "relativeCreated": 14423.232793807983, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:49,835", - "created": 1610346649.83529, + "asctime": "2021-01-11 11:25:39,339", + "created": 1610360739.3390918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141260,23 +141260,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 835.2899551391602, + "msecs": 339.0917778015137, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14484.83157157898, + "relativeCreated": 14424.117088317871, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:49,835", - "created": 1610346649.8355038, + "asctime": "2021-01-11 11:25:39,339", + "created": 1610360739.3393078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141286,23 +141286,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 835.5038166046143, + "msecs": 339.3077850341797, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14485.045433044434, + "relativeCreated": 14424.333095550537, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:49,835", - "created": 1610346649.8358333, + "asctime": "2021-01-11 11:25:39,339", + "created": 1610360739.3396347, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141312,15 +141312,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 835.8333110809326, + "msecs": 339.63465690612793, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14485.374927520752, + "relativeCreated": 14424.659967422485, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141329,8 +141329,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:49,836", - "created": 1610346649.836013, + "asctime": "2021-01-11 11:25:39,339", + "created": 1610360739.3398144, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141340,15 +141340,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 836.0130786895752, + "msecs": 339.8144245147705, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14485.554695129395, + "relativeCreated": 14424.839735031128, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141356,8 +141356,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:49,836", - "created": 1610346649.836245, + "asctime": "2021-01-11 11:25:39,340", + "created": 1610360739.340045, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141367,15 +141367,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 836.245059967041, + "msecs": 340.0449752807617, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14485.78667640686, + "relativeCreated": 14425.07028579712, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141383,8 +141383,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:49,836", - "created": 1610346649.8364027, + "asctime": "2021-01-11 11:25:39,340", + "created": 1610360739.3402014, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141394,15 +141394,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 836.4026546478271, + "msecs": 340.20137786865234, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14485.944271087646, + "relativeCreated": 14425.22668838501, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141410,8 +141410,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:49,836", - "created": 1610346649.8366485, + "asctime": "2021-01-11 11:25:39,340", + "created": 1610360739.3403466, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141421,15 +141421,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 836.6484642028809, + "msecs": 340.3465747833252, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14486.1900806427, + "relativeCreated": 14425.371885299683, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141437,8 +141437,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:49,836", - "created": 1610346649.8367984, + "asctime": "2021-01-11 11:25:39,340", + "created": 1610360739.3404894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141448,15 +141448,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 836.7984294891357, + "msecs": 340.48938751220703, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14486.340045928955, + "relativeCreated": 14425.514698028564, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141466,8 +141466,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:49,836", - "created": 1610346649.8369758, + "asctime": "2021-01-11 11:25:39,340", + "created": 1610360739.3406568, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141477,15 +141477,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 836.9758129119873, + "msecs": 340.6567573547363, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14486.517429351807, + "relativeCreated": 14425.682067871094, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141495,8 +141495,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:49,837", - "created": 1610346649.8371422, + "asctime": "2021-01-11 11:25:39,340", + "created": 1610360739.3408663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141506,15 +141506,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 837.1422290802002, + "msecs": 340.8663272857666, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14486.68384552002, + "relativeCreated": 14425.891637802124, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141524,8 +141524,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:49,837", - "created": 1610346649.8373132, + "asctime": "2021-01-11 11:25:39,341", + "created": 1610360739.3410301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141535,15 +141535,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 837.313175201416, + "msecs": 341.0301208496094, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14486.854791641235, + "relativeCreated": 14426.055431365967, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141553,8 +141553,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:49,837", - "created": 1610346649.8375125, + "asctime": "2021-01-11 11:25:39,341", + "created": 1610360739.3411846, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141564,23 +141564,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 837.5124931335449, + "msecs": 341.1846160888672, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14487.054109573364, + "relativeCreated": 14426.209926605225, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:49,837", - "created": 1610346649.8376718, + "asctime": "2021-01-11 11:25:39,341", + "created": 1610360739.3413303, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141590,15 +141590,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 837.6717567443848, + "msecs": 341.33028984069824, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14487.213373184204, + "relativeCreated": 14426.355600357056, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141607,8 +141607,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:49,837", - "created": 1610346649.83783, + "asctime": "2021-01-11 11:25:39,341", + "created": 1610360739.341485, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141618,15 +141618,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 837.8300666809082, + "msecs": 341.48502349853516, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14487.371683120728, + "relativeCreated": 14426.510334014893, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141634,8 +141634,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:49,837", - "created": 1610346649.837994, + "asctime": "2021-01-11 11:25:39,341", + "created": 1610360739.3416498, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141645,15 +141645,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 837.9940986633301, + "msecs": 341.64977073669434, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14487.53571510315, + "relativeCreated": 14426.675081253052, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141661,8 +141661,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:49,838", - "created": 1610346649.838138, + "asctime": "2021-01-11 11:25:39,341", + "created": 1610360739.3418024, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141672,15 +141672,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 838.1381034851074, + "msecs": 341.80235862731934, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14487.679719924927, + "relativeCreated": 14426.827669143677, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141690,8 +141690,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:49,838", - "created": 1610346649.838292, + "asctime": "2021-01-11 11:25:39,341", + "created": 1610360739.341956, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141701,15 +141701,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 838.2918834686279, + "msecs": 341.95590019226074, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14487.833499908447, + "relativeCreated": 14426.981210708618, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141719,8 +141719,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:49,838", - "created": 1610346649.8384473, + "asctime": "2021-01-11 11:25:39,342", + "created": 1610360739.3421109, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141730,15 +141730,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 838.4473323822021, + "msecs": 342.11087226867676, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14487.988948822021, + "relativeCreated": 14427.136182785034, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141747,8 +141747,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:49,838", - "created": 1610346649.8385966, + "asctime": "2021-01-11 11:25:39,342", + "created": 1610360739.3422658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141758,15 +141758,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 838.5965824127197, + "msecs": 342.2658443450928, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14488.138198852539, + "relativeCreated": 14427.29115486145, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141775,8 +141775,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:49,838", - "created": 1610346649.838737, + "asctime": "2021-01-11 11:25:39,342", + "created": 1610360739.3424335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141786,15 +141786,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 838.7370109558105, + "msecs": 342.4334526062012, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14488.27862739563, + "relativeCreated": 14427.458763122559, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141803,8 +141803,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:49,838", - "created": 1610346649.8388953, + "asctime": "2021-01-11 11:25:39,342", + "created": 1610360739.342583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141814,23 +141814,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 838.895320892334, + "msecs": 342.58294105529785, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14488.436937332153, + "relativeCreated": 14427.608251571655, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:49,839", - "created": 1610346649.8390362, + "asctime": "2021-01-11 11:25:39,342", + "created": 1610360739.34272, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141840,23 +141840,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 839.036226272583, + "msecs": 342.72003173828125, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14488.577842712402, + "relativeCreated": 14427.745342254639, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:49,839", - "created": 1610346649.8393326, + "asctime": "2021-01-11 11:25:39,343", + "created": 1610360739.3430095, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141866,15 +141866,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 839.3325805664062, + "msecs": 343.00947189331055, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14488.874197006226, + "relativeCreated": 14428.034782409668, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141883,8 +141883,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:49,839", - "created": 1610346649.839491, + "asctime": "2021-01-11 11:25:39,343", + "created": 1610360739.3431675, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141894,15 +141894,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 839.4908905029297, + "msecs": 343.1675434112549, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14489.032506942749, + "relativeCreated": 14428.192853927612, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141910,8 +141910,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:49,839", - "created": 1610346649.8397002, + "asctime": "2021-01-11 11:25:39,343", + "created": 1610360739.343366, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141921,15 +141921,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 839.7002220153809, + "msecs": 343.3659076690674, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14489.2418384552, + "relativeCreated": 14428.391218185425, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141937,8 +141937,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:49,839", - "created": 1610346649.8398592, + "asctime": "2021-01-11 11:25:39,343", + "created": 1610360739.343513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141948,15 +141948,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 839.8592472076416, + "msecs": 343.51301193237305, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14489.400863647461, + "relativeCreated": 14428.53832244873, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141964,8 +141964,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:49,840", - "created": 1610346649.8400047, + "asctime": "2021-01-11 11:25:39,343", + "created": 1610360739.3436532, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -141975,15 +141975,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 840.0046825408936, + "msecs": 343.65320205688477, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14489.546298980713, + "relativeCreated": 14428.678512573242, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -141991,8 +141991,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:49,840", - "created": 1610346649.840144, + "asctime": "2021-01-11 11:25:39,343", + "created": 1610360739.34379, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142002,15 +142002,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 840.1439189910889, + "msecs": 343.79005432128906, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14489.685535430908, + "relativeCreated": 14428.815364837646, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142020,8 +142020,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:49,840", - "created": 1610346649.8402932, + "asctime": "2021-01-11 11:25:39,343", + "created": 1610360739.3439357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142031,15 +142031,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 840.2931690216064, + "msecs": 343.9357280731201, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14489.834785461426, + "relativeCreated": 14428.961038589478, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142049,8 +142049,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:49,840", - "created": 1610346649.8404472, + "asctime": "2021-01-11 11:25:39,344", + "created": 1610360739.3440988, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142060,15 +142060,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 840.447187423706, + "msecs": 344.0988063812256, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14489.988803863525, + "relativeCreated": 14429.124116897583, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142078,8 +142078,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:49,840", - "created": 1610346649.840612, + "asctime": "2021-01-11 11:25:39,344", + "created": 1610360739.3442516, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142089,15 +142089,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 840.6119346618652, + "msecs": 344.2516326904297, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14490.153551101685, + "relativeCreated": 14429.276943206787, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142107,8 +142107,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:49,840", - "created": 1610346649.8407667, + "asctime": "2021-01-11 11:25:39,344", + "created": 1610360739.3444, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142118,23 +142118,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 840.7666683197021, + "msecs": 344.39992904663086, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14490.308284759521, + "relativeCreated": 14429.425239562988, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:49,840", - "created": 1610346649.8409123, + "asctime": "2021-01-11 11:25:39,344", + "created": 1610360739.3445418, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142144,15 +142144,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 840.9123420715332, + "msecs": 344.5417881011963, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14490.453958511353, + "relativeCreated": 14429.567098617554, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142161,8 +142161,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.8410757, + "asctime": "2021-01-11 11:25:39,344", + "created": 1610360739.3447015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142172,15 +142172,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 841.0756587982178, + "msecs": 344.70152854919434, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14490.617275238037, + "relativeCreated": 14429.726839065552, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142188,8 +142188,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.8412395, + "asctime": "2021-01-11 11:25:39,344", + "created": 1610360739.3449066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142199,15 +142199,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 841.2394523620605, + "msecs": 344.9065685272217, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14490.78106880188, + "relativeCreated": 14429.93187904358, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142215,8 +142215,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.841385, + "asctime": "2021-01-11 11:25:39,345", + "created": 1610360739.3450506, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142226,15 +142226,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 841.3848876953125, + "msecs": 345.050573348999, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14490.926504135132, + "relativeCreated": 14430.075883865356, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142244,8 +142244,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.841492, + "asctime": "2021-01-11 11:25:39,345", + "created": 1610360739.345202, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142255,15 +142255,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 841.4919376373291, + "msecs": 345.2019691467285, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.033554077148, + "relativeCreated": 14430.227279663086, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142273,8 +142273,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.8415399, + "asctime": "2021-01-11 11:25:39,345", + "created": 1610360739.345458, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142284,15 +142284,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 841.5398597717285, + "msecs": 345.4580307006836, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.081476211548, + "relativeCreated": 14430.483341217041, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142301,8 +142301,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.8415854, + "asctime": "2021-01-11 11:25:39,345", + "created": 1610360739.3456466, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142312,15 +142312,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 841.5853977203369, + "msecs": 345.64661979675293, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.127014160156, + "relativeCreated": 14430.67193031311, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142329,8 +142329,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.8416283, + "asctime": "2021-01-11 11:25:39,345", + "created": 1610360739.3458078, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142340,15 +142340,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 841.6283130645752, + "msecs": 345.8077907562256, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.169929504395, + "relativeCreated": 14430.833101272583, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142357,8 +142357,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.841674, + "asctime": "2021-01-11 11:25:39,345", + "created": 1610360739.345945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142368,23 +142368,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 841.6740894317627, + "msecs": 345.944881439209, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.215705871582, + "relativeCreated": 14430.970191955566, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.841717, + "asctime": "2021-01-11 11:25:39,346", + "created": 1610360739.34608, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142394,34 +142394,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 841.717004776001, + "msecs": 346.08006477355957, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.25862121582, + "relativeCreated": 14431.105375289917, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 841.7572975158691, + "msecs": 346.2109565734863, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.298913955688, + "relativeCreated": 14431.236267089844, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 4.029273986816406e-05 + "time_consumption": 0.0001308917999267578 }, { "args": [], - "asctime": "2021-01-11 07:30:50,185", - "created": 1610346650.1855993, + "asctime": "2021-01-11 11:25:39,690", + "created": 1610360739.6907775, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -142436,8 +142436,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.8418522, + "asctime": "2021-01-11 11:25:39,346", + "created": 1610360739.3465118, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142447,23 +142447,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 841.8521881103516, + "msecs": 346.5118408203125, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.39380455017, + "relativeCreated": 14431.53715133667, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.8418999, + "asctime": "2021-01-11 11:25:39,346", + "created": 1610360739.3466651, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142473,23 +142473,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 841.8998718261719, + "msecs": 346.6651439666748, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.441488265991, + "relativeCreated": 14431.690454483032, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:49,841", - "created": 1610346649.8419447, + "asctime": "2021-01-11 11:25:39,346", + "created": 1610360739.3468041, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142499,15 +142499,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 841.944694519043, + "msecs": 346.804141998291, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.486310958862, + "relativeCreated": 14431.829452514648, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142518,8 +142518,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:49,842", - "created": 1610346649.8420298, + "asctime": "2021-01-11 11:25:39,347", + "created": 1610360739.3470433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142529,23 +142529,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 842.0298099517822, + "msecs": 347.0432758331299, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.571426391602, + "relativeCreated": 14432.068586349487, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:49,842", - "created": 1610346649.842226, + "asctime": "2021-01-11 11:25:39,347", + "created": 1610360739.3475757, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142555,23 +142555,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 842.2260284423828, + "msecs": 347.5756645202637, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.767644882202, + "relativeCreated": 14432.600975036621, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:49,842", - "created": 1610346649.8422773, + "asctime": "2021-01-11 11:25:39,347", + "created": 1610360739.3476307, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142581,23 +142581,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 842.2772884368896, + "msecs": 347.63073921203613, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.818904876709, + "relativeCreated": 14432.656049728394, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:49,842", - "created": 1610346649.8423233, + "asctime": "2021-01-11 11:25:39,347", + "created": 1610360739.3476758, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142607,15 +142607,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 842.3233032226562, + "msecs": 347.6758003234863, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14491.864919662476, + "relativeCreated": 14432.701110839844, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -142623,8 +142623,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:49,842", - "created": 1610346649.842473, + "asctime": "2021-01-11 11:25:39,347", + "created": 1610360739.3478243, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142634,15 +142634,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 842.473030090332, + "msecs": 347.8243350982666, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14492.014646530151, + "relativeCreated": 14432.849645614624, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142650,8 +142650,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:49,850", - "created": 1610346649.850661, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.356033, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142661,15 +142661,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 850.661039352417, + "msecs": 356.0330867767334, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.202655792236, + "relativeCreated": 14441.05839729309, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142677,8 +142677,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,850", - "created": 1610346649.850803, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.3561444, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142688,15 +142688,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 850.8028984069824, + "msecs": 356.1444282531738, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.344514846802, + "relativeCreated": 14441.169738769531, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142705,8 +142705,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:49,850", - "created": 1610346649.850861, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.3561957, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142716,15 +142716,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 850.8610725402832, + "msecs": 356.19568824768066, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.402688980103, + "relativeCreated": 14441.220998764038, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142732,8 +142732,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,850", - "created": 1610346649.8509402, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.3562615, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142743,15 +142743,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 850.9402275085449, + "msecs": 356.2614917755127, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.481843948364, + "relativeCreated": 14441.28680229187, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142760,8 +142760,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,850", - "created": 1610346649.8509858, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.3563054, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142771,15 +142771,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 850.9857654571533, + "msecs": 356.3053607940674, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.527381896973, + "relativeCreated": 14441.330671310425, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142787,8 +142787,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,851", - "created": 1610346649.8510525, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.3563714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142798,15 +142798,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 851.0525226593018, + "msecs": 356.3714027404785, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.594139099121, + "relativeCreated": 14441.396713256836, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142815,8 +142815,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,851", - "created": 1610346649.8510942, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.3564131, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142826,15 +142826,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 851.0942459106445, + "msecs": 356.4131259918213, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.635862350464, + "relativeCreated": 14441.438436508179, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142842,8 +142842,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,851", - "created": 1610346649.8511508, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.3564699, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142853,15 +142853,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 851.1507511138916, + "msecs": 356.46986961364746, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.692367553711, + "relativeCreated": 14441.495180130005, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142870,8 +142870,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,851", - "created": 1610346649.851192, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.3565156, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142881,15 +142881,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 851.1919975280762, + "msecs": 356.51564598083496, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.733613967896, + "relativeCreated": 14441.540956497192, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142897,8 +142897,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,851", - "created": 1610346649.8512504, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.3565705, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142908,15 +142908,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 851.250410079956, + "msecs": 356.5704822540283, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.792026519775, + "relativeCreated": 14441.595792770386, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142925,8 +142925,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,851", - "created": 1610346649.851292, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.3566108, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -142936,15 +142936,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 851.2918949127197, + "msecs": 356.6107749938965, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.833511352539, + "relativeCreated": 14441.636085510254, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142952,8 +142952,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:49,851", - "created": 1610346649.851375, + "asctime": "2021-01-11 11:25:39,356", + "created": 1610360739.356691, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142963,15 +142963,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 851.3751029968262, + "msecs": 356.6908836364746, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14500.916719436646, + "relativeCreated": 14441.716194152832, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -142979,8 +142979,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:49,852", - "created": 1610346649.8522668, + "asctime": "2021-01-11 11:25:39,357", + "created": 1610360739.3575845, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -142990,15 +142990,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 852.266788482666, + "msecs": 357.58447647094727, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14501.808404922485, + "relativeCreated": 14442.609786987305, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143006,8 +143006,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,852", - "created": 1610346649.8523405, + "asctime": "2021-01-11 11:25:39,357", + "created": 1610360739.3576598, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143017,15 +143017,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 852.3404598236084, + "msecs": 357.65981674194336, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14501.882076263428, + "relativeCreated": 14442.6851272583, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143034,8 +143034,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:49,852", - "created": 1610346649.8523877, + "asctime": "2021-01-11 11:25:39,357", + "created": 1610360739.3577156, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143045,15 +143045,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 852.3876667022705, + "msecs": 357.7156066894531, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14501.92928314209, + "relativeCreated": 14442.74091720581, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143061,8 +143061,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:49,852", - "created": 1610346649.8524556, + "asctime": "2021-01-11 11:25:39,357", + "created": 1610360739.357792, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143072,15 +143072,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 852.4556159973145, + "msecs": 357.7919006347656, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14501.997232437134, + "relativeCreated": 14442.817211151123, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143091,8 +143091,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:49,852", - "created": 1610346649.8525927, + "asctime": "2021-01-11 11:25:39,357", + "created": 1610360739.3579257, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143102,15 +143102,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 852.5927066802979, + "msecs": 357.9256534576416, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14502.134323120117, + "relativeCreated": 14442.950963973999, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143118,8 +143118,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:49,852", - "created": 1610346649.85266, + "asctime": "2021-01-11 11:25:39,357", + "created": 1610360739.3579931, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143129,15 +143129,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 852.6599407196045, + "msecs": 357.99312591552734, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14502.201557159424, + "relativeCreated": 14443.018436431885, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143148,8 +143148,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:49,852", - "created": 1610346649.8527443, + "asctime": "2021-01-11 11:25:39,358", + "created": 1610360739.3580751, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143159,15 +143159,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 852.7443408966064, + "msecs": 358.0751419067383, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14502.285957336426, + "relativeCreated": 14443.100452423096, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143175,8 +143175,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:49,853", - "created": 1610346649.8530033, + "asctime": "2021-01-11 11:25:39,358", + "created": 1610360739.3583467, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143186,15 +143186,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 853.0032634735107, + "msecs": 358.34670066833496, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14502.54487991333, + "relativeCreated": 14443.372011184692, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143202,8 +143202,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.8612332, + "asctime": "2021-01-11 11:25:39,366", + "created": 1610360739.3665464, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143213,15 +143213,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 861.2332344055176, + "msecs": 366.5463924407959, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14510.774850845337, + "relativeCreated": 14451.571702957153, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143229,8 +143229,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.8613896, + "asctime": "2021-01-11 11:25:39,366", + "created": 1610360739.3666625, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143240,15 +143240,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 861.3896369934082, + "msecs": 366.66250228881836, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14510.931253433228, + "relativeCreated": 14451.687812805176, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143257,8 +143257,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.8614635, + "asctime": "2021-01-11 11:25:39,366", + "created": 1610360739.3667133, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143268,15 +143268,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 861.4635467529297, + "msecs": 366.713285446167, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14511.005163192749, + "relativeCreated": 14451.738595962524, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143284,8 +143284,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.861527, + "asctime": "2021-01-11 11:25:39,366", + "created": 1610360739.366774, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143295,15 +143295,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 861.5269660949707, + "msecs": 366.7740821838379, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14511.06858253479, + "relativeCreated": 14451.799392700195, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143312,8 +143312,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.8615708, + "asctime": "2021-01-11 11:25:39,366", + "created": 1610360739.366816, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143323,15 +143323,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 861.5708351135254, + "msecs": 366.81604385375977, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14511.112451553345, + "relativeCreated": 14451.841354370117, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143339,8 +143339,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.8616345, + "asctime": "2021-01-11 11:25:39,366", + "created": 1610360739.3668776, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143350,15 +143350,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 861.6344928741455, + "msecs": 366.87755584716797, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14511.176109313965, + "relativeCreated": 14451.902866363525, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143367,8 +143367,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.8616776, + "asctime": "2021-01-11 11:25:39,366", + "created": 1610360739.3669174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143378,15 +143378,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 861.6776466369629, + "msecs": 366.91737174987793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14511.219263076782, + "relativeCreated": 14451.942682266235, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143394,8 +143394,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.86174, + "asctime": "2021-01-11 11:25:39,366", + "created": 1610360739.3669734, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143405,15 +143405,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 861.7401123046875, + "msecs": 366.9734001159668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14511.281728744507, + "relativeCreated": 14451.998710632324, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143422,8 +143422,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.8617866, + "asctime": "2021-01-11 11:25:39,367", + "created": 1610360739.3670146, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143433,15 +143433,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 861.7866039276123, + "msecs": 367.01464653015137, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14511.328220367432, + "relativeCreated": 14452.039957046509, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143449,8 +143449,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.8618488, + "asctime": "2021-01-11 11:25:39,367", + "created": 1610360739.367079, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143460,15 +143460,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 861.8488311767578, + "msecs": 367.0790195465088, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14511.390447616577, + "relativeCreated": 14452.104330062866, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143477,8 +143477,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.8618898, + "asctime": "2021-01-11 11:25:39,367", + "created": 1610360739.367119, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143488,15 +143488,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 861.8898391723633, + "msecs": 367.11907386779785, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14511.431455612183, + "relativeCreated": 14452.144384384155, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143504,8 +143504,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:49,861", - "created": 1610346649.861974, + "asctime": "2021-01-11 11:25:39,367", + "created": 1610360739.3672013, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143515,15 +143515,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 861.9740009307861, + "msecs": 367.2013282775879, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14511.515617370605, + "relativeCreated": 14452.226638793945, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143531,8 +143531,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:49,862", - "created": 1610346649.8628693, + "asctime": "2021-01-11 11:25:39,368", + "created": 1610360739.368149, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143542,15 +143542,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 862.8692626953125, + "msecs": 368.1490421295166, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14512.410879135132, + "relativeCreated": 14453.174352645874, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143558,8 +143558,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,862", - "created": 1610346649.8629458, + "asctime": "2021-01-11 11:25:39,368", + "created": 1610360739.3682828, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143569,15 +143569,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 862.9457950592041, + "msecs": 368.2827949523926, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14512.487411499023, + "relativeCreated": 14453.30810546875, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143586,8 +143586,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:49,862", - "created": 1610346649.862998, + "asctime": "2021-01-11 11:25:39,368", + "created": 1610360739.3683345, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143597,15 +143597,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 862.9980087280273, + "msecs": 368.3345317840576, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14512.539625167847, + "relativeCreated": 14453.359842300415, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143613,8 +143613,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:49,863", - "created": 1610346649.8630824, + "asctime": "2021-01-11 11:25:39,368", + "created": 1610360739.3684142, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143624,15 +143624,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 863.0824089050293, + "msecs": 368.41416358947754, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14512.624025344849, + "relativeCreated": 14453.439474105835, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143643,8 +143643,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:49,863", - "created": 1610346649.8632104, + "asctime": "2021-01-11 11:25:39,368", + "created": 1610360739.368548, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143654,15 +143654,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 863.2104396820068, + "msecs": 368.5479164123535, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14512.752056121826, + "relativeCreated": 14453.573226928711, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -143670,8 +143670,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:49,863", - "created": 1610346649.8632689, + "asctime": "2021-01-11 11:25:39,368", + "created": 1610360739.3686073, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143681,34 +143681,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 863.2688522338867, + "msecs": 368.6072826385498, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14512.810468673706, + "relativeCreated": 14453.632593154907, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" } ], - "msecs": 185.59932708740234, + "msecs": 690.7775402069092, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14835.140943527222, + "relativeCreated": 14775.802850723267, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3223304748535156 + "time_consumption": 0.3221702575683594 }, { "args": [], - "asctime": "2021-01-11 07:30:50,186", - "created": 1610346650.186332, + "asctime": "2021-01-11 11:25:39,691", + "created": 1610360739.6914945, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -143726,8 +143726,8 @@ "None", "0" ], - "asctime": "2021-01-11 07:30:50,186", - "created": 1610346650.1861432, + "asctime": "2021-01-11 11:25:39,691", + "created": 1610360739.6913092, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143737,34 +143737,34 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=None and DID=0", "module": "__init__", - "msecs": 186.143159866333, + "msecs": 691.3092136383057, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14835.684776306152, + "relativeCreated": 14776.334524154663, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 186.33198738098145, + "msecs": 691.4944648742676, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14835.8736038208, + "relativeCreated": 14776.519775390625, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001888275146484375 + "time_consumption": 0.00018525123596191406 }, { "args": [], - "asctime": "2021-01-11 07:30:50,388", - "created": 1610346650.388072, + "asctime": "2021-01-11 11:25:39,893", + "created": 1610360739.893029, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -143783,8 +143783,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:50,186", - "created": 1610346650.1867135, + "asctime": "2021-01-11 11:25:39,691", + "created": 1610360739.691871, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143794,15 +143794,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 186.71345710754395, + "msecs": 691.870927810669, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14836.255073547363, + "relativeCreated": 14776.896238327026, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -143810,8 +143810,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:50,187", - "created": 1610346650.1877112, + "asctime": "2021-01-11 11:25:39,693", + "created": 1610360739.6931639, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143821,15 +143821,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 187.71123886108398, + "msecs": 693.1638717651367, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14837.252855300903, + "relativeCreated": 14778.189182281494, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143837,8 +143837,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:50,196", - "created": 1610346650.1962066, + "asctime": "2021-01-11 11:25:39,701", + "created": 1610360739.701562, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -143848,15 +143848,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 196.20656967163086, + "msecs": 701.5619277954102, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14845.74818611145, + "relativeCreated": 14786.587238311768, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143864,8 +143864,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,196", - "created": 1610346650.1964939, + "asctime": "2021-01-11 11:25:39,701", + "created": 1610360739.7018204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143875,15 +143875,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 196.49386405944824, + "msecs": 701.8203735351562, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14846.035480499268, + "relativeCreated": 14786.845684051514, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143892,8 +143892,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:50,196", - "created": 1610346650.196661, + "asctime": "2021-01-11 11:25:39,701", + "created": 1610360739.7019649, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143903,15 +143903,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 196.66099548339844, + "msecs": 701.9648551940918, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14846.202611923218, + "relativeCreated": 14786.99016571045, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143919,8 +143919,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,196", - "created": 1610346650.1968648, + "asctime": "2021-01-11 11:25:39,702", + "created": 1610360739.7021685, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143930,15 +143930,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 196.86484336853027, + "msecs": 702.1684646606445, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14846.40645980835, + "relativeCreated": 14787.193775177002, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143947,8 +143947,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,197", - "created": 1610346650.197008, + "asctime": "2021-01-11 11:25:39,702", + "created": 1610360739.7022924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143958,15 +143958,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 197.0078945159912, + "msecs": 702.2924423217773, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14846.54951095581, + "relativeCreated": 14787.317752838135, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -143974,8 +143974,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,197", - "created": 1610346650.1972558, + "asctime": "2021-01-11 11:25:39,702", + "created": 1610360739.7024822, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -143985,15 +143985,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 197.25584983825684, + "msecs": 702.4822235107422, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14846.797466278076, + "relativeCreated": 14787.5075340271, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144002,8 +144002,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,197", - "created": 1610346650.1973972, + "asctime": "2021-01-11 11:25:39,702", + "created": 1610360739.7026231, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144013,15 +144013,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 197.39723205566406, + "msecs": 702.6231288909912, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14846.938848495483, + "relativeCreated": 14787.648439407349, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144029,8 +144029,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,197", - "created": 1610346650.1976311, + "asctime": "2021-01-11 11:25:39,702", + "created": 1610360739.702791, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144040,15 +144040,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 197.6311206817627, + "msecs": 702.7909755706787, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14847.172737121582, + "relativeCreated": 14787.816286087036, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144057,8 +144057,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,197", - "created": 1610346650.1977823, + "asctime": "2021-01-11 11:25:39,702", + "created": 1610360739.7029178, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144068,15 +144068,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 197.7822780609131, + "msecs": 702.9178142547607, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14847.323894500732, + "relativeCreated": 14787.943124771118, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144084,8 +144084,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,197", - "created": 1610346650.1979628, + "asctime": "2021-01-11 11:25:39,703", + "created": 1610360739.7030718, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144095,15 +144095,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 197.96276092529297, + "msecs": 703.0718326568604, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14847.504377365112, + "relativeCreated": 14788.097143173218, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144112,8 +144112,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,198", - "created": 1610346650.1981094, + "asctime": "2021-01-11 11:25:39,703", + "created": 1610360739.703199, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144123,15 +144123,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 198.10938835144043, + "msecs": 703.1989097595215, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14847.65100479126, + "relativeCreated": 14788.224220275879, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144139,8 +144139,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:50,198", - "created": 1610346650.198348, + "asctime": "2021-01-11 11:25:39,703", + "created": 1610360739.7034082, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144150,15 +144150,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 198.3480453491211, + "msecs": 703.4082412719727, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14847.88966178894, + "relativeCreated": 14788.43355178833, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144166,8 +144166,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:50,199", - "created": 1610346650.1992981, + "asctime": "2021-01-11 11:25:39,704", + "created": 1610360739.7043092, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144177,15 +144177,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 199.29814338684082, + "msecs": 704.3092250823975, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14848.83975982666, + "relativeCreated": 14789.334535598755, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144193,8 +144193,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,199", - "created": 1610346650.1995401, + "asctime": "2021-01-11 11:25:39,704", + "created": 1610360739.704522, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144204,15 +144204,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 199.5401382446289, + "msecs": 704.521894454956, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14849.081754684448, + "relativeCreated": 14789.547204971313, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144221,8 +144221,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:50,199", - "created": 1610346650.199707, + "asctime": "2021-01-11 11:25:39,704", + "created": 1610360739.7046642, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144232,15 +144232,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 199.70703125, + "msecs": 704.6642303466797, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14849.24864768982, + "relativeCreated": 14789.689540863037, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144248,8 +144248,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78" ], - "asctime": "2021-01-11 07:30:50,199", - "created": 1610346650.1999736, + "asctime": "2021-01-11 11:25:39,704", + "created": 1610360739.7049224, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144259,15 +144259,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78", "module": "stp", - "msecs": 199.97358322143555, + "msecs": 704.9224376678467, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14849.515199661255, + "relativeCreated": 14789.947748184204, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144278,8 +144278,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:50,200", - "created": 1610346650.2003837, + "asctime": "2021-01-11 11:25:39,705", + "created": 1610360739.7052453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144289,15 +144289,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 200.38366317749023, + "msecs": 705.2452564239502, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14849.92527961731, + "relativeCreated": 14790.270566940308, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144305,8 +144305,8 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 07:30:50,200", - "created": 1610346650.2005851, + "asctime": "2021-01-11 11:25:39,705", + "created": 1610360739.7054138, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144316,15 +144316,15 @@ "lineno": 479, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 200.58512687683105, + "msecs": 705.413818359375, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14850.12674331665, + "relativeCreated": 14790.439128875732, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144335,8 +144335,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:50,200", - "created": 1610346650.2008338, + "asctime": "2021-01-11 11:25:39,705", + "created": 1610360739.7056599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144346,15 +144346,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 200.83379745483398, + "msecs": 705.6598663330078, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14850.375413894653, + "relativeCreated": 14790.685176849365, "stack_info": null, - "thread": 140561151403776, + "thread": 140653015045888, "threadName": "Thread-23" }, { @@ -144362,8 +144362,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4" ], - "asctime": "2021-01-11 07:30:50,201", - "created": 1610346650.2019262, + "asctime": "2021-01-11 11:25:39,706", + "created": 1610360739.7066135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144373,15 +144373,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4", "module": "__init__", - "msecs": 201.92623138427734, + "msecs": 706.6135406494141, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14851.467847824097, + "relativeCreated": 14791.638851165771, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144389,8 +144389,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4" ], - "asctime": "2021-01-11 07:30:50,210", - "created": 1610346650.210394, + "asctime": "2021-01-11 11:25:39,714", + "created": 1610360739.7149835, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144400,15 +144400,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4", "module": "__init__", - "msecs": 210.39390563964844, + "msecs": 714.9834632873535, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14859.935522079468, + "relativeCreated": 14800.008773803711, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144416,8 +144416,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,210", - "created": 1610346650.2107663, + "asctime": "2021-01-11 11:25:39,715", + "created": 1610360739.7151673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144427,15 +144427,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 210.76631546020508, + "msecs": 715.1672840118408, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14860.307931900024, + "relativeCreated": 14800.192594528198, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144444,8 +144444,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:50,210", - "created": 1610346650.2109435, + "asctime": "2021-01-11 11:25:39,715", + "created": 1610360739.715255, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144455,15 +144455,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 210.94346046447754, + "msecs": 715.2550220489502, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14860.485076904297, + "relativeCreated": 14800.280332565308, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144471,8 +144471,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,211", - "created": 1610346650.2111478, + "asctime": "2021-01-11 11:25:39,715", + "created": 1610360739.7153609, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144482,15 +144482,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 211.14778518676758, + "msecs": 715.3608798980713, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14860.689401626587, + "relativeCreated": 14800.386190414429, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144499,8 +144499,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,211", - "created": 1610346650.2112942, + "asctime": "2021-01-11 11:25:39,715", + "created": 1610360739.7156386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144510,15 +144510,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 211.29417419433594, + "msecs": 715.6386375427246, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14860.835790634155, + "relativeCreated": 14800.663948059082, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144526,8 +144526,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,211", - "created": 1610346650.2115014, + "asctime": "2021-01-11 11:25:39,715", + "created": 1610360739.7157562, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144537,15 +144537,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 211.5013599395752, + "msecs": 715.7561779022217, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14861.042976379395, + "relativeCreated": 14800.78148841858, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144554,8 +144554,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,211", - "created": 1610346650.2116346, + "asctime": "2021-01-11 11:25:39,715", + "created": 1610360739.7158306, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144565,15 +144565,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 211.63463592529297, + "msecs": 715.8305644989014, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14861.176252365112, + "relativeCreated": 14800.855875015259, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144581,8 +144581,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,212", - "created": 1610346650.2122033, + "asctime": "2021-01-11 11:25:39,715", + "created": 1610360739.715932, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144592,15 +144592,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 212.2032642364502, + "msecs": 715.9318923950195, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14861.74488067627, + "relativeCreated": 14800.957202911377, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144609,8 +144609,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,212", - "created": 1610346650.2123475, + "asctime": "2021-01-11 11:25:39,716", + "created": 1610360739.7160017, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144620,15 +144620,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 212.34750747680664, + "msecs": 716.0017490386963, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14861.889123916626, + "relativeCreated": 14801.027059555054, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144636,8 +144636,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,212", - "created": 1610346650.2125406, + "asctime": "2021-01-11 11:25:39,716", + "created": 1610360739.7161005, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144647,15 +144647,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 212.5406265258789, + "msecs": 716.1004543304443, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14862.082242965698, + "relativeCreated": 14801.125764846802, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144664,8 +144664,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,212", - "created": 1610346650.2126775, + "asctime": "2021-01-11 11:25:39,716", + "created": 1610360739.7161708, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144675,15 +144675,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 212.6774787902832, + "msecs": 716.1707878112793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14862.219095230103, + "relativeCreated": 14801.196098327637, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144691,8 +144691,8 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 07:30:50,212", - "created": 1610346650.2129183, + "asctime": "2021-01-11 11:25:39,716", + "created": 1610360739.7163064, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144702,15 +144702,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 212.91828155517578, + "msecs": 716.3064479827881, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14862.459897994995, + "relativeCreated": 14801.331758499146, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144718,8 +144718,8 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 07:30:50,213", - "created": 1610346650.2137992, + "asctime": "2021-01-11 11:25:39,717", + "created": 1610360739.7171266, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144729,15 +144729,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 213.79923820495605, + "msecs": 717.1266078948975, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14863.340854644775, + "relativeCreated": 14802.151918411255, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144745,8 +144745,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,213", - "created": 1610346650.213914, + "asctime": "2021-01-11 11:25:39,717", + "created": 1610360739.7172244, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144756,15 +144756,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 213.9139175415039, + "msecs": 717.2243595123291, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14863.455533981323, + "relativeCreated": 14802.249670028687, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144773,8 +144773,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:50,214", - "created": 1610346650.2140167, + "asctime": "2021-01-11 11:25:39,717", + "created": 1610360739.7173128, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144784,15 +144784,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 214.01667594909668, + "msecs": 717.3128128051758, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14863.558292388916, + "relativeCreated": 14802.338123321533, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144800,8 +144800,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 33 7d e4 e1 8c bb" ], - "asctime": "2021-01-11 07:30:50,214", - "created": 1610346650.214176, + "asctime": "2021-01-11 11:25:39,717", + "created": 1610360739.7174346, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -144811,15 +144811,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 33 7d e4 e1 8c bb", "module": "stp", - "msecs": 214.17593955993652, + "msecs": 717.4346446990967, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14863.717555999756, + "relativeCreated": 14802.459955215454, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { @@ -144830,8 +144830,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:50,214", - "created": 1610346650.2144244, + "asctime": "2021-01-11 11:25:39,717", + "created": 1610360739.7176316, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144841,23 +144841,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 214.42437171936035, + "msecs": 717.6315784454346, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14863.96598815918, + "relativeCreated": 14802.656888961792, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:50,214", - "created": 1610346650.2145662, + "asctime": "2021-01-11 11:25:39,717", + "created": 1610360739.717747, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -144867,37 +144867,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 214.56623077392578, + "msecs": 717.7469730377197, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 14864.107847213745, + "relativeCreated": 14802.772283554077, "stack_info": null, - "thread": 140561143011072, + "thread": 140652528531200, "threadName": "Thread-24" } ], - "msecs": 388.07201385498047, + "msecs": 893.028974533081, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15037.6136302948, + "relativeCreated": 14978.054285049438, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.1735057830810547 + "time_consumption": 0.17528200149536133 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:50,388", - "created": 1610346650.3889225, + "asctime": "2021-01-11 11:25:39,893", + "created": 1610360739.8938916, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -144914,8 +144914,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:50,388", - "created": 1610346650.3885725, + "asctime": "2021-01-11 11:25:39,893", + "created": 1610360739.8935432, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -144925,15 +144925,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 388.57245445251465, + "msecs": 893.5432434082031, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15038.114070892334, + "relativeCreated": 14978.56855392456, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -144942,8 +144942,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:50,388", - "created": 1610346650.3887556, + "asctime": "2021-01-11 11:25:39,893", + "created": 1610360739.8937278, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -144953,37 +144953,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 388.75555992126465, + "msecs": 893.7277793884277, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15038.297176361084, + "relativeCreated": 14978.753089904785, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 388.92245292663574, + "msecs": 893.8915729522705, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15038.464069366455, + "relativeCreated": 14978.916883468628, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016689300537109375 + "time_consumption": 0.00016379356384277344 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 07:30:50,389", - "created": 1610346650.3894997, + "asctime": "2021-01-11 11:25:39,894", + "created": 1610360739.8944225, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -145000,8 +145000,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 07:30:50,389", - "created": 1610346650.3891592, + "asctime": "2021-01-11 11:25:39,894", + "created": 1610360739.8941307, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -145011,15 +145011,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 389.1592025756836, + "msecs": 894.1307067871094, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15038.700819015503, + "relativeCreated": 14979.156017303467, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145028,8 +145028,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:50,389", - "created": 1610346650.3893056, + "asctime": "2021-01-11 11:25:39,894", + "created": 1610360739.8942783, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -145039,41 +145039,41 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 389.30559158325195, + "msecs": 894.2782878875732, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15038.847208023071, + "relativeCreated": 14979.30359840393, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 389.4996643066406, + "msecs": 894.4225311279297, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15039.04128074646, + "relativeCreated": 14979.447841644287, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00019407272338867188 + "time_consumption": 0.0001442432403564453 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.5562045574188232, - "time_finished": "2021-01-11 07:30:50,389", - "time_start": "2021-01-11 07:30:49,833" + "time_consumption": 0.5574491024017334, + "time_finished": "2021-01-11 11:25:39,894", + "time_start": "2021-01-11 11:25:39,336" }, "_YhmzIE4lEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:53,978", - "created": 1610346653.9786909, + "asctime": "2021-01-11 11:25:43,481", + "created": 1610360743.4817245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145084,19 +145084,19 @@ "message": "_YhmzIE4lEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 978.6908626556396, + "msecs": 481.72450065612793, "msg": "_YhmzIE4lEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18628.23247909546, + "relativeCreated": 18566.749811172485, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9862118, + "asctime": "2021-01-11 11:25:43,489", + "created": 1610360743.4890704, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -145111,8 +145111,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:53,979", - "created": 1610346653.9796524, + "asctime": "2021-01-11 11:25:43,482", + "created": 1610360743.48261, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145122,23 +145122,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 979.6524047851562, + "msecs": 482.60998725891113, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18629.194021224976, + "relativeCreated": 18567.63529777527, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,980", - "created": 1610346653.9807384, + "asctime": "2021-01-11 11:25:43,483", + "created": 1610360743.483292, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145148,23 +145148,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 980.7384014129639, + "msecs": 483.2921028137207, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18630.280017852783, + "relativeCreated": 18568.317413330078, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,980", - "created": 1610346653.9809878, + "asctime": "2021-01-11 11:25:43,483", + "created": 1610360743.4834845, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145174,23 +145174,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 980.9877872467041, + "msecs": 483.48450660705566, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18630.529403686523, + "relativeCreated": 18568.509817123413, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,981", - "created": 1610346653.981361, + "asctime": "2021-01-11 11:25:43,483", + "created": 1610360743.483768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145200,15 +145200,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 981.360912322998, + "msecs": 483.7679862976074, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18630.902528762817, + "relativeCreated": 18568.793296813965, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145217,8 +145217,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:53,981", - "created": 1610346653.9815958, + "asctime": "2021-01-11 11:25:43,483", + "created": 1610360743.4839203, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145228,15 +145228,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 981.5957546234131, + "msecs": 483.9203357696533, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18631.137371063232, + "relativeCreated": 18568.94564628601, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145244,8 +145244,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:53,981", - "created": 1610346653.9818418, + "asctime": "2021-01-11 11:25:43,484", + "created": 1610360743.484111, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145255,15 +145255,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 981.8418025970459, + "msecs": 484.11107063293457, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18631.383419036865, + "relativeCreated": 18569.136381149292, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145271,8 +145271,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:53,982", - "created": 1610346653.9820123, + "asctime": "2021-01-11 11:25:43,484", + "created": 1610360743.4842405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145282,15 +145282,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 982.0122718811035, + "msecs": 484.2405319213867, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18631.553888320923, + "relativeCreated": 18569.265842437744, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145298,8 +145298,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:53,982", - "created": 1610346653.9821632, + "asctime": "2021-01-11 11:25:43,484", + "created": 1610360743.4843578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145309,15 +145309,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 982.1631908416748, + "msecs": 484.3578338623047, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18631.704807281494, + "relativeCreated": 18569.383144378662, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145325,8 +145325,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:53,982", - "created": 1610346653.9823053, + "asctime": "2021-01-11 11:25:43,484", + "created": 1610360743.4844704, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145336,15 +145336,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 982.3052883148193, + "msecs": 484.4703674316406, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18631.84690475464, + "relativeCreated": 18569.495677947998, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145354,8 +145354,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:53,982", - "created": 1610346653.9824736, + "asctime": "2021-01-11 11:25:43,484", + "created": 1610360743.484598, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145365,15 +145365,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 982.473611831665, + "msecs": 484.59792137145996, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18632.015228271484, + "relativeCreated": 18569.623231887817, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145383,8 +145383,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:53,982", - "created": 1610346653.9826372, + "asctime": "2021-01-11 11:25:43,484", + "created": 1610360743.484726, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145394,15 +145394,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 982.6371669769287, + "msecs": 484.7259521484375, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18632.178783416748, + "relativeCreated": 18569.751262664795, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145412,8 +145412,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:53,982", - "created": 1610346653.9827943, + "asctime": "2021-01-11 11:25:43,484", + "created": 1610360743.4848866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145423,15 +145423,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 982.7942848205566, + "msecs": 484.88664627075195, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18632.335901260376, + "relativeCreated": 18569.91195678711, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145441,8 +145441,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:53,982", - "created": 1610346653.9829483, + "asctime": "2021-01-11 11:25:43,485", + "created": 1610360743.4850276, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145452,23 +145452,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 982.9483032226562, + "msecs": 485.027551651001, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18632.489919662476, + "relativeCreated": 18570.05286216736, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,983", - "created": 1610346653.983107, + "asctime": "2021-01-11 11:25:43,485", + "created": 1610360743.4851391, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145478,15 +145478,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 983.1070899963379, + "msecs": 485.1391315460205, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18632.648706436157, + "relativeCreated": 18570.164442062378, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145495,8 +145495,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:53,983", - "created": 1610346653.9832716, + "asctime": "2021-01-11 11:25:43,485", + "created": 1610360743.4852703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145506,15 +145506,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 983.271598815918, + "msecs": 485.27026176452637, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18632.813215255737, + "relativeCreated": 18570.295572280884, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145522,8 +145522,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:53,983", - "created": 1610346653.9834523, + "asctime": "2021-01-11 11:25:43,485", + "created": 1610360743.48541, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145533,15 +145533,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 983.452320098877, + "msecs": 485.4099750518799, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18632.993936538696, + "relativeCreated": 18570.435285568237, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145549,8 +145549,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:53,983", - "created": 1610346653.983599, + "asctime": "2021-01-11 11:25:43,485", + "created": 1610360743.485526, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145560,15 +145560,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 983.5989475250244, + "msecs": 485.52608489990234, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18633.140563964844, + "relativeCreated": 18570.55139541626, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145578,8 +145578,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:53,983", - "created": 1610346653.9837506, + "asctime": "2021-01-11 11:25:43,485", + "created": 1610360743.485647, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145589,15 +145589,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 983.750581741333, + "msecs": 485.64696311950684, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18633.292198181152, + "relativeCreated": 18570.672273635864, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145607,8 +145607,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:53,983", - "created": 1610346653.9839094, + "asctime": "2021-01-11 11:25:43,485", + "created": 1610360743.4857707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145618,15 +145618,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 983.9093685150146, + "msecs": 485.77070236206055, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18633.450984954834, + "relativeCreated": 18570.796012878418, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145635,8 +145635,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:53,984", - "created": 1610346653.9840677, + "asctime": "2021-01-11 11:25:43,485", + "created": 1610360743.485895, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145646,15 +145646,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 984.0676784515381, + "msecs": 485.89491844177246, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18633.609294891357, + "relativeCreated": 18570.92022895813, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145663,8 +145663,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:53,984", - "created": 1610346653.9842074, + "asctime": "2021-01-11 11:25:43,486", + "created": 1610360743.4860039, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145674,15 +145674,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 984.2073917388916, + "msecs": 486.0038757324219, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18633.74900817871, + "relativeCreated": 18571.02918624878, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145691,8 +145691,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:53,984", - "created": 1610346653.9843442, + "asctime": "2021-01-11 11:25:43,486", + "created": 1610360743.4861112, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145702,23 +145702,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 984.3442440032959, + "msecs": 486.1111640930176, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18633.885860443115, + "relativeCreated": 18571.136474609375, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,984", - "created": 1610346653.9844859, + "asctime": "2021-01-11 11:25:43,486", + "created": 1610360743.4862297, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145728,23 +145728,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 984.4858646392822, + "msecs": 486.22965812683105, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18634.0274810791, + "relativeCreated": 18571.25496864319, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,984", - "created": 1610346653.9847925, + "asctime": "2021-01-11 11:25:43,486", + "created": 1610360743.4864588, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145754,15 +145754,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 984.7924709320068, + "msecs": 486.45877838134766, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18634.334087371826, + "relativeCreated": 18571.484088897705, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145771,8 +145771,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:53,984", - "created": 1610346653.98495, + "asctime": "2021-01-11 11:25:43,486", + "created": 1610360743.486592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145782,15 +145782,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 984.950065612793, + "msecs": 486.59205436706543, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18634.491682052612, + "relativeCreated": 18571.617364883423, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145798,8 +145798,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9851468, + "asctime": "2021-01-11 11:25:43,486", + "created": 1610360743.4867513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145809,15 +145809,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 985.1467609405518, + "msecs": 486.7513179779053, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18634.68837738037, + "relativeCreated": 18571.776628494263, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145825,8 +145825,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9853165, + "asctime": "2021-01-11 11:25:43,486", + "created": 1610360743.4868815, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145836,15 +145836,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 985.3165149688721, + "msecs": 486.8814945220947, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18634.85813140869, + "relativeCreated": 18571.906805038452, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145852,8 +145852,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9854765, + "asctime": "2021-01-11 11:25:43,487", + "created": 1610360743.4870057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145863,15 +145863,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 985.4764938354492, + "msecs": 487.00571060180664, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.01811027527, + "relativeCreated": 18572.031021118164, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145879,8 +145879,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.985521, + "asctime": "2021-01-11 11:25:43,487", + "created": 1610360743.4871178, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145890,15 +145890,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 985.5210781097412, + "msecs": 487.1177673339844, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.06269454956, + "relativeCreated": 18572.14307785034, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145908,8 +145908,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9855702, + "asctime": "2021-01-11 11:25:43,487", + "created": 1610360743.4872372, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145919,15 +145919,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 985.5701923370361, + "msecs": 487.23721504211426, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.111808776855, + "relativeCreated": 18572.26252555847, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145937,8 +145937,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9856186, + "asctime": "2021-01-11 11:25:43,487", + "created": 1610360743.487359, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145948,15 +145948,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 985.6185913085938, + "msecs": 487.35904693603516, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.160207748413, + "relativeCreated": 18572.384357452393, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145966,8 +145966,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9856706, + "asctime": "2021-01-11 11:25:43,487", + "created": 1610360743.487489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -145977,15 +145977,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 985.6705665588379, + "msecs": 487.4889850616455, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.212182998657, + "relativeCreated": 18572.514295578003, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -145995,8 +145995,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.985718, + "asctime": "2021-01-11 11:25:43,487", + "created": 1610360743.4876153, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146006,23 +146006,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 985.7180118560791, + "msecs": 487.61534690856934, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.2596282959, + "relativeCreated": 18572.640657424927, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9857624, + "asctime": "2021-01-11 11:25:43,487", + "created": 1610360743.4877217, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146032,15 +146032,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 985.762357711792, + "msecs": 487.72168159484863, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.30397415161, + "relativeCreated": 18572.746992111206, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -146049,8 +146049,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9858093, + "asctime": "2021-01-11 11:25:43,487", + "created": 1610360743.48784, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146060,15 +146060,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 985.809326171875, + "msecs": 487.839937210083, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.350942611694, + "relativeCreated": 18572.86524772644, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -146076,8 +146076,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9858599, + "asctime": "2021-01-11 11:25:43,487", + "created": 1610360743.48797, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146087,15 +146087,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 985.8598709106445, + "msecs": 487.97011375427246, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.401487350464, + "relativeCreated": 18572.99542427063, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -146103,8 +146103,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9859042, + "asctime": "2021-01-11 11:25:43,488", + "created": 1610360743.488084, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146114,15 +146114,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 985.9042167663574, + "msecs": 488.084077835083, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.445833206177, + "relativeCreated": 18573.10938835144, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -146132,8 +146132,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9859495, + "asctime": "2021-01-11 11:25:43,488", + "created": 1610360743.4881997, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146143,15 +146143,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 985.9495162963867, + "msecs": 488.19971084594727, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.491132736206, + "relativeCreated": 18573.225021362305, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -146161,8 +146161,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:53,985", - "created": 1610346653.9859962, + "asctime": "2021-01-11 11:25:43,488", + "created": 1610360743.4883206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146172,15 +146172,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 985.9962463378906, + "msecs": 488.32058906555176, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.53786277771, + "relativeCreated": 18573.34589958191, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -146189,8 +146189,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9860413, + "asctime": "2021-01-11 11:25:43,488", + "created": 1610360743.4884362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146200,15 +146200,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 986.0413074493408, + "msecs": 488.436222076416, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.58292388916, + "relativeCreated": 18573.461532592773, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -146217,8 +146217,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9860845, + "asctime": "2021-01-11 11:25:43,488", + "created": 1610360743.4886749, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146228,15 +146228,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 986.0844612121582, + "msecs": 488.6748790740967, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.626077651978, + "relativeCreated": 18573.700189590454, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -146245,8 +146245,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9861264, + "asctime": "2021-01-11 11:25:43,488", + "created": 1610360743.4888184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146256,23 +146256,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 986.1264228820801, + "msecs": 488.8184070587158, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.6680393219, + "relativeCreated": 18573.843717575073, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9861681, + "asctime": "2021-01-11 11:25:43,488", + "created": 1610360743.4889476, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146282,34 +146282,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 986.1681461334229, + "msecs": 488.94762992858887, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.709762573242, + "relativeCreated": 18573.972940444946, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 986.2117767333984, + "msecs": 489.0704154968262, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.753393173218, + "relativeCreated": 18574.095726013184, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 4.363059997558594e-05 + "time_consumption": 0.0001227855682373047 }, { "args": [], - "asctime": "2021-01-11 07:30:54,329", - "created": 1610346654.329667, + "asctime": "2021-01-11 11:25:43,833", + "created": 1610360743.833609, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -146324,8 +146324,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9863145, + "asctime": "2021-01-11 11:25:43,489", + "created": 1610360743.4893112, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146335,23 +146335,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 986.3145351409912, + "msecs": 489.31121826171875, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.85615158081, + "relativeCreated": 18574.336528778076, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9863598, + "asctime": "2021-01-11 11:25:43,489", + "created": 1610360743.4894276, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146361,23 +146361,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 986.3598346710205, + "msecs": 489.4275665283203, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.90145111084, + "relativeCreated": 18574.452877044678, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9864035, + "asctime": "2021-01-11 11:25:43,489", + "created": 1610360743.4895387, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146387,15 +146387,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 986.4034652709961, + "msecs": 489.53866958618164, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18635.945081710815, + "relativeCreated": 18574.56398010254, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -146406,8 +146406,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9864886, + "asctime": "2021-01-11 11:25:43,489", + "created": 1610360743.4897428, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146417,23 +146417,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 986.4885807037354, + "msecs": 489.7427558898926, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18636.030197143555, + "relativeCreated": 18574.76806640625, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9866216, + "asctime": "2021-01-11 11:25:43,490", + "created": 1610360743.490106, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146443,23 +146443,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 986.621618270874, + "msecs": 490.10610580444336, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18636.163234710693, + "relativeCreated": 18575.1314163208, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9866638, + "asctime": "2021-01-11 11:25:43,490", + "created": 1610360743.4902332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146469,23 +146469,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 986.663818359375, + "msecs": 490.2331829071045, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18636.205434799194, + "relativeCreated": 18575.258493423462, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9867027, + "asctime": "2021-01-11 11:25:43,490", + "created": 1610360743.4903471, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146495,15 +146495,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 986.7026805877686, + "msecs": 490.34714698791504, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18636.244297027588, + "relativeCreated": 18575.372457504272, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -146511,8 +146511,8 @@ "comm-client:", "(21): 3a 3c 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13 3a 3e" ], - "asctime": "2021-01-11 07:30:53,986", - "created": 1610346653.9868293, + "asctime": "2021-01-11 11:25:43,490", + "created": 1610360743.4906583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146522,15 +146522,15 @@ "lineno": 284, "message": "comm-client: TX -> (21): 3a 3c 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13 3a 3e", "module": "__init__", - "msecs": 986.8292808532715, + "msecs": 490.6582832336426, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18636.37089729309, + "relativeCreated": 18575.68359375, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -146538,8 +146538,8 @@ "comm-server:", "(21): 3a 3c 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13 3a 3e" ], - "asctime": "2021-01-11 07:30:53,989", - "created": 1610346653.9895966, + "asctime": "2021-01-11 11:25:43,493", + "created": 1610360743.4936163, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146549,15 +146549,15 @@ "lineno": 414, "message": "comm-server: RX <- (21): 3a 3c 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13 3a 3e", "module": "__init__", - "msecs": 989.5966053009033, + "msecs": 493.61634254455566, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18639.138221740723, + "relativeCreated": 18578.641653060913, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -146565,8 +146565,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,989", - "created": 1610346653.9897292, + "asctime": "2021-01-11 11:25:43,493", + "created": 1610360743.4937272, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146576,15 +146576,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 989.7291660308838, + "msecs": 493.7272071838379, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18639.270782470703, + "relativeCreated": 18578.752517700195, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -146593,8 +146593,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:53,989", - "created": 1610346653.989781, + "asctime": "2021-01-11 11:25:43,493", + "created": 1610360743.4937792, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146604,15 +146604,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 989.7809028625488, + "msecs": 493.77918243408203, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18639.322519302368, + "relativeCreated": 18578.80449295044, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -146620,8 +146620,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,989", - "created": 1610346653.989859, + "asctime": "2021-01-11 11:25:43,493", + "created": 1610360743.4938545, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146631,15 +146631,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 989.8591041564941, + "msecs": 493.8545227050781, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18639.400720596313, + "relativeCreated": 18578.879833221436, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -146648,8 +146648,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:53,989", - "created": 1610346653.9899087, + "asctime": "2021-01-11 11:25:43,493", + "created": 1610360743.4938977, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146659,15 +146659,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 989.9086952209473, + "msecs": 493.8976764678955, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18639.450311660767, + "relativeCreated": 18578.922986984253, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -146675,8 +146675,8 @@ "STP:", "(17): 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13" ], - "asctime": "2021-01-11 07:30:53,989", - "created": 1610346653.9899645, + "asctime": "2021-01-11 11:25:43,493", + "created": 1610360743.4939523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146686,15 +146686,15 @@ "lineno": 148, "message": "STP: message identified - (17): 00 00 00 00 00 00 00 08 00 00 00 00 6e 75 6c 6c 13", "module": "stp", - "msecs": 989.964485168457, + "msecs": 493.95227432250977, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18639.506101608276, + "relativeCreated": 18578.977584838867, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -146705,8 +146705,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,990", - "created": 1610346653.9901054, + "asctime": "2021-01-11 11:25:43,494", + "created": 1610360743.4941025, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146716,15 +146716,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 990.105390548706, + "msecs": 494.10247802734375, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18639.647006988525, + "relativeCreated": 18579.1277885437, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -146732,8 +146732,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:53,990", - "created": 1610346653.9901621, + "asctime": "2021-01-11 11:25:43,494", + "created": 1610360743.4941618, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146743,15 +146743,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 990.1621341705322, + "msecs": 494.16184425354004, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18639.70375061035, + "relativeCreated": 18579.187154769897, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -146762,8 +146762,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,990", - "created": 1610346653.9902415, + "asctime": "2021-01-11 11:25:43,494", + "created": 1610360743.4942381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146773,15 +146773,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 990.241527557373, + "msecs": 494.23813819885254, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18639.783143997192, + "relativeCreated": 18579.26344871521, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -146789,8 +146789,8 @@ "comm-server:", "(21): 3a 3c 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12 3a 3e" ], - "asctime": "2021-01-11 07:30:53,990", - "created": 1610346653.9904532, + "asctime": "2021-01-11 11:25:43,494", + "created": 1610360743.4944525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146800,15 +146800,15 @@ "lineno": 284, "message": "comm-server: TX -> (21): 3a 3c 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12 3a 3e", "module": "__init__", - "msecs": 990.4532432556152, + "msecs": 494.45247650146484, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18639.994859695435, + "relativeCreated": 18579.477787017822, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -146816,8 +146816,8 @@ "comm-client:", "(21): 3a 3c 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12 3a 3e" ], - "asctime": "2021-01-11 07:30:53,993", - "created": 1610346653.9933264, + "asctime": "2021-01-11 11:25:43,497", + "created": 1610360743.4972782, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146827,15 +146827,15 @@ "lineno": 414, "message": "comm-client: RX <- (21): 3a 3c 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12 3a 3e", "module": "__init__", - "msecs": 993.3264255523682, + "msecs": 497.27821350097656, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18642.868041992188, + "relativeCreated": 18582.303524017334, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -146843,8 +146843,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,993", - "created": 1610346653.9935026, + "asctime": "2021-01-11 11:25:43,497", + "created": 1610360743.4974039, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146854,15 +146854,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 993.5026168823242, + "msecs": 497.4038600921631, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18643.044233322144, + "relativeCreated": 18582.42917060852, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -146871,8 +146871,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:53,993", - "created": 1610346653.9935615, + "asctime": "2021-01-11 11:25:43,497", + "created": 1610360743.4974554, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146882,15 +146882,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 993.5615062713623, + "msecs": 497.455358505249, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18643.10312271118, + "relativeCreated": 18582.480669021606, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -146898,8 +146898,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,993", - "created": 1610346653.9936407, + "asctime": "2021-01-11 11:25:43,497", + "created": 1610360743.497526, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146909,15 +146909,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 993.640661239624, + "msecs": 497.5259304046631, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18643.182277679443, + "relativeCreated": 18582.55124092102, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -146926,8 +146926,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:53,993", - "created": 1610346653.993686, + "asctime": "2021-01-11 11:25:43,497", + "created": 1610360743.4975688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146937,15 +146937,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 993.6859607696533, + "msecs": 497.56884574890137, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18643.227577209473, + "relativeCreated": 18582.59415626526, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -146953,8 +146953,8 @@ "STP:", "(17): 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12" ], - "asctime": "2021-01-11 07:30:53,993", - "created": 1610346653.9937434, + "asctime": "2021-01-11 11:25:43,497", + "created": 1610360743.4976256, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -146964,15 +146964,15 @@ "lineno": 148, "message": "STP: message identified - (17): 00 00 00 00 00 00 00 09 00 00 00 00 6e 75 6c 6c 12", "module": "stp", - "msecs": 993.7434196472168, + "msecs": 497.62558937072754, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18643.285036087036, + "relativeCreated": 18582.650899887085, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -146983,8 +146983,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,993", - "created": 1610346653.9939096, + "asctime": "2021-01-11 11:25:43,497", + "created": 1610360743.497768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -146994,15 +146994,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 993.9095973968506, + "msecs": 497.7679252624512, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18643.45121383667, + "relativeCreated": 18582.79323577881, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -147010,8 +147010,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:53,993", - "created": 1610346653.9939773, + "asctime": "2021-01-11 11:25:43,497", + "created": 1610360743.4978247, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147021,34 +147021,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 993.9773082733154, + "msecs": 497.82466888427734, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18643.518924713135, + "relativeCreated": 18582.849979400635, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" } ], - "msecs": 329.6670913696289, + "msecs": 833.6091041564941, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18979.20870780945, + "relativeCreated": 18918.63441467285, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3356897830963135 + "time_consumption": 0.3357844352722168 }, { "args": [], - "asctime": "2021-01-11 07:30:54,531", - "created": 1610346654.5314183, + "asctime": "2021-01-11 11:25:44,035", + "created": 1610360744.0354161, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -147067,8 +147067,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:54,330", - "created": 1610346654.3302498, + "asctime": "2021-01-11 11:25:43,834", + "created": 1610360743.8342004, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147078,15 +147078,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 330.2497863769531, + "msecs": 834.200382232666, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18979.791402816772, + "relativeCreated": 18919.225692749023, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -147094,8 +147094,8 @@ "comm-client:", "(45): 3a 3c 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 3a 3e" ], - "asctime": "2021-01-11 07:30:54,331", - "created": 1610346654.3310394, + "asctime": "2021-01-11 11:25:43,835", + "created": 1610360743.8350601, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147105,15 +147105,15 @@ "lineno": 284, "message": "comm-client: TX -> (45): 3a 3c 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 3a 3e", "module": "__init__", - "msecs": 331.0394287109375, + "msecs": 835.0601196289062, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18980.581045150757, + "relativeCreated": 18920.085430145264, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -147121,8 +147121,8 @@ "comm-server:", "(45): 3a 3c 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 3a 3e" ], - "asctime": "2021-01-11 07:30:54,337", - "created": 1610346654.337156, + "asctime": "2021-01-11 11:25:43,841", + "created": 1610360743.841097, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147132,15 +147132,15 @@ "lineno": 414, "message": "comm-server: RX <- (45): 3a 3c 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 3a 3e", "module": "__init__", - "msecs": 337.1560573577881, + "msecs": 841.0971164703369, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18986.697673797607, + "relativeCreated": 18926.122426986694, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -147148,8 +147148,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:54,337", - "created": 1610346654.3374743, + "asctime": "2021-01-11 11:25:43,841", + "created": 1610360743.84138, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147159,15 +147159,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 337.4743461608887, + "msecs": 841.3798809051514, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18987.015962600708, + "relativeCreated": 18926.40519142151, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -147176,8 +147176,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:54,337", - "created": 1610346654.3376484, + "asctime": "2021-01-11 11:25:43,841", + "created": 1610360743.8415473, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147187,15 +147187,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 337.6483917236328, + "msecs": 841.5472507476807, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18987.190008163452, + "relativeCreated": 18926.572561264038, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -147203,8 +147203,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:54,337", - "created": 1610346654.337983, + "asctime": "2021-01-11 11:25:43,841", + "created": 1610360743.8418808, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147214,15 +147214,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 337.9828929901123, + "msecs": 841.8807983398438, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18987.52450942993, + "relativeCreated": 18926.9061088562, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -147231,8 +147231,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:54,338", - "created": 1610346654.3381295, + "asctime": "2021-01-11 11:25:43,842", + "created": 1610360743.8420262, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147242,15 +147242,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 338.12952041625977, + "msecs": 842.0262336730957, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18987.67113685608, + "relativeCreated": 18927.051544189453, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -147258,8 +147258,8 @@ "STP:", "(41): 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d" ], - "asctime": "2021-01-11 07:30:54,338", - "created": 1610346654.3383346, + "asctime": "2021-01-11 11:25:43,842", + "created": 1610360743.8422756, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147269,15 +147269,15 @@ "lineno": 148, "message": "STP: message identified - (41): 00 00 00 00 00 00 00 11 00 00 00 22 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d", "module": "stp", - "msecs": 338.3345603942871, + "msecs": 842.2756195068359, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18987.876176834106, + "relativeCreated": 18927.300930023193, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { @@ -147288,8 +147288,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:54,338", - "created": 1610346654.3389215, + "asctime": "2021-01-11 11:25:43,842", + "created": 1610360743.8428295, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147299,23 +147299,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 338.92154693603516, + "msecs": 842.8294658660889, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18988.463163375854, + "relativeCreated": 18927.854776382446, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:54,339", - "created": 1610346654.3391967, + "asctime": "2021-01-11 11:25:43,843", + "created": 1610360743.843054, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147325,37 +147325,37 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 339.19668197631836, + "msecs": 843.0540561676025, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18988.738298416138, + "relativeCreated": 18928.07936668396, "stack_info": null, - "thread": 140560094447360, + "thread": 140651958089472, "threadName": "Thread-35" } ], - "msecs": 531.4183235168457, + "msecs": 35.4161262512207, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19180.959939956665, + "relativeCreated": 19120.441436767578, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.19222164154052734 + "time_consumption": 0.19236207008361816 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:54,532", - "created": 1610346654.5322268, + "asctime": "2021-01-11 11:25:44,036", + "created": 1610360744.0362198, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147372,8 +147372,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:54,531", - "created": 1610346654.5318613, + "asctime": "2021-01-11 11:25:44,035", + "created": 1610360744.0358741, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147383,15 +147383,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 531.8613052368164, + "msecs": 35.874128341674805, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19181.402921676636, + "relativeCreated": 19120.899438858032, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -147400,8 +147400,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:54,532", - "created": 1610346654.532037, + "asctime": "2021-01-11 11:25:44,036", + "created": 1610360744.0360656, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147411,37 +147411,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 532.0370197296143, + "msecs": 36.06557846069336, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19181.578636169434, + "relativeCreated": 19121.09088897705, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 532.2268009185791, + "msecs": 36.21983528137207, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19181.7684173584, + "relativeCreated": 19121.24514579773, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00018978118896484375 + "time_consumption": 0.00015425682067871094 }, { "args": [ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:54,532", - "created": 1610346654.5328221, + "asctime": "2021-01-11 11:25:44,036", + "created": 1610360744.0368183, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147458,8 +147458,8 @@ "{'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:54,532", - "created": 1610346654.532497, + "asctime": "2021-01-11 11:25:44,036", + "created": 1610360744.0364609, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147469,15 +147469,15 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 34, 'service_id': 17, 'status': 0, 'data': 'msg1_data_to_be_transfered'} ()", "module": "test", - "msecs": 532.4969291687012, + "msecs": 36.46087646484375, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19182.03854560852, + "relativeCreated": 19121.4861869812, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -147486,8 +147486,8 @@ "{'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:54,532", - "created": 1610346654.5326695, + "asctime": "2021-01-11 11:25:44,036", + "created": 1610360744.0366251, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147497,34 +147497,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 17, 'data_id': 34, 'status': 0, 'data': 'msg1_data_to_be_transfered'} ()", "module": "test", - "msecs": 532.6695442199707, + "msecs": 36.62514686584473, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19182.21116065979, + "relativeCreated": 19121.650457382202, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 532.8221321105957, + "msecs": 36.81826591491699, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19182.363748550415, + "relativeCreated": 19121.843576431274, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.000152587890625 + "time_consumption": 0.00019311904907226562 }, { "args": [], - "asctime": "2021-01-11 07:30:54,734", - "created": 1610346654.7342393, + "asctime": "2021-01-11 11:25:44,238", + "created": 1610360744.238286, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -147543,8 +147543,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:54,533", - "created": 1610346654.5331652, + "asctime": "2021-01-11 11:25:44,037", + "created": 1610360744.0371695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147554,15 +147554,15 @@ "lineno": 438, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 533.1652164459229, + "msecs": 37.169456481933594, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19182.706832885742, + "relativeCreated": 19122.19476699829, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -147570,8 +147570,8 @@ "comm-server:", "(45): 3a 3c 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b 3a 3e" ], - "asctime": "2021-01-11 07:30:54,533", - "created": 1610346654.53398, + "asctime": "2021-01-11 11:25:44,037", + "created": 1610360744.0379333, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147581,15 +147581,15 @@ "lineno": 284, "message": "comm-server: TX -> (45): 3a 3c 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b 3a 3e", "module": "__init__", - "msecs": 533.9798927307129, + "msecs": 37.933349609375, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19183.521509170532, + "relativeCreated": 19122.958660125732, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -147597,8 +147597,8 @@ "comm-client:", "(45): 3a 3c 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b 3a 3e" ], - "asctime": "2021-01-11 07:30:54,539", - "created": 1610346654.5399396, + "asctime": "2021-01-11 11:25:44,044", + "created": 1610360744.044055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147608,15 +147608,15 @@ "lineno": 414, "message": "comm-client: RX <- (45): 3a 3c 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b 3a 3e", "module": "__init__", - "msecs": 539.9396419525146, + "msecs": 44.05498504638672, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19189.481258392334, + "relativeCreated": 19129.080295562744, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -147624,8 +147624,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:54,540", - "created": 1610346654.540175, + "asctime": "2021-01-11 11:25:44,044", + "created": 1610360744.0443344, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147635,15 +147635,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 540.1749610900879, + "msecs": 44.33441162109375, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19189.716577529907, + "relativeCreated": 19129.35972213745, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -147652,8 +147652,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:54,540", - "created": 1610346654.5403016, + "asctime": "2021-01-11 11:25:44,044", + "created": 1610360744.044501, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147663,15 +147663,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 540.3015613555908, + "msecs": 44.50106620788574, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19189.84317779541, + "relativeCreated": 19129.526376724243, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -147679,8 +147679,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:54,540", - "created": 1610346654.540562, + "asctime": "2021-01-11 11:25:44,044", + "created": 1610360744.0448706, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147690,15 +147690,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 540.5619144439697, + "msecs": 44.870615005493164, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19190.10353088379, + "relativeCreated": 19129.89592552185, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -147707,8 +147707,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:54,540", - "created": 1610346654.5406716, + "asctime": "2021-01-11 11:25:44,045", + "created": 1610360744.0450242, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147718,15 +147718,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 540.6715869903564, + "msecs": 45.02415657043457, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19190.213203430176, + "relativeCreated": 19130.049467086792, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -147734,8 +147734,8 @@ "STP:", "(41): 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b" ], - "asctime": "2021-01-11 07:30:54,540", - "created": 1610346654.5408535, + "asctime": "2021-01-11 11:25:44,045", + "created": 1610360744.0452323, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -147745,15 +147745,15 @@ "lineno": 148, "message": "STP: message identified - (41): 00 00 00 04 00 00 00 11 00 00 00 23 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7b", "module": "stp", - "msecs": 540.8535003662109, + "msecs": 45.232295989990234, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19190.39511680603, + "relativeCreated": 19130.257606506348, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { @@ -147764,8 +147764,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:54,541", - "created": 1610346654.54122, + "asctime": "2021-01-11 11:25:44,045", + "created": 1610360744.0457294, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147775,23 +147775,23 @@ "lineno": 438, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 541.21994972229, + "msecs": 45.72939872741699, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19190.76156616211, + "relativeCreated": 19130.754709243774, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:54,541", - "created": 1610346654.5413835, + "asctime": "2021-01-11 11:25:44,045", + "created": 1610360744.0459554, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -147801,37 +147801,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 541.3835048675537, + "msecs": 45.95541954040527, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19190.925121307373, + "relativeCreated": 19130.980730056763, "stack_info": null, - "thread": 140560086054656, + "thread": 140651949696768, "threadName": "Thread-36" } ], - "msecs": 734.2393398284912, + "msecs": 238.28601837158203, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19383.78095626831, + "relativeCreated": 19323.31132888794, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.1928558349609375 + "time_consumption": 0.19233059883117676 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:54,735", - "created": 1610346654.7354455, + "asctime": "2021-01-11 11:25:44,239", + "created": 1610360744.239041, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147848,8 +147848,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:54,734", - "created": 1610346654.7349644, + "asctime": "2021-01-11 11:25:44,238", + "created": 1610360744.2387168, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147859,15 +147859,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 734.9643707275391, + "msecs": 238.71684074401855, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19384.50598716736, + "relativeCreated": 19323.742151260376, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -147876,8 +147876,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:54,735", - "created": 1610346654.7352452, + "asctime": "2021-01-11 11:25:44,238", + "created": 1610360744.2388887, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147887,37 +147887,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 735.2452278137207, + "msecs": 238.88874053955078, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19384.78684425354, + "relativeCreated": 19323.91405105591, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 735.445499420166, + "msecs": 239.04109001159668, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19384.987115859985, + "relativeCreated": 19324.066400527954, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0002002716064453125 + "time_consumption": 0.00015234947204589844 }, { "args": [ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:54,736", - "created": 1610346654.7361982, + "asctime": "2021-01-11 11:25:44,239", + "created": 1610360744.2396255, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147934,8 +147934,8 @@ "{'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:54,735", - "created": 1610346654.7357628, + "asctime": "2021-01-11 11:25:44,239", + "created": 1610360744.2392793, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147945,15 +147945,15 @@ "lineno": 22, "message": "Result (Received message on client side): {'data_id': 35, 'service_id': 17, 'status': 4, 'data': 'msg2_data_to_be_transfered'} ()", "module": "test", - "msecs": 735.7628345489502, + "msecs": 239.27927017211914, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19385.30445098877, + "relativeCreated": 19324.304580688477, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -147962,8 +147962,8 @@ "{'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'}", "" ], - "asctime": "2021-01-11 07:30:54,735", - "created": 1610346654.7359898, + "asctime": "2021-01-11 11:25:44,239", + "created": 1610360744.2394536, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -147973,41 +147973,41 @@ "lineno": 26, "message": "Expectation (Received message on client side): result = {'service_id': 17, 'data_id': 35, 'status': 4, 'data': 'msg2_data_to_be_transfered'} ()", "module": "test", - "msecs": 735.9898090362549, + "msecs": 239.45355415344238, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19385.531425476074, + "relativeCreated": 19324.4788646698, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 736.1981868743896, + "msecs": 239.6254539489746, "msg": "Received message on client side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 19385.73980331421, + "relativeCreated": 19324.650764465332, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00020837783813476562 + "time_consumption": 0.00017189979553222656 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.75750732421875, - "time_finished": "2021-01-11 07:30:54,736", - "time_start": "2021-01-11 07:30:53,978" + "time_consumption": 0.7579009532928467, + "time_finished": "2021-01-11 11:25:44,239", + "time_start": "2021-01-11 11:25:43,481" }, "_ZJMD8EzaEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:36,258", - "created": 1610346636.2587824, + "asctime": "2021-01-11 11:25:25,776", + "created": 1610360725.7760823, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148018,19 +148018,19 @@ "message": "_ZJMD8EzaEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 258.78238677978516, + "msecs": 776.0822772979736, "msg": "_ZJMD8EzaEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 908.3240032196045, + "relativeCreated": 861.107587814331, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:36,267", - "created": 1610346636.2675223, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7796464, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -148045,8 +148045,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:36,259", - "created": 1610346636.259949, + "asctime": "2021-01-11 11:25:25,776", + "created": 1610360725.776496, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148056,23 +148056,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 259.9489688873291, + "msecs": 776.4959335327148, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 909.4905853271484, + "relativeCreated": 861.5212440490723, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:36,261", - "created": 1610346636.26116, + "asctime": "2021-01-11 11:25:25,776", + "created": 1610360725.7768579, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148082,23 +148082,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 261.15989685058594, + "msecs": 776.857852935791, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 910.7015132904053, + "relativeCreated": 861.8831634521484, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:36,261", - "created": 1610346636.261399, + "asctime": "2021-01-11 11:25:25,776", + "created": 1610360725.7769704, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148108,23 +148108,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 261.3990306854248, + "msecs": 776.970386505127, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 910.9406471252441, + "relativeCreated": 861.9956970214844, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:36,261", - "created": 1610346636.261795, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7771137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148134,15 +148134,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 261.7950439453125, + "msecs": 777.113676071167, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 911.3366603851318, + "relativeCreated": 862.1389865875244, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148151,8 +148151,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:36,261", - "created": 1610346636.2619662, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7771986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148162,15 +148162,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 261.9662284851074, + "msecs": 777.1985530853271, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 911.5078449249268, + "relativeCreated": 862.2238636016846, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148178,8 +148178,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:36,262", - "created": 1610346636.2622082, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7773044, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148189,15 +148189,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 262.2082233428955, + "msecs": 777.3044109344482, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 911.7498397827148, + "relativeCreated": 862.3297214508057, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148205,8 +148205,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:36,262", - "created": 1610346636.2623892, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7773685, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148216,15 +148216,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 262.3891830444336, + "msecs": 777.3685455322266, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 911.9307994842529, + "relativeCreated": 862.393856048584, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148232,8 +148232,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:36,262", - "created": 1610346636.2625518, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7774239, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148243,15 +148243,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 262.55178451538086, + "msecs": 777.4238586425781, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 912.0934009552002, + "relativeCreated": 862.4491691589355, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148259,8 +148259,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:36,262", - "created": 1610346636.2626815, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.777478, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148270,15 +148270,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 262.6814842224121, + "msecs": 777.4779796600342, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 912.2231006622314, + "relativeCreated": 862.5032901763916, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148288,8 +148288,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:36,262", - "created": 1610346636.2628238, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.777539, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148299,15 +148299,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 262.82382011413574, + "msecs": 777.5390148162842, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 912.3654365539551, + "relativeCreated": 862.5643253326416, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148317,8 +148317,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:36,262", - "created": 1610346636.26296, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7776043, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148328,15 +148328,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 262.95995712280273, + "msecs": 777.604341506958, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 912.5015735626221, + "relativeCreated": 862.6296520233154, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148346,8 +148346,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:36,263", - "created": 1610346636.2631252, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7776642, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148357,15 +148357,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 263.1251811981201, + "msecs": 777.6641845703125, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 912.6667976379395, + "relativeCreated": 862.6894950866699, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148375,8 +148375,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:36,263", - "created": 1610346636.2632773, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7777255, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148386,23 +148386,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 263.2772922515869, + "msecs": 777.7254581451416, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 912.8189086914062, + "relativeCreated": 862.750768661499, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:36,263", - "created": 1610346636.263406, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7777781, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148412,15 +148412,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 263.40603828430176, + "msecs": 777.778148651123, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 912.9476547241211, + "relativeCreated": 862.8034591674805, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148429,8 +148429,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:36,263", - "created": 1610346636.263547, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.77784, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148440,15 +148440,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 263.5469436645508, + "msecs": 777.8398990631104, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 913.0885601043701, + "relativeCreated": 862.8652095794678, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148456,8 +148456,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:36,263", - "created": 1610346636.263675, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7779028, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148467,15 +148467,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 263.6749744415283, + "msecs": 777.9028415679932, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 913.2165908813477, + "relativeCreated": 862.9281520843506, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148483,8 +148483,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:36,263", - "created": 1610346636.263801, + "asctime": "2021-01-11 11:25:25,777", + "created": 1610360725.7779605, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148494,15 +148494,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 263.80109786987305, + "msecs": 777.9605388641357, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 913.3427143096924, + "relativeCreated": 862.9858493804932, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148512,8 +148512,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:36,263", - "created": 1610346636.2639515, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.778018, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148523,15 +148523,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 263.95153999328613, + "msecs": 778.0179977416992, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 913.4931564331055, + "relativeCreated": 863.0433082580566, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148541,8 +148541,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:36,264", - "created": 1610346636.264089, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.7780762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148552,15 +148552,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 264.08910751342773, + "msecs": 778.076171875, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 913.6307239532471, + "relativeCreated": 863.1014823913574, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148569,8 +148569,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:36,264", - "created": 1610346636.2642388, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.7781322, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148580,15 +148580,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 264.2388343811035, + "msecs": 778.1322002410889, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 913.7804508209229, + "relativeCreated": 863.1575107574463, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148597,8 +148597,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:36,264", - "created": 1610346636.2643802, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.778189, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148608,15 +148608,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 264.38021659851074, + "msecs": 778.188943862915, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 913.9218330383301, + "relativeCreated": 863.2142543792725, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148625,8 +148625,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:36,264", - "created": 1610346636.264515, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.7782419, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148636,23 +148636,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 264.5149230957031, + "msecs": 778.2418727874756, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 914.0565395355225, + "relativeCreated": 863.267183303833, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:36,264", - "created": 1610346636.2646742, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.7782938, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148662,23 +148662,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 264.67418670654297, + "msecs": 778.2938480377197, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 914.2158031463623, + "relativeCreated": 863.3191585540771, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:36,265", - "created": 1610346636.265, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.778429, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148688,15 +148688,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 265.0001049041748, + "msecs": 778.4290313720703, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 914.5417213439941, + "relativeCreated": 863.4543418884277, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148705,8 +148705,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:36,265", - "created": 1610346636.2652767, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.778522, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148716,15 +148716,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 265.2766704559326, + "msecs": 778.5220146179199, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 914.818286895752, + "relativeCreated": 863.5473251342773, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148732,8 +148732,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:36,265", - "created": 1610346636.2655342, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.778607, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148743,15 +148743,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 265.5341625213623, + "msecs": 778.6068916320801, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 915.0757789611816, + "relativeCreated": 863.6322021484375, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148759,8 +148759,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:36,265", - "created": 1610346636.2656503, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.7786663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148770,15 +148770,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 265.65027236938477, + "msecs": 778.6662578582764, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 915.1918888092041, + "relativeCreated": 863.6915683746338, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148786,8 +148786,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:36,265", - "created": 1610346636.265759, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.7787251, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148797,15 +148797,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 265.7589912414551, + "msecs": 778.7251472473145, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 915.3006076812744, + "relativeCreated": 863.7504577636719, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148813,8 +148813,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:36,265", - "created": 1610346636.2658827, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.7787826, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148824,15 +148824,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 265.8827304840088, + "msecs": 778.7826061248779, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 915.4243469238281, + "relativeCreated": 863.8079166412354, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148842,8 +148842,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:36,266", - "created": 1610346636.2660222, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.778842, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148853,15 +148853,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 266.0222053527832, + "msecs": 778.8419723510742, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 915.5638217926025, + "relativeCreated": 863.8672828674316, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148871,8 +148871,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:36,266", - "created": 1610346636.2661405, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.7789016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148882,15 +148882,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 266.1404609680176, + "msecs": 778.9015769958496, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 915.6820774078369, + "relativeCreated": 863.926887512207, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148900,8 +148900,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:36,266", - "created": 1610346636.2662423, + "asctime": "2021-01-11 11:25:25,778", + "created": 1610360725.7789638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148911,15 +148911,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 266.24226570129395, + "msecs": 778.9638042449951, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 915.7838821411133, + "relativeCreated": 863.9891147613525, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148929,8 +148929,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:36,266", - "created": 1610346636.2663624, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.779022, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148940,23 +148940,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 266.36242866516113, + "msecs": 779.0219783782959, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 915.9040451049805, + "relativeCreated": 864.0472888946533, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:36,266", - "created": 1610346636.2664602, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7790732, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148966,15 +148966,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 266.4601802825928, + "msecs": 779.0732383728027, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 916.0017967224121, + "relativeCreated": 864.0985488891602, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -148983,8 +148983,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:36,266", - "created": 1610346636.266575, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7791314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -148994,15 +148994,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 266.5750980377197, + "msecs": 779.1314125061035, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 916.1167144775391, + "relativeCreated": 864.1567230224609, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -149010,8 +149010,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:36,266", - "created": 1610346636.2666898, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.779193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149021,15 +149021,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 266.6897773742676, + "msecs": 779.1929244995117, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 916.2313938140869, + "relativeCreated": 864.2182350158691, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -149037,8 +149037,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:36,266", - "created": 1610346636.2668047, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7792525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149048,15 +149048,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 266.80469512939453, + "msecs": 779.2525291442871, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 916.3463115692139, + "relativeCreated": 864.2778396606445, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -149066,8 +149066,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:36,266", - "created": 1610346636.2669117, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7793095, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149077,15 +149077,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 266.91174507141113, + "msecs": 779.3095111846924, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 916.4533615112305, + "relativeCreated": 864.3348217010498, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -149095,8 +149095,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:36,267", - "created": 1610346636.2670188, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7793682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149106,15 +149106,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 267.01879501342773, + "msecs": 779.3681621551514, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 916.5604114532471, + "relativeCreated": 864.3934726715088, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -149123,8 +149123,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:36,267", - "created": 1610346636.2671173, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7794244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149134,15 +149134,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 267.1172618865967, + "msecs": 779.4244289398193, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 916.658878326416, + "relativeCreated": 864.4497394561768, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -149151,8 +149151,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:36,267", - "created": 1610346636.2672262, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7794814, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149162,15 +149162,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 267.2262191772461, + "msecs": 779.4814109802246, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 916.7678356170654, + "relativeCreated": 864.506721496582, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -149179,8 +149179,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:36,267", - "created": 1610346636.2673275, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.779544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149190,23 +149190,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 267.32754707336426, + "msecs": 779.5441150665283, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 916.8691635131836, + "relativeCreated": 864.5694255828857, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:36,267", - "created": 1610346636.2674294, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7795966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149216,34 +149216,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 267.4293518066406, + "msecs": 779.5965671539307, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 916.97096824646, + "relativeCreated": 864.6218776702881, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 267.52233505249023, + "msecs": 779.6463966369629, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 917.0639514923096, + "relativeCreated": 864.6717071533203, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.298324584960938e-05 + "time_consumption": 4.982948303222656e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:36,612", - "created": 1610346636.6122246, + "asctime": "2021-01-11 11:25:26,123", + "created": 1610360726.123575, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -149258,8 +149258,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:36,267", - "created": 1610346636.267757, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7797642, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149269,23 +149269,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 267.7569389343262, + "msecs": 779.7641754150391, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 917.2985553741455, + "relativeCreated": 864.7894859313965, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:36,267", - "created": 1610346636.2678566, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.77982, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149295,23 +149295,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 267.8565979003906, + "msecs": 779.8199653625488, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 917.39821434021, + "relativeCreated": 864.8452758789062, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:36,267", - "created": 1610346636.2679543, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.7798731, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149321,15 +149321,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 267.95434951782227, + "msecs": 779.8731327056885, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 917.4959659576416, + "relativeCreated": 864.8984432220459, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -149340,8 +149340,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:36,268", - "created": 1610346636.268168, + "asctime": "2021-01-11 11:25:25,779", + "created": 1610360725.779973, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149351,23 +149351,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 268.16797256469727, + "msecs": 779.973030090332, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 917.7095890045166, + "relativeCreated": 864.9983406066895, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:36,268", - "created": 1610346636.2686682, + "asctime": "2021-01-11 11:25:25,780", + "created": 1610360725.7801979, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149377,23 +149377,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 268.66817474365234, + "msecs": 780.1978588104248, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 918.2097911834717, + "relativeCreated": 865.2231693267822, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:36,268", - "created": 1610346636.2687926, + "asctime": "2021-01-11 11:25:25,780", + "created": 1610360725.7802622, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149403,23 +149403,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 268.79262924194336, + "msecs": 780.2622318267822, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 918.3342456817627, + "relativeCreated": 865.2875423431396, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:36,268", - "created": 1610346636.268899, + "asctime": "2021-01-11 11:25:25,780", + "created": 1610360725.7803187, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149429,15 +149429,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 268.89896392822266, + "msecs": 780.3187370300293, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 918.440580368042, + "relativeCreated": 865.3440475463867, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -149445,8 +149445,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:36,269", - "created": 1610346636.2692301, + "asctime": "2021-01-11 11:25:25,780", + "created": 1610360725.7804606, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149456,15 +149456,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 269.2301273345947, + "msecs": 780.4605960845947, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 918.7717437744141, + "relativeCreated": 865.4859066009521, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149472,8 +149472,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:36,277", - "created": 1610346636.2776148, + "asctime": "2021-01-11 11:25:25,788", + "created": 1610360725.7886853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149483,15 +149483,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 277.6148319244385, + "msecs": 788.6853218078613, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 927.1564483642578, + "relativeCreated": 873.7106323242188, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149499,8 +149499,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,277", - "created": 1610346636.277873, + "asctime": "2021-01-11 11:25:25,788", + "created": 1610360725.788839, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149510,15 +149510,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 277.87303924560547, + "msecs": 788.8391017913818, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 927.4146556854248, + "relativeCreated": 873.8644123077393, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149527,8 +149527,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:36,278", - "created": 1610346636.2780437, + "asctime": "2021-01-11 11:25:25,788", + "created": 1610360725.7889051, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149538,15 +149538,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 278.0437469482422, + "msecs": 788.905143737793, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 927.5853633880615, + "relativeCreated": 873.9304542541504, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149554,8 +149554,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,278", - "created": 1610346636.278217, + "asctime": "2021-01-11 11:25:25,788", + "created": 1610360725.7889836, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149565,15 +149565,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 278.217077255249, + "msecs": 788.9835834503174, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 927.7586936950684, + "relativeCreated": 874.0088939666748, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149582,8 +149582,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,278", - "created": 1610346636.2783575, + "asctime": "2021-01-11 11:25:25,789", + "created": 1610360725.7890437, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149593,15 +149593,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 278.35750579833984, + "msecs": 789.043664932251, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 927.8991222381592, + "relativeCreated": 874.0689754486084, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149609,8 +149609,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,278", - "created": 1610346636.2785463, + "asctime": "2021-01-11 11:25:25,789", + "created": 1610360725.789123, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149620,15 +149620,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 278.5463333129883, + "msecs": 789.1230583190918, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 928.0879497528076, + "relativeCreated": 874.1483688354492, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149637,8 +149637,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,278", - "created": 1610346636.2786942, + "asctime": "2021-01-11 11:25:25,789", + "created": 1610360725.7891786, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149648,15 +149648,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 278.69415283203125, + "msecs": 789.1786098480225, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 928.2357692718506, + "relativeCreated": 874.2039203643799, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149664,8 +149664,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,278", - "created": 1610346636.2788615, + "asctime": "2021-01-11 11:25:25,789", + "created": 1610360725.7892501, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149675,15 +149675,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 278.86152267456055, + "msecs": 789.2501354217529, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 928.4031391143799, + "relativeCreated": 874.2754459381104, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149692,8 +149692,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,279", - "created": 1610346636.2790203, + "asctime": "2021-01-11 11:25:25,789", + "created": 1610360725.7893004, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149703,15 +149703,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 279.0203094482422, + "msecs": 789.3004417419434, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 928.5619258880615, + "relativeCreated": 874.3257522583008, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149719,8 +149719,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,279", - "created": 1610346636.2792084, + "asctime": "2021-01-11 11:25:25,789", + "created": 1610360725.7893689, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149730,15 +149730,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 279.2084217071533, + "msecs": 789.3688678741455, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 928.7500381469727, + "relativeCreated": 874.3941783905029, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149747,8 +149747,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,279", - "created": 1610346636.2793362, + "asctime": "2021-01-11 11:25:25,789", + "created": 1610360725.7894187, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149758,15 +149758,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 279.33621406555176, + "msecs": 789.4186973571777, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 928.8778305053711, + "relativeCreated": 874.4440078735352, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149774,8 +149774,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:36,279", - "created": 1610346636.2795532, + "asctime": "2021-01-11 11:25:25,789", + "created": 1610360725.789515, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149785,15 +149785,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 279.5531749725342, + "msecs": 789.5150184631348, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 929.0947914123535, + "relativeCreated": 874.5403289794922, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149801,8 +149801,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:36,280", - "created": 1610346636.28066, + "asctime": "2021-01-11 11:25:25,790", + "created": 1610360725.790473, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149812,15 +149812,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 280.65991401672363, + "msecs": 790.4729843139648, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 930.201530456543, + "relativeCreated": 875.4982948303223, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149828,8 +149828,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,280", - "created": 1610346636.2808661, + "asctime": "2021-01-11 11:25:25,790", + "created": 1610360725.7906055, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149839,15 +149839,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 280.8661460876465, + "msecs": 790.6055450439453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 930.4077625274658, + "relativeCreated": 875.6308555603027, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149856,8 +149856,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:36,281", - "created": 1610346636.2810163, + "asctime": "2021-01-11 11:25:25,790", + "created": 1610360725.7907038, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149867,15 +149867,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 281.01634979248047, + "msecs": 790.7037734985352, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 930.5579662322998, + "relativeCreated": 875.7290840148926, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149883,8 +149883,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:36,281", - "created": 1610346636.2812088, + "asctime": "2021-01-11 11:25:25,790", + "created": 1610360725.7908347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -149894,15 +149894,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 281.20875358581543, + "msecs": 790.8346652984619, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 930.7503700256348, + "relativeCreated": 875.8599758148193, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149913,8 +149913,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:36,281", - "created": 1610346636.2815979, + "asctime": "2021-01-11 11:25:25,791", + "created": 1610360725.7910414, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149924,15 +149924,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 281.5978527069092, + "msecs": 791.041374206543, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 931.1394691467285, + "relativeCreated": 876.0666847229004, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149940,8 +149940,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:36,281", - "created": 1610346636.2817564, + "asctime": "2021-01-11 11:25:25,791", + "created": 1610360725.7911494, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149951,15 +149951,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 281.7564010620117, + "msecs": 791.149377822876, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 931.298017501831, + "relativeCreated": 876.1746883392334, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149970,8 +149970,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:36,281", - "created": 1610346636.2819693, + "asctime": "2021-01-11 11:25:25,791", + "created": 1610360725.7912881, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -149981,15 +149981,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 281.9693088531494, + "msecs": 791.2881374359131, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 931.5109252929688, + "relativeCreated": 876.3134479522705, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -149997,8 +149997,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:36,282", - "created": 1610346636.2827218, + "asctime": "2021-01-11 11:25:25,791", + "created": 1610360725.791714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150008,15 +150008,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 282.72175788879395, + "msecs": 791.7139530181885, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 932.2633743286133, + "relativeCreated": 876.7392635345459, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150024,8 +150024,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:36,291", - "created": 1610346636.2911406, + "asctime": "2021-01-11 11:25:25,800", + "created": 1610360725.800026, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150035,15 +150035,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 291.1405563354492, + "msecs": 800.0259399414062, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 940.6821727752686, + "relativeCreated": 885.0512504577637, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150051,8 +150051,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,291", - "created": 1610346636.2914028, + "asctime": "2021-01-11 11:25:25,800", + "created": 1610360725.800203, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150062,15 +150062,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 291.40281677246094, + "msecs": 800.2030849456787, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 940.9444332122803, + "relativeCreated": 885.2283954620361, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150079,8 +150079,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:36,291", - "created": 1610346636.2915738, + "asctime": "2021-01-11 11:25:25,800", + "created": 1610360725.8002932, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150090,15 +150090,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 291.57376289367676, + "msecs": 800.2932071685791, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 941.1153793334961, + "relativeCreated": 885.3185176849365, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150106,8 +150106,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,291", - "created": 1610346636.2917547, + "asctime": "2021-01-11 11:25:25,800", + "created": 1610360725.800402, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150117,15 +150117,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 291.75472259521484, + "msecs": 800.4019260406494, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 941.2963390350342, + "relativeCreated": 885.4272365570068, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150134,8 +150134,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,291", - "created": 1610346636.2918994, + "asctime": "2021-01-11 11:25:25,800", + "created": 1610360725.8004954, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150145,15 +150145,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 291.8994426727295, + "msecs": 800.4953861236572, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 941.4410591125488, + "relativeCreated": 885.5206966400146, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150161,8 +150161,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,292", - "created": 1610346636.2920444, + "asctime": "2021-01-11 11:25:25,800", + "created": 1610360725.800606, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150172,15 +150172,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 292.04440116882324, + "msecs": 800.6060123443604, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 941.5860176086426, + "relativeCreated": 885.6313228607178, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150189,8 +150189,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,292", - "created": 1610346636.29212, + "asctime": "2021-01-11 11:25:25,800", + "created": 1610360725.8006785, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150200,15 +150200,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 292.11997985839844, + "msecs": 800.6784915924072, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 941.6615962982178, + "relativeCreated": 885.7038021087646, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150216,8 +150216,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,292", - "created": 1610346636.2922199, + "asctime": "2021-01-11 11:25:25,800", + "created": 1610360725.8007991, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150227,15 +150227,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 292.219877243042, + "msecs": 800.7991313934326, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 941.7614936828613, + "relativeCreated": 885.82444190979, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150244,8 +150244,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,292", - "created": 1610346636.292296, + "asctime": "2021-01-11 11:25:25,800", + "created": 1610360725.8008776, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150255,15 +150255,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 292.2959327697754, + "msecs": 800.877571105957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 941.8375492095947, + "relativeCreated": 885.9028816223145, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150271,8 +150271,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,292", - "created": 1610346636.2923973, + "asctime": "2021-01-11 11:25:25,800", + "created": 1610360725.8009799, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150282,15 +150282,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 292.39726066589355, + "msecs": 800.9798526763916, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 941.9388771057129, + "relativeCreated": 886.005163192749, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150299,8 +150299,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,292", - "created": 1610346636.2924683, + "asctime": "2021-01-11 11:25:25,801", + "created": 1610360725.8010519, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150310,15 +150310,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 292.4683094024658, + "msecs": 801.0518550872803, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 942.0099258422852, + "relativeCreated": 886.0771656036377, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150326,8 +150326,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:36,292", - "created": 1610346636.2925951, + "asctime": "2021-01-11 11:25:25,801", + "created": 1610360725.8011866, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150337,15 +150337,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 292.59514808654785, + "msecs": 801.1865615844727, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 942.1367645263672, + "relativeCreated": 886.2118721008301, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150353,8 +150353,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:36,293", - "created": 1610346636.2935064, + "asctime": "2021-01-11 11:25:25,802", + "created": 1610360725.8021374, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150364,15 +150364,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 293.506383895874, + "msecs": 802.1373748779297, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 943.0480003356934, + "relativeCreated": 887.1626853942871, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150380,8 +150380,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,293", - "created": 1610346636.2936013, + "asctime": "2021-01-11 11:25:25,802", + "created": 1610360725.802271, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150391,15 +150391,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 293.60127449035645, + "msecs": 802.2708892822266, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 943.1428909301758, + "relativeCreated": 887.296199798584, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150408,8 +150408,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:36,293", - "created": 1610346636.2936764, + "asctime": "2021-01-11 11:25:25,802", + "created": 1610360725.802371, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150419,15 +150419,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 293.67637634277344, + "msecs": 802.3710250854492, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 943.2179927825928, + "relativeCreated": 887.3963356018066, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150435,8 +150435,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:36,293", - "created": 1610346636.293801, + "asctime": "2021-01-11 11:25:25,802", + "created": 1610360725.802502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150446,15 +150446,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 293.80106925964355, + "msecs": 802.501916885376, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 943.3426856994629, + "relativeCreated": 887.5272274017334, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150465,8 +150465,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:36,294", - "created": 1610346636.2940054, + "asctime": "2021-01-11 11:25:25,802", + "created": 1610360725.802719, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150476,15 +150476,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 294.0053939819336, + "msecs": 802.7191162109375, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 943.5470104217529, + "relativeCreated": 887.7444267272949, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -150492,8 +150492,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:36,294", - "created": 1610346636.2941115, + "asctime": "2021-01-11 11:25:25,802", + "created": 1610360725.8028207, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150503,34 +150503,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 294.1114902496338, + "msecs": 802.8206825256348, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 943.6531066894531, + "relativeCreated": 887.8459930419922, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" } ], - "msecs": 612.2245788574219, + "msecs": 123.57497215270996, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1261.7661952972412, + "relativeCreated": 1208.6002826690674, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3181130886077881 + "time_consumption": 0.3207542896270752 }, { "args": [], - "asctime": "2021-01-11 07:30:36,914", - "created": 1610346636.914637, + "asctime": "2021-01-11 11:25:26,426", + "created": 1610360726.4260647, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -150549,8 +150549,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:36,612", - "created": 1610346636.6128144, + "asctime": "2021-01-11 11:25:26,124", + "created": 1610360726.1241775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150560,15 +150560,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 612.8144264221191, + "msecs": 124.17745590209961, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1262.3560428619385, + "relativeCreated": 1209.202766418457, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -150576,8 +150576,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:36,613", - "created": 1610346636.6137276, + "asctime": "2021-01-11 11:25:26,125", + "created": 1610360726.1251364, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150587,15 +150587,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 613.7275695800781, + "msecs": 125.1363754272461, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1263.2691860198975, + "relativeCreated": 1210.1616859436035, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150603,8 +150603,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:36,622", - "created": 1610346636.6221714, + "asctime": "2021-01-11 11:25:26,133", + "created": 1610360726.1335537, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150614,15 +150614,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 622.1714019775391, + "msecs": 133.55374336242676, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1271.7130184173584, + "relativeCreated": 1218.5790538787842, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150630,8 +150630,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,622", - "created": 1610346636.62247, + "asctime": "2021-01-11 11:25:26,133", + "created": 1610360726.1338449, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150641,15 +150641,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 622.4699020385742, + "msecs": 133.84485244750977, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1272.0115184783936, + "relativeCreated": 1218.8701629638672, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150658,8 +150658,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:36,622", - "created": 1610346636.6226416, + "asctime": "2021-01-11 11:25:26,134", + "created": 1610360726.1340115, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150669,15 +150669,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 622.6415634155273, + "msecs": 134.01150703430176, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1272.1831798553467, + "relativeCreated": 1219.0368175506592, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150685,8 +150685,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,622", - "created": 1610346636.6228495, + "asctime": "2021-01-11 11:25:26,134", + "created": 1610360726.1342149, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150696,15 +150696,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 622.8494644165039, + "msecs": 134.2148780822754, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1272.3910808563232, + "relativeCreated": 1219.2401885986328, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150713,8 +150713,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,622", - "created": 1610346636.622995, + "asctime": "2021-01-11 11:25:26,134", + "created": 1610360726.1343575, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150724,15 +150724,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 622.9948997497559, + "msecs": 134.35745239257812, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1272.5365161895752, + "relativeCreated": 1219.3827629089355, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150740,8 +150740,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,623", - "created": 1610346636.623205, + "asctime": "2021-01-11 11:25:26,134", + "created": 1610360726.1345675, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150751,15 +150751,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 623.2049465179443, + "msecs": 134.5674991607666, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1272.7465629577637, + "relativeCreated": 1219.592809677124, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150768,8 +150768,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,623", - "created": 1610346636.623342, + "asctime": "2021-01-11 11:25:26,134", + "created": 1610360726.1347008, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150779,15 +150779,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 623.3420372009277, + "msecs": 134.70077514648438, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1272.883653640747, + "relativeCreated": 1219.7260856628418, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150795,8 +150795,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,623", - "created": 1610346636.6235752, + "asctime": "2021-01-11 11:25:26,134", + "created": 1610360726.1349194, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150806,15 +150806,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 623.5752105712891, + "msecs": 134.9194049835205, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1273.1168270111084, + "relativeCreated": 1219.944715499878, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150823,8 +150823,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,623", - "created": 1610346636.62371, + "asctime": "2021-01-11 11:25:26,135", + "created": 1610360726.1350644, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150834,15 +150834,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 623.7099170684814, + "msecs": 135.06436347961426, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1273.2515335083008, + "relativeCreated": 1220.0896739959717, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150850,8 +150850,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,623", - "created": 1610346636.6238844, + "asctime": "2021-01-11 11:25:26,135", + "created": 1610360726.1352391, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150861,15 +150861,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 623.8844394683838, + "msecs": 135.2391242980957, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1273.4260559082031, + "relativeCreated": 1220.2644348144531, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150878,8 +150878,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,624", - "created": 1610346636.624033, + "asctime": "2021-01-11 11:25:26,135", + "created": 1610360726.13537, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150889,15 +150889,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 624.0329742431641, + "msecs": 135.37001609802246, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1273.5745906829834, + "relativeCreated": 1220.3953266143799, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150905,8 +150905,8 @@ "comm-client:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1c 3a 3e" ], - "asctime": "2021-01-11 07:30:36,624", - "created": 1610346636.6243227, + "asctime": "2021-01-11 11:25:26,135", + "created": 1610360726.1356378, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150916,15 +150916,15 @@ "lineno": 284, "message": "comm-client: TX -> (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1c 3a 3e", "module": "__init__", - "msecs": 624.3226528167725, + "msecs": 135.63776016235352, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1273.8642692565918, + "relativeCreated": 1220.663070678711, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150932,8 +150932,8 @@ "comm-server:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1c 3a 3e" ], - "asctime": "2021-01-11 07:30:36,628", - "created": 1610346636.6287081, + "asctime": "2021-01-11 11:25:26,140", + "created": 1610360726.1400502, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -150943,15 +150943,15 @@ "lineno": 414, "message": "comm-server: RX <- (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1c 3a 3e", "module": "__init__", - "msecs": 628.7081241607666, + "msecs": 140.05017280578613, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1278.249740600586, + "relativeCreated": 1225.0754833221436, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150959,8 +150959,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,629", - "created": 1610346636.6290972, + "asctime": "2021-01-11 11:25:26,140", + "created": 1610360726.1404142, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150970,15 +150970,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 629.0972232818604, + "msecs": 140.41423797607422, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1278.6388397216797, + "relativeCreated": 1225.4395484924316, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -150987,8 +150987,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:36,629", - "created": 1610346636.6292264, + "asctime": "2021-01-11 11:25:26,140", + "created": 1610360726.140552, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -150998,15 +150998,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 629.2264461517334, + "msecs": 140.55204391479492, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1278.7680625915527, + "relativeCreated": 1225.5773544311523, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -151014,8 +151014,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1c" ], - "asctime": "2021-01-11 07:30:36,629", - "created": 1610346636.6294658, + "asctime": "2021-01-11 11:25:26,140", + "created": 1610360726.140817, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151025,23 +151025,23 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1c", "module": "stp", - "msecs": 629.4658184051514, + "msecs": 140.81692695617676, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1279.0074348449707, + "relativeCreated": 1225.8422374725342, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:36,629", - "created": 1610346636.6297042, + "asctime": "2021-01-11 11:25:26,141", + "created": 1610360726.1410723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151051,15 +151051,15 @@ "lineno": 453, "message": "prot-server: Received message has an invalid checksum. Message will be ignored.", "module": "__init__", - "msecs": 629.7042369842529, + "msecs": 141.07227325439453, "msg": "%s Received message has an invalid checksum. Message will be ignored.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1279.2458534240723, + "relativeCreated": 1226.097583770752, "stack_info": null, - "thread": 140562481579776, + "thread": 140654206252800, "threadName": "Thread-3" }, { @@ -151069,8 +151069,8 @@ "17", "34" ], - "asctime": "2021-01-11 07:30:36,914", - "created": 1610346636.9143264, + "asctime": "2021-01-11 11:25:26,425", + "created": 1610360726.4258034, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151080,37 +151080,37 @@ "lineno": 668, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 914.3264293670654, + "msecs": 425.80342292785645, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1563.8680458068848, + "relativeCreated": 1510.8287334442139, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 914.6370887756348, + "msecs": 426.06472969055176, "msg": "Transfering a message client -> server", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1564.178705215454, + "relativeCreated": 1511.0900402069092, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00031065940856933594 + "time_consumption": 0.0002613067626953125 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:36,915", - "created": 1610346636.9153483, + "asctime": "2021-01-11 11:25:26,426", + "created": 1610360726.4267492, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151127,8 +151127,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:36,915", - "created": 1610346636.9150262, + "asctime": "2021-01-11 11:25:26,426", + "created": 1610360726.4264362, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151138,15 +151138,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 915.0261878967285, + "msecs": 426.436185836792, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1564.5678043365479, + "relativeCreated": 1511.4614963531494, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -151155,8 +151155,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:36,915", - "created": 1610346636.9151952, + "asctime": "2021-01-11 11:25:26,426", + "created": 1610360726.4266021, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151166,37 +151166,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 915.1952266693115, + "msecs": 426.6021251678467, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1564.7368431091309, + "relativeCreated": 1511.627435684204, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 915.3482913970947, + "msecs": 426.74922943115234, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1564.889907836914, + "relativeCreated": 1511.7745399475098, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015306472778320312 + "time_consumption": 0.00014710426330566406 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:36,915", - "created": 1610346636.9158885, + "asctime": "2021-01-11 11:25:26,427", + "created": 1610360726.4272506, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151213,8 +151213,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:36,915", - "created": 1610346636.9155736, + "asctime": "2021-01-11 11:25:26,426", + "created": 1610360726.426973, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151224,15 +151224,15 @@ "lineno": 22, "message": "Result (Checksum Error -> No message received by server): None ()", "module": "test", - "msecs": 915.5735969543457, + "msecs": 426.9731044769287, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1565.115213394165, + "relativeCreated": 1511.9984149932861, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -151241,8 +151241,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:36,915", - "created": 1610346636.9157443, + "asctime": "2021-01-11 11:25:26,427", + "created": 1610360726.427114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151252,34 +151252,34 @@ "lineno": 26, "message": "Expectation (Checksum Error -> No message received by server): result = None ()", "module": "test", - "msecs": 915.7443046569824, + "msecs": 427.11400985717773, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1565.2859210968018, + "relativeCreated": 1512.1393203735352, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 915.8885478973389, + "msecs": 427.25062370300293, "msg": "Checksum Error -> No message received by server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1565.4301643371582, + "relativeCreated": 1512.2759342193604, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001442432403564453 + "time_consumption": 0.0001366138458251953 }, { "args": [], - "asctime": "2021-01-11 07:30:37,217", - "created": 1610346637.2179925, + "asctime": "2021-01-11 11:25:26,729", + "created": 1610360726.7294395, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -151298,8 +151298,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:36,916", - "created": 1610346636.91624, + "asctime": "2021-01-11 11:25:26,427", + "created": 1610360726.4275916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151309,15 +151309,15 @@ "lineno": 438, "message": "prot-server: TX -> service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 916.2399768829346, + "msecs": 427.59156227111816, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1565.781593322754, + "relativeCreated": 1512.6168727874756, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -151325,8 +151325,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:36,917", - "created": 1610346636.91713, + "asctime": "2021-01-11 11:25:26,428", + "created": 1610360726.4285789, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151336,15 +151336,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 917.1299934387207, + "msecs": 428.57885360717773, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1566.67160987854, + "relativeCreated": 1513.6041641235352, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151352,8 +151352,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:36,925", - "created": 1610346636.9256516, + "asctime": "2021-01-11 11:25:26,437", + "created": 1610360726.4370987, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151363,15 +151363,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 34 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 925.6515502929688, + "msecs": 437.09874153137207, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1575.193166732788, + "relativeCreated": 1522.1240520477295, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151379,8 +151379,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,925", - "created": 1610346636.9259467, + "asctime": "2021-01-11 11:25:26,437", + "created": 1610360726.4373863, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151390,15 +151390,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 925.9467124938965, + "msecs": 437.38627433776855, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1575.4883289337158, + "relativeCreated": 1522.411584854126, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151407,8 +151407,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:36,926", - "created": 1610346636.9261181, + "asctime": "2021-01-11 11:25:26,437", + "created": 1610360726.4375544, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151418,15 +151418,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 926.1181354522705, + "msecs": 437.55435943603516, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1575.6597518920898, + "relativeCreated": 1522.5796699523926, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151434,8 +151434,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,926", - "created": 1610346636.9263215, + "asctime": "2021-01-11 11:25:26,437", + "created": 1610360726.4377553, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151445,15 +151445,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 926.3215065002441, + "msecs": 437.7553462982178, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1575.8631229400635, + "relativeCreated": 1522.7806568145752, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151462,8 +151462,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,926", - "created": 1610346636.9264987, + "asctime": "2021-01-11 11:25:26,437", + "created": 1610360726.4379222, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151473,15 +151473,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 926.4986515045166, + "msecs": 437.92223930358887, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1576.040267944336, + "relativeCreated": 1522.9475498199463, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151489,8 +151489,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,926", - "created": 1610346636.926722, + "asctime": "2021-01-11 11:25:26,438", + "created": 1610360726.4381337, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151500,15 +151500,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 926.7220497131348, + "msecs": 438.13371658325195, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1576.263666152954, + "relativeCreated": 1523.1590270996094, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151517,8 +151517,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,926", - "created": 1610346636.9268718, + "asctime": "2021-01-11 11:25:26,438", + "created": 1610360726.4382792, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151528,15 +151528,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 926.8717765808105, + "msecs": 438.2791519165039, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1576.4133930206299, + "relativeCreated": 1523.3044624328613, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151544,8 +151544,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,927", - "created": 1610346636.927068, + "asctime": "2021-01-11 11:25:26,438", + "created": 1610360726.4384718, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151555,15 +151555,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 927.0679950714111, + "msecs": 438.47179412841797, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1576.6096115112305, + "relativeCreated": 1523.4971046447754, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151572,8 +151572,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,927", - "created": 1610346636.9272144, + "asctime": "2021-01-11 11:25:26,438", + "created": 1610360726.438613, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151583,15 +151583,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 927.2143840789795, + "msecs": 438.6129379272461, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1576.7560005187988, + "relativeCreated": 1523.6382484436035, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151599,8 +151599,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,927", - "created": 1610346636.9273922, + "asctime": "2021-01-11 11:25:26,438", + "created": 1610360726.438788, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151610,15 +151610,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 927.3922443389893, + "msecs": 438.78793716430664, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1576.9338607788086, + "relativeCreated": 1523.813247680664, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151627,8 +151627,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:36,927", - "created": 1610346636.9275272, + "asctime": "2021-01-11 11:25:26,438", + "created": 1610360726.4389389, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151638,15 +151638,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 927.5271892547607, + "msecs": 438.93885612487793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1577.06880569458, + "relativeCreated": 1523.9641666412354, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151654,8 +151654,8 @@ "comm-server:", "(32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e" ], - "asctime": "2021-01-11 07:30:36,927", - "created": 1610346636.9278066, + "asctime": "2021-01-11 11:25:26,439", + "created": 1610360726.4392157, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151665,15 +151665,15 @@ "lineno": 284, "message": "comm-server: TX -> (32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e", "module": "__init__", - "msecs": 927.8066158294678, + "msecs": 439.21566009521484, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1577.348232269287, + "relativeCreated": 1524.2409706115723, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151681,8 +151681,8 @@ "comm-client:", "(32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e" ], - "asctime": "2021-01-11 07:30:36,932", - "created": 1610346636.9322104, + "asctime": "2021-01-11 11:25:26,443", + "created": 1610360726.443594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151692,15 +151692,15 @@ "lineno": 414, "message": "comm-client: RX <- (32): 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f 3a 3e", "module": "__init__", - "msecs": 932.2104454040527, + "msecs": 443.59397888183594, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1581.752061843872, + "relativeCreated": 1528.6192893981934, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151708,8 +151708,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:36,932", - "created": 1610346636.9325569, + "asctime": "2021-01-11 11:25:26,443", + "created": 1610360726.4439402, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151719,15 +151719,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 932.5568675994873, + "msecs": 443.9401626586914, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1582.0984840393066, + "relativeCreated": 1528.9654731750488, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151736,8 +151736,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:36,932", - "created": 1610346636.932685, + "asctime": "2021-01-11 11:25:26,444", + "created": 1610360726.4440749, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151747,15 +151747,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 932.6848983764648, + "msecs": 444.0748691558838, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1582.2265148162842, + "relativeCreated": 1529.1001796722412, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151763,8 +151763,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f" ], - "asctime": "2021-01-11 07:30:36,932", - "created": 1610346636.9329, + "asctime": "2021-01-11 11:25:26,444", + "created": 1610360726.4443066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -151774,15 +151774,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 35 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 34 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 32 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 73 e9 96 7f", "module": "stp", - "msecs": 932.8999519348145, + "msecs": 444.3066120147705, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1582.4415683746338, + "relativeCreated": 1529.331922531128, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151793,8 +151793,8 @@ "status: service or data unknown", "'msg2_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:36,933", - "created": 1610346636.9331937, + "asctime": "2021-01-11 11:25:26,444", + "created": 1610360726.4446363, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151804,23 +151804,23 @@ "lineno": 438, "message": "prot-client: RX <- service: 17, data_id: 35, status: service or data unknown, data: \"'msg2_data_to_be_transfered'\"", "module": "__init__", - "msecs": 933.1936836242676, + "msecs": 444.63634490966797, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1582.735300064087, + "relativeCreated": 1529.6616554260254, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:36,933", - "created": 1610346636.9333565, + "asctime": "2021-01-11 11:25:26,444", + "created": 1610360726.4448464, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151830,15 +151830,15 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 933.356523513794, + "msecs": 444.84639167785645, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1582.8981399536133, + "relativeCreated": 1529.8717021942139, "stack_info": null, - "thread": 140562267109120, + "thread": 140654197860096, "threadName": "Thread-4" }, { @@ -151848,8 +151848,8 @@ "17", "35" ], - "asctime": "2021-01-11 07:30:37,217", - "created": 1610346637.2177029, + "asctime": "2021-01-11 11:25:26,729", + "created": 1610360726.729164, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -151859,37 +151859,37 @@ "lineno": 668, "message": "prot-server: TIMEOUT (0.28705533596837945s): Requested data (service_id: 17; data_id: 35) not in buffer.", "module": "__init__", - "msecs": 217.70286560058594, + "msecs": 729.1638851165771, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1867.2444820404053, + "relativeCreated": 1814.1891956329346, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 217.99254417419434, + "msecs": 729.4394969940186, "msg": "Transfering a message server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1867.5341606140137, + "relativeCreated": 1814.464807510376, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00028967857360839844 + "time_consumption": 0.00027561187744140625 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:37,218", - "created": 1610346637.2186444, + "asctime": "2021-01-11 11:25:26,730", + "created": 1610360726.7301207, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151906,8 +151906,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,218", - "created": 1610346637.2183309, + "asctime": "2021-01-11 11:25:26,729", + "created": 1610360726.7298036, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151917,15 +151917,15 @@ "lineno": 22, "message": "Result (Returnvalue of Server send Method): True ()", "module": "test", - "msecs": 218.33086013793945, + "msecs": 729.8035621643066, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1867.8724765777588, + "relativeCreated": 1814.828872680664, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -151934,8 +151934,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,218", - "created": 1610346637.2184954, + "asctime": "2021-01-11 11:25:26,729", + "created": 1610360726.729971, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151945,37 +151945,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Server send Method): result = True ()", "module": "test", - "msecs": 218.49536895751953, + "msecs": 729.9709320068359, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1868.0369853973389, + "relativeCreated": 1814.9962425231934, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 218.644380569458, + "msecs": 730.1206588745117, "msg": "Returnvalue of Server send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1868.1859970092773, + "relativeCreated": 1815.1459693908691, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014901161193847656 + "time_consumption": 0.00014972686767578125 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:37,219", - "created": 1610346637.2191448, + "asctime": "2021-01-11 11:25:26,730", + "created": 1610360726.7306247, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -151992,8 +151992,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:37,218", - "created": 1610346637.2188675, + "asctime": "2021-01-11 11:25:26,730", + "created": 1610360726.7303472, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -152003,15 +152003,15 @@ "lineno": 22, "message": "Result (Checksum Error -> No message received by client): None ()", "module": "test", - "msecs": 218.86754035949707, + "msecs": 730.3471565246582, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1868.4091567993164, + "relativeCreated": 1815.3724670410156, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152020,8 +152020,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:37,219", - "created": 1610346637.2190087, + "asctime": "2021-01-11 11:25:26,730", + "created": 1610360726.7304883, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -152031,41 +152031,41 @@ "lineno": 26, "message": "Expectation (Checksum Error -> No message received by client): result = None ()", "module": "test", - "msecs": 219.0086841583252, + "msecs": 730.4883003234863, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1868.5503005981445, + "relativeCreated": 1815.5136108398438, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 219.1448211669922, + "msecs": 730.6246757507324, "msg": "Checksum Error -> No message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1868.6864376068115, + "relativeCreated": 1815.6499862670898, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001361370086669922 + "time_consumption": 0.00013637542724609375 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.960362434387207, - "time_finished": "2021-01-11 07:30:37,219", - "time_start": "2021-01-11 07:30:36,258" + "time_consumption": 0.9545423984527588, + "time_finished": "2021-01-11 11:25:26,730", + "time_start": "2021-01-11 11:25:25,776" }, "_ZOW3ME0vEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:47,956", - "created": 1610346647.9567723, + "asctime": "2021-01-11 11:25:37,463", + "created": 1610360737.46317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152076,19 +152076,19 @@ "message": "_ZOW3ME0vEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 956.7723274230957, + "msecs": 463.17005157470703, "msg": "_ZOW3ME0vEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12606.313943862915, + "relativeCreated": 12548.195362091064, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:47,965", - "created": 1610346647.9655805, + "asctime": "2021-01-11 11:25:37,472", + "created": 1610360737.4720318, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -152103,8 +152103,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:47,957", - "created": 1610346647.9578264, + "asctime": "2021-01-11 11:25:37,464", + "created": 1610360737.4640934, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152114,23 +152114,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 957.8263759613037, + "msecs": 464.0934467315674, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12607.367992401123, + "relativeCreated": 12549.118757247925, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:47,958", - "created": 1610346647.9587057, + "asctime": "2021-01-11 11:25:37,465", + "created": 1610360737.4650145, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152140,23 +152140,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 958.7056636810303, + "msecs": 465.0144577026367, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12608.24728012085, + "relativeCreated": 12550.039768218994, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:47,958", - "created": 1610346647.9589336, + "asctime": "2021-01-11 11:25:37,465", + "created": 1610360737.46527, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152166,23 +152166,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 958.9335918426514, + "msecs": 465.2700424194336, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12608.47520828247, + "relativeCreated": 12550.295352935791, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:47,959", - "created": 1610346647.9592829, + "asctime": "2021-01-11 11:25:37,465", + "created": 1610360737.4656057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152192,15 +152192,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 959.2828750610352, + "msecs": 465.6057357788086, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12608.824491500854, + "relativeCreated": 12550.631046295166, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152209,8 +152209,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:47,959", - "created": 1610346647.9595563, + "asctime": "2021-01-11 11:25:37,465", + "created": 1610360737.4657993, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152220,15 +152220,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 959.5563411712646, + "msecs": 465.79933166503906, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12609.097957611084, + "relativeCreated": 12550.824642181396, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152236,8 +152236,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:47,959", - "created": 1610346647.9597971, + "asctime": "2021-01-11 11:25:37,466", + "created": 1610360737.4660301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152247,15 +152247,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 959.7971439361572, + "msecs": 466.0301208496094, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12609.338760375977, + "relativeCreated": 12551.055431365967, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152263,8 +152263,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:47,959", - "created": 1610346647.9599583, + "asctime": "2021-01-11 11:25:37,466", + "created": 1610360737.4661868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152274,15 +152274,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 959.9583148956299, + "msecs": 466.1867618560791, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12609.49993133545, + "relativeCreated": 12551.212072372437, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152290,8 +152290,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:47,960", - "created": 1610346647.9601045, + "asctime": "2021-01-11 11:25:37,466", + "created": 1610360737.466343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152301,15 +152301,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 960.1044654846191, + "msecs": 466.3429260253906, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12609.646081924438, + "relativeCreated": 12551.368236541748, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152317,8 +152317,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:47,960", - "created": 1610346647.9602458, + "asctime": "2021-01-11 11:25:37,466", + "created": 1610360737.4664917, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152328,15 +152328,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 960.2458477020264, + "msecs": 466.49169921875, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12609.787464141846, + "relativeCreated": 12551.517009735107, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152346,8 +152346,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:47,960", - "created": 1610346647.960415, + "asctime": "2021-01-11 11:25:37,466", + "created": 1610360737.4666533, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152357,15 +152357,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 960.4148864746094, + "msecs": 466.65334701538086, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12609.956502914429, + "relativeCreated": 12551.678657531738, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152375,8 +152375,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:47,960", - "created": 1610346647.9605942, + "asctime": "2021-01-11 11:25:37,466", + "created": 1610360737.4668214, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152386,15 +152386,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 960.5941772460938, + "msecs": 466.82143211364746, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12610.135793685913, + "relativeCreated": 12551.846742630005, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152404,8 +152404,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:47,960", - "created": 1610346647.960751, + "asctime": "2021-01-11 11:25:37,466", + "created": 1610360737.4669771, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152415,15 +152415,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 960.7510566711426, + "msecs": 466.9771194458008, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12610.292673110962, + "relativeCreated": 12552.002429962158, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152433,8 +152433,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:47,960", - "created": 1610346647.9609041, + "asctime": "2021-01-11 11:25:37,467", + "created": 1610360737.467127, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152444,23 +152444,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 960.9041213989258, + "msecs": 467.12708473205566, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12610.445737838745, + "relativeCreated": 12552.152395248413, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:47,961", - "created": 1610346647.9610415, + "asctime": "2021-01-11 11:25:37,467", + "created": 1610360737.4672601, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152470,15 +152470,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 961.0414505004883, + "msecs": 467.26012229919434, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12610.583066940308, + "relativeCreated": 12552.285432815552, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152487,8 +152487,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:47,961", - "created": 1610346647.9611974, + "asctime": "2021-01-11 11:25:37,467", + "created": 1610360737.4674091, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152498,15 +152498,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 961.1973762512207, + "msecs": 467.4091339111328, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12610.73899269104, + "relativeCreated": 12552.43444442749, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152514,8 +152514,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:47,961", - "created": 1610346647.9613712, + "asctime": "2021-01-11 11:25:37,467", + "created": 1610360737.4675798, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152525,15 +152525,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 961.3711833953857, + "msecs": 467.57984161376953, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12610.912799835205, + "relativeCreated": 12552.605152130127, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152541,8 +152541,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:47,961", - "created": 1610346647.9615412, + "asctime": "2021-01-11 11:25:37,467", + "created": 1610360737.4677224, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152552,15 +152552,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 961.5411758422852, + "msecs": 467.72241592407227, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12611.082792282104, + "relativeCreated": 12552.74772644043, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152570,8 +152570,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:47,961", - "created": 1610346647.9617057, + "asctime": "2021-01-11 11:25:37,467", + "created": 1610360737.467885, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152581,15 +152581,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 961.7056846618652, + "msecs": 467.88501739501953, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12611.247301101685, + "relativeCreated": 12552.910327911377, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152599,8 +152599,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:47,961", - "created": 1610346647.9618714, + "asctime": "2021-01-11 11:25:37,468", + "created": 1610360737.4680471, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152610,15 +152610,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 961.8713855743408, + "msecs": 468.0471420288086, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12611.41300201416, + "relativeCreated": 12553.072452545166, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152627,8 +152627,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:47,962", - "created": 1610346647.9620302, + "asctime": "2021-01-11 11:25:37,468", + "created": 1610360737.4681957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152638,15 +152638,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 962.0301723480225, + "msecs": 468.19567680358887, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12611.571788787842, + "relativeCreated": 12553.220987319946, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152655,8 +152655,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:47,962", - "created": 1610346647.9621704, + "asctime": "2021-01-11 11:25:37,468", + "created": 1610360737.4683301, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152666,15 +152666,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 962.1703624725342, + "msecs": 468.33014488220215, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12611.711978912354, + "relativeCreated": 12553.35545539856, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152683,8 +152683,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:47,962", - "created": 1610346647.9623072, + "asctime": "2021-01-11 11:25:37,468", + "created": 1610360737.4684606, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152694,23 +152694,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 962.3072147369385, + "msecs": 468.4605598449707, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12611.848831176758, + "relativeCreated": 12553.485870361328, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:47,962", - "created": 1610346647.962448, + "asctime": "2021-01-11 11:25:37,468", + "created": 1610360737.4685955, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152720,23 +152720,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 962.4478816986084, + "msecs": 468.5955047607422, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12611.989498138428, + "relativeCreated": 12553.6208152771, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:47,962", - "created": 1610346647.9627306, + "asctime": "2021-01-11 11:25:37,468", + "created": 1610360737.4689245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152746,15 +152746,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 962.7306461334229, + "msecs": 468.92452239990234, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12612.272262573242, + "relativeCreated": 12553.94983291626, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152763,8 +152763,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:47,962", - "created": 1610346647.962888, + "asctime": "2021-01-11 11:25:37,469", + "created": 1610360737.4690933, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152774,15 +152774,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 962.8880023956299, + "msecs": 469.09332275390625, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12612.42961883545, + "relativeCreated": 12554.118633270264, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152790,8 +152790,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:47,963", - "created": 1610346647.9631014, + "asctime": "2021-01-11 11:25:37,469", + "created": 1610360737.4693115, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152801,15 +152801,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 963.1013870239258, + "msecs": 469.3114757537842, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12612.643003463745, + "relativeCreated": 12554.336786270142, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152817,8 +152817,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:47,963", - "created": 1610346647.9632607, + "asctime": "2021-01-11 11:25:37,469", + "created": 1610360737.4694638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152828,15 +152828,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 963.2606506347656, + "msecs": 469.4638252258301, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12612.802267074585, + "relativeCreated": 12554.489135742188, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152844,8 +152844,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:47,963", - "created": 1610346647.963405, + "asctime": "2021-01-11 11:25:37,469", + "created": 1610360737.4696286, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152855,15 +152855,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 963.4048938751221, + "msecs": 469.62857246398926, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12612.946510314941, + "relativeCreated": 12554.653882980347, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152871,8 +152871,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:47,963", - "created": 1610346647.963555, + "asctime": "2021-01-11 11:25:37,469", + "created": 1610360737.4697793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152882,15 +152882,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 963.555097579956, + "msecs": 469.77925300598145, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12613.096714019775, + "relativeCreated": 12554.804563522339, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152900,8 +152900,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:47,963", - "created": 1610346647.9637182, + "asctime": "2021-01-11 11:25:37,469", + "created": 1610360737.4699302, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152911,15 +152911,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 963.7181758880615, + "msecs": 469.93017196655273, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12613.25979232788, + "relativeCreated": 12554.95548248291, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152929,8 +152929,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:47,963", - "created": 1610346647.9638824, + "asctime": "2021-01-11 11:25:37,470", + "created": 1610360737.4700933, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152940,15 +152940,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 963.8824462890625, + "msecs": 470.0932502746582, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12613.424062728882, + "relativeCreated": 12555.118560791016, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152958,8 +152958,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:47,964", - "created": 1610346647.9640365, + "asctime": "2021-01-11 11:25:37,470", + "created": 1610360737.4702463, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152969,15 +152969,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 964.0364646911621, + "msecs": 470.2463150024414, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12613.578081130981, + "relativeCreated": 12555.271625518799, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -152987,8 +152987,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:47,964", - "created": 1610346647.9641864, + "asctime": "2021-01-11 11:25:37,470", + "created": 1610360737.4703965, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -152998,23 +152998,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 964.186429977417, + "msecs": 470.3965187072754, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12613.728046417236, + "relativeCreated": 12555.421829223633, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:47,964", - "created": 1610346647.9643216, + "asctime": "2021-01-11 11:25:37,470", + "created": 1610360737.4705298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153024,15 +153024,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 964.3216133117676, + "msecs": 470.52979469299316, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12613.863229751587, + "relativeCreated": 12555.55510520935, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -153041,8 +153041,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:47,964", - "created": 1610346647.964471, + "asctime": "2021-01-11 11:25:37,470", + "created": 1610360737.4706788, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153052,15 +153052,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 964.4711017608643, + "msecs": 470.67880630493164, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12614.012718200684, + "relativeCreated": 12555.704116821289, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -153068,8 +153068,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:47,964", - "created": 1610346647.9646325, + "asctime": "2021-01-11 11:25:37,470", + "created": 1610360737.4708395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153079,15 +153079,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 964.632511138916, + "msecs": 470.8395004272461, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12614.174127578735, + "relativeCreated": 12555.864810943604, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -153095,8 +153095,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:47,964", - "created": 1610346647.9647753, + "asctime": "2021-01-11 11:25:37,470", + "created": 1610360737.470985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153106,15 +153106,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 964.7753238677979, + "msecs": 470.98493576049805, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12614.316940307617, + "relativeCreated": 12556.010246276855, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -153124,8 +153124,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:47,964", - "created": 1610346647.9649205, + "asctime": "2021-01-11 11:25:37,471", + "created": 1610360737.471173, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153135,15 +153135,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 964.9205207824707, + "msecs": 471.1730480194092, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12614.46213722229, + "relativeCreated": 12556.198358535767, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -153153,8 +153153,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:47,965", - "created": 1610346647.9650807, + "asctime": "2021-01-11 11:25:37,471", + "created": 1610360737.471332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153164,15 +153164,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 965.080738067627, + "msecs": 471.3320732116699, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12614.622354507446, + "relativeCreated": 12556.357383728027, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -153181,8 +153181,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:47,965", - "created": 1610346647.965229, + "asctime": "2021-01-11 11:25:37,471", + "created": 1610360737.4714785, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153192,15 +153192,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 965.2290344238281, + "msecs": 471.4784622192383, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12614.770650863647, + "relativeCreated": 12556.503772735596, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -153209,8 +153209,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:47,965", - "created": 1610346647.965367, + "asctime": "2021-01-11 11:25:37,471", + "created": 1610360737.4716158, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153220,15 +153220,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 965.3670787811279, + "msecs": 471.6157913208008, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12614.908695220947, + "relativeCreated": 12556.641101837158, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -153237,8 +153237,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:47,965", - "created": 1610346647.9654894, + "asctime": "2021-01-11 11:25:37,471", + "created": 1610360737.471749, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153248,23 +153248,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 965.489387512207, + "msecs": 471.74906730651855, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.031003952026, + "relativeCreated": 12556.774377822876, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:47,965", - "created": 1610346647.965536, + "asctime": "2021-01-11 11:25:37,471", + "created": 1610360737.471901, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153274,34 +153274,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 965.5361175537109, + "msecs": 471.90093994140625, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.07773399353, + "relativeCreated": 12556.926250457764, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 965.5804634094238, + "msecs": 472.031831741333, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.122079849243, + "relativeCreated": 12557.05714225769, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 4.4345855712890625e-05 + "time_consumption": 0.0001308917999267578 }, { "args": [], - "asctime": "2021-01-11 07:30:48,309", - "created": 1610346648.3094022, + "asctime": "2021-01-11 11:25:37,816", + "created": 1610360737.8163643, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -153316,8 +153316,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:47,965", - "created": 1610346647.9656725, + "asctime": "2021-01-11 11:25:37,472", + "created": 1610360737.4723332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153327,23 +153327,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 965.672492980957, + "msecs": 472.3331928253174, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.214109420776, + "relativeCreated": 12557.358503341675, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:47,965", - "created": 1610346647.9657164, + "asctime": "2021-01-11 11:25:37,472", + "created": 1610360737.4724762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153353,23 +153353,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 965.7163619995117, + "msecs": 472.4762439727783, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.257978439331, + "relativeCreated": 12557.501554489136, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:47,965", - "created": 1610346647.9657595, + "asctime": "2021-01-11 11:25:37,472", + "created": 1610360737.472614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153379,15 +153379,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 965.7595157623291, + "msecs": 472.614049911499, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.301132202148, + "relativeCreated": 12557.639360427856, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -153398,8 +153398,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:47,965", - "created": 1610346647.9658434, + "asctime": "2021-01-11 11:25:37,472", + "created": 1610360737.47282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153409,23 +153409,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 965.8434391021729, + "msecs": 472.8200435638428, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.385055541992, + "relativeCreated": 12557.8453540802, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:47,966", - "created": 1610346647.9660242, + "asctime": "2021-01-11 11:25:37,473", + "created": 1610360737.4730258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153435,23 +153435,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 966.0241603851318, + "msecs": 473.0257987976074, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.565776824951, + "relativeCreated": 12558.051109313965, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:47,966", - "created": 1610346647.9660807, + "asctime": "2021-01-11 11:25:37,473", + "created": 1610360737.4730804, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153461,23 +153461,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 966.0806655883789, + "msecs": 473.0803966522217, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.622282028198, + "relativeCreated": 12558.10570716858, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:47,966", - "created": 1610346647.9661307, + "asctime": "2021-01-11 11:25:37,473", + "created": 1610360737.4731252, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153487,15 +153487,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 966.1307334899902, + "msecs": 473.1252193450928, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.67234992981, + "relativeCreated": 12558.15052986145, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -153503,8 +153503,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:47,966", - "created": 1610346647.9662917, + "asctime": "2021-01-11 11:25:37,473", + "created": 1610360737.473315, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153514,15 +153514,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 966.2916660308838, + "msecs": 473.3150005340576, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12615.833282470703, + "relativeCreated": 12558.340311050415, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153530,8 +153530,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:47,974", - "created": 1610346647.9745314, + "asctime": "2021-01-11 11:25:37,481", + "created": 1610360737.4814703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153541,15 +153541,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 974.5314121246338, + "msecs": 481.47034645080566, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.073028564453, + "relativeCreated": 12566.495656967163, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153557,8 +153557,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,974", - "created": 1610346647.974679, + "asctime": "2021-01-11 11:25:37,481", + "created": 1610360737.481588, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153568,15 +153568,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 974.6789932250977, + "msecs": 481.58788681030273, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.220609664917, + "relativeCreated": 12566.61319732666, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153585,8 +153585,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:47,974", - "created": 1610346647.974731, + "asctime": "2021-01-11 11:25:37,481", + "created": 1610360737.48164, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153596,15 +153596,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 974.7309684753418, + "msecs": 481.640100479126, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.272584915161, + "relativeCreated": 12566.665410995483, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153612,8 +153612,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,974", - "created": 1610346647.974793, + "asctime": "2021-01-11 11:25:37,481", + "created": 1610360737.4817011, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153623,15 +153623,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 974.7929573059082, + "msecs": 481.701135635376, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.334573745728, + "relativeCreated": 12566.726446151733, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153640,8 +153640,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,974", - "created": 1610346647.974837, + "asctime": "2021-01-11 11:25:37,481", + "created": 1610360737.481744, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153651,15 +153651,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 974.837064743042, + "msecs": 481.74405097961426, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.378681182861, + "relativeCreated": 12566.769361495972, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153667,8 +153667,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,974", - "created": 1610346647.9749002, + "asctime": "2021-01-11 11:25:37,481", + "created": 1610360737.4818063, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153678,15 +153678,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 974.9002456665039, + "msecs": 481.80627822875977, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.441862106323, + "relativeCreated": 12566.831588745117, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153695,8 +153695,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,974", - "created": 1610346647.9749417, + "asctime": "2021-01-11 11:25:37,481", + "created": 1610360737.4818468, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153706,15 +153706,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 974.9417304992676, + "msecs": 481.84680938720703, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.483346939087, + "relativeCreated": 12566.872119903564, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153722,8 +153722,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,974", - "created": 1610346647.9749982, + "asctime": "2021-01-11 11:25:37,481", + "created": 1610360737.4819033, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153733,15 +153733,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 974.9982357025146, + "msecs": 481.9033145904541, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.539852142334, + "relativeCreated": 12566.928625106812, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153750,8 +153750,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,975", - "created": 1610346647.9750388, + "asctime": "2021-01-11 11:25:37,481", + "created": 1610360737.4819424, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153761,15 +153761,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 975.0387668609619, + "msecs": 481.94241523742676, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.580383300781, + "relativeCreated": 12566.967725753784, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153777,8 +153777,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,975", - "created": 1610346647.9750934, + "asctime": "2021-01-11 11:25:37,481", + "created": 1610360737.4819953, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153788,15 +153788,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 975.0933647155762, + "msecs": 481.9953441619873, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.634981155396, + "relativeCreated": 12567.020654678345, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153805,8 +153805,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,975", - "created": 1610346647.9751344, + "asctime": "2021-01-11 11:25:37,482", + "created": 1610360737.482035, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153816,15 +153816,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 975.1343727111816, + "msecs": 482.03492164611816, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.675989151001, + "relativeCreated": 12567.060232162476, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153832,8 +153832,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:47,975", - "created": 1610346647.9752166, + "asctime": "2021-01-11 11:25:37,482", + "created": 1610360737.4821174, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153843,15 +153843,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 975.2166271209717, + "msecs": 482.1174144744873, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12624.758243560791, + "relativeCreated": 12567.142724990845, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153859,8 +153859,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:47,976", - "created": 1610346647.9761658, + "asctime": "2021-01-11 11:25:37,483", + "created": 1610360737.4830894, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153870,15 +153870,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 976.165771484375, + "msecs": 483.0894470214844, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12625.707387924194, + "relativeCreated": 12568.114757537842, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153886,8 +153886,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,976", - "created": 1610346647.976306, + "asctime": "2021-01-11 11:25:37,483", + "created": 1610360737.4832141, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153897,15 +153897,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 976.3059616088867, + "msecs": 483.2141399383545, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12625.847578048706, + "relativeCreated": 12568.239450454712, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153914,8 +153914,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:47,976", - "created": 1610346647.9763618, + "asctime": "2021-01-11 11:25:37,483", + "created": 1610360737.483273, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153925,15 +153925,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 976.3617515563965, + "msecs": 483.2730293273926, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12625.903367996216, + "relativeCreated": 12568.29833984375, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153941,8 +153941,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:47,976", - "created": 1610346647.9764433, + "asctime": "2021-01-11 11:25:37,483", + "created": 1610360737.4833531, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -153952,15 +153952,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 976.4432907104492, + "msecs": 483.3531379699707, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12625.984907150269, + "relativeCreated": 12568.378448486328, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153971,8 +153971,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:47,976", - "created": 1610346647.9765775, + "asctime": "2021-01-11 11:25:37,483", + "created": 1610360737.4834845, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -153982,15 +153982,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 976.5775203704834, + "msecs": 483.48450660705566, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12626.119136810303, + "relativeCreated": 12568.509817123413, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -153998,8 +153998,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:47,976", - "created": 1610346647.9766376, + "asctime": "2021-01-11 11:25:37,483", + "created": 1610360737.4835434, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154009,15 +154009,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 976.637601852417, + "msecs": 483.54339599609375, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12626.179218292236, + "relativeCreated": 12568.568706512451, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -154028,8 +154028,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:47,976", - "created": 1610346647.976723, + "asctime": "2021-01-11 11:25:37,483", + "created": 1610360737.4836273, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154039,15 +154039,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 976.7229557037354, + "msecs": 483.6273193359375, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12626.264572143555, + "relativeCreated": 12568.652629852295, "stack_info": null, - "thread": 140561679881984, + "thread": 140653065402112, "threadName": "Thread-17" }, { @@ -154055,8 +154055,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:47,977", - "created": 1610346647.9770024, + "asctime": "2021-01-11 11:25:37,483", + "created": 1610360737.4838881, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154066,15 +154066,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 977.0023822784424, + "msecs": 483.8881492614746, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12626.543998718262, + "relativeCreated": 12568.913459777832, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154082,8 +154082,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:47,985", - "created": 1610346647.9852712, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.492086, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154093,15 +154093,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 985.2712154388428, + "msecs": 492.08593368530273, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12634.812831878662, + "relativeCreated": 12577.11124420166, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154109,8 +154109,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,985", - "created": 1610346647.9854674, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.4922009, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154120,15 +154120,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 985.4674339294434, + "msecs": 492.2008514404297, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.009050369263, + "relativeCreated": 12577.226161956787, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154137,8 +154137,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:47,985", - "created": 1610346647.9855616, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.4922519, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154148,15 +154148,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 985.5616092681885, + "msecs": 492.2518730163574, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.103225708008, + "relativeCreated": 12577.277183532715, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154164,8 +154164,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,985", - "created": 1610346647.9856687, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.4923127, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154175,15 +154175,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 985.6686592102051, + "msecs": 492.3126697540283, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.210275650024, + "relativeCreated": 12577.337980270386, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154192,8 +154192,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,985", - "created": 1610346647.9857447, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.4923563, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154203,15 +154203,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 985.7447147369385, + "msecs": 492.3563003540039, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.286331176758, + "relativeCreated": 12577.381610870361, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154219,8 +154219,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,985", - "created": 1610346647.9858534, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.4924195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154230,15 +154230,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 985.8534336090088, + "msecs": 492.4194812774658, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.395050048828, + "relativeCreated": 12577.444791793823, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154247,8 +154247,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,985", - "created": 1610346647.9859428, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.4924994, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154258,15 +154258,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 985.9428405761719, + "msecs": 492.49935150146484, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.484457015991, + "relativeCreated": 12577.524662017822, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154274,8 +154274,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,986", - "created": 1610346647.9860404, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.4925768, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154285,15 +154285,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 986.0403537750244, + "msecs": 492.57683753967285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.581970214844, + "relativeCreated": 12577.60214805603, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154302,8 +154302,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,986", - "created": 1610346647.9861157, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.4926245, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154313,15 +154313,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 986.1156940460205, + "msecs": 492.62452125549316, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.65731048584, + "relativeCreated": 12577.64983177185, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154329,8 +154329,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,986", - "created": 1610346647.986208, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.4926789, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154340,15 +154340,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 986.2079620361328, + "msecs": 492.6788806915283, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.749578475952, + "relativeCreated": 12577.704191207886, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154357,8 +154357,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,986", - "created": 1610346647.9862862, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.49272, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154368,15 +154368,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 986.2861633300781, + "msecs": 492.7198886871338, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.827779769897, + "relativeCreated": 12577.745199203491, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154384,8 +154384,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:47,986", - "created": 1610346647.9864225, + "asctime": "2021-01-11 11:25:37,492", + "created": 1610360737.492817, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154395,15 +154395,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 986.4225387573242, + "msecs": 492.8169250488281, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12635.964155197144, + "relativeCreated": 12577.842235565186, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154411,8 +154411,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:47,987", - "created": 1610346647.9874573, + "asctime": "2021-01-11 11:25:37,493", + "created": 1610360737.4937634, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154422,15 +154422,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 987.457275390625, + "msecs": 493.7634468078613, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12636.998891830444, + "relativeCreated": 12578.788757324219, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154438,8 +154438,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,987", - "created": 1610346647.9876926, + "asctime": "2021-01-11 11:25:37,493", + "created": 1610360737.4938865, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154449,15 +154449,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 987.6925945281982, + "msecs": 493.88647079467773, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12637.234210968018, + "relativeCreated": 12578.911781311035, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154466,8 +154466,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:47,987", - "created": 1610346647.9877875, + "asctime": "2021-01-11 11:25:37,493", + "created": 1610360737.4939387, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154477,15 +154477,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 987.7874851226807, + "msecs": 493.938684463501, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12637.3291015625, + "relativeCreated": 12578.963994979858, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154493,8 +154493,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:47,987", - "created": 1610346647.9879258, + "asctime": "2021-01-11 11:25:37,494", + "created": 1610360737.4940252, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -154504,15 +154504,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 987.9257678985596, + "msecs": 494.02523040771484, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12637.467384338379, + "relativeCreated": 12579.050540924072, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154523,8 +154523,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:47,988", - "created": 1610346647.988144, + "asctime": "2021-01-11 11:25:37,494", + "created": 1610360737.4941592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154534,15 +154534,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 988.1439208984375, + "msecs": 494.1592216491699, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12637.685537338257, + "relativeCreated": 12579.184532165527, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" }, { @@ -154550,8 +154550,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:47,988", - "created": 1610346647.9882445, + "asctime": "2021-01-11 11:25:37,494", + "created": 1610360737.4942179, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154561,34 +154561,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 988.2445335388184, + "msecs": 494.2178726196289, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12637.786149978638, + "relativeCreated": 12579.243183135986, "stack_info": null, - "thread": 140561193367296, + "thread": 140653057009408, "threadName": "Thread-18" } ], - "msecs": 309.4022274017334, + "msecs": 816.3642883300781, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12958.943843841553, + "relativeCreated": 12901.389598846436, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.32115769386291504 + "time_consumption": 0.3221464157104492 }, { "args": [], - "asctime": "2021-01-11 07:30:48,310", - "created": 1610346648.3101563, + "asctime": "2021-01-11 11:25:37,817", + "created": 1610360737.8171048, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -154605,8 +154605,8 @@ 10, 18 ], - "asctime": "2021-01-11 07:30:48,309", - "created": 1610346648.3099697, + "asctime": "2021-01-11 11:25:37,816", + "created": 1610360737.816915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154616,34 +154616,34 @@ "lineno": 568, "message": "prot-server: Service with Request-SID=10 and Response-SID=18 not added, because request SID is already registered", "module": "__init__", - "msecs": 309.9696636199951, + "msecs": 816.9150352478027, "msg": "%s Service with Request-SID=%d and Response-SID=%d not added, because request SID is already registered", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12959.511280059814, + "relativeCreated": 12901.94034576416, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 310.15634536743164, + "msecs": 817.1048164367676, "msg": "Adding a service with an already registered request SID", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12959.697961807251, + "relativeCreated": 12902.130126953125, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00018668174743652344 + "time_consumption": 0.00018978118896484375 }, { "args": [], - "asctime": "2021-01-11 07:30:48,310", - "created": 1610346648.3104105, + "asctime": "2021-01-11 11:25:37,817", + "created": 1610360737.8173494, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -154654,22 +154654,22 @@ "message": "Expected Exception RequestSidExistsError was triggered", "module": "test_communication", "moduleLogger": [], - "msecs": 310.4104995727539, + "msecs": 817.3494338989258, "msg": "Expected Exception RequestSidExistsError was triggered", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12959.952116012573, + "relativeCreated": 12902.374744415283, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:48,310", - "created": 1610346648.3108952, + "asctime": "2021-01-11 11:25:37,817", + "created": 1610360737.8177245, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -154686,8 +154686,8 @@ 17, 11 ], - "asctime": "2021-01-11 07:30:48,310", - "created": 1610346648.3107028, + "asctime": "2021-01-11 11:25:37,817", + "created": 1610360737.817576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154697,34 +154697,34 @@ "lineno": 571, "message": "prot-server: Service with Request-SID=17 and Response-SID=11 not added, because response SID is already registered", "module": "__init__", - "msecs": 310.7028007507324, + "msecs": 817.5759315490723, "msg": "%s Service with Request-SID=%d and Response-SID=%d not added, because response SID is already registered", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12960.244417190552, + "relativeCreated": 12902.60124206543, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 310.8952045440674, + "msecs": 817.7244663238525, "msg": "Adding a service with an already registered response SID", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12960.436820983887, + "relativeCreated": 12902.74977684021, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00019240379333496094 + "time_consumption": 0.00014853477478027344 }, { "args": [], - "asctime": "2021-01-11 07:30:48,311", - "created": 1610346648.311097, + "asctime": "2021-01-11 11:25:37,817", + "created": 1610360737.8179212, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -154735,29 +154735,29 @@ "message": "Expected Exception ResponseSidExistsError was triggered", "module": "test_communication", "moduleLogger": [], - "msecs": 311.0969066619873, + "msecs": 817.9211616516113, "msg": "Expected Exception ResponseSidExistsError was triggered", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12960.638523101807, + "relativeCreated": 12902.946472167969, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3543245792388916, - "time_finished": "2021-01-11 07:30:48,311", - "time_start": "2021-01-11 07:30:47,956" + "time_consumption": 0.3547511100769043, + "time_finished": "2021-01-11 11:25:37,817", + "time_start": "2021-01-11 11:25:37,463" }, "_aA508E4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:52,113", - "created": 1610346652.1135402, + "asctime": "2021-01-11 11:25:41,618", + "created": 1610360741.6184058, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154768,19 +154768,19 @@ "message": "_aA508E4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 113.5401725769043, + "msecs": 618.405818939209, "msg": "_aA508E4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16763.081789016724, + "relativeCreated": 16703.431129455566, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.1222117, + "asctime": "2021-01-11 11:25:41,626", + "created": 1610360741.6267385, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -154795,8 +154795,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:52,115", - "created": 1610346652.1154773, + "asctime": "2021-01-11 11:25:41,620", + "created": 1610360741.6201172, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154806,23 +154806,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 115.47732353210449, + "msecs": 620.1171875, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16765.018939971924, + "relativeCreated": 16705.142498016357, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,116", - "created": 1610346652.1163585, + "asctime": "2021-01-11 11:25:41,620", + "created": 1610360741.6209974, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154832,23 +154832,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 116.35851860046387, + "msecs": 620.997428894043, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16765.900135040283, + "relativeCreated": 16706.0227394104, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,116", - "created": 1610346652.1165814, + "asctime": "2021-01-11 11:25:41,621", + "created": 1610360741.6212442, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154858,23 +154858,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 116.58143997192383, + "msecs": 621.2441921234131, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16766.123056411743, + "relativeCreated": 16706.26950263977, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:52,116", - "created": 1610346652.1169298, + "asctime": "2021-01-11 11:25:41,621", + "created": 1610360741.6215777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154884,15 +154884,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 116.92976951599121, + "msecs": 621.5777397155762, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16766.47138595581, + "relativeCreated": 16706.603050231934, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -154901,8 +154901,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:52,117", - "created": 1610346652.117108, + "asctime": "2021-01-11 11:25:41,621", + "created": 1610360741.6217628, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154912,15 +154912,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 117.10810661315918, + "msecs": 621.762752532959, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16766.64972305298, + "relativeCreated": 16706.788063049316, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -154928,8 +154928,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:52,117", - "created": 1610346652.1173522, + "asctime": "2021-01-11 11:25:41,621", + "created": 1610360741.621998, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154939,15 +154939,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 117.35224723815918, + "msecs": 621.9980716705322, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16766.89386367798, + "relativeCreated": 16707.02338218689, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -154955,8 +154955,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:52,117", - "created": 1610346652.1175513, + "asctime": "2021-01-11 11:25:41,622", + "created": 1610360741.6221564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154966,15 +154966,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 117.55132675170898, + "msecs": 622.1563816070557, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16767.09294319153, + "relativeCreated": 16707.181692123413, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -154982,8 +154982,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:52,117", - "created": 1610346652.117704, + "asctime": "2021-01-11 11:25:41,622", + "created": 1610360741.6223016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -154993,15 +154993,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 117.70391464233398, + "msecs": 622.3015785217285, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16767.245531082153, + "relativeCreated": 16707.326889038086, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155009,8 +155009,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:52,117", - "created": 1610346652.1178455, + "asctime": "2021-01-11 11:25:41,622", + "created": 1610360741.6224418, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155020,15 +155020,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 117.84553527832031, + "msecs": 622.4417686462402, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16767.38715171814, + "relativeCreated": 16707.467079162598, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155038,8 +155038,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:52,118", - "created": 1610346652.1180055, + "asctime": "2021-01-11 11:25:41,623", + "created": 1610360741.6230102, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155049,15 +155049,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 118.00551414489746, + "msecs": 623.0101585388184, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16767.547130584717, + "relativeCreated": 16708.035469055176, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155067,8 +155067,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:52,118", - "created": 1610346652.118167, + "asctime": "2021-01-11 11:25:41,623", + "created": 1610360741.6231787, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155078,15 +155078,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 118.16692352294922, + "msecs": 623.1787204742432, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16767.70853996277, + "relativeCreated": 16708.2040309906, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155096,8 +155096,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:52,118", - "created": 1610346652.118761, + "asctime": "2021-01-11 11:25:41,623", + "created": 1610360741.6233494, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155107,15 +155107,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 118.76106262207031, + "msecs": 623.3494281768799, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16768.30267906189, + "relativeCreated": 16708.374738693237, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155125,8 +155125,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:52,118", - "created": 1610346652.1189313, + "asctime": "2021-01-11 11:25:41,623", + "created": 1610360741.6235015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155136,23 +155136,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 118.93129348754883, + "msecs": 623.5015392303467, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16768.472909927368, + "relativeCreated": 16708.526849746704, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:52,119", - "created": 1610346652.1190739, + "asctime": "2021-01-11 11:25:41,623", + "created": 1610360741.6236484, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155162,15 +155162,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 119.07386779785156, + "msecs": 623.6484050750732, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16768.61548423767, + "relativeCreated": 16708.67371559143, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155179,8 +155179,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:52,119", - "created": 1610346652.1192427, + "asctime": "2021-01-11 11:25:41,623", + "created": 1610360741.623805, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155190,15 +155190,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 119.24266815185547, + "msecs": 623.805046081543, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16768.784284591675, + "relativeCreated": 16708.8303565979, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155206,8 +155206,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:52,119", - "created": 1610346652.1194222, + "asctime": "2021-01-11 11:25:41,623", + "created": 1610360741.6239707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155217,15 +155217,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 119.42219734191895, + "msecs": 623.9707469940186, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16768.96381378174, + "relativeCreated": 16708.996057510376, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155233,8 +155233,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:52,119", - "created": 1610346652.1195734, + "asctime": "2021-01-11 11:25:41,624", + "created": 1610360741.6241157, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155244,15 +155244,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 119.57335472106934, + "msecs": 624.1157054901123, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16769.11497116089, + "relativeCreated": 16709.14101600647, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155262,8 +155262,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:52,119", - "created": 1610346652.1197267, + "asctime": "2021-01-11 11:25:41,624", + "created": 1610360741.624275, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155273,15 +155273,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 119.72665786743164, + "msecs": 624.2749691009521, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16769.26827430725, + "relativeCreated": 16709.30027961731, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155291,8 +155291,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:52,119", - "created": 1610346652.1199026, + "asctime": "2021-01-11 11:25:41,624", + "created": 1610360741.6244385, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155302,15 +155302,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 119.9026107788086, + "msecs": 624.4385242462158, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16769.444227218628, + "relativeCreated": 16709.463834762573, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155319,8 +155319,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:52,120", - "created": 1610346652.1200554, + "asctime": "2021-01-11 11:25:41,624", + "created": 1610360741.6245868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155330,15 +155330,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 120.0554370880127, + "msecs": 624.586820602417, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16769.597053527832, + "relativeCreated": 16709.612131118774, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155347,8 +155347,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:52,120", - "created": 1610346652.1201956, + "asctime": "2021-01-11 11:25:41,624", + "created": 1610360741.6247299, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155358,15 +155358,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 120.19562721252441, + "msecs": 624.7298717498779, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16769.737243652344, + "relativeCreated": 16709.755182266235, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155375,8 +155375,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:52,120", - "created": 1610346652.1203332, + "asctime": "2021-01-11 11:25:41,624", + "created": 1610360741.6248546, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155386,23 +155386,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 120.33319473266602, + "msecs": 624.854564666748, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16769.874811172485, + "relativeCreated": 16709.879875183105, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:52,120", - "created": 1610346652.120485, + "asctime": "2021-01-11 11:25:41,624", + "created": 1610360741.6249213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155412,23 +155412,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 120.48506736755371, + "msecs": 624.9213218688965, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16770.026683807373, + "relativeCreated": 16709.946632385254, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,120", - "created": 1610346652.1207693, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.6250668, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155438,15 +155438,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 120.76926231384277, + "msecs": 625.0667572021484, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16770.310878753662, + "relativeCreated": 16710.092067718506, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155455,8 +155455,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:52,120", - "created": 1610346652.1209264, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.625142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155466,15 +155466,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 120.9263801574707, + "msecs": 625.1420974731445, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16770.46799659729, + "relativeCreated": 16710.167407989502, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155482,8 +155482,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.121124, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.625241, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155493,15 +155493,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 121.1240291595459, + "msecs": 625.2410411834717, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16770.665645599365, + "relativeCreated": 16710.26635169983, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155509,8 +155509,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.1212945, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.6253214, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155520,15 +155520,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 121.29449844360352, + "msecs": 625.3213882446289, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16770.836114883423, + "relativeCreated": 16710.346698760986, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155536,8 +155536,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.1214728, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.6253893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155547,15 +155547,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 121.47283554077148, + "msecs": 625.3893375396729, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.01445198059, + "relativeCreated": 16710.41464805603, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155563,8 +155563,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.121518, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.6254585, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155574,15 +155574,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 121.51789665222168, + "msecs": 625.4584789276123, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.05951309204, + "relativeCreated": 16710.48378944397, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155592,8 +155592,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.1215641, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.6255288, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155603,15 +155603,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 121.56414985656738, + "msecs": 625.5288124084473, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.105766296387, + "relativeCreated": 16710.554122924805, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155621,8 +155621,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.1216154, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.6256053, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155632,15 +155632,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 121.61540985107422, + "msecs": 625.6053447723389, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.157026290894, + "relativeCreated": 16710.630655288696, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155650,8 +155650,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.1216626, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.6256816, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155661,15 +155661,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 121.66261672973633, + "msecs": 625.6816387176514, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.204233169556, + "relativeCreated": 16710.70694923401, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155679,8 +155679,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.1217124, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.6257517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155690,23 +155690,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 121.71244621276855, + "msecs": 625.7517337799072, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.254062652588, + "relativeCreated": 16710.777044296265, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.121754, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.6258135, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155716,15 +155716,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 121.75393104553223, + "msecs": 625.8134841918945, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.29554748535, + "relativeCreated": 16710.838794708252, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155733,8 +155733,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.121803, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.625888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155744,15 +155744,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 121.80304527282715, + "msecs": 625.8881092071533, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.344661712646, + "relativeCreated": 16710.91341972351, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155760,8 +155760,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.1218536, + "asctime": "2021-01-11 11:25:41,625", + "created": 1610360741.625964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155771,15 +155771,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 121.85359001159668, + "msecs": 625.9639263153076, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.395206451416, + "relativeCreated": 16710.989236831665, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155787,8 +155787,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.121898, + "asctime": "2021-01-11 11:25:41,626", + "created": 1610360741.6260307, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155798,15 +155798,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 121.89793586730957, + "msecs": 626.030683517456, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.43955230713, + "relativeCreated": 16711.055994033813, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155816,8 +155816,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.1219435, + "asctime": "2021-01-11 11:25:41,626", + "created": 1610360741.626098, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155827,15 +155827,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 121.94347381591797, + "msecs": 626.0979175567627, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.485090255737, + "relativeCreated": 16711.12322807312, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155845,8 +155845,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:52,121", - "created": 1610346652.121991, + "asctime": "2021-01-11 11:25:41,626", + "created": 1610360741.6263804, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155856,15 +155856,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 121.99091911315918, + "msecs": 626.380443572998, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.53253555298, + "relativeCreated": 16711.405754089355, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155873,8 +155873,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.122039, + "asctime": "2021-01-11 11:25:41,626", + "created": 1610360741.6264696, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155884,15 +155884,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 122.0390796661377, + "msecs": 626.469612121582, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.580696105957, + "relativeCreated": 16711.49492263794, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155901,8 +155901,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.1220818, + "asctime": "2021-01-11 11:25:41,626", + "created": 1610360741.6265364, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155912,15 +155912,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 122.08175659179688, + "msecs": 626.5363693237305, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.623373031616, + "relativeCreated": 16711.561679840088, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -155929,8 +155929,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.122124, + "asctime": "2021-01-11 11:25:41,626", + "created": 1610360741.6266081, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155940,23 +155940,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 122.12395668029785, + "msecs": 626.60813331604, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.665573120117, + "relativeCreated": 16711.633443832397, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.1221688, + "asctime": "2021-01-11 11:25:41,626", + "created": 1610360741.6266763, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -155966,34 +155966,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 122.16877937316895, + "msecs": 626.6763210296631, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.71039581299, + "relativeCreated": 16711.70163154602, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 122.21169471740723, + "msecs": 626.7385482788086, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.753311157227, + "relativeCreated": 16711.763858795166, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 4.291534423828125e-05 + "time_consumption": 6.222724914550781e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:52,465", - "created": 1610346652.4656534, + "asctime": "2021-01-11 11:25:41,970", + "created": 1610360741.9708114, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -156008,8 +156008,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.1223133, + "asctime": "2021-01-11 11:25:41,626", + "created": 1610360741.6268828, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156019,23 +156019,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 122.31326103210449, + "msecs": 626.882791519165, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.854877471924, + "relativeCreated": 16711.908102035522, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.122358, + "asctime": "2021-01-11 11:25:41,626", + "created": 1610360741.6269507, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156045,23 +156045,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 122.35808372497559, + "msecs": 626.950740814209, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.899700164795, + "relativeCreated": 16711.976051330566, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.1224089, + "asctime": "2021-01-11 11:25:41,627", + "created": 1610360741.6270149, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156071,15 +156071,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 122.40886688232422, + "msecs": 627.0148754119873, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16771.950483322144, + "relativeCreated": 16712.040185928345, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -156090,8 +156090,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.1224864, + "asctime": "2021-01-11 11:25:41,627", + "created": 1610360741.6271355, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156101,23 +156101,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 122.48635292053223, + "msecs": 627.1355152130127, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16772.02796936035, + "relativeCreated": 16712.16082572937, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.1226673, + "asctime": "2021-01-11 11:25:41,627", + "created": 1610360741.627402, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156127,23 +156127,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 122.66731262207031, + "msecs": 627.4020671844482, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16772.20892906189, + "relativeCreated": 16712.427377700806, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.1227133, + "asctime": "2021-01-11 11:25:41,627", + "created": 1610360741.6274788, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156153,23 +156153,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 122.71332740783691, + "msecs": 627.478837966919, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16772.254943847656, + "relativeCreated": 16712.504148483276, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.122753, + "asctime": "2021-01-11 11:25:41,627", + "created": 1610360741.6275468, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156179,15 +156179,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 122.75290489196777, + "msecs": 627.5467872619629, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16772.294521331787, + "relativeCreated": 16712.57209777832, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -156195,8 +156195,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,122", - "created": 1610346652.1229606, + "asctime": "2021-01-11 11:25:41,627", + "created": 1610360741.6278186, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156206,15 +156206,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 122.96056747436523, + "msecs": 627.8185844421387, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16772.502183914185, + "relativeCreated": 16712.843894958496, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156222,8 +156222,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.131126, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.6360917, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156233,15 +156233,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 131.12592697143555, + "msecs": 636.0917091369629, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16780.667543411255, + "relativeCreated": 16721.11701965332, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156249,8 +156249,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.1312475, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.6362598, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156260,15 +156260,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 131.24752044677734, + "msecs": 636.2597942352295, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16780.789136886597, + "relativeCreated": 16721.285104751587, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156277,8 +156277,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.1313143, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.636348, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156288,15 +156288,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 131.31427764892578, + "msecs": 636.3480091094971, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16780.855894088745, + "relativeCreated": 16721.373319625854, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156304,8 +156304,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.1313777, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.6364436, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156315,15 +156315,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 131.3776969909668, + "msecs": 636.4436149597168, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16780.919313430786, + "relativeCreated": 16721.468925476074, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156332,8 +156332,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.1314247, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.63651, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156343,15 +156343,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 131.4246654510498, + "msecs": 636.509895324707, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16780.96628189087, + "relativeCreated": 16721.535205841064, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156359,8 +156359,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.1314917, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.6366038, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156370,15 +156370,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 131.49166107177734, + "msecs": 636.603832244873, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16781.033277511597, + "relativeCreated": 16721.62914276123, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156387,8 +156387,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.1315334, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.636666, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156398,15 +156398,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 131.53338432312012, + "msecs": 636.6660594940186, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16781.07500076294, + "relativeCreated": 16721.691370010376, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156414,8 +156414,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.1315894, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.6367757, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156425,15 +156425,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 131.58941268920898, + "msecs": 636.7757320404053, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16781.13102912903, + "relativeCreated": 16721.801042556763, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156442,8 +156442,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.1316304, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.6368413, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156453,15 +156453,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 131.63042068481445, + "msecs": 636.8412971496582, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16781.172037124634, + "relativeCreated": 16721.866607666016, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156469,8 +156469,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.131684, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.6369255, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156480,15 +156480,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 131.6840648651123, + "msecs": 636.925458908081, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16781.22568130493, + "relativeCreated": 16721.95076942444, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156497,8 +156497,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.131725, + "asctime": "2021-01-11 11:25:41,636", + "created": 1610360741.6369872, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156508,15 +156508,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 131.72507286071777, + "msecs": 636.9872093200684, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16781.266689300537, + "relativeCreated": 16722.012519836426, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156524,8 +156524,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:52,131", - "created": 1610346652.1318045, + "asctime": "2021-01-11 11:25:41,637", + "created": 1610360741.6371067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156535,15 +156535,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 131.8044662475586, + "msecs": 637.1066570281982, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16781.346082687378, + "relativeCreated": 16722.131967544556, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156551,8 +156551,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:52,132", - "created": 1610346652.1327941, + "asctime": "2021-01-11 11:25:41,638", + "created": 1610360741.6380873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156562,15 +156562,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 132.79414176940918, + "msecs": 638.087272644043, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16782.33575820923, + "relativeCreated": 16723.1125831604, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156578,8 +156578,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,132", - "created": 1610346652.1329918, + "asctime": "2021-01-11 11:25:41,638", + "created": 1610360741.638246, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156589,15 +156589,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 132.99179077148438, + "msecs": 638.2460594177246, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16782.533407211304, + "relativeCreated": 16723.271369934082, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156606,8 +156606,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:52,133", - "created": 1610346652.1330938, + "asctime": "2021-01-11 11:25:41,638", + "created": 1610360741.6383421, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156617,15 +156617,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 133.09383392333984, + "msecs": 638.3421421051025, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16782.63545036316, + "relativeCreated": 16723.36745262146, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156633,8 +156633,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:52,133", - "created": 1610346652.1332166, + "asctime": "2021-01-11 11:25:41,638", + "created": 1610360741.6384678, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156644,15 +156644,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 133.21661949157715, + "msecs": 638.4677886962891, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16782.758235931396, + "relativeCreated": 16723.493099212646, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156663,8 +156663,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,133", - "created": 1610346652.1334226, + "asctime": "2021-01-11 11:25:41,638", + "created": 1610360741.6386487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156674,15 +156674,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 133.4226131439209, + "msecs": 638.6487483978271, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16782.96422958374, + "relativeCreated": 16723.674058914185, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156690,8 +156690,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:52,133", - "created": 1610346652.1335442, + "asctime": "2021-01-11 11:25:41,638", + "created": 1610360741.6387439, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156701,15 +156701,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 133.5442066192627, + "msecs": 638.7438774108887, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16783.085823059082, + "relativeCreated": 16723.769187927246, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156720,8 +156720,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,133", - "created": 1610346652.1336675, + "asctime": "2021-01-11 11:25:41,638", + "created": 1610360741.6388626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156731,15 +156731,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 133.6674690246582, + "msecs": 638.8626098632812, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16783.209085464478, + "relativeCreated": 16723.88792037964, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -156747,8 +156747,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,134", - "created": 1610346652.134092, + "asctime": "2021-01-11 11:25:41,639", + "created": 1610360741.6392636, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156758,15 +156758,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 134.0920925140381, + "msecs": 639.2636299133301, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16783.633708953857, + "relativeCreated": 16724.288940429688, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -156774,8 +156774,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,142", - "created": 1610346652.1422808, + "asctime": "2021-01-11 11:25:41,647", + "created": 1610360741.6475413, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -156785,15 +156785,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 142.28081703186035, + "msecs": 647.5412845611572, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16791.82243347168, + "relativeCreated": 16732.566595077515, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -156801,8 +156801,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,142", - "created": 1610346652.1424556, + "asctime": "2021-01-11 11:25:41,647", + "created": 1610360741.6477203, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156812,15 +156812,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 142.4555778503418, + "msecs": 647.7203369140625, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16791.99719429016, + "relativeCreated": 16732.74564743042, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -156829,8 +156829,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:52,142", - "created": 1610346652.1425369, + "asctime": "2021-01-11 11:25:41,647", + "created": 1610360741.6478128, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156840,15 +156840,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 142.53687858581543, + "msecs": 647.8128433227539, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16792.078495025635, + "relativeCreated": 16732.83815383911, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -156856,8 +156856,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,142", - "created": 1610346652.1426337, + "asctime": "2021-01-11 11:25:41,647", + "created": 1610360741.647928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156867,15 +156867,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 142.63367652893066, + "msecs": 647.92799949646, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16792.17529296875, + "relativeCreated": 16732.953310012817, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -156884,8 +156884,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,142", - "created": 1610346652.1427, + "asctime": "2021-01-11 11:25:41,648", + "created": 1610360741.648008, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156895,15 +156895,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 142.6999568939209, + "msecs": 648.0081081390381, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16792.24157333374, + "relativeCreated": 16733.033418655396, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -156911,8 +156911,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,142", - "created": 1610346652.142799, + "asctime": "2021-01-11 11:25:41,648", + "created": 1610360741.6481245, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156922,15 +156922,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 142.79890060424805, + "msecs": 648.1244564056396, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16792.340517044067, + "relativeCreated": 16733.149766921997, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -156939,8 +156939,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,142", - "created": 1610346652.142871, + "asctime": "2021-01-11 11:25:41,648", + "created": 1610360741.6482067, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156950,15 +156950,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 142.87090301513672, + "msecs": 648.2067108154297, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16792.412519454956, + "relativeCreated": 16733.232021331787, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -156966,8 +156966,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,142", - "created": 1610346652.1429572, + "asctime": "2021-01-11 11:25:41,648", + "created": 1610360741.6483102, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -156977,15 +156977,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 142.95721054077148, + "msecs": 648.3101844787598, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16792.49882698059, + "relativeCreated": 16733.335494995117, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -156994,8 +156994,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,143", - "created": 1610346652.143023, + "asctime": "2021-01-11 11:25:41,648", + "created": 1610360741.648386, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157005,15 +157005,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 143.02301406860352, + "msecs": 648.3860015869141, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16792.564630508423, + "relativeCreated": 16733.41131210327, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -157021,8 +157021,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,143", - "created": 1610346652.143105, + "asctime": "2021-01-11 11:25:41,648", + "created": 1610360741.6484845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157032,15 +157032,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 143.10503005981445, + "msecs": 648.484468460083, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16792.646646499634, + "relativeCreated": 16733.50977897644, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -157049,8 +157049,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,143", - "created": 1610346652.143167, + "asctime": "2021-01-11 11:25:41,648", + "created": 1610360741.648558, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157060,15 +157060,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 143.16701889038086, + "msecs": 648.5579013824463, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16792.7086353302, + "relativeCreated": 16733.583211898804, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -157076,8 +157076,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:52,143", - "created": 1610346652.1432981, + "asctime": "2021-01-11 11:25:41,648", + "created": 1610360741.6486986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157087,15 +157087,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 143.29814910888672, + "msecs": 648.6985683441162, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16792.839765548706, + "relativeCreated": 16733.723878860474, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -157103,8 +157103,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:52,144", - "created": 1610346652.144303, + "asctime": "2021-01-11 11:25:41,649", + "created": 1610360741.6497326, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157114,15 +157114,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 144.3030834197998, + "msecs": 649.7325897216797, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16793.84469985962, + "relativeCreated": 16734.757900238037, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -157130,8 +157130,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,144", - "created": 1610346652.1444983, + "asctime": "2021-01-11 11:25:41,649", + "created": 1610360741.6499271, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157141,15 +157141,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 144.49834823608398, + "msecs": 649.9271392822266, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16794.039964675903, + "relativeCreated": 16734.952449798584, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -157158,8 +157158,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:52,144", - "created": 1610346652.1445782, + "asctime": "2021-01-11 11:25:41,650", + "created": 1610360741.6500401, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157169,15 +157169,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 144.578218460083, + "msecs": 650.0401496887207, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16794.119834899902, + "relativeCreated": 16735.065460205078, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -157185,8 +157185,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:52,144", - "created": 1610346652.144697, + "asctime": "2021-01-11 11:25:41,650", + "created": 1610360741.65018, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157196,15 +157196,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 144.6969509124756, + "msecs": 650.1801013946533, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16794.238567352295, + "relativeCreated": 16735.20541191101, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -157215,8 +157215,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,144", - "created": 1610346652.1448994, + "asctime": "2021-01-11 11:25:41,650", + "created": 1610360741.6503975, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157226,15 +157226,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 144.8993682861328, + "msecs": 650.397539138794, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16794.440984725952, + "relativeCreated": 16735.42284965515, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -157242,8 +157242,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:52,144", - "created": 1610346652.1449926, + "asctime": "2021-01-11 11:25:41,650", + "created": 1610360741.6505105, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157253,37 +157253,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 144.99258995056152, + "msecs": 650.5105495452881, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16794.53420639038, + "relativeCreated": 16735.535860061646, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" } ], - "msecs": 465.6534194946289, + "msecs": 970.8113670349121, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17115.19503593445, + "relativeCreated": 17055.83667755127, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3206608295440674 + "time_consumption": 0.320300817489624 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:52,466", - "created": 1610346652.4665883, + "asctime": "2021-01-11 11:25:41,971", + "created": 1610360741.9716833, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157300,8 +157300,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,466", - "created": 1610346652.4662182, + "asctime": "2021-01-11 11:25:41,971", + "created": 1610360741.9713414, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157311,15 +157311,15 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 466.2182331085205, + "msecs": 971.3413715362549, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17115.75984954834, + "relativeCreated": 17056.366682052612, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -157328,8 +157328,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,466", - "created": 1610346652.466403, + "asctime": "2021-01-11 11:25:41,971", + "created": 1610360741.9715207, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157339,37 +157339,37 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 466.4030075073242, + "msecs": 971.5206623077393, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17115.944623947144, + "relativeCreated": 17056.545972824097, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 466.58825874328613, + "msecs": 971.6832637786865, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17116.129875183105, + "relativeCreated": 17056.708574295044, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00018525123596191406 + "time_consumption": 0.00016260147094726562 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:52,467", - "created": 1610346652.4671273, + "asctime": "2021-01-11 11:25:41,972", + "created": 1610360741.9722073, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157386,8 +157386,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,466", - "created": 1610346652.4668453, + "asctime": "2021-01-11 11:25:41,971", + "created": 1610360741.9719281, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157397,15 +157397,15 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 466.8452739715576, + "msecs": 971.9281196594238, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17116.386890411377, + "relativeCreated": 17056.95343017578, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -157414,8 +157414,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,466", - "created": 1610346652.46699, + "asctime": "2021-01-11 11:25:41,972", + "created": 1610360741.9720716, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157425,37 +157425,37 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 466.98999404907227, + "msecs": 972.071647644043, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17116.53161048889, + "relativeCreated": 17057.0969581604, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 467.12732315063477, + "msecs": 972.2073078155518, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17116.668939590454, + "relativeCreated": 17057.23261833191, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001373291015625 + "time_consumption": 0.00013566017150878906 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:52,468", - "created": 1610346652.4682071, + "asctime": "2021-01-11 11:25:41,973", + "created": 1610360741.9733212, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157470,8 +157470,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:52,467", - "created": 1610346652.467335, + "asctime": "2021-01-11 11:25:41,972", + "created": 1610360741.9724152, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157481,23 +157481,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 467.3349857330322, + "msecs": 972.4152088165283, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17116.87660217285, + "relativeCreated": 17057.440519332886, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,467", - "created": 1610346652.467493, + "asctime": "2021-01-11 11:25:41,972", + "created": 1610360741.9725688, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157507,23 +157507,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 467.49305725097656, + "msecs": 972.5687503814697, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17117.034673690796, + "relativeCreated": 17057.594060897827, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,467", - "created": 1610346652.4676323, + "asctime": "2021-01-11 11:25:41,972", + "created": 1610360741.972706, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157533,23 +157533,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 467.6322937011719, + "msecs": 972.7060794830322, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17117.17391014099, + "relativeCreated": 17057.73138999939, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:52,467", - "created": 1610346652.467766, + "asctime": "2021-01-11 11:25:41,972", + "created": 1610360741.9728928, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157559,15 +157559,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 467.76604652404785, + "msecs": 972.8927612304688, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17117.307662963867, + "relativeCreated": 17057.918071746826, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -157576,8 +157576,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:52,467", - "created": 1610346652.46792, + "asctime": "2021-01-11 11:25:41,973", + "created": 1610360741.9730499, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157587,15 +157587,15 @@ "lineno": 22, "message": "Result (Client connection status): False ()", "module": "test", - "msecs": 467.92006492614746, + "msecs": 973.0498790740967, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17117.461681365967, + "relativeCreated": 17058.075189590454, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -157604,8 +157604,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:52,468", - "created": 1610346652.4680731, + "asctime": "2021-01-11 11:25:41,973", + "created": 1610360741.9731922, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157615,37 +157615,37 @@ "lineno": 26, "message": "Expectation (Client connection status): result = False ()", "module": "test", - "msecs": 468.07312965393066, + "msecs": 973.1922149658203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17117.61474609375, + "relativeCreated": 17058.217525482178, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 468.20712089538574, + "msecs": 973.3211994171143, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17117.748737335205, + "relativeCreated": 17058.34650993347, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013399124145507812 + "time_consumption": 0.0001289844512939453 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:52,468", - "created": 1610346652.4687107, + "asctime": "2021-01-11 11:25:41,973", + "created": 1610360741.97382, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157662,8 +157662,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:52,468", - "created": 1610346652.468441, + "asctime": "2021-01-11 11:25:41,973", + "created": 1610360741.9735541, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157673,15 +157673,15 @@ "lineno": 22, "message": "Result (Server connection status): False ()", "module": "test", - "msecs": 468.4410095214844, + "msecs": 973.5541343688965, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17117.982625961304, + "relativeCreated": 17058.579444885254, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -157690,8 +157690,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:52,468", - "created": 1610346652.468579, + "asctime": "2021-01-11 11:25:41,973", + "created": 1610360741.9736912, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -157701,34 +157701,34 @@ "lineno": 26, "message": "Expectation (Server connection status): result = False ()", "module": "test", - "msecs": 468.5790538787842, + "msecs": 973.6912250518799, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17118.120670318604, + "relativeCreated": 17058.716535568237, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 468.71066093444824, + "msecs": 973.8199710845947, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17118.252277374268, + "relativeCreated": 17058.845281600952, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001316070556640625 + "time_consumption": 0.00012874603271484375 }, { "args": [], - "asctime": "2021-01-11 07:30:52,813", - "created": 1610346652.813485, + "asctime": "2021-01-11 11:25:42,318", + "created": 1610360742.3187318, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -157743,8 +157743,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:52,468", - "created": 1610346652.4689136, + "asctime": "2021-01-11 11:25:41,974", + "created": 1610360741.9740207, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157754,23 +157754,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 468.9135551452637, + "msecs": 974.0207195281982, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17118.455171585083, + "relativeCreated": 17059.046030044556, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:52,469", - "created": 1610346652.4690552, + "asctime": "2021-01-11 11:25:41,974", + "created": 1610360741.9741604, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157780,23 +157780,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 469.05517578125, + "msecs": 974.1604328155518, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17118.59679222107, + "relativeCreated": 17059.18574333191, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,469", - "created": 1610346652.4691966, + "asctime": "2021-01-11 11:25:41,974", + "created": 1610360741.9742966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157806,15 +157806,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 469.1965579986572, + "msecs": 974.2965698242188, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17118.738174438477, + "relativeCreated": 17059.321880340576, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -157825,8 +157825,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,469", - "created": 1610346652.4694967, + "asctime": "2021-01-11 11:25:41,974", + "created": 1610360741.97455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157836,23 +157836,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 469.4967269897461, + "msecs": 974.5500087738037, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17119.038343429565, + "relativeCreated": 17059.57531929016, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,469", - "created": 1610346652.4699326, + "asctime": "2021-01-11 11:25:41,975", + "created": 1610360741.9751031, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157862,23 +157862,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 469.93255615234375, + "msecs": 975.1031398773193, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17119.474172592163, + "relativeCreated": 17060.128450393677, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,470", - "created": 1610346652.4700413, + "asctime": "2021-01-11 11:25:41,975", + "created": 1610360741.9752786, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157888,23 +157888,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 470.04127502441406, + "msecs": 975.2786159515381, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17119.582891464233, + "relativeCreated": 17060.303926467896, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:52,470", - "created": 1610346652.4701385, + "asctime": "2021-01-11 11:25:41,975", + "created": 1610360741.9754252, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157914,15 +157914,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 470.1385498046875, + "msecs": 975.4252433776855, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17119.680166244507, + "relativeCreated": 17060.450553894043, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -157930,8 +157930,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,470", - "created": 1610346652.4704332, + "asctime": "2021-01-11 11:25:41,975", + "created": 1610360741.9758363, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157941,15 +157941,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 470.43323516845703, + "msecs": 975.8362770080566, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17119.974851608276, + "relativeCreated": 17060.861587524414, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -157957,8 +157957,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,478", - "created": 1610346652.4787657, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.9841964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -157968,15 +157968,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 478.76572608947754, + "msecs": 984.1964244842529, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17128.307342529297, + "relativeCreated": 17069.22173500061, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -157984,8 +157984,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,478", - "created": 1610346652.478979, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.9843464, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -157995,15 +157995,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 478.97911071777344, + "msecs": 984.3463897705078, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17128.520727157593, + "relativeCreated": 17069.371700286865, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158012,8 +158012,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:52,479", - "created": 1610346652.47909, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.9844165, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158023,15 +158023,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 479.08997535705566, + "msecs": 984.4164848327637, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17128.631591796875, + "relativeCreated": 17069.44179534912, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158039,8 +158039,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,479", - "created": 1610346652.479226, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.9844964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158050,15 +158050,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 479.22611236572266, + "msecs": 984.4963550567627, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17128.767728805542, + "relativeCreated": 17069.52166557312, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158067,8 +158067,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,479", - "created": 1610346652.4793208, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.9845517, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158078,15 +158078,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 479.320764541626, + "msecs": 984.5516681671143, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17128.862380981445, + "relativeCreated": 17069.57697868347, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158094,8 +158094,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,479", - "created": 1610346652.4794571, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.984633, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158105,15 +158105,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 479.45713996887207, + "msecs": 984.6329689025879, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17128.99875640869, + "relativeCreated": 17069.658279418945, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158122,8 +158122,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,479", - "created": 1610346652.4795482, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.9846854, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158133,15 +158133,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 479.54821586608887, + "msecs": 984.6854209899902, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17129.08983230591, + "relativeCreated": 17069.710731506348, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158149,8 +158149,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,479", - "created": 1610346652.4796705, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.9847748, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158160,15 +158160,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 479.67052459716797, + "msecs": 984.7748279571533, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17129.212141036987, + "relativeCreated": 17069.80013847351, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158177,8 +158177,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,479", - "created": 1610346652.4797592, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.984832, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158188,15 +158188,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 479.75921630859375, + "msecs": 984.8320484161377, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17129.300832748413, + "relativeCreated": 17069.857358932495, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158204,8 +158204,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,479", - "created": 1610346652.4798753, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.9849021, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158215,15 +158215,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 479.8753261566162, + "msecs": 984.9021434783936, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17129.416942596436, + "relativeCreated": 17069.92745399475, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158232,8 +158232,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,479", - "created": 1610346652.479964, + "asctime": "2021-01-11 11:25:41,984", + "created": 1610360741.9849544, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158243,15 +158243,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 479.964017868042, + "msecs": 984.9543571472168, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17129.50563430786, + "relativeCreated": 17069.979667663574, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158259,8 +158259,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:52,480", - "created": 1610346652.4801502, + "asctime": "2021-01-11 11:25:41,985", + "created": 1610360741.9850638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158270,15 +158270,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 480.1502227783203, + "msecs": 985.0637912750244, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17129.69183921814, + "relativeCreated": 17070.089101791382, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158286,8 +158286,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:52,481", - "created": 1610346652.481195, + "asctime": "2021-01-11 11:25:41,986", + "created": 1610360741.9860303, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158297,15 +158297,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 481.19497299194336, + "msecs": 986.0303401947021, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17130.736589431763, + "relativeCreated": 17071.05565071106, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158313,8 +158313,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,481", - "created": 1610346652.481447, + "asctime": "2021-01-11 11:25:41,986", + "created": 1610360741.9861796, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158324,15 +158324,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 481.4469814300537, + "msecs": 986.1795902252197, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17130.988597869873, + "relativeCreated": 17071.204900741577, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158341,8 +158341,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:52,481", - "created": 1610346652.4815776, + "asctime": "2021-01-11 11:25:41,986", + "created": 1610360741.9862483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158352,15 +158352,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 481.57763481140137, + "msecs": 986.248254776001, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17131.11925125122, + "relativeCreated": 17071.27356529236, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158368,8 +158368,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:52,481", - "created": 1610346652.481765, + "asctime": "2021-01-11 11:25:41,986", + "created": 1610360741.9863625, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158379,15 +158379,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 481.7650318145752, + "msecs": 986.3624572753906, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17131.306648254395, + "relativeCreated": 17071.387767791748, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158398,8 +158398,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,482", - "created": 1610346652.4820266, + "asctime": "2021-01-11 11:25:41,986", + "created": 1610360741.9865258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158409,15 +158409,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 482.0265769958496, + "msecs": 986.5257740020752, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17131.56819343567, + "relativeCreated": 17071.551084518433, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158425,8 +158425,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:52,482", - "created": 1610346652.4821517, + "asctime": "2021-01-11 11:25:41,986", + "created": 1610360741.986602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158436,15 +158436,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 482.15174674987793, + "msecs": 986.6020679473877, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17131.693363189697, + "relativeCreated": 17071.627378463745, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158455,8 +158455,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,482", - "created": 1610346652.4823263, + "asctime": "2021-01-11 11:25:41,986", + "created": 1610360741.9867072, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158466,15 +158466,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 482.3262691497803, + "msecs": 986.7072105407715, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17131.8678855896, + "relativeCreated": 17071.73252105713, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -158482,8 +158482,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,482", - "created": 1610346652.4828959, + "asctime": "2021-01-11 11:25:41,987", + "created": 1610360741.9870386, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158493,15 +158493,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 482.8958511352539, + "msecs": 987.0386123657227, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17132.437467575073, + "relativeCreated": 17072.06392288208, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158509,8 +158509,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,491", - "created": 1610346652.4913058, + "asctime": "2021-01-11 11:25:41,995", + "created": 1610360741.9952962, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158520,15 +158520,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 491.3058280944824, + "msecs": 995.2962398529053, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17140.8474445343, + "relativeCreated": 17080.321550369263, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158536,8 +158536,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,491", - "created": 1610346652.4915965, + "asctime": "2021-01-11 11:25:41,995", + "created": 1610360741.9955459, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158547,15 +158547,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 491.5964603424072, + "msecs": 995.5458641052246, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17141.138076782227, + "relativeCreated": 17080.571174621582, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158564,8 +158564,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:52,491", - "created": 1610346652.4917417, + "asctime": "2021-01-11 11:25:41,995", + "created": 1610360741.9956543, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158575,15 +158575,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 491.7416572570801, + "msecs": 995.6543445587158, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17141.2832736969, + "relativeCreated": 17080.679655075073, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158591,8 +158591,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,491", - "created": 1610346652.491943, + "asctime": "2021-01-11 11:25:41,995", + "created": 1610360741.9957933, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158602,15 +158602,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 491.9428825378418, + "msecs": 995.793342590332, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17141.48449897766, + "relativeCreated": 17080.81865310669, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158619,8 +158619,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,492", - "created": 1610346652.4920845, + "asctime": "2021-01-11 11:25:41,995", + "created": 1610360741.9958909, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158630,15 +158630,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 492.0845031738281, + "msecs": 995.8908557891846, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17141.626119613647, + "relativeCreated": 17080.916166305542, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158646,8 +158646,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,492", - "created": 1610346652.4922695, + "asctime": "2021-01-11 11:25:41,996", + "created": 1610360741.9960182, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158657,15 +158657,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.26951599121094, + "msecs": 996.0181713104248, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17141.81113243103, + "relativeCreated": 17081.043481826782, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158674,8 +158674,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,492", - "created": 1610346652.4923887, + "asctime": "2021-01-11 11:25:41,996", + "created": 1610360741.9961014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158685,15 +158685,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 492.3887252807617, + "msecs": 996.1013793945312, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17141.93034172058, + "relativeCreated": 17081.12668991089, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158701,8 +158701,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,492", - "created": 1610346652.492569, + "asctime": "2021-01-11 11:25:41,996", + "created": 1610360741.996219, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158712,15 +158712,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.5689697265625, + "msecs": 996.2189197540283, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17142.110586166382, + "relativeCreated": 17081.244230270386, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158729,8 +158729,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,492", - "created": 1610346652.4926918, + "asctime": "2021-01-11 11:25:41,996", + "created": 1610360741.9963014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158740,15 +158740,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 492.6917552947998, + "msecs": 996.3014125823975, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17142.23337173462, + "relativeCreated": 17081.326723098755, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158756,8 +158756,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,492", - "created": 1610346652.4928453, + "asctime": "2021-01-11 11:25:41,996", + "created": 1610360741.996416, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158767,15 +158767,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 492.8452968597412, + "msecs": 996.4160919189453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17142.38691329956, + "relativeCreated": 17081.441402435303, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158784,8 +158784,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,492", - "created": 1610346652.4929621, + "asctime": "2021-01-11 11:25:41,996", + "created": 1610360741.9964967, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158795,15 +158795,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 492.962121963501, + "msecs": 996.4966773986816, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17142.50373840332, + "relativeCreated": 17081.52198791504, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158811,8 +158811,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:52,493", - "created": 1610346652.4932036, + "asctime": "2021-01-11 11:25:41,996", + "created": 1610360741.9966486, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158822,15 +158822,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 493.20363998413086, + "msecs": 996.6485500335693, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17142.74525642395, + "relativeCreated": 17081.673860549927, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158838,8 +158838,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:52,494", - "created": 1610346652.4942398, + "asctime": "2021-01-11 11:25:41,997", + "created": 1610360741.997668, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158849,15 +158849,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 494.23980712890625, + "msecs": 997.6680278778076, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17143.781423568726, + "relativeCreated": 17082.693338394165, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158865,8 +158865,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,494", - "created": 1610346652.494418, + "asctime": "2021-01-11 11:25:41,997", + "created": 1610360741.9978204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158876,15 +158876,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 494.4179058074951, + "msecs": 997.8203773498535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17143.959522247314, + "relativeCreated": 17082.84568786621, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158893,8 +158893,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:52,494", - "created": 1610346652.4945562, + "asctime": "2021-01-11 11:25:41,997", + "created": 1610360741.9979212, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158904,15 +158904,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 494.556188583374, + "msecs": 997.9212284088135, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17144.097805023193, + "relativeCreated": 17082.94653892517, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158920,8 +158920,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:52,494", - "created": 1610346652.494799, + "asctime": "2021-01-11 11:25:41,998", + "created": 1610360741.9980805, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -158931,15 +158931,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 494.7988986968994, + "msecs": 998.0804920196533, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17144.34051513672, + "relativeCreated": 17083.10580253601, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158950,8 +158950,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,495", - "created": 1610346652.4951627, + "asctime": "2021-01-11 11:25:41,998", + "created": 1610360741.99831, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158961,15 +158961,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 495.1627254486084, + "msecs": 998.3100891113281, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17144.704341888428, + "relativeCreated": 17083.335399627686, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -158977,8 +158977,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:52,495", - "created": 1610346652.4953446, + "asctime": "2021-01-11 11:25:41,998", + "created": 1610360741.998423, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -158988,37 +158988,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 495.3446388244629, + "msecs": 998.4230995178223, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17144.886255264282, + "relativeCreated": 17083.44841003418, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" } ], - "msecs": 813.4849071502686, + "msecs": 318.73178482055664, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17463.026523590088, + "relativeCreated": 17403.757095336914, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.31814026832580566 + "time_consumption": 0.3203086853027344 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:52,814", - "created": 1610346652.814386, + "asctime": "2021-01-11 11:25:42,319", + "created": 1610360742.3195727, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159035,8 +159035,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,814", - "created": 1610346652.8140502, + "asctime": "2021-01-11 11:25:42,319", + "created": 1610360742.3192413, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159046,15 +159046,15 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 814.0501976013184, + "msecs": 319.2412853240967, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17463.591814041138, + "relativeCreated": 17404.266595840454, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -159063,8 +159063,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,814", - "created": 1610346652.814229, + "asctime": "2021-01-11 11:25:42,319", + "created": 1610360742.3194184, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159074,37 +159074,37 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 814.2290115356445, + "msecs": 319.41843032836914, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17463.770627975464, + "relativeCreated": 17404.443740844727, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 814.3858909606934, + "msecs": 319.57268714904785, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17463.927507400513, + "relativeCreated": 17404.597997665405, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015687942504882812 + "time_consumption": 0.00015425682067871094 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:52,814", - "created": 1610346652.8149047, + "asctime": "2021-01-11 11:25:42,320", + "created": 1610360742.3200903, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159121,8 +159121,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,814", - "created": 1610346652.814626, + "asctime": "2021-01-11 11:25:42,319", + "created": 1610360742.3198128, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159132,15 +159132,15 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 814.6259784698486, + "msecs": 319.8127746582031, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17464.167594909668, + "relativeCreated": 17404.83808517456, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -159149,8 +159149,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,814", - "created": 1610346652.8147697, + "asctime": "2021-01-11 11:25:42,319", + "created": 1610360742.3199565, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159160,34 +159160,34 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 814.7697448730469, + "msecs": 319.95654106140137, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17464.311361312866, + "relativeCreated": 17404.98185157776, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 814.9046897888184, + "msecs": 320.09029388427734, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17464.446306228638, + "relativeCreated": 17405.115604400635, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013494491577148438 + "time_consumption": 0.00013375282287597656 }, { "args": [], - "asctime": "2021-01-11 07:30:52,815", - "created": 1610346652.8151107, + "asctime": "2021-01-11 11:25:42,320", + "created": 1610360742.3203251, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -159198,15 +159198,15 @@ "message": "Adding secrets to socket_protocol", "module": "test_add_methods", "moduleLogger": [], - "msecs": 815.1106834411621, + "msecs": 320.3251361846924, "msg": "Adding secrets to socket_protocol", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17464.65229988098, + "relativeCreated": 17405.35044670105, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -159215,8 +159215,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:52,815", - "created": 1610346652.815632, + "asctime": "2021-01-11 11:25:42,321", + "created": 1610360742.3210871, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159233,8 +159233,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:52,815", - "created": 1610346652.8153293, + "asctime": "2021-01-11 11:25:42,320", + "created": 1610360742.3206763, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159244,15 +159244,15 @@ "lineno": 22, "message": "Result (Client connection status): False ()", "module": "test", - "msecs": 815.3293132781982, + "msecs": 320.676326751709, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17464.870929718018, + "relativeCreated": 17405.701637268066, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -159261,8 +159261,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:52,815", - "created": 1610346652.8154895, + "asctime": "2021-01-11 11:25:42,320", + "created": 1610360742.3208966, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159272,37 +159272,37 @@ "lineno": 26, "message": "Expectation (Client connection status): result = False ()", "module": "test", - "msecs": 815.4895305633545, + "msecs": 320.8966255187988, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17465.031147003174, + "relativeCreated": 17405.921936035156, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 815.6321048736572, + "msecs": 321.087121963501, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17465.173721313477, + "relativeCreated": 17406.11243247986, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014257431030273438 + "time_consumption": 0.00019049644470214844 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:52,816", - "created": 1610346652.8161447, + "asctime": "2021-01-11 11:25:42,321", + "created": 1610360742.3216155, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159319,8 +159319,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:52,815", - "created": 1610346652.8158503, + "asctime": "2021-01-11 11:25:42,321", + "created": 1610360742.321344, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159330,15 +159330,15 @@ "lineno": 22, "message": "Result (Server connection status): False ()", "module": "test", - "msecs": 815.8502578735352, + "msecs": 321.34389877319336, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17465.391874313354, + "relativeCreated": 17406.36920928955, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -159347,8 +159347,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:52,815", - "created": 1610346652.8159838, + "asctime": "2021-01-11 11:25:42,321", + "created": 1610360742.3214817, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -159358,34 +159358,34 @@ "lineno": 26, "message": "Expectation (Server connection status): result = False ()", "module": "test", - "msecs": 815.983772277832, + "msecs": 321.48170471191406, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17465.52538871765, + "relativeCreated": 17406.50701522827, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 816.1447048187256, + "msecs": 321.61545753479004, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17465.686321258545, + "relativeCreated": 17406.640768051147, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001609325408935547 + "time_consumption": 0.00013375282287597656 }, { "args": [], - "asctime": "2021-01-11 07:30:52,917", - "created": 1610346652.917461, + "asctime": "2021-01-11 11:25:42,422", + "created": 1610360742.4229658, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -159404,8 +159404,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,816", - "created": 1610346652.8165226, + "asctime": "2021-01-11 11:25:42,321", + "created": 1610360742.3219306, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159415,15 +159415,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 816.5225982666016, + "msecs": 321.9306468963623, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17466.06421470642, + "relativeCreated": 17406.95595741272, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -159431,8 +159431,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,818", - "created": 1610346652.8181314, + "asctime": "2021-01-11 11:25:42,323", + "created": 1610360742.323452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159442,15 +159442,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 818.1314468383789, + "msecs": 323.4519958496094, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17467.6730632782, + "relativeCreated": 17408.477306365967, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159458,8 +159458,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,826", - "created": 1610346652.8266118, + "asctime": "2021-01-11 11:25:42,331", + "created": 1610360742.3318365, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159469,15 +159469,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 826.6117572784424, + "msecs": 331.836462020874, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17476.15337371826, + "relativeCreated": 17416.86177253723, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159485,8 +159485,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,826", - "created": 1610346652.8268156, + "asctime": "2021-01-11 11:25:42,332", + "created": 1610360742.332014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159496,15 +159496,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 826.8156051635742, + "msecs": 332.0140838623047, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17476.357221603394, + "relativeCreated": 17417.039394378662, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159513,8 +159513,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:52,826", - "created": 1610346652.8269527, + "asctime": "2021-01-11 11:25:42,332", + "created": 1610360742.3321068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159524,15 +159524,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 826.9526958465576, + "msecs": 332.1068286895752, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17476.494312286377, + "relativeCreated": 17417.132139205933, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159540,8 +159540,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,827", - "created": 1610346652.8270874, + "asctime": "2021-01-11 11:25:42,332", + "created": 1610360742.332222, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159551,15 +159551,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 827.08740234375, + "msecs": 332.22198486328125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17476.62901878357, + "relativeCreated": 17417.24729537964, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159568,8 +159568,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,827", - "created": 1610346652.827165, + "asctime": "2021-01-11 11:25:42,332", + "created": 1610360742.3323224, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159579,15 +159579,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 827.164888381958, + "msecs": 332.322359085083, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17476.706504821777, + "relativeCreated": 17417.34766960144, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159595,8 +159595,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,827", - "created": 1610346652.8272972, + "asctime": "2021-01-11 11:25:42,332", + "created": 1610360742.3324647, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159606,15 +159606,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 827.2972106933594, + "msecs": 332.46469497680664, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17476.83882713318, + "relativeCreated": 17417.490005493164, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159623,8 +159623,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,827", - "created": 1610346652.8273811, + "asctime": "2021-01-11 11:25:42,332", + "created": 1610360742.3325899, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159634,15 +159634,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 827.3811340332031, + "msecs": 332.58986473083496, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17476.922750473022, + "relativeCreated": 17417.615175247192, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159650,8 +159650,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,827", - "created": 1610346652.827483, + "asctime": "2021-01-11 11:25:42,332", + "created": 1610360742.332702, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159661,15 +159661,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 827.4829387664795, + "msecs": 332.7019214630127, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17477.0245552063, + "relativeCreated": 17417.72723197937, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159678,8 +159678,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,827", - "created": 1610346652.8275561, + "asctime": "2021-01-11 11:25:42,332", + "created": 1610360742.3328028, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159689,15 +159689,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 827.5561332702637, + "msecs": 332.80277252197266, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17477.097749710083, + "relativeCreated": 17417.82808303833, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159705,8 +159705,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,827", - "created": 1610346652.8276498, + "asctime": "2021-01-11 11:25:42,332", + "created": 1610360742.3329048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159716,15 +159716,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 827.6498317718506, + "msecs": 332.9048156738281, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17477.19144821167, + "relativeCreated": 17417.930126190186, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159733,8 +159733,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,827", - "created": 1610346652.8277209, + "asctime": "2021-01-11 11:25:42,332", + "created": 1610360742.33298, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159744,15 +159744,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 827.7208805084229, + "msecs": 332.9799175262451, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17477.262496948242, + "relativeCreated": 17418.005228042603, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159760,8 +159760,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:52,827", - "created": 1610346652.8278556, + "asctime": "2021-01-11 11:25:42,333", + "created": 1610360742.333121, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159771,15 +159771,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 827.8555870056152, + "msecs": 333.12106132507324, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17477.397203445435, + "relativeCreated": 17418.14637184143, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159787,8 +159787,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:52,828", - "created": 1610346652.8288677, + "asctime": "2021-01-11 11:25:42,334", + "created": 1610360742.3341477, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159798,15 +159798,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 828.8676738739014, + "msecs": 334.14769172668457, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17478.40929031372, + "relativeCreated": 17419.173002243042, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159814,8 +159814,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,829", - "created": 1610346652.8290565, + "asctime": "2021-01-11 11:25:42,334", + "created": 1610360742.3343449, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159825,15 +159825,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 829.0565013885498, + "msecs": 334.34486389160156, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17478.59811782837, + "relativeCreated": 17419.37017440796, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159842,8 +159842,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:52,829", - "created": 1610346652.8291857, + "asctime": "2021-01-11 11:25:42,334", + "created": 1610360742.3344407, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159853,15 +159853,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 829.1857242584229, + "msecs": 334.4407081604004, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17478.727340698242, + "relativeCreated": 17419.466018676758, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159869,8 +159869,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9" ], - "asctime": "2021-01-11 07:30:52,829", - "created": 1610346652.829337, + "asctime": "2021-01-11 11:25:42,334", + "created": 1610360742.3346014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -159880,15 +159880,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9", "module": "stp", - "msecs": 829.3368816375732, + "msecs": 334.60140228271484, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17478.878498077393, + "relativeCreated": 17419.626712799072, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159899,8 +159899,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,829", - "created": 1610346652.829628, + "asctime": "2021-01-11 11:25:42,334", + "created": 1610360742.334827, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159910,15 +159910,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 829.6279907226562, + "msecs": 334.8269462585449, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17479.169607162476, + "relativeCreated": 17419.852256774902, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159926,8 +159926,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:52,829", - "created": 1610346652.8297465, + "asctime": "2021-01-11 11:25:42,334", + "created": 1610360742.3349552, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159937,15 +159937,15 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 829.7464847564697, + "msecs": 334.95521545410156, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17479.28810119629, + "relativeCreated": 17419.98052597046, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -159954,10 +159954,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'e6de8d437190c09c421b6863237fdcfa96de97e9a160c64aad71987ca7dc8554'" + "'fbf590678b2272ef3b98b70cd136769c503964530e6ba8a5b02731d41f65de02'" ], - "asctime": "2021-01-11 07:30:52,829", - "created": 1610346652.8298998, + "asctime": "2021-01-11 11:25:42,335", + "created": 1610360742.3351207, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159965,26 +159965,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'e6de8d437190c09c421b6863237fdcfa96de97e9a160c64aad71987ca7dc8554'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'fbf590678b2272ef3b98b70cd136769c503964530e6ba8a5b02731d41f65de02'\"", "module": "__init__", - "msecs": 829.899787902832, + "msecs": 335.12067794799805, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17479.44140434265, + "relativeCreated": 17420.145988464355, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 36 64 65" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 62 66 35" ], - "asctime": "2021-01-11 07:30:52,830", - "created": 1610346652.8304713, + "asctime": "2021-01-11 11:25:42,335", + "created": 1610360742.3356748, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -159992,26 +159992,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 36 64 65", + "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 62 66 35", "module": "__init__", - "msecs": 830.4712772369385, + "msecs": 335.6747627258301, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17480.012893676758, + "relativeCreated": 17420.700073242188, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 36 64 65" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 62 66 35" ], - "asctime": "2021-01-11 07:30:52,838", - "created": 1610346652.8387754, + "asctime": "2021-01-11 11:25:42,344", + "created": 1610360742.3440244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160019,17 +160019,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 65 36 64 65", + "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 62 66 35", "module": "__init__", - "msecs": 838.7753963470459, + "msecs": 344.0244197845459, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17488.317012786865, + "relativeCreated": 17429.049730300903, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160037,8 +160037,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,839", - "created": 1610346652.8390203, + "asctime": "2021-01-11 11:25:42,344", + "created": 1610360742.34426, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160048,15 +160048,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 839.0202522277832, + "msecs": 344.25997734069824, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17488.561868667603, + "relativeCreated": 17429.285287857056, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160065,8 +160065,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:52,839", - "created": 1610346652.8391366, + "asctime": "2021-01-11 11:25:42,344", + "created": 1610360742.3443918, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160076,15 +160076,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 839.1366004943848, + "msecs": 344.3918228149414, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17488.678216934204, + "relativeCreated": 17429.4171333313, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160092,8 +160092,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,839", - "created": 1610346652.8392754, + "asctime": "2021-01-11 11:25:42,344", + "created": 1610360742.3445475, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160103,15 +160103,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 839.2753601074219, + "msecs": 344.5475101470947, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17488.81697654724, + "relativeCreated": 17429.572820663452, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160120,8 +160120,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,839", - "created": 1610346652.8393757, + "asctime": "2021-01-11 11:25:42,344", + "created": 1610360742.3446605, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160131,15 +160131,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 839.3757343292236, + "msecs": 344.66052055358887, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17488.917350769043, + "relativeCreated": 17429.685831069946, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160147,8 +160147,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,839", - "created": 1610346652.8395138, + "asctime": "2021-01-11 11:25:42,344", + "created": 1610360742.344884, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160158,15 +160158,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 839.5137786865234, + "msecs": 344.88391876220703, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17489.055395126343, + "relativeCreated": 17429.909229278564, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160175,8 +160175,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,839", - "created": 1610346652.839604, + "asctime": "2021-01-11 11:25:42,345", + "created": 1610360742.3450768, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160186,15 +160186,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 839.6039009094238, + "msecs": 345.0767993927002, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17489.145517349243, + "relativeCreated": 17430.102109909058, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160202,8 +160202,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,839", - "created": 1610346652.8397267, + "asctime": "2021-01-11 11:25:42,345", + "created": 1610360742.3453038, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160213,15 +160213,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 839.7266864776611, + "msecs": 345.3037738800049, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17489.26830291748, + "relativeCreated": 17430.329084396362, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160230,8 +160230,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,839", - "created": 1610346652.839815, + "asctime": "2021-01-11 11:25:42,345", + "created": 1610360742.3454235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160241,15 +160241,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 839.8149013519287, + "msecs": 345.42346000671387, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17489.356517791748, + "relativeCreated": 17430.44877052307, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160257,8 +160257,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,839", - "created": 1610346652.8399532, + "asctime": "2021-01-11 11:25:42,345", + "created": 1610360742.3455994, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160268,15 +160268,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 839.9531841278076, + "msecs": 345.5994129180908, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17489.494800567627, + "relativeCreated": 17430.62472343445, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160285,8 +160285,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,840", - "created": 1610346652.8400414, + "asctime": "2021-01-11 11:25:42,345", + "created": 1610360742.345736, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160296,24 +160296,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 840.0413990020752, + "msecs": 345.736026763916, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17489.583015441895, + "relativeCreated": 17430.761337280273, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { "args": [ "comm-server:", - "(64): 38 64 34 33 37 31 39 30 63 30 39 63 34 32 31 62 36 38 36 33 32 33 37 66 64 63 66 61 39 36 64 65 39 37 65 39 61 31 36 30 63 36 34 61 61 64 37 31 39 38 37 63 61 37 64 63 38 35 35 34 22 7d ca dd" + "(64): 39 30 36 37 38 62 32 32 37 32 65 66 33 62 39 38 62 37 30 63 64 31 33 36 37 36 39 63 35 30 33 39 36 34 35 33 30 65 36 62 61 38 61 35 62 30 32 37 33 31 64 34 31 66 36 35 64 65 30 32 22 7d 48 a5" ], - "asctime": "2021-01-11 07:30:52,840", - "created": 1610346652.8402638, + "asctime": "2021-01-11 11:25:42,346", + "created": 1610360742.3460324, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160321,26 +160321,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 38 64 34 33 37 31 39 30 63 30 39 63 34 32 31 62 36 38 36 33 32 33 37 66 64 63 66 61 39 36 64 65 39 37 65 39 61 31 36 30 63 36 34 61 61 64 37 31 39 38 37 63 61 37 64 63 38 35 35 34 22 7d ca dd", + "message": "comm-server: TX -> (64): 39 30 36 37 38 62 32 32 37 32 65 66 33 62 39 38 62 37 30 63 64 31 33 36 37 36 39 63 35 30 33 39 36 34 35 33 30 65 36 62 61 38 61 35 62 30 32 37 33 31 64 34 31 66 36 35 64 65 30 32 22 7d 48 a5", "module": "__init__", - "msecs": 840.263843536377, + "msecs": 346.03238105773926, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17489.805459976196, + "relativeCreated": 17431.057691574097, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(64): 38 64 34 33 37 31 39 30 63 30 39 63 34 32 31 62 36 38 36 33 32 33 37 66 64 63 66 61 39 36 64 65 39 37 65 39 61 31 36 30 63 36 34 61 61 64 37 31 39 38 37 63 61 37 64 63 38 35 35 34 22 7d ca dd" + "(64): 39 30 36 37 38 62 32 32 37 32 65 66 33 62 39 38 62 37 30 63 64 31 33 36 37 36 39 63 35 30 33 39 36 34 35 33 30 65 36 62 61 38 61 35 62 30 32 37 33 31 64 34 31 66 36 35 64 65 30 32 22 7d 48 a5" ], - "asctime": "2021-01-11 07:30:52,848", - "created": 1610346652.8485794, + "asctime": "2021-01-11 11:25:42,354", + "created": 1610360742.3544223, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160348,26 +160348,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 38 64 34 33 37 31 39 30 63 30 39 63 34 32 31 62 36 38 36 33 32 33 37 66 64 63 66 61 39 36 64 65 39 37 65 39 61 31 36 30 63 36 34 61 61 64 37 31 39 38 37 63 61 37 64 63 38 35 35 34 22 7d ca dd", + "message": "comm-client: RX <- (64): 39 30 36 37 38 62 32 32 37 32 65 66 33 62 39 38 62 37 30 63 64 31 33 36 37 36 39 63 35 30 33 39 36 34 35 33 30 65 36 62 61 38 61 35 62 30 32 37 33 31 64 34 31 66 36 35 64 65 30 32 22 7d 48 a5", "module": "__init__", - "msecs": 848.5794067382812, + "msecs": 354.42233085632324, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17498.1210231781, + "relativeCreated": 17439.44764137268, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { "args": [ "comm-server:", - "(4): fb f0 3a 3e" + "(4): a2 5e 3a 3e" ], - "asctime": "2021-01-11 07:30:52,849", - "created": 1610346652.8490312, + "asctime": "2021-01-11 11:25:42,354", + "created": 1610360742.3549833, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160375,26 +160375,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): fb f0 3a 3e", + "message": "comm-server: TX -> (4): a2 5e 3a 3e", "module": "__init__", - "msecs": 849.0312099456787, + "msecs": 354.9833297729492, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17498.572826385498, + "relativeCreated": 17440.008640289307, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(4): fb f0 3a 3e" + "(4): a2 5e 3a 3e" ], - "asctime": "2021-01-11 07:30:52,849", - "created": 1610346652.849758, + "asctime": "2021-01-11 11:25:42,355", + "created": 1610360742.3558147, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160402,17 +160402,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): fb f0 3a 3e", + "message": "comm-client: RX <- (4): a2 5e 3a 3e", "module": "__init__", - "msecs": 849.7579097747803, + "msecs": 355.81469535827637, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17499.2995262146, + "relativeCreated": 17440.840005874634, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160420,8 +160420,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,849", - "created": 1610346652.8498824, + "asctime": "2021-01-11 11:25:42,356", + "created": 1610360742.3560295, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160431,15 +160431,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 849.8823642730713, + "msecs": 356.0295104980469, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17499.42398071289, + "relativeCreated": 17441.054821014404, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160448,8 +160448,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:52,849", - "created": 1610346652.8499837, + "asctime": "2021-01-11 11:25:42,356", + "created": 1610360742.3561754, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160459,24 +160459,24 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 849.9836921691895, + "msecs": 356.17542266845703, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17499.52530860901, + "relativeCreated": 17441.200733184814, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { "args": [ "STP:", - "(124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 65 36 64 65 38 64 34 33 37 31 39 30 63 30 39 63 34 32 31 62 36 38 36 33 32 33 37 66 64 63 66 61 39 36 64 65 39 37 65 39 61 31 36 30 63 36 34 61 61 64 37 31 39 38 37 63 61 37 64 63 38 35 35 34 22 7d ca dd fb f0" + "(124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 66 62 66 35 39 30 36 37 38 62 32 32 37 32 65 66 33 62 39 38 62 37 30 63 64 31 33 36 37 36 39 63 35 30 33 39 36 34 35 33 30 65 36 62 61 38 61 35 62 30 32 37 33 31 64 34 31 66 36 35 64 65 30 32 22 7d 48 a5 a2 5e" ], - "asctime": "2021-01-11 07:30:52,850", - "created": 1610346652.85023, + "asctime": "2021-01-11 11:25:42,356", + "created": 1610360742.3564742, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160484,17 +160484,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 65 36 64 65 38 64 34 33 37 31 39 30 63 30 39 63 34 32 31 62 36 38 36 33 32 33 37 66 64 63 66 61 39 36 64 65 39 37 65 39 61 31 36 30 63 36 34 61 61 64 37 31 39 38 37 63 61 37 64 63 38 35 35 34 22 7d ca dd fb f0", + "message": "STP: message identified - (124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 66 62 66 35 39 30 36 37 38 62 32 32 37 32 65 66 33 62 39 38 62 37 30 63 64 31 33 36 37 36 39 63 35 30 33 39 36 34 35 33 30 65 36 62 61 38 61 35 62 30 32 37 33 31 64 34 31 66 36 35 64 65 30 32 22 7d 48 a5 a2 5e", "module": "stp", - "msecs": 850.2299785614014, + "msecs": 356.4741611480713, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17499.77159500122, + "relativeCreated": 17441.49947166443, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160503,10 +160503,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'e6de8d437190c09c421b6863237fdcfa96de97e9a160c64aad71987ca7dc8554'" + "'fbf590678b2272ef3b98b70cd136769c503964530e6ba8a5b02731d41f65de02'" ], - "asctime": "2021-01-11 07:30:52,850", - "created": 1610346652.8504946, + "asctime": "2021-01-11 11:25:42,356", + "created": 1610360742.3568513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160514,17 +160514,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'e6de8d437190c09c421b6863237fdcfa96de97e9a160c64aad71987ca7dc8554'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'fbf590678b2272ef3b98b70cd136769c503964530e6ba8a5b02731d41f65de02'\"", "module": "__init__", - "msecs": 850.4946231842041, + "msecs": 356.85133934020996, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17500.036239624023, + "relativeCreated": 17441.876649856567, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160532,8 +160532,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 07:30:52,850", - "created": 1610346652.8506181, + "asctime": "2021-01-11 11:25:42,357", + "created": 1610360742.3570485, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160543,15 +160543,15 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 850.6181240081787, + "msecs": 357.04851150512695, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17500.159740447998, + "relativeCreated": 17442.073822021484, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -160560,10 +160560,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'b323aee5840ef3159047f6f5c81478f67d77c9274666eda2b29a936917f1a5e8439fc6b36bedac0bbd4a807955e79137e7c8b0397526b3a3a858825fbad0c105'" + "'475386d87f4d0af53efc7c5251884b62def4943ea909cae1353b96cee08db630820fd760c49c33690d21111b91154bbd9cb6864a88d37de001645eea71cd87c7'" ], - "asctime": "2021-01-11 07:30:52,850", - "created": 1610346652.8508022, + "asctime": "2021-01-11 11:25:42,357", + "created": 1610360742.3572893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160571,26 +160571,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'b323aee5840ef3159047f6f5c81478f67d77c9274666eda2b29a936917f1a5e8439fc6b36bedac0bbd4a807955e79137e7c8b0397526b3a3a858825fbad0c105'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'475386d87f4d0af53efc7c5251884b62def4943ea909cae1353b96cee08db630820fd760c49c33690d21111b91154bbd9cb6864a88d37de001645eea71cd87c7'\"", "module": "__init__", - "msecs": 850.8021831512451, + "msecs": 357.28931427001953, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17500.343799591064, + "relativeCreated": 17442.314624786377, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 33 32 33" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 37 35 33" ], - "asctime": "2021-01-11 07:30:52,851", - "created": 1610346652.8515892, + "asctime": "2021-01-11 11:25:42,358", + "created": 1610360742.358545, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160598,26 +160598,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 33 32 33", + "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 37 35 33", "module": "__init__", - "msecs": 851.5892028808594, + "msecs": 358.54506492614746, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17501.13081932068, + "relativeCreated": 17443.570375442505, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 33 32 33" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 37 35 33" ], - "asctime": "2021-01-11 07:30:52,859", - "created": 1610346652.8599048, + "asctime": "2021-01-11 11:25:42,366", + "created": 1610360742.3669145, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160625,17 +160625,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 62 33 32 33", + "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 37 35 33", "module": "__init__", - "msecs": 859.9047660827637, + "msecs": 366.9145107269287, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17509.446382522583, + "relativeCreated": 17451.939821243286, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -160643,8 +160643,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,860", - "created": 1610346652.8603818, + "asctime": "2021-01-11 11:25:42,367", + "created": 1610360742.3671048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160654,15 +160654,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 860.3818416595459, + "msecs": 367.10476875305176, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17509.923458099365, + "relativeCreated": 17452.13007926941, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -160671,8 +160671,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:52,860", - "created": 1610346652.8606815, + "asctime": "2021-01-11 11:25:42,367", + "created": 1610360742.3672059, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160682,15 +160682,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 860.6815338134766, + "msecs": 367.2058582305908, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17510.223150253296, + "relativeCreated": 17452.23116874695, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -160698,8 +160698,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,860", - "created": 1610346652.8609645, + "asctime": "2021-01-11 11:25:42,367", + "created": 1610360742.3673468, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160709,15 +160709,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 860.9645366668701, + "msecs": 367.34676361083984, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17510.50615310669, + "relativeCreated": 17452.372074127197, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -160726,8 +160726,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,861", - "created": 1610346652.8611207, + "asctime": "2021-01-11 11:25:42,367", + "created": 1610360742.367432, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160737,15 +160737,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 861.1207008361816, + "msecs": 367.4321174621582, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17510.662317276, + "relativeCreated": 17452.457427978516, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -160753,8 +160753,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,861", - "created": 1610346652.8613133, + "asctime": "2021-01-11 11:25:42,367", + "created": 1610360742.3675587, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160764,15 +160764,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 861.3133430480957, + "msecs": 367.55871772766113, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17510.854959487915, + "relativeCreated": 17452.58402824402, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -160781,8 +160781,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,861", - "created": 1610346652.8615067, + "asctime": "2021-01-11 11:25:42,367", + "created": 1610360742.3676403, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160792,15 +160792,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 861.5067005157471, + "msecs": 367.64025688171387, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17511.048316955566, + "relativeCreated": 17452.66556739807, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -160808,8 +160808,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,861", - "created": 1610346652.8617482, + "asctime": "2021-01-11 11:25:42,367", + "created": 1610360742.367769, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160819,15 +160819,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 861.748218536377, + "msecs": 367.7690029144287, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17511.289834976196, + "relativeCreated": 17452.794313430786, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -160836,8 +160836,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,861", - "created": 1610346652.8619123, + "asctime": "2021-01-11 11:25:42,367", + "created": 1610360742.3678505, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160847,15 +160847,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 861.9122505187988, + "msecs": 367.85054206848145, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17511.453866958618, + "relativeCreated": 17452.87585258484, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -160863,8 +160863,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,862", - "created": 1610346652.8621128, + "asctime": "2021-01-11 11:25:42,367", + "created": 1610360742.3679557, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160874,15 +160874,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 862.1127605438232, + "msecs": 367.95568466186523, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17511.654376983643, + "relativeCreated": 17452.980995178223, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -160891,8 +160891,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,862", - "created": 1610346652.8622653, + "asctime": "2021-01-11 11:25:42,368", + "created": 1610360742.3680348, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -160902,24 +160902,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 862.2653484344482, + "msecs": 368.03483963012695, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17511.806964874268, + "relativeCreated": 17453.060150146484, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(64): 61 65 65 35 38 34 30 65 66 33 31 35 39 30 34 37 66 36 66 35 63 38 31 34 37 38 66 36 37 64 37 37 63 39 32 37 34 36 36 36 65 64 61 32 62 32 39 61 39 33 36 39 31 37 66 31 61 35 65 38 34 33 39 66" + "(64): 38 36 64 38 37 66 34 64 30 61 66 35 33 65 66 63 37 63 35 32 35 31 38 38 34 62 36 32 64 65 66 34 39 34 33 65 61 39 30 39 63 61 65 31 33 35 33 62 39 36 63 65 65 30 38 64 62 36 33 30 38 32 30 66" ], - "asctime": "2021-01-11 07:30:52,862", - "created": 1610346652.862703, + "asctime": "2021-01-11 11:25:42,368", + "created": 1610360742.3682501, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160927,26 +160927,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 61 65 65 35 38 34 30 65 66 33 31 35 39 30 34 37 66 36 66 35 63 38 31 34 37 38 66 36 37 64 37 37 63 39 32 37 34 36 36 36 65 64 61 32 62 32 39 61 39 33 36 39 31 37 66 31 61 35 65 38 34 33 39 66", + "message": "comm-client: TX -> (64): 38 36 64 38 37 66 34 64 30 61 66 35 33 65 66 63 37 63 35 32 35 31 38 38 34 62 36 32 64 65 66 34 39 34 33 65 61 39 30 39 63 61 65 31 33 35 33 62 39 36 63 65 65 30 38 64 62 36 33 30 38 32 30 66", "module": "__init__", - "msecs": 862.7030849456787, + "msecs": 368.25013160705566, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17512.244701385498, + "relativeCreated": 17453.275442123413, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(64): 61 65 65 35 38 34 30 65 66 33 31 35 39 30 34 37 66 36 66 35 63 38 31 34 37 38 66 36 37 64 37 37 63 39 32 37 34 36 36 36 65 64 61 32 62 32 39 61 39 33 36 39 31 37 66 31 61 35 65 38 34 33 39 66" + "(64): 38 36 64 38 37 66 34 64 30 61 66 35 33 65 66 63 37 63 35 32 35 31 38 38 34 62 36 32 64 65 66 34 39 34 33 65 61 39 30 39 63 61 65 31 33 35 33 62 39 36 63 65 65 30 38 64 62 36 33 30 38 32 30 66" ], - "asctime": "2021-01-11 07:30:52,871", - "created": 1610346652.8710027, + "asctime": "2021-01-11 11:25:42,376", + "created": 1610360742.3765454, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160954,26 +160954,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 61 65 65 35 38 34 30 65 66 33 31 35 39 30 34 37 66 36 66 35 63 38 31 34 37 38 66 36 37 64 37 37 63 39 32 37 34 36 36 36 65 64 61 32 62 32 39 61 39 33 36 39 31 37 66 31 61 35 65 38 34 33 39 66", + "message": "comm-server: RX <- (64): 38 36 64 38 37 66 34 64 30 61 66 35 33 65 66 63 37 63 35 32 35 31 38 38 34 62 36 32 64 65 66 34 39 34 33 65 61 39 30 39 63 61 65 31 33 35 33 62 39 36 63 65 65 30 38 64 62 36 33 30 38 32 30 66", "module": "__init__", - "msecs": 871.0026741027832, + "msecs": 376.5454292297363, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17520.544290542603, + "relativeCreated": 17461.570739746094, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(64): 63 36 62 33 36 62 65 64 61 63 30 62 62 64 34 61 38 30 37 39 35 35 65 37 39 31 33 37 65 37 63 38 62 30 33 39 37 35 32 36 62 33 61 33 61 38 35 38 38 32 35 66 62 61 64 30 63 31 30 35 22 7d e4 1f" + "(64): 64 37 36 30 63 34 39 63 33 33 36 39 30 64 32 31 31 31 31 62 39 31 31 35 34 62 62 64 39 63 62 36 38 36 34 61 38 38 64 33 37 64 65 30 30 31 36 34 35 65 65 61 37 31 63 64 38 37 63 37 22 7d c0 89" ], - "asctime": "2021-01-11 07:30:52,871", - "created": 1610346652.8713722, + "asctime": "2021-01-11 11:25:42,377", + "created": 1610360742.377031, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -160981,26 +160981,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 63 36 62 33 36 62 65 64 61 63 30 62 62 64 34 61 38 30 37 39 35 35 65 37 39 31 33 37 65 37 63 38 62 30 33 39 37 35 32 36 62 33 61 33 61 38 35 38 38 32 35 66 62 61 64 30 63 31 30 35 22 7d e4 1f", + "message": "comm-client: TX -> (64): 64 37 36 30 63 34 39 63 33 33 36 39 30 64 32 31 31 31 31 62 39 31 31 35 34 62 62 64 39 63 62 36 38 36 34 61 38 38 64 33 37 64 65 30 30 31 36 34 35 65 65 61 37 31 63 64 38 37 63 37 22 7d c0 89", "module": "__init__", - "msecs": 871.3722229003906, + "msecs": 377.0310878753662, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17520.91383934021, + "relativeCreated": 17462.056398391724, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(64): 63 36 62 33 36 62 65 64 61 63 30 62 62 64 34 61 38 30 37 39 35 35 65 37 39 31 33 37 65 37 63 38 62 30 33 39 37 35 32 36 62 33 61 33 61 38 35 38 38 32 35 66 62 61 64 30 63 31 30 35 22 7d e4 1f" + "(64): 64 37 36 30 63 34 39 63 33 33 36 39 30 64 32 31 31 31 31 62 39 31 31 35 34 62 62 64 39 63 62 36 38 36 34 61 38 38 64 33 37 64 65 30 30 31 36 34 35 65 65 61 37 31 63 64 38 37 63 37 22 7d c0 89" ], - "asctime": "2021-01-11 07:30:52,879", - "created": 1610346652.879695, + "asctime": "2021-01-11 11:25:42,385", + "created": 1610360742.3853586, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161008,26 +161008,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 63 36 62 33 36 62 65 64 61 63 30 62 62 64 34 61 38 30 37 39 35 35 65 37 39 31 33 37 65 37 63 38 62 30 33 39 37 35 32 36 62 33 61 33 61 38 35 38 38 32 35 66 62 61 64 30 63 31 30 35 22 7d e4 1f", + "message": "comm-server: RX <- (64): 64 37 36 30 63 34 39 63 33 33 36 39 30 64 32 31 31 31 31 62 39 31 31 35 34 62 62 64 39 63 62 36 38 36 34 61 38 38 64 33 37 64 65 30 30 31 36 34 35 65 65 61 37 31 63 64 38 37 63 37 22 7d c0 89", "module": "__init__", - "msecs": 879.694938659668, + "msecs": 385.3585720062256, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17529.236555099487, + "relativeCreated": 17470.383882522583, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { "args": [ "comm-client:", - "(4): 2d e6 3a 3e" + "(4): 5f 92 3a 3e" ], - "asctime": "2021-01-11 07:30:52,880", - "created": 1610346652.8802161, + "asctime": "2021-01-11 11:25:42,385", + "created": 1610360742.3859947, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161035,26 +161035,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 2d e6 3a 3e", + "message": "comm-client: TX -> (4): 5f 92 3a 3e", "module": "__init__", - "msecs": 880.216121673584, + "msecs": 385.99467277526855, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17529.757738113403, + "relativeCreated": 17471.019983291626, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { "args": [ "comm-server:", - "(4): 2d e6 3a 3e" + "(4): 5f 92 3a 3e" ], - "asctime": "2021-01-11 07:30:52,880", - "created": 1610346652.8809698, + "asctime": "2021-01-11 11:25:42,386", + "created": 1610360742.386783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161062,17 +161062,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 2d e6 3a 3e", + "message": "comm-server: RX <- (4): 5f 92 3a 3e", "module": "__init__", - "msecs": 880.969762802124, + "msecs": 386.7828845977783, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17530.511379241943, + "relativeCreated": 17471.808195114136, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -161080,8 +161080,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,881", - "created": 1610346652.8811138, + "asctime": "2021-01-11 11:25:42,386", + "created": 1610360742.3869598, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161091,15 +161091,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 881.1137676239014, + "msecs": 386.9597911834717, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17530.65538406372, + "relativeCreated": 17471.98510169983, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -161108,8 +161108,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:52,881", - "created": 1610346652.8812332, + "asctime": "2021-01-11 11:25:42,387", + "created": 1610360742.3871057, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161119,24 +161119,24 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 881.2332153320312, + "msecs": 387.10570335388184, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17530.77483177185, + "relativeCreated": 17472.13101387024, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { "args": [ "STP:", - "(188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 62 33 32 33 61 65 65 35 38 34 30 65 66 33 31 35 39 30 34 37 66 36 66 35 63 38 31 34 37 38 66 36 37 64 37 37 63 39 32 37 34 36 36 36 65 64 61 32 62 32 39 61 39 33 36 39 31 37 66 31 61 35 65 38 34 33 39 66 63 36 62 33 36 62 65 64 61 63 30 62 62 64 34 61 38 30 37 39 35 35 65 37 39 31 33 37 65 37 63 38 62 30 33 39 37 35 32 36 62 33 61 33 61 38 35 38 38 32 35 66 62 61 64 30 63 31 30 35 22 7d e4 1f 2d e6" + "(188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 37 35 33 38 36 64 38 37 66 34 64 30 61 66 35 33 65 66 63 37 63 35 32 35 31 38 38 34 62 36 32 64 65 66 34 39 34 33 65 61 39 30 39 63 61 65 31 33 35 33 62 39 36 63 65 65 30 38 64 62 36 33 30 38 32 30 66 64 37 36 30 63 34 39 63 33 33 36 39 30 64 32 31 31 31 31 62 39 31 31 35 34 62 62 64 39 63 62 36 38 36 34 61 38 38 64 33 37 64 65 30 30 31 36 34 35 65 65 61 37 31 63 64 38 37 63 37 22 7d c0 89 5f 92" ], - "asctime": "2021-01-11 07:30:52,881", - "created": 1610346652.8816264, + "asctime": "2021-01-11 11:25:42,387", + "created": 1610360742.3875544, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161144,17 +161144,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 62 33 32 33 61 65 65 35 38 34 30 65 66 33 31 35 39 30 34 37 66 36 66 35 63 38 31 34 37 38 66 36 37 64 37 37 63 39 32 37 34 36 36 36 65 64 61 32 62 32 39 61 39 33 36 39 31 37 66 31 61 35 65 38 34 33 39 66 63 36 62 33 36 62 65 64 61 63 30 62 62 64 34 61 38 30 37 39 35 35 65 37 39 31 33 37 65 37 63 38 62 30 33 39 37 35 32 36 62 33 61 33 61 38 35 38 38 32 35 66 62 61 64 30 63 31 30 35 22 7d e4 1f 2d e6", + "message": "STP: message identified - (188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 37 35 33 38 36 64 38 37 66 34 64 30 61 66 35 33 65 66 63 37 63 35 32 35 31 38 38 34 62 36 32 64 65 66 34 39 34 33 65 61 39 30 39 63 61 65 31 33 35 33 62 39 36 63 65 65 30 38 64 62 36 33 30 38 32 30 66 64 37 36 30 63 34 39 63 33 33 36 39 30 64 32 31 31 31 31 62 39 31 31 35 34 62 62 64 39 63 62 36 38 36 34 61 38 38 64 33 37 64 65 30 30 31 36 34 35 65 65 61 37 31 63 64 38 37 63 37 22 7d c0 89 5f 92", "module": "stp", - "msecs": 881.6263675689697, + "msecs": 387.554407119751, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17531.16798400879, + "relativeCreated": 17472.57971763611, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -161163,10 +161163,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'b323aee5840ef3159047f6f5c81478f67d77c9274666eda2b29a936917f1a5e8439fc6b36bedac0bbd4a807955e79137e7c8b0397526b3a3a858825fbad0c105'" + "'475386d87f4d0af53efc7c5251884b62def4943ea909cae1353b96cee08db630820fd760c49c33690d21111b91154bbd9cb6864a88d37de001645eea71cd87c7'" ], - "asctime": "2021-01-11 07:30:52,881", - "created": 1610346652.8819463, + "asctime": "2021-01-11 11:25:42,387", + "created": 1610360742.3879285, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161174,17 +161174,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'b323aee5840ef3159047f6f5c81478f67d77c9274666eda2b29a936917f1a5e8439fc6b36bedac0bbd4a807955e79137e7c8b0397526b3a3a858825fbad0c105'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'475386d87f4d0af53efc7c5251884b62def4943ea909cae1353b96cee08db630820fd760c49c33690d21111b91154bbd9cb6864a88d37de001645eea71cd87c7'\"", "module": "__init__", - "msecs": 881.946325302124, + "msecs": 387.9284858703613, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17531.487941741943, + "relativeCreated": 17472.95379638672, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -161192,8 +161192,8 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 07:30:52,882", - "created": 1610346652.8820956, + "asctime": "2021-01-11 11:25:42,388", + "created": 1610360742.388114, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161203,15 +161203,15 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 882.0955753326416, + "msecs": 388.11397552490234, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17531.63719177246, + "relativeCreated": 17473.13928604126, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -161222,8 +161222,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:52,882", - "created": 1610346652.882337, + "asctime": "2021-01-11 11:25:42,388", + "created": 1610360742.3884058, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161233,15 +161233,15 @@ "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 882.3370933532715, + "msecs": 388.40579986572266, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17531.87870979309, + "relativeCreated": 17473.43111038208, "stack_info": null, - "thread": 140560622925568, + "thread": 140652486567680, "threadName": "Thread-29" }, { @@ -161249,8 +161249,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d" ], - "asctime": "2021-01-11 07:30:52,883", - "created": 1610346652.8830035, + "asctime": "2021-01-11 11:25:42,389", + "created": 1610360742.389251, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161260,15 +161260,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d", "module": "__init__", - "msecs": 883.0034732818604, + "msecs": 389.2509937286377, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17532.54508972168, + "relativeCreated": 17474.276304244995, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161276,8 +161276,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d" ], - "asctime": "2021-01-11 07:30:52,891", - "created": 1610346652.8914013, + "asctime": "2021-01-11 11:25:42,397", + "created": 1610360742.3975976, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161287,15 +161287,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d", "module": "__init__", - "msecs": 891.4012908935547, + "msecs": 397.5975513458252, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17540.942907333374, + "relativeCreated": 17482.622861862183, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161303,8 +161303,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,891", - "created": 1610346652.891644, + "asctime": "2021-01-11 11:25:42,397", + "created": 1610360742.3977904, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161314,15 +161314,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 891.6440010070801, + "msecs": 397.79043197631836, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17541.1856174469, + "relativeCreated": 17482.815742492676, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161331,8 +161331,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:52,891", - "created": 1610346652.8917773, + "asctime": "2021-01-11 11:25:42,397", + "created": 1610360742.3978913, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161342,15 +161342,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 891.7772769927979, + "msecs": 397.8912830352783, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17541.318893432617, + "relativeCreated": 17482.916593551636, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161358,8 +161358,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,891", - "created": 1610346652.8919349, + "asctime": "2021-01-11 11:25:42,398", + "created": 1610360742.3980334, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161369,15 +161369,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 891.934871673584, + "msecs": 398.03338050842285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17541.476488113403, + "relativeCreated": 17483.05869102478, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161386,8 +161386,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,892", - "created": 1610346652.8920689, + "asctime": "2021-01-11 11:25:42,398", + "created": 1610360742.3981388, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161397,15 +161397,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 892.0688629150391, + "msecs": 398.13876152038574, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17541.61047935486, + "relativeCreated": 17483.164072036743, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161413,8 +161413,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,892", - "created": 1610346652.8922355, + "asctime": "2021-01-11 11:25:42,398", + "created": 1610360742.3982675, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161424,15 +161424,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.235517501831, + "msecs": 398.2675075531006, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17541.77713394165, + "relativeCreated": 17483.292818069458, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161441,8 +161441,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,892", - "created": 1610346652.892343, + "asctime": "2021-01-11 11:25:42,398", + "created": 1610360742.3983498, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161452,15 +161452,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 892.3430442810059, + "msecs": 398.3497619628906, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17541.884660720825, + "relativeCreated": 17483.375072479248, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161468,8 +161468,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,892", - "created": 1610346652.8924885, + "asctime": "2021-01-11 11:25:42,398", + "created": 1610360742.398463, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161479,15 +161479,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.4884796142578, + "msecs": 398.46301078796387, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17542.030096054077, + "relativeCreated": 17483.48832130432, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161496,8 +161496,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,892", - "created": 1610346652.8925946, + "asctime": "2021-01-11 11:25:42,398", + "created": 1610360742.3985436, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161507,15 +161507,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 892.594575881958, + "msecs": 398.5435962677002, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17542.136192321777, + "relativeCreated": 17483.568906784058, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161523,8 +161523,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,892", - "created": 1610346652.892783, + "asctime": "2021-01-11 11:25:42,398", + "created": 1610360742.3986614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161534,15 +161534,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.7829265594482, + "msecs": 398.66137504577637, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17542.324542999268, + "relativeCreated": 17483.686685562134, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161551,8 +161551,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,892", - "created": 1610346652.8928905, + "asctime": "2021-01-11 11:25:42,398", + "created": 1610360742.3987422, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161562,15 +161562,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 892.890453338623, + "msecs": 398.7421989440918, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17542.432069778442, + "relativeCreated": 17483.76750946045, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161578,8 +161578,8 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 07:30:52,893", - "created": 1610346652.8930993, + "asctime": "2021-01-11 11:25:42,398", + "created": 1610360742.398895, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161589,15 +161589,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 893.099308013916, + "msecs": 398.8950252532959, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17542.640924453735, + "relativeCreated": 17483.920335769653, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161605,8 +161605,8 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 07:30:52,894", - "created": 1610346652.8940833, + "asctime": "2021-01-11 11:25:42,399", + "created": 1610360742.3999238, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161616,15 +161616,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 894.0832614898682, + "msecs": 399.92380142211914, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17543.624877929688, + "relativeCreated": 17484.949111938477, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161632,8 +161632,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,894", - "created": 1610346652.8942275, + "asctime": "2021-01-11 11:25:42,400", + "created": 1610360742.4001307, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161643,15 +161643,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 894.2275047302246, + "msecs": 400.1307487487793, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17543.769121170044, + "relativeCreated": 17485.156059265137, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161660,8 +161660,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:52,894", - "created": 1610346652.894339, + "asctime": "2021-01-11 11:25:42,400", + "created": 1610360742.4002333, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161671,15 +161671,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 894.3390846252441, + "msecs": 400.23326873779297, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17543.880701065063, + "relativeCreated": 17485.25857925415, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161687,8 +161687,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 7d 94 fe 74 32" ], - "asctime": "2021-01-11 07:30:52,894", - "created": 1610346652.894521, + "asctime": "2021-01-11 11:25:42,400", + "created": 1610360742.4003842, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -161698,15 +161698,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 7d 94 fe 74 32", "module": "stp", - "msecs": 894.5209980010986, + "msecs": 400.38418769836426, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17544.062614440918, + "relativeCreated": 17485.40949821472, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161717,8 +161717,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:52,894", - "created": 1610346652.8948238, + "asctime": "2021-01-11 11:25:42,400", + "created": 1610360742.4006457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161728,15 +161728,15 @@ "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 894.8237895965576, + "msecs": 400.6457328796387, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17544.365406036377, + "relativeCreated": 17485.671043395996, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { @@ -161744,8 +161744,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 07:30:52,894", - "created": 1610346652.8949792, + "asctime": "2021-01-11 11:25:42,400", + "created": 1610360742.4007976, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161755,23 +161755,23 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 894.9792385101318, + "msecs": 400.79760551452637, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17544.52085494995, + "relativeCreated": 17485.822916030884, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,895", - "created": 1610346652.8951025, + "asctime": "2021-01-11 11:25:42,400", + "created": 1610360742.4008977, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161781,37 +161781,37 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 895.1025009155273, + "msecs": 400.897741317749, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17544.644117355347, + "relativeCreated": 17485.923051834106, "stack_info": null, - "thread": 140560614532864, + "thread": 140652478174976, "threadName": "Thread-30" } ], - "msecs": 917.4609184265137, + "msecs": 422.96576499938965, "msg": "Doing authentification", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17567.002534866333, + "relativeCreated": 17507.991075515747, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.022358417510986328 + "time_consumption": 0.022068023681640625 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:52,918", - "created": 1610346652.918487, + "asctime": "2021-01-11 11:25:42,423", + "created": 1610360742.423956, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161828,8 +161828,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,918", - "created": 1610346652.9181302, + "asctime": "2021-01-11 11:25:42,423", + "created": 1610360742.4235425, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161839,15 +161839,15 @@ "lineno": 22, "message": "Result (Client connection status): True ()", "module": "test", - "msecs": 918.1301593780518, + "msecs": 423.5424995422363, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17567.67177581787, + "relativeCreated": 17508.567810058594, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -161856,8 +161856,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,918", - "created": 1610346652.9183252, + "asctime": "2021-01-11 11:25:42,423", + "created": 1610360742.4237578, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161867,37 +161867,37 @@ "lineno": 26, "message": "Expectation (Client connection status): result = True ()", "module": "test", - "msecs": 918.3251857757568, + "msecs": 423.75779151916504, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17567.866802215576, + "relativeCreated": 17508.783102035522, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 918.4870719909668, + "msecs": 423.95591735839844, "msg": "Client connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17568.028688430786, + "relativeCreated": 17508.981227874756, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016188621520996094 + "time_consumption": 0.00019812583923339844 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:52,919", - "created": 1610346652.9190497, + "asctime": "2021-01-11 11:25:42,424", + "created": 1610360742.4245732, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161914,8 +161914,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,918", - "created": 1610346652.9187522, + "asctime": "2021-01-11 11:25:42,424", + "created": 1610360742.4242842, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161925,15 +161925,15 @@ "lineno": 22, "message": "Result (Server connection status): True ()", "module": "test", - "msecs": 918.7521934509277, + "msecs": 424.2842197418213, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17568.293809890747, + "relativeCreated": 17509.30953025818, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -161942,8 +161942,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:52,918", - "created": 1610346652.9188993, + "asctime": "2021-01-11 11:25:42,424", + "created": 1610360742.4244344, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -161953,41 +161953,41 @@ "lineno": 26, "message": "Expectation (Server connection status): result = True ()", "module": "test", - "msecs": 918.8992977142334, + "msecs": 424.4344234466553, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17568.440914154053, + "relativeCreated": 17509.459733963013, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 919.0497398376465, + "msecs": 424.5731830596924, "msg": "Server connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17568.591356277466, + "relativeCreated": 17509.59849357605, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015044212341308594 + "time_consumption": 0.00013875961303710938 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.8055095672607422, - "time_finished": "2021-01-11 07:30:52,919", - "time_start": "2021-01-11 07:30:52,113" + "time_consumption": 0.8061673641204834, + "time_finished": "2021-01-11 11:25:42,424", + "time_start": "2021-01-11 11:25:41,618" }, "_elO7wE4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:52,919", - "created": 1610346652.9196005, + "asctime": "2021-01-11 11:25:42,425", + "created": 1610360742.4251451, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -161998,19 +161998,19 @@ "message": "_elO7wE4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 919.6004867553711, + "msecs": 425.14514923095703, "msg": "_elO7wE4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17569.14210319519, + "relativeCreated": 17510.170459747314, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.9296165, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4337912, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -162025,8 +162025,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:52,921", - "created": 1610346652.921368, + "asctime": "2021-01-11 11:25:42,426", + "created": 1610360742.4266896, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162036,23 +162036,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 921.367883682251, + "msecs": 426.68962478637695, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17570.90950012207, + "relativeCreated": 17511.714935302734, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,922", - "created": 1610346652.922832, + "asctime": "2021-01-11 11:25:42,427", + "created": 1610360742.4278848, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162062,23 +162062,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 922.8320121765137, + "msecs": 427.8848171234131, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17572.373628616333, + "relativeCreated": 17512.91012763977, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,923", - "created": 1610346652.9230886, + "asctime": "2021-01-11 11:25:42,428", + "created": 1610360742.4281154, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162088,23 +162088,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 923.088550567627, + "msecs": 428.1153678894043, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17572.630167007446, + "relativeCreated": 17513.14067840576, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:52,923", - "created": 1610346652.9234216, + "asctime": "2021-01-11 11:25:42,428", + "created": 1610360742.4284449, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162114,15 +162114,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 923.4216213226318, + "msecs": 428.44486236572266, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17572.96323776245, + "relativeCreated": 17513.47017288208, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162131,8 +162131,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:52,923", - "created": 1610346652.9236007, + "asctime": "2021-01-11 11:25:42,428", + "created": 1610360742.4286528, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162142,15 +162142,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 923.6006736755371, + "msecs": 428.6527633666992, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17573.142290115356, + "relativeCreated": 17513.678073883057, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162158,8 +162158,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:52,923", - "created": 1610346652.9238248, + "asctime": "2021-01-11 11:25:42,428", + "created": 1610360742.4289398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162169,15 +162169,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 923.8247871398926, + "msecs": 428.9398193359375, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17573.366403579712, + "relativeCreated": 17513.965129852295, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162185,8 +162185,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:52,923", - "created": 1610346652.923982, + "asctime": "2021-01-11 11:25:42,429", + "created": 1610360742.4291983, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162196,15 +162196,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 923.9819049835205, + "msecs": 429.1982650756836, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17573.52352142334, + "relativeCreated": 17514.22357559204, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162212,8 +162212,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:52,924", - "created": 1610346652.9241261, + "asctime": "2021-01-11 11:25:42,429", + "created": 1610360742.4294093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162223,15 +162223,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 924.126148223877, + "msecs": 429.4092655181885, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17573.667764663696, + "relativeCreated": 17514.434576034546, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162239,8 +162239,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:52,924", - "created": 1610346652.9242666, + "asctime": "2021-01-11 11:25:42,429", + "created": 1610360742.4295561, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162250,15 +162250,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 924.2665767669678, + "msecs": 429.55613136291504, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17573.808193206787, + "relativeCreated": 17514.581441879272, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162268,8 +162268,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:52,924", - "created": 1610346652.9244332, + "asctime": "2021-01-11 11:25:42,429", + "created": 1610360742.4297376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162279,15 +162279,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 924.4332313537598, + "msecs": 429.7375679016113, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17573.97484779358, + "relativeCreated": 17514.76287841797, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162297,8 +162297,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:52,924", - "created": 1610346652.9246147, + "asctime": "2021-01-11 11:25:42,429", + "created": 1610360742.4299011, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162308,15 +162308,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 924.614667892456, + "msecs": 429.901123046875, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17574.156284332275, + "relativeCreated": 17514.926433563232, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162326,8 +162326,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:52,924", - "created": 1610346652.924772, + "asctime": "2021-01-11 11:25:42,430", + "created": 1610360742.4300551, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162337,15 +162337,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 924.7720241546631, + "msecs": 430.0551414489746, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17574.313640594482, + "relativeCreated": 17515.080451965332, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162355,8 +162355,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:52,924", - "created": 1610346652.924934, + "asctime": "2021-01-11 11:25:42,430", + "created": 1610360742.4302168, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162366,23 +162366,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 924.933910369873, + "msecs": 430.21678924560547, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17574.475526809692, + "relativeCreated": 17515.242099761963, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:52,925", - "created": 1610346652.9251008, + "asctime": "2021-01-11 11:25:42,430", + "created": 1610360742.4303637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162392,15 +162392,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 925.1008033752441, + "msecs": 430.36365509033203, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17574.642419815063, + "relativeCreated": 17515.38896560669, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162409,8 +162409,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:52,925", - "created": 1610346652.9252732, + "asctime": "2021-01-11 11:25:42,430", + "created": 1610360742.430521, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162420,15 +162420,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 925.2731800079346, + "msecs": 430.52101135253906, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17574.814796447754, + "relativeCreated": 17515.546321868896, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162436,8 +162436,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:52,925", - "created": 1610346652.9254801, + "asctime": "2021-01-11 11:25:42,430", + "created": 1610360742.4306865, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162447,15 +162447,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 925.4801273345947, + "msecs": 430.68647384643555, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17575.021743774414, + "relativeCreated": 17515.711784362793, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162463,8 +162463,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:52,925", - "created": 1610346652.9256368, + "asctime": "2021-01-11 11:25:42,430", + "created": 1610360742.43083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162474,15 +162474,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 925.6367683410645, + "msecs": 430.8300018310547, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17575.178384780884, + "relativeCreated": 17515.855312347412, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162492,8 +162492,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:52,925", - "created": 1610346652.9257913, + "asctime": "2021-01-11 11:25:42,430", + "created": 1610360742.4309807, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162503,15 +162503,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 925.7912635803223, + "msecs": 430.9806823730469, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17575.33288002014, + "relativeCreated": 17516.005992889404, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162521,8 +162521,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:52,925", - "created": 1610346652.9259584, + "asctime": "2021-01-11 11:25:42,431", + "created": 1610360742.4311419, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162532,15 +162532,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 925.9583950042725, + "msecs": 431.14185333251953, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17575.50001144409, + "relativeCreated": 17516.167163848877, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162549,8 +162549,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:52,926", - "created": 1610346652.9261084, + "asctime": "2021-01-11 11:25:42,431", + "created": 1610360742.4312909, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162560,15 +162560,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 926.1083602905273, + "msecs": 431.290864944458, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17575.649976730347, + "relativeCreated": 17516.316175460815, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162577,8 +162577,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:52,926", - "created": 1610346652.9262578, + "asctime": "2021-01-11 11:25:42,431", + "created": 1610360742.4314294, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162588,15 +162588,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 926.257848739624, + "msecs": 431.429386138916, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17575.799465179443, + "relativeCreated": 17516.454696655273, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162605,8 +162605,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:52,926", - "created": 1610346652.926404, + "asctime": "2021-01-11 11:25:42,431", + "created": 1610360742.431576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162616,23 +162616,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 926.4039993286133, + "msecs": 431.5760135650635, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17575.945615768433, + "relativeCreated": 17516.60132408142, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:52,926", - "created": 1610346652.926542, + "asctime": "2021-01-11 11:25:42,431", + "created": 1610360742.4317153, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162642,23 +162642,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 926.5420436859131, + "msecs": 431.7152500152588, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17576.083660125732, + "relativeCreated": 17516.740560531616, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,926", - "created": 1610346652.9268413, + "asctime": "2021-01-11 11:25:42,432", + "created": 1610360742.4320009, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162668,15 +162668,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 926.8412590026855, + "msecs": 432.00087547302246, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17576.382875442505, + "relativeCreated": 17517.02618598938, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162685,8 +162685,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:52,926", - "created": 1610346652.9269972, + "asctime": "2021-01-11 11:25:42,432", + "created": 1610360742.4321592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162696,15 +162696,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 926.997184753418, + "msecs": 432.1591854095459, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17576.538801193237, + "relativeCreated": 17517.184495925903, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162712,8 +162712,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:52,927", - "created": 1610346652.9271946, + "asctime": "2021-01-11 11:25:42,432", + "created": 1610360742.4323666, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162723,15 +162723,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 927.1945953369141, + "msecs": 432.36660957336426, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17576.736211776733, + "relativeCreated": 17517.39192008972, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162739,8 +162739,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:52,927", - "created": 1610346652.9273427, + "asctime": "2021-01-11 11:25:42,432", + "created": 1610360742.4325163, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162750,15 +162750,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 927.3426532745361, + "msecs": 432.51633644104004, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17576.884269714355, + "relativeCreated": 17517.541646957397, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162766,8 +162766,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:52,927", - "created": 1610346652.9274845, + "asctime": "2021-01-11 11:25:42,432", + "created": 1610360742.432658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162777,15 +162777,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 927.4845123291016, + "msecs": 432.65795707702637, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17577.02612876892, + "relativeCreated": 17517.683267593384, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162793,8 +162793,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:52,927", - "created": 1610346652.9276266, + "asctime": "2021-01-11 11:25:42,432", + "created": 1610360742.4328072, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162804,15 +162804,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 927.6266098022461, + "msecs": 432.80720710754395, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17577.168226242065, + "relativeCreated": 17517.8325176239, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162822,8 +162822,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:52,927", - "created": 1610346652.9277754, + "asctime": "2021-01-11 11:25:42,432", + "created": 1610360742.4328663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162833,15 +162833,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 927.7753829956055, + "msecs": 432.86633491516113, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17577.316999435425, + "relativeCreated": 17517.89164543152, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162851,8 +162851,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:52,927", - "created": 1610346652.927941, + "asctime": "2021-01-11 11:25:42,432", + "created": 1610360742.4329233, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162862,15 +162862,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 927.941083908081, + "msecs": 432.9233169555664, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17577.4827003479, + "relativeCreated": 17517.948627471924, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162880,8 +162880,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:52,928", - "created": 1610346652.9280968, + "asctime": "2021-01-11 11:25:42,432", + "created": 1610360742.4329784, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162891,15 +162891,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 928.0967712402344, + "msecs": 432.97839164733887, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17577.638387680054, + "relativeCreated": 17518.003702163696, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162909,8 +162909,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:52,928", - "created": 1610346652.9282815, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4330325, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162920,23 +162920,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 928.2815456390381, + "msecs": 433.0325126647949, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17577.823162078857, + "relativeCreated": 17518.057823181152, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,928", - "created": 1610346652.9284327, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4330847, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162946,15 +162946,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 928.4327030181885, + "msecs": 433.08472633361816, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17577.974319458008, + "relativeCreated": 17518.110036849976, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162963,8 +162963,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:52,928", - "created": 1610346652.9285963, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4331477, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -162974,15 +162974,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 928.5962581634521, + "msecs": 433.147668838501, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17578.13787460327, + "relativeCreated": 17518.17297935486, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -162990,8 +162990,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:52,928", - "created": 1610346652.928761, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4332068, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163001,15 +163001,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 928.7610054016113, + "msecs": 433.20679664611816, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17578.30262184143, + "relativeCreated": 17518.232107162476, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -163017,8 +163017,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:52,928", - "created": 1610346652.9289148, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4332597, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163028,15 +163028,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 928.9147853851318, + "msecs": 433.2597255706787, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17578.45640182495, + "relativeCreated": 17518.285036087036, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -163046,8 +163046,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.929064, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4333124, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163057,15 +163057,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 929.0640354156494, + "msecs": 433.31241607666016, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17578.60565185547, + "relativeCreated": 17518.337726593018, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -163075,8 +163075,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.929217, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4333677, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163086,15 +163086,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 929.2171001434326, + "msecs": 433.3677291870117, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17578.758716583252, + "relativeCreated": 17518.39303970337, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -163103,8 +163103,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.9293613, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4334245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163114,15 +163114,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 929.3613433837891, + "msecs": 433.4244728088379, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17578.90295982361, + "relativeCreated": 17518.449783325195, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -163131,8 +163131,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.929492, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.433474, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163142,15 +163142,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 929.4919967651367, + "msecs": 433.474063873291, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17579.033613204956, + "relativeCreated": 17518.49937438965, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -163159,8 +163159,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.9295344, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.433523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163170,23 +163170,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 929.5344352722168, + "msecs": 433.52293968200684, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17579.076051712036, + "relativeCreated": 17518.548250198364, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.9295764, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4335723, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163196,34 +163196,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 929.5763969421387, + "msecs": 433.57229232788086, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17579.118013381958, + "relativeCreated": 17518.59760284424, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 929.6164512634277, + "msecs": 433.7911605834961, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17579.158067703247, + "relativeCreated": 17518.816471099854, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 0.00021886825561523438 }, { "args": [], - "asctime": "2021-01-11 07:30:53,273", - "created": 1610346653.273684, + "asctime": "2021-01-11 11:25:42,777", + "created": 1610360742.777535, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -163238,8 +163238,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.929714, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.433897, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163249,23 +163249,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 929.7139644622803, + "msecs": 433.8970184326172, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17579.2555809021, + "relativeCreated": 17518.922328948975, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.9297612, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.433947, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163275,23 +163275,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 929.7611713409424, + "msecs": 433.9470863342285, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17579.30278778076, + "relativeCreated": 17518.972396850586, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.929805, + "asctime": "2021-01-11 11:25:42,433", + "created": 1610360742.4339936, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163301,15 +163301,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 929.8050403594971, + "msecs": 433.9935779571533, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17579.346656799316, + "relativeCreated": 17519.01888847351, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -163320,8 +163320,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,929", - "created": 1610346652.9298937, + "asctime": "2021-01-11 11:25:42,434", + "created": 1610360742.4340777, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163331,23 +163331,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 929.8937320709229, + "msecs": 434.0777397155762, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17579.435348510742, + "relativeCreated": 17519.103050231934, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,930", - "created": 1610346652.9300811, + "asctime": "2021-01-11 11:25:42,434", + "created": 1610360742.4342563, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163357,50 +163357,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 930.0811290740967, + "msecs": 434.25631523132324, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17579.622745513916, + "relativeCreated": 17519.28162574768, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, - { - "args": [ - "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" - ], - "asctime": "2021-01-11 07:30:52,930", - "created": 1610346652.9302979, - "exc_info": null, - "exc_text": null, - "filename": "__init__.py", - "funcName": "__tx__", - "levelname": "INFO", - "levelno": 20, - "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", - "module": "__init__", - "msecs": 930.2978515625, - "msg": "%s TX -> %s", - "name": "root.helpers.all_others", - "pathname": "src/helpers/__init__.py", - "process": 25632, - "processName": "MainProcess", - "relativeCreated": 17579.83946800232, - "stack_info": null, - "thread": 140560606140160, - "threadName": "Thread-31" - }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:52,930", - "created": 1610346652.9301317, + "asctime": "2021-01-11 11:25:42,434", + "created": 1610360742.4343064, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163410,23 +163383,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 930.1316738128662, + "msecs": 434.30638313293457, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17579.673290252686, + "relativeCreated": 17519.331693649292, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:52,930", - "created": 1610346652.9305522, + "asctime": "2021-01-11 11:25:42,434", + "created": 1610360742.4343555, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163436,24 +163409,51 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 930.5522441864014, + "msecs": 434.3554973602295, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17580.09386062622, + "relativeCreated": 17519.380807876587, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, + { + "args": [ + "comm-client:", + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" + ], + "asctime": "2021-01-11 11:25:42,434", + "created": 1610360742.434504, + "exc_info": null, + "exc_text": null, + "filename": "__init__.py", + "funcName": "__tx__", + "levelname": "INFO", + "levelno": 20, + "lineno": 284, + "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", + "module": "__init__", + "msecs": 434.50403213500977, + "msg": "%s TX -> %s", + "name": "root.helpers.all_others", + "pathname": "src/helpers/__init__.py", + "process": 33730, + "processName": "MainProcess", + "relativeCreated": 17519.529342651367, + "stack_info": null, + "thread": 140651991660288, + "threadName": "Thread-31" + }, { "args": [ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,938", - "created": 1610346652.9384935, + "asctime": "2021-01-11 11:25:42,442", + "created": 1610360742.4425702, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163463,15 +163463,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 938.4934902191162, + "msecs": 442.5702095031738, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.035106658936, + "relativeCreated": 17527.59552001953, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163479,8 +163479,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,938", - "created": 1610346652.938615, + "asctime": "2021-01-11 11:25:42,442", + "created": 1610360742.4426222, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163490,15 +163490,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 938.615083694458, + "msecs": 442.62218475341797, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.156700134277, + "relativeCreated": 17527.647495269775, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163507,8 +163507,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:52,938", - "created": 1610346652.9386668, + "asctime": "2021-01-11 11:25:42,442", + "created": 1610360742.4426644, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163518,15 +163518,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 938.666820526123, + "msecs": 442.66438484191895, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.208436965942, + "relativeCreated": 17527.689695358276, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163534,8 +163534,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,938", - "created": 1610346652.9387367, + "asctime": "2021-01-11 11:25:42,442", + "created": 1610360742.442726, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163545,15 +163545,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 938.7366771697998, + "msecs": 442.72589683532715, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.27829360962, + "relativeCreated": 17527.751207351685, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163562,8 +163562,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,938", - "created": 1610346652.9387844, + "asctime": "2021-01-11 11:25:42,442", + "created": 1610360742.4427676, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163573,15 +163573,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 938.7843608856201, + "msecs": 442.7676200866699, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.32597732544, + "relativeCreated": 17527.792930603027, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163589,8 +163589,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,938", - "created": 1610346652.9388525, + "asctime": "2021-01-11 11:25:42,442", + "created": 1610360742.4428327, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163600,15 +163600,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 938.8525485992432, + "msecs": 442.83270835876465, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.394165039062, + "relativeCreated": 17527.858018875122, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163617,8 +163617,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,938", - "created": 1610346652.938896, + "asctime": "2021-01-11 11:25:42,442", + "created": 1610360742.442873, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163628,15 +163628,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 938.8959407806396, + "msecs": 442.8730010986328, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.43755722046, + "relativeCreated": 17527.89831161499, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163644,8 +163644,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,938", - "created": 1610346652.9389517, + "asctime": "2021-01-11 11:25:42,442", + "created": 1610360742.4429283, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163655,15 +163655,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 938.9517307281494, + "msecs": 442.9283142089844, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.49334716797, + "relativeCreated": 17527.95362472534, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163672,8 +163672,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,938", - "created": 1610346652.938992, + "asctime": "2021-01-11 11:25:42,442", + "created": 1610360742.4429684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163683,15 +163683,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 938.9920234680176, + "msecs": 442.96836853027344, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.533639907837, + "relativeCreated": 17527.99367904663, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163699,8 +163699,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,939", - "created": 1610346652.939046, + "asctime": "2021-01-11 11:25:42,443", + "created": 1610360742.4430237, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163710,15 +163710,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 939.0459060668945, + "msecs": 443.023681640625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.587522506714, + "relativeCreated": 17528.048992156982, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163727,8 +163727,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,939", - "created": 1610346652.939087, + "asctime": "2021-01-11 11:25:42,443", + "created": 1610360742.4430633, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163738,15 +163738,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 939.0869140625, + "msecs": 443.06325912475586, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.62853050232, + "relativeCreated": 17528.088569641113, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163754,8 +163754,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:52,939", - "created": 1610346652.9391751, + "asctime": "2021-01-11 11:25:42,443", + "created": 1610360742.4431329, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163765,15 +163765,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 939.1751289367676, + "msecs": 443.1328773498535, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17588.716745376587, + "relativeCreated": 17528.15818786621, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163781,8 +163781,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:52,940", - "created": 1610346652.9401262, + "asctime": "2021-01-11 11:25:42,444", + "created": 1610360742.4440389, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163792,15 +163792,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 940.1261806488037, + "msecs": 444.03886795043945, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17589.667797088623, + "relativeCreated": 17529.064178466797, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163808,8 +163808,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,940", - "created": 1610346652.940251, + "asctime": "2021-01-11 11:25:42,444", + "created": 1610360742.44413, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163819,15 +163819,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 940.2511119842529, + "msecs": 444.12994384765625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17589.792728424072, + "relativeCreated": 17529.155254364014, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163836,8 +163836,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:52,940", - "created": 1610346652.940302, + "asctime": "2021-01-11 11:25:42,444", + "created": 1610360742.4441888, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163847,15 +163847,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 940.3018951416016, + "msecs": 444.18883323669434, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17589.84351158142, + "relativeCreated": 17529.21414375305, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163863,8 +163863,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:52,940", - "created": 1610346652.9403758, + "asctime": "2021-01-11 11:25:42,444", + "created": 1610360742.4442775, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -163874,15 +163874,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 940.375804901123, + "msecs": 444.2775249481201, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17589.917421340942, + "relativeCreated": 17529.302835464478, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163893,8 +163893,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,940", - "created": 1610346652.9405289, + "asctime": "2021-01-11 11:25:42,444", + "created": 1610360742.444417, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163904,15 +163904,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 940.5288696289062, + "msecs": 444.41699981689453, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17590.070486068726, + "relativeCreated": 17529.442310333252, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163920,8 +163920,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:52,940", - "created": 1610346652.940592, + "asctime": "2021-01-11 11:25:42,444", + "created": 1610360742.4444861, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163931,15 +163931,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 940.5920505523682, + "msecs": 444.486141204834, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17590.133666992188, + "relativeCreated": 17529.51145172119, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163950,8 +163950,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,940", - "created": 1610346652.9406753, + "asctime": "2021-01-11 11:25:42,444", + "created": 1610360742.4445806, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163961,15 +163961,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 940.6752586364746, + "msecs": 444.5805549621582, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17590.216875076294, + "relativeCreated": 17529.605865478516, "stack_info": null, - "thread": 140560606140160, + "thread": 140651991660288, "threadName": "Thread-31" }, { @@ -163977,8 +163977,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,940", - "created": 1610346652.9409802, + "asctime": "2021-01-11 11:25:42,444", + "created": 1610360742.4449048, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -163988,15 +163988,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 940.9801959991455, + "msecs": 444.9048042297363, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17590.521812438965, + "relativeCreated": 17529.930114746094, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164004,8 +164004,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:52,949", - "created": 1610346652.9493864, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.4530704, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164015,15 +164015,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 949.3863582611084, + "msecs": 453.07040214538574, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17598.927974700928, + "relativeCreated": 17538.095712661743, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164031,8 +164031,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,950", - "created": 1610346652.9501483, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.4532168, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164042,15 +164042,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 950.148344039917, + "msecs": 453.2167911529541, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17599.689960479736, + "relativeCreated": 17538.24210166931, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164059,8 +164059,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:52,950", - "created": 1610346652.9503274, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.4532912, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164070,15 +164070,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 950.3273963928223, + "msecs": 453.2911777496338, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17599.86901283264, + "relativeCreated": 17538.31648826599, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164086,8 +164086,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,950", - "created": 1610346652.9504707, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.4533818, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164097,15 +164097,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 950.4706859588623, + "msecs": 453.3817768096924, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17600.01230239868, + "relativeCreated": 17538.40708732605, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164114,8 +164114,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,950", - "created": 1610346652.9505837, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.453443, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164125,15 +164125,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 950.5836963653564, + "msecs": 453.4430503845215, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17600.125312805176, + "relativeCreated": 17538.46836090088, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164141,8 +164141,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,950", - "created": 1610346652.9507627, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.4535344, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164152,15 +164152,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 950.7627487182617, + "msecs": 453.5343647003174, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17600.30436515808, + "relativeCreated": 17538.559675216675, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164169,8 +164169,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,950", - "created": 1610346652.950963, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.4535928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164180,15 +164180,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 950.963020324707, + "msecs": 453.59277725219727, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17600.504636764526, + "relativeCreated": 17538.618087768555, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164196,8 +164196,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,951", - "created": 1610346652.951171, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.453687, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164207,15 +164207,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 951.1709213256836, + "msecs": 453.6869525909424, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17600.712537765503, + "relativeCreated": 17538.7122631073, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164224,8 +164224,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,951", - "created": 1610346652.9512973, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.4537475, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164235,15 +164235,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 951.2972831726074, + "msecs": 453.7475109100342, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17600.838899612427, + "relativeCreated": 17538.77282142639, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164251,8 +164251,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,951", - "created": 1610346652.9514494, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.4538302, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164262,15 +164262,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 951.4493942260742, + "msecs": 453.8302421569824, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17600.991010665894, + "relativeCreated": 17538.85555267334, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164279,8 +164279,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:52,951", - "created": 1610346652.9515219, + "asctime": "2021-01-11 11:25:42,453", + "created": 1610360742.4538877, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164290,15 +164290,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 951.5218734741211, + "msecs": 453.8877010345459, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17601.06348991394, + "relativeCreated": 17538.913011550903, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164306,8 +164306,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:52,951", - "created": 1610346652.9516659, + "asctime": "2021-01-11 11:25:42,454", + "created": 1610360742.454006, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164317,15 +164317,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 951.6658782958984, + "msecs": 454.0059566497803, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17601.207494735718, + "relativeCreated": 17539.031267166138, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164333,8 +164333,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:52,952", - "created": 1610346652.9526968, + "asctime": "2021-01-11 11:25:42,454", + "created": 1610360742.454978, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164344,15 +164344,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 952.6968002319336, + "msecs": 454.97798919677734, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17602.238416671753, + "relativeCreated": 17540.003299713135, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164360,8 +164360,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:52,952", - "created": 1610346652.9529946, + "asctime": "2021-01-11 11:25:42,455", + "created": 1610360742.4551332, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164371,15 +164371,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 952.9945850372314, + "msecs": 455.13319969177246, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17602.53620147705, + "relativeCreated": 17540.15851020813, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164388,8 +164388,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:52,953", - "created": 1610346652.953142, + "asctime": "2021-01-11 11:25:42,455", + "created": 1610360742.4552078, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164399,15 +164399,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 953.1419277191162, + "msecs": 455.20782470703125, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17602.683544158936, + "relativeCreated": 17540.23313522339, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164415,8 +164415,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:52,953", - "created": 1610346652.9533155, + "asctime": "2021-01-11 11:25:42,455", + "created": 1610360742.4553175, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -164426,15 +164426,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 953.3154964447021, + "msecs": 455.31749725341797, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17602.85711288452, + "relativeCreated": 17540.342807769775, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164445,8 +164445,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:52,953", - "created": 1610346652.953666, + "asctime": "2021-01-11 11:25:42,455", + "created": 1610360742.4554915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164456,15 +164456,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 953.6659717559814, + "msecs": 455.4915428161621, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17603.2075881958, + "relativeCreated": 17540.51685333252, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" }, { @@ -164472,8 +164472,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:52,953", - "created": 1610346652.9538083, + "asctime": "2021-01-11 11:25:42,455", + "created": 1610360742.455592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164483,37 +164483,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 953.8083076477051, + "msecs": 455.59191703796387, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17603.349924087524, + "relativeCreated": 17540.61722755432, "stack_info": null, - "thread": 140560119625472, + "thread": 140651983267584, "threadName": "Thread-32" } ], - "msecs": 273.684024810791, + "msecs": 777.5349617004395, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17923.22564125061, + "relativeCreated": 17862.560272216797, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.31987571716308594 + "time_consumption": 0.3219430446624756 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:53,274", - "created": 1610346653.2745962, + "asctime": "2021-01-11 11:25:42,778", + "created": 1610360742.778563, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164530,8 +164530,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,274", - "created": 1610346653.2742357, + "asctime": "2021-01-11 11:25:42,778", + "created": 1610360742.7780719, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164541,15 +164541,15 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 274.23572540283203, + "msecs": 778.0718803405762, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17923.77734184265, + "relativeCreated": 17863.097190856934, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -164558,8 +164558,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,274", - "created": 1610346653.2744248, + "asctime": "2021-01-11 11:25:42,778", + "created": 1610360742.7783334, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164569,37 +164569,37 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 274.42479133605957, + "msecs": 778.3334255218506, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17923.96640777588, + "relativeCreated": 17863.358736038208, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 274.5962142944336, + "msecs": 778.5630226135254, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17924.137830734253, + "relativeCreated": 17863.588333129883, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00017142295837402344 + "time_consumption": 0.0002295970916748047 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:53,275", - "created": 1610346653.275121, + "asctime": "2021-01-11 11:25:42,779", + "created": 1610360742.7790935, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164616,8 +164616,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,274", - "created": 1610346653.2748368, + "asctime": "2021-01-11 11:25:42,778", + "created": 1610360742.7788146, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164627,15 +164627,15 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 274.83677864074707, + "msecs": 778.8145542144775, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17924.378395080566, + "relativeCreated": 17863.839864730835, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -164644,8 +164644,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,274", - "created": 1610346653.2749803, + "asctime": "2021-01-11 11:25:42,778", + "created": 1610360742.7789588, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164655,34 +164655,34 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 274.9803066253662, + "msecs": 778.958797454834, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17924.521923065186, + "relativeCreated": 17863.98410797119, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 275.12097358703613, + "msecs": 779.0935039520264, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17924.662590026855, + "relativeCreated": 17864.118814468384, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014066696166992188 + "time_consumption": 0.0001347064971923828 }, { "args": [], - "asctime": "2021-01-11 07:30:53,275", - "created": 1610346653.2759247, + "asctime": "2021-01-11 11:25:42,779", + "created": 1610360742.7798784, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -164697,8 +164697,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:53,275", - "created": 1610346653.2753336, + "asctime": "2021-01-11 11:25:42,779", + "created": 1610360742.7793043, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164708,23 +164708,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 275.3336429595947, + "msecs": 779.3042659759521, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17924.875259399414, + "relativeCreated": 17864.32957649231, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,275", - "created": 1610346653.275495, + "asctime": "2021-01-11 11:25:42,779", + "created": 1610360742.7794762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164734,23 +164734,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 275.4950523376465, + "msecs": 779.4761657714844, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17925.036668777466, + "relativeCreated": 17864.50147628784, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,275", - "created": 1610346653.2756379, + "asctime": "2021-01-11 11:25:42,779", + "created": 1610360742.779615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164760,23 +164760,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 275.6378650665283, + "msecs": 779.6149253845215, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17925.179481506348, + "relativeCreated": 17864.64023590088, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,275", - "created": 1610346653.2757854, + "asctime": "2021-01-11 11:25:42,779", + "created": 1610360742.7797465, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -164786,37 +164786,37 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 275.7854461669922, + "msecs": 779.7465324401855, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17925.32706260681, + "relativeCreated": 17864.771842956543, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 275.9246826171875, + "msecs": 779.8783779144287, "msg": "Disconnecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17925.466299057007, + "relativeCreated": 17864.903688430786, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001392364501953125 + "time_consumption": 0.00013184547424316406 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:53,276", - "created": 1610346653.2764354, + "asctime": "2021-01-11 11:25:42,780", + "created": 1610360742.7803824, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164833,8 +164833,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:53,276", - "created": 1610346653.2761633, + "asctime": "2021-01-11 11:25:42,780", + "created": 1610360742.7801127, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164844,15 +164844,15 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): False ()", "module": "test", - "msecs": 276.16333961486816, + "msecs": 780.1127433776855, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17925.704956054688, + "relativeCreated": 17865.138053894043, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -164861,8 +164861,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:53,276", - "created": 1610346653.2763019, + "asctime": "2021-01-11 11:25:42,780", + "created": 1610360742.7802498, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164872,37 +164872,37 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = False ()", "module": "test", - "msecs": 276.3018608093262, + "msecs": 780.249834060669, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17925.843477249146, + "relativeCreated": 17865.275144577026, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 276.43537521362305, + "msecs": 780.3823947906494, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17925.976991653442, + "relativeCreated": 17865.407705307007, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.000133514404296875 + "time_consumption": 0.00013256072998046875 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:53,276", - "created": 1610346653.2769265, + "asctime": "2021-01-11 11:25:42,780", + "created": 1610360742.7808897, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164919,8 +164919,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:53,276", - "created": 1610346653.2766602, + "asctime": "2021-01-11 11:25:42,780", + "created": 1610360742.780603, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164930,15 +164930,15 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): False ()", "module": "test", - "msecs": 276.6602039337158, + "msecs": 780.6029319763184, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17926.201820373535, + "relativeCreated": 17865.628242492676, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -164947,8 +164947,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:53,276", - "created": 1610346653.2767947, + "asctime": "2021-01-11 11:25:42,780", + "created": 1610360742.7807357, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -164958,41 +164958,41 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = False ()", "module": "test", - "msecs": 276.7946720123291, + "msecs": 780.7357311248779, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17926.33628845215, + "relativeCreated": 17865.761041641235, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 276.92651748657227, + "msecs": 780.8897495269775, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17926.46813392639, + "relativeCreated": 17865.915060043335, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013184547424316406 + "time_consumption": 0.00015401840209960938 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.35732603073120117, - "time_finished": "2021-01-11 07:30:53,276", - "time_start": "2021-01-11 07:30:52,919" + "time_consumption": 0.3557446002960205, + "time_finished": "2021-01-11 11:25:42,780", + "time_start": "2021-01-11 11:25:42,425" }, "_gvJ1oE4gEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:53,277", - "created": 1610346653.277386, + "asctime": "2021-01-11 11:25:42,781", + "created": 1610360742.7811868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165003,19 +165003,19 @@ "message": "_gvJ1oE4gEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 277.385950088501, + "msecs": 781.1868190765381, "msg": "_gvJ1oE4gEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17926.92756652832, + "relativeCreated": 17866.212129592896, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.2857683, + "asctime": "2021-01-11 11:25:42,787", + "created": 1610360742.787122, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -165030,8 +165030,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:53,278", - "created": 1610346653.2785378, + "asctime": "2021-01-11 11:25:42,781", + "created": 1610360742.7819433, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165041,23 +165041,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 278.5377502441406, + "msecs": 781.9433212280273, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17928.07936668396, + "relativeCreated": 17866.968631744385, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,279", - "created": 1610346653.279388, + "asctime": "2021-01-11 11:25:42,782", + "created": 1610360742.7825158, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165067,23 +165067,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 279.3879508972168, + "msecs": 782.5157642364502, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17928.929567337036, + "relativeCreated": 17867.541074752808, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,279", - "created": 1610346653.2796097, + "asctime": "2021-01-11 11:25:42,782", + "created": 1610360742.782658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165093,23 +165093,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 279.60968017578125, + "msecs": 782.6581001281738, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17929.1512966156, + "relativeCreated": 17867.68341064453, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,279", - "created": 1610346653.279949, + "asctime": "2021-01-11 11:25:42,782", + "created": 1610360742.782888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165119,15 +165119,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 279.9489498138428, + "msecs": 782.8879356384277, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17929.490566253662, + "relativeCreated": 17867.913246154785, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165136,8 +165136,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:53,280", - "created": 1610346653.2801287, + "asctime": "2021-01-11 11:25:42,783", + "created": 1610360742.7830083, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165147,15 +165147,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 280.12871742248535, + "msecs": 783.008337020874, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17929.670333862305, + "relativeCreated": 17868.03364753723, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165163,8 +165163,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:53,280", - "created": 1610346653.2803524, + "asctime": "2021-01-11 11:25:42,783", + "created": 1610360742.7831626, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165174,15 +165174,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 280.3523540496826, + "msecs": 783.1625938415527, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17929.893970489502, + "relativeCreated": 17868.18790435791, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165190,8 +165190,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:53,280", - "created": 1610346653.280508, + "asctime": "2021-01-11 11:25:42,783", + "created": 1610360742.7832775, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165201,15 +165201,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 280.50804138183594, + "msecs": 783.2775115966797, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17930.049657821655, + "relativeCreated": 17868.302822113037, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165217,8 +165217,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:53,280", - "created": 1610346653.2806537, + "asctime": "2021-01-11 11:25:42,783", + "created": 1610360742.783376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165228,15 +165228,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 280.653715133667, + "msecs": 783.3759784698486, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17930.195331573486, + "relativeCreated": 17868.401288986206, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165244,8 +165244,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:53,280", - "created": 1610346653.280807, + "asctime": "2021-01-11 11:25:42,783", + "created": 1610360742.7834888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165255,15 +165255,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 280.8070182800293, + "msecs": 783.4887504577637, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17930.34863471985, + "relativeCreated": 17868.51406097412, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165273,8 +165273,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:53,280", - "created": 1610346653.2809691, + "asctime": "2021-01-11 11:25:42,783", + "created": 1610360742.7835965, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165284,15 +165284,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 280.96914291381836, + "msecs": 783.5965156555176, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17930.510759353638, + "relativeCreated": 17868.621826171875, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165302,8 +165302,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:53,281", - "created": 1610346653.281142, + "asctime": "2021-01-11 11:25:42,783", + "created": 1610360742.7837024, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165313,15 +165313,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 281.141996383667, + "msecs": 783.7023735046387, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17930.683612823486, + "relativeCreated": 17868.727684020996, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165331,8 +165331,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:53,281", - "created": 1610346653.281298, + "asctime": "2021-01-11 11:25:42,783", + "created": 1610360742.7838042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165342,15 +165342,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 281.2979221343994, + "msecs": 783.804178237915, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17930.83953857422, + "relativeCreated": 17868.829488754272, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165360,8 +165360,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:53,281", - "created": 1610346653.2814875, + "asctime": "2021-01-11 11:25:42,783", + "created": 1610360742.7839057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165371,23 +165371,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 281.48746490478516, + "msecs": 783.9057445526123, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17931.029081344604, + "relativeCreated": 17868.93105506897, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,281", - "created": 1610346653.281706, + "asctime": "2021-01-11 11:25:42,784", + "created": 1610360742.784002, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165397,15 +165397,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 281.7060947418213, + "msecs": 784.0020656585693, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17931.24771118164, + "relativeCreated": 17869.027376174927, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165414,8 +165414,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:53,281", - "created": 1610346653.2818635, + "asctime": "2021-01-11 11:25:42,784", + "created": 1610360742.7841024, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165425,15 +165425,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 281.8634510040283, + "msecs": 784.1024398803711, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17931.405067443848, + "relativeCreated": 17869.12775039673, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165441,8 +165441,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:53,282", - "created": 1610346653.282038, + "asctime": "2021-01-11 11:25:42,784", + "created": 1610360742.7842164, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165452,15 +165452,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 282.03797340393066, + "msecs": 784.2164039611816, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17931.57958984375, + "relativeCreated": 17869.24171447754, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165468,8 +165468,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:53,282", - "created": 1610346653.2821822, + "asctime": "2021-01-11 11:25:42,784", + "created": 1610360742.78431, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165479,15 +165479,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 282.1822166442871, + "msecs": 784.3101024627686, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17931.723833084106, + "relativeCreated": 17869.335412979126, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165497,8 +165497,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:53,282", - "created": 1610346653.282337, + "asctime": "2021-01-11 11:25:42,784", + "created": 1610360742.784408, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165508,15 +165508,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 282.336950302124, + "msecs": 784.4080924987793, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17931.878566741943, + "relativeCreated": 17869.433403015137, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165526,8 +165526,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:53,282", - "created": 1610346653.282491, + "asctime": "2021-01-11 11:25:42,784", + "created": 1610360742.7845154, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165537,15 +165537,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 282.49096870422363, + "msecs": 784.515380859375, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17932.032585144043, + "relativeCreated": 17869.540691375732, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165554,8 +165554,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:53,282", - "created": 1610346653.282649, + "asctime": "2021-01-11 11:25:42,784", + "created": 1610360742.784611, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165565,15 +165565,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 282.64904022216797, + "msecs": 784.6109867095947, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17932.190656661987, + "relativeCreated": 17869.636297225952, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165582,8 +165582,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:53,282", - "created": 1610346653.2827883, + "asctime": "2021-01-11 11:25:42,784", + "created": 1610360742.7847016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165593,15 +165593,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 282.7882766723633, + "msecs": 784.7015857696533, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17932.329893112183, + "relativeCreated": 17869.72689628601, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165610,8 +165610,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:53,282", - "created": 1610346653.2829268, + "asctime": "2021-01-11 11:25:42,784", + "created": 1610360742.7848213, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165621,23 +165621,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 282.9267978668213, + "msecs": 784.8212718963623, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17932.46841430664, + "relativeCreated": 17869.84658241272, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,283", - "created": 1610346653.2830763, + "asctime": "2021-01-11 11:25:42,784", + "created": 1610360742.7849228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165647,23 +165647,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 283.07628631591797, + "msecs": 784.9228382110596, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17932.617902755737, + "relativeCreated": 17869.948148727417, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,283", - "created": 1610346653.2833579, + "asctime": "2021-01-11 11:25:42,785", + "created": 1610360742.7851107, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165673,15 +165673,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 283.3578586578369, + "msecs": 785.1107120513916, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17932.899475097656, + "relativeCreated": 17870.13602256775, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165690,8 +165690,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:53,283", - "created": 1610346653.2835133, + "asctime": "2021-01-11 11:25:42,785", + "created": 1610360742.7852142, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165701,15 +165701,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 283.51330757141113, + "msecs": 785.2141857147217, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17933.05492401123, + "relativeCreated": 17870.23949623108, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165717,8 +165717,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:53,283", - "created": 1610346653.2837114, + "asctime": "2021-01-11 11:25:42,785", + "created": 1610360742.7853453, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165728,15 +165728,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 283.71143341064453, + "msecs": 785.3453159332275, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17933.253049850464, + "relativeCreated": 17870.370626449585, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165744,8 +165744,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:53,283", - "created": 1610346653.28386, + "asctime": "2021-01-11 11:25:42,785", + "created": 1610360742.7854435, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165755,15 +165755,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 283.8599681854248, + "msecs": 785.4435443878174, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17933.401584625244, + "relativeCreated": 17870.468854904175, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165771,8 +165771,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:53,284", - "created": 1610346653.2840106, + "asctime": "2021-01-11 11:25:42,785", + "created": 1610360742.7855437, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165782,15 +165782,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 284.010648727417, + "msecs": 785.54368019104, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17933.552265167236, + "relativeCreated": 17870.568990707397, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165798,8 +165798,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:53,284", - "created": 1610346653.2841516, + "asctime": "2021-01-11 11:25:42,785", + "created": 1610360742.7856448, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165809,15 +165809,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 284.151554107666, + "msecs": 785.6447696685791, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17933.693170547485, + "relativeCreated": 17870.670080184937, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165827,8 +165827,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:53,284", - "created": 1610346653.2843013, + "asctime": "2021-01-11 11:25:42,785", + "created": 1610360742.7857447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165838,15 +165838,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 284.3012809753418, + "msecs": 785.7446670532227, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17933.84289741516, + "relativeCreated": 17870.76997756958, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165856,8 +165856,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:53,284", - "created": 1610346653.2844715, + "asctime": "2021-01-11 11:25:42,785", + "created": 1610360742.7858534, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165867,15 +165867,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 284.4715118408203, + "msecs": 785.853385925293, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17934.01312828064, + "relativeCreated": 17870.87869644165, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165885,8 +165885,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:53,284", - "created": 1610346653.2846272, + "asctime": "2021-01-11 11:25:42,785", + "created": 1610360742.7859542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165896,15 +165896,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 284.62719917297363, + "msecs": 785.9542369842529, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17934.168815612793, + "relativeCreated": 17870.97954750061, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165914,8 +165914,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:53,284", - "created": 1610346653.2847779, + "asctime": "2021-01-11 11:25:42,786", + "created": 1610360742.7860527, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165925,23 +165925,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 284.7778797149658, + "msecs": 786.0527038574219, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17934.319496154785, + "relativeCreated": 17871.07801437378, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,284", - "created": 1610346653.2849126, + "asctime": "2021-01-11 11:25:42,786", + "created": 1610360742.7861474, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165951,15 +165951,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 284.9125862121582, + "msecs": 786.1473560333252, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17934.454202651978, + "relativeCreated": 17871.172666549683, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165968,8 +165968,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.285081, + "asctime": "2021-01-11 11:25:42,786", + "created": 1610360742.7862544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -165979,15 +165979,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 285.0809097290039, + "msecs": 786.2544059753418, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17934.622526168823, + "relativeCreated": 17871.2797164917, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -165995,8 +165995,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.2852554, + "asctime": "2021-01-11 11:25:42,786", + "created": 1610360742.786363, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166006,15 +166006,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 285.25543212890625, + "msecs": 786.362886428833, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17934.797048568726, + "relativeCreated": 17871.38819694519, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -166022,8 +166022,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.285402, + "asctime": "2021-01-11 11:25:42,786", + "created": 1610360742.786458, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166033,15 +166033,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 285.4020595550537, + "msecs": 786.4580154418945, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17934.943675994873, + "relativeCreated": 17871.483325958252, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -166051,8 +166051,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.2855043, + "asctime": "2021-01-11 11:25:42,786", + "created": 1610360742.7865553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166062,15 +166062,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 285.5043411254883, + "msecs": 786.555290222168, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.045957565308, + "relativeCreated": 17871.580600738525, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -166080,8 +166080,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.2855515, + "asctime": "2021-01-11 11:25:42,786", + "created": 1610360742.7866669, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166091,15 +166091,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 285.5515480041504, + "msecs": 786.6668701171875, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.09316444397, + "relativeCreated": 17871.692180633545, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -166108,8 +166108,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.285602, + "asctime": "2021-01-11 11:25:42,786", + "created": 1610360742.7867684, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166119,15 +166119,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 285.6020927429199, + "msecs": 786.7684364318848, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.14370918274, + "relativeCreated": 17871.793746948242, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -166136,8 +166136,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.285645, + "asctime": "2021-01-11 11:25:42,786", + "created": 1610360742.7868588, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166147,15 +166147,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 285.6450080871582, + "msecs": 786.8587970733643, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.186624526978, + "relativeCreated": 17871.88410758972, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -166164,8 +166164,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.2856867, + "asctime": "2021-01-11 11:25:42,786", + "created": 1610360742.7869475, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166175,23 +166175,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 285.686731338501, + "msecs": 786.94748878479, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.22834777832, + "relativeCreated": 17871.972799301147, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.2857282, + "asctime": "2021-01-11 11:25:42,787", + "created": 1610360742.7870371, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166201,34 +166201,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 285.72821617126465, + "msecs": 787.0371341705322, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.269832611084, + "relativeCreated": 17872.06244468689, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 285.7682704925537, + "msecs": 787.1220111846924, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.309886932373, + "relativeCreated": 17872.14732170105, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 4.00543212890625e-05 + "time_consumption": 8.487701416015625e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:53,629", - "created": 1610346653.6295822, + "asctime": "2021-01-11 11:25:43,131", + "created": 1610360743.1315613, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -166243,8 +166243,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.2858598, + "asctime": "2021-01-11 11:25:42,787", + "created": 1610360742.7873206, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166254,23 +166254,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 285.8598232269287, + "msecs": 787.320613861084, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.401439666748, + "relativeCreated": 17872.34592437744, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.2859042, + "asctime": "2021-01-11 11:25:42,787", + "created": 1610360742.787416, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166280,23 +166280,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 285.9041690826416, + "msecs": 787.4159812927246, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.44578552246, + "relativeCreated": 17872.441291809082, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,285", - "created": 1610346653.2859533, + "asctime": "2021-01-11 11:25:42,787", + "created": 1610360742.7875066, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166306,15 +166306,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 285.9532833099365, + "msecs": 787.5065803527832, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.494899749756, + "relativeCreated": 17872.53189086914, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -166325,8 +166325,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,286", - "created": 1610346653.2860386, + "asctime": "2021-01-11 11:25:42,787", + "created": 1610360742.787678, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166336,23 +166336,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 286.0386371612549, + "msecs": 787.6780033111572, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.580253601074, + "relativeCreated": 17872.703313827515, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,286", - "created": 1610346653.286232, + "asctime": "2021-01-11 11:25:42,788", + "created": 1610360742.7880487, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166362,23 +166362,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 286.23199462890625, + "msecs": 788.0487442016602, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.773611068726, + "relativeCreated": 17873.074054718018, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,286", - "created": 1610346653.286283, + "asctime": "2021-01-11 11:25:42,788", + "created": 1610360742.7881668, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166388,23 +166388,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 286.283016204834, + "msecs": 788.1667613983154, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.824632644653, + "relativeCreated": 17873.192071914673, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,286", - "created": 1610346653.2863286, + "asctime": "2021-01-11 11:25:42,788", + "created": 1610360742.788264, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166414,15 +166414,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 286.3285541534424, + "msecs": 788.2640361785889, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17935.87017059326, + "relativeCreated": 17873.289346694946, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -166430,8 +166430,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:53,286", - "created": 1610346653.2865658, + "asctime": "2021-01-11 11:25:42,788", + "created": 1610360742.7885637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166441,15 +166441,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 286.56578063964844, + "msecs": 788.5637283325195, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17936.107397079468, + "relativeCreated": 17873.589038848877, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166457,8 +166457,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:53,294", - "created": 1610346653.2947319, + "asctime": "2021-01-11 11:25:42,796", + "created": 1610360742.796852, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166468,15 +166468,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 294.73185539245605, + "msecs": 796.8521118164062, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.273471832275, + "relativeCreated": 17881.877422332764, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166484,8 +166484,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,294", - "created": 1610346653.294851, + "asctime": "2021-01-11 11:25:42,796", + "created": 1610360742.7969787, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166495,15 +166495,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 294.85106468200684, + "msecs": 796.9787120819092, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.392681121826, + "relativeCreated": 17882.004022598267, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166512,8 +166512,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:53,294", - "created": 1610346653.2949038, + "asctime": "2021-01-11 11:25:42,797", + "created": 1610360742.7970319, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166523,15 +166523,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 294.9037551879883, + "msecs": 797.0318794250488, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.445371627808, + "relativeCreated": 17882.057189941406, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166539,8 +166539,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,294", - "created": 1610346653.2949836, + "asctime": "2021-01-11 11:25:42,797", + "created": 1610360742.7971032, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166550,15 +166550,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 294.9836254119873, + "msecs": 797.1031665802002, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.525241851807, + "relativeCreated": 17882.128477096558, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166567,8 +166567,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,295", - "created": 1610346653.2950292, + "asctime": "2021-01-11 11:25:42,797", + "created": 1610360742.7971473, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166578,15 +166578,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 295.0291633605957, + "msecs": 797.147274017334, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.570779800415, + "relativeCreated": 17882.17258453369, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166594,8 +166594,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,295", - "created": 1610346653.2950933, + "asctime": "2021-01-11 11:25:42,797", + "created": 1610360742.7972124, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166605,15 +166605,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 295.093297958374, + "msecs": 797.2123622894287, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.634914398193, + "relativeCreated": 17882.237672805786, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166622,8 +166622,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,295", - "created": 1610346653.2951355, + "asctime": "2021-01-11 11:25:42,797", + "created": 1610360742.7972548, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166633,15 +166633,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 295.135498046875, + "msecs": 797.2548007965088, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.677114486694, + "relativeCreated": 17882.280111312866, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166649,8 +166649,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,295", - "created": 1610346653.2951922, + "asctime": "2021-01-11 11:25:42,797", + "created": 1610360742.7973144, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166660,15 +166660,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 295.1922416687012, + "msecs": 797.3144054412842, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.73385810852, + "relativeCreated": 17882.33971595764, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166677,8 +166677,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,295", - "created": 1610346653.2952342, + "asctime": "2021-01-11 11:25:42,797", + "created": 1610360742.7973564, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166688,15 +166688,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 295.23420333862305, + "msecs": 797.356367111206, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.775819778442, + "relativeCreated": 17882.381677627563, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166704,8 +166704,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,295", - "created": 1610346653.295289, + "asctime": "2021-01-11 11:25:42,797", + "created": 1610360742.7974129, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166715,15 +166715,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 295.2890396118164, + "msecs": 797.4128723144531, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.830656051636, + "relativeCreated": 17882.43818283081, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166732,8 +166732,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,295", - "created": 1610346653.2953298, + "asctime": "2021-01-11 11:25:42,797", + "created": 1610360742.7974546, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166743,15 +166743,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 295.3298091888428, + "msecs": 797.4545955657959, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.871425628662, + "relativeCreated": 17882.479906082153, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166759,8 +166759,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:53,295", - "created": 1610346653.2954173, + "asctime": "2021-01-11 11:25:42,797", + "created": 1610360742.7975414, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166770,15 +166770,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 295.41730880737305, + "msecs": 797.5413799285889, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17944.958925247192, + "relativeCreated": 17882.566690444946, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166786,8 +166786,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:53,296", - "created": 1610346653.2963123, + "asctime": "2021-01-11 11:25:42,798", + "created": 1610360742.7984376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166797,15 +166797,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 296.3123321533203, + "msecs": 798.4375953674316, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17945.85394859314, + "relativeCreated": 17883.46290588379, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166813,8 +166813,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,296", - "created": 1610346653.296389, + "asctime": "2021-01-11 11:25:42,798", + "created": 1610360742.798517, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166824,15 +166824,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 296.389102935791, + "msecs": 798.5169887542725, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17945.93071937561, + "relativeCreated": 17883.54229927063, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166841,8 +166841,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:53,296", - "created": 1610346653.2964413, + "asctime": "2021-01-11 11:25:42,798", + "created": 1610360742.7985692, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166852,15 +166852,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 296.44131660461426, + "msecs": 798.5692024230957, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17945.982933044434, + "relativeCreated": 17883.594512939453, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166868,8 +166868,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:53,296", - "created": 1610346653.296517, + "asctime": "2021-01-11 11:25:42,798", + "created": 1610360742.798653, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -166879,15 +166879,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 296.51689529418945, + "msecs": 798.6528873443604, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17946.05851173401, + "relativeCreated": 17883.678197860718, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166898,8 +166898,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,296", - "created": 1610346653.296659, + "asctime": "2021-01-11 11:25:42,798", + "created": 1610360742.7987878, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166909,15 +166909,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 296.658992767334, + "msecs": 798.7878322601318, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17946.200609207153, + "relativeCreated": 17883.81314277649, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166925,8 +166925,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:53,296", - "created": 1610346653.2967203, + "asctime": "2021-01-11 11:25:42,798", + "created": 1610360742.7988489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166936,15 +166936,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 296.7202663421631, + "msecs": 798.8488674163818, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17946.261882781982, + "relativeCreated": 17883.87417793274, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166955,8 +166955,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,296", - "created": 1610346653.296801, + "asctime": "2021-01-11 11:25:42,798", + "created": 1610360742.7989302, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166966,15 +166966,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 296.8010902404785, + "msecs": 798.9301681518555, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17946.342706680298, + "relativeCreated": 17883.955478668213, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -166982,8 +166982,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:53,297", - "created": 1610346653.2970567, + "asctime": "2021-01-11 11:25:42,799", + "created": 1610360742.7991989, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -166993,15 +166993,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 297.0566749572754, + "msecs": 799.1988658905029, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17946.598291397095, + "relativeCreated": 17884.22417640686, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167009,8 +167009,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:53,305", - "created": 1610346653.305273, + "asctime": "2021-01-11 11:25:42,807", + "created": 1610360742.8074653, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167020,15 +167020,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 305.27305603027344, + "msecs": 807.4653148651123, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17954.814672470093, + "relativeCreated": 17892.49062538147, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167036,8 +167036,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,305", - "created": 1610346653.3054128, + "asctime": "2021-01-11 11:25:42,807", + "created": 1610360742.8076394, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167047,15 +167047,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 305.41276931762695, + "msecs": 807.6393604278564, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17954.954385757446, + "relativeCreated": 17892.664670944214, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167064,8 +167064,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:53,305", - "created": 1610346653.305486, + "asctime": "2021-01-11 11:25:42,807", + "created": 1610360742.807729, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167075,15 +167075,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 305.48596382141113, + "msecs": 807.7290058135986, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17955.02758026123, + "relativeCreated": 17892.754316329956, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167091,8 +167091,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,305", - "created": 1610346653.305574, + "asctime": "2021-01-11 11:25:42,807", + "created": 1610360742.8078516, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167102,15 +167102,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 305.5739402770996, + "msecs": 807.8515529632568, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17955.11555671692, + "relativeCreated": 17892.876863479614, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167119,8 +167119,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,305", - "created": 1610346653.3056219, + "asctime": "2021-01-11 11:25:42,807", + "created": 1610360742.8079262, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167130,15 +167130,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 305.621862411499, + "msecs": 807.9261779785156, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17955.16347885132, + "relativeCreated": 17892.951488494873, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167146,8 +167146,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,305", - "created": 1610346653.305687, + "asctime": "2021-01-11 11:25:42,808", + "created": 1610360742.808034, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167157,15 +167157,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 305.68695068359375, + "msecs": 808.0339431762695, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17955.228567123413, + "relativeCreated": 17893.059253692627, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167174,8 +167174,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,305", - "created": 1610346653.30573, + "asctime": "2021-01-11 11:25:42,808", + "created": 1610360742.8083122, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167185,15 +167185,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 305.73010444641113, + "msecs": 808.312177658081, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17955.27172088623, + "relativeCreated": 17893.33748817444, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167201,8 +167201,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,305", - "created": 1610346653.3057945, + "asctime": "2021-01-11 11:25:42,808", + "created": 1610360742.8084216, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167212,15 +167212,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 305.79447746276855, + "msecs": 808.4216117858887, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17955.336093902588, + "relativeCreated": 17893.446922302246, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167229,8 +167229,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,305", - "created": 1610346653.305839, + "asctime": "2021-01-11 11:25:42,808", + "created": 1610360742.808495, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167240,15 +167240,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 305.83906173706055, + "msecs": 808.495044708252, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17955.38067817688, + "relativeCreated": 17893.52035522461, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167256,8 +167256,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,306", - "created": 1610346653.3060334, + "asctime": "2021-01-11 11:25:42,808", + "created": 1610360742.808595, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167267,15 +167267,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 306.0333728790283, + "msecs": 808.5949420928955, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17955.574989318848, + "relativeCreated": 17893.620252609253, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167284,8 +167284,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,306", - "created": 1610346653.3060803, + "asctime": "2021-01-11 11:25:42,808", + "created": 1610360742.8086648, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167295,15 +167295,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 306.0803413391113, + "msecs": 808.6647987365723, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17955.62195777893, + "relativeCreated": 17893.69010925293, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167311,8 +167311,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:53,306", - "created": 1610346653.3061664, + "asctime": "2021-01-11 11:25:42,808", + "created": 1610360742.8088198, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167322,15 +167322,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 306.166410446167, + "msecs": 808.8197708129883, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17955.708026885986, + "relativeCreated": 17893.845081329346, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167338,8 +167338,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:53,307", - "created": 1610346653.3071156, + "asctime": "2021-01-11 11:25:42,809", + "created": 1610360742.809826, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167349,15 +167349,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 307.1155548095703, + "msecs": 809.8258972167969, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17956.65717124939, + "relativeCreated": 17894.851207733154, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167365,8 +167365,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,307", - "created": 1610346653.3072448, + "asctime": "2021-01-11 11:25:42,810", + "created": 1610360742.8100092, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167376,15 +167376,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 307.24477767944336, + "msecs": 810.009241104126, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17956.786394119263, + "relativeCreated": 17895.034551620483, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167393,8 +167393,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:53,307", - "created": 1610346653.3072984, + "asctime": "2021-01-11 11:25:42,810", + "created": 1610360742.8100975, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167404,15 +167404,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 307.2984218597412, + "msecs": 810.0974559783936, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17956.84003829956, + "relativeCreated": 17895.12276649475, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167420,8 +167420,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:53,307", - "created": 1610346653.3073888, + "asctime": "2021-01-11 11:25:42,810", + "created": 1610360742.8102434, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -167431,15 +167431,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 307.3887825012207, + "msecs": 810.2433681488037, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17956.93039894104, + "relativeCreated": 17895.26867866516, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167450,8 +167450,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,307", - "created": 1610346653.3075233, + "asctime": "2021-01-11 11:25:42,810", + "created": 1610360742.8104491, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167461,15 +167461,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 307.523250579834, + "msecs": 810.4491233825684, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17957.064867019653, + "relativeCreated": 17895.474433898926, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -167477,8 +167477,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:53,307", - "created": 1610346653.3075898, + "asctime": "2021-01-11 11:25:42,810", + "created": 1610360742.8105483, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167488,37 +167488,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 307.5897693634033, + "msecs": 810.5483055114746, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 17957.131385803223, + "relativeCreated": 17895.573616027832, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" } ], - "msecs": 629.5821666717529, + "msecs": 131.561279296875, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18279.123783111572, + "relativeCreated": 18216.586589813232, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3219923973083496 + "time_consumption": 0.3210129737854004 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:53,630", - "created": 1610346653.6302266, + "asctime": "2021-01-11 11:25:43,132", + "created": 1610360743.132395, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167535,8 +167535,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,629", - "created": 1610346653.6299806, + "asctime": "2021-01-11 11:25:43,132", + "created": 1610360743.1320658, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167546,15 +167546,15 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 629.9805641174316, + "msecs": 132.0657730102539, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18279.52218055725, + "relativeCreated": 18217.09108352661, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -167563,8 +167563,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,630", - "created": 1610346653.630113, + "asctime": "2021-01-11 11:25:43,132", + "created": 1610360743.132241, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167574,37 +167574,37 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 630.112886428833, + "msecs": 132.24101066589355, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18279.654502868652, + "relativeCreated": 18217.26632118225, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 630.2266120910645, + "msecs": 132.39502906799316, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18279.768228530884, + "relativeCreated": 18217.42033958435, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00011372566223144531 + "time_consumption": 0.00015401840209960938 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:53,630", - "created": 1610346653.630599, + "asctime": "2021-01-11 11:25:43,132", + "created": 1610360743.1329417, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167621,8 +167621,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,630", - "created": 1610346653.630399, + "asctime": "2021-01-11 11:25:43,132", + "created": 1610360743.132629, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167632,15 +167632,15 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 630.3989887237549, + "msecs": 132.6289176940918, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18279.940605163574, + "relativeCreated": 18217.65422821045, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -167649,8 +167649,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,630", - "created": 1610346653.6305008, + "asctime": "2021-01-11 11:25:43,132", + "created": 1610360743.132801, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167660,34 +167660,34 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 630.5007934570312, + "msecs": 132.80105590820312, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18280.04240989685, + "relativeCreated": 18217.82636642456, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 630.5990219116211, + "msecs": 132.94172286987305, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18280.14063835144, + "relativeCreated": 18217.96703338623, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.822845458984375e-05 + "time_consumption": 0.00014066696166992188 }, { "args": [], - "asctime": "2021-01-11 07:30:53,631", - "created": 1610346653.6311996, + "asctime": "2021-01-11 11:25:43,133", + "created": 1610360743.133755, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -167702,8 +167702,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:53,630", - "created": 1610346653.6307528, + "asctime": "2021-01-11 11:25:43,133", + "created": 1610360743.1331794, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167713,23 +167713,23 @@ "lineno": 296, "message": "comm-client: Connection Lost...", "module": "__init__", - "msecs": 630.7528018951416, + "msecs": 133.1794261932373, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18280.29441833496, + "relativeCreated": 18218.204736709595, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,630", - "created": 1610346653.630895, + "asctime": "2021-01-11 11:25:43,133", + "created": 1610360743.1333358, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167739,23 +167739,23 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 630.8948993682861, + "msecs": 133.33582878112793, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18280.436515808105, + "relativeCreated": 18218.361139297485, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,631", - "created": 1610346653.6310065, + "asctime": "2021-01-11 11:25:43,133", + "created": 1610360743.1334877, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167765,23 +167765,23 @@ "lineno": 296, "message": "comm-server: Connection Lost...", "module": "__init__", - "msecs": 631.0064792633057, + "msecs": 133.48770141601562, "msg": "%s Connection Lost...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18280.548095703125, + "relativeCreated": 18218.513011932373, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,631", - "created": 1610346653.6311038, + "asctime": "2021-01-11 11:25:43,133", + "created": 1610360743.1336215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -167791,37 +167791,37 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 631.1037540435791, + "msecs": 133.6214542388916, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18280.6453704834, + "relativeCreated": 18218.64676475525, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 631.1995983123779, + "msecs": 133.75496864318848, "msg": "Disconnecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18280.741214752197, + "relativeCreated": 18218.780279159546, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.584426879882812e-05 + "time_consumption": 0.000133514404296875 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:53,631", - "created": 1610346653.631577, + "asctime": "2021-01-11 11:25:43,134", + "created": 1610360743.134272, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167838,8 +167838,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:53,631", - "created": 1610346653.6313643, + "asctime": "2021-01-11 11:25:43,133", + "created": 1610360743.1339808, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167849,15 +167849,15 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): False ()", "module": "test", - "msecs": 631.3643455505371, + "msecs": 133.98075103759766, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18280.905961990356, + "relativeCreated": 18219.006061553955, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -167866,8 +167866,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:53,631", - "created": 1610346653.631479, + "asctime": "2021-01-11 11:25:43,134", + "created": 1610360743.1341379, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167877,37 +167877,37 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = False ()", "module": "test", - "msecs": 631.479024887085, + "msecs": 134.1378688812256, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18281.020641326904, + "relativeCreated": 18219.163179397583, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 631.5770149230957, + "msecs": 134.27209854125977, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18281.118631362915, + "relativeCreated": 18219.297409057617, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.799003601074219e-05 + "time_consumption": 0.0001342296600341797 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:53,631", - "created": 1610346653.6319208, + "asctime": "2021-01-11 11:25:43,134", + "created": 1610360743.134751, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167924,8 +167924,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:53,631", - "created": 1610346653.6317303, + "asctime": "2021-01-11 11:25:43,134", + "created": 1610360743.134484, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167935,15 +167935,15 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): False ()", "module": "test", - "msecs": 631.730318069458, + "msecs": 134.48405265808105, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18281.271934509277, + "relativeCreated": 18219.50936317444, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -167952,8 +167952,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:53,631", - "created": 1610346653.6318269, + "asctime": "2021-01-11 11:25:43,134", + "created": 1610360743.1346197, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -167963,34 +167963,34 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = False ()", "module": "test", - "msecs": 631.8268775939941, + "msecs": 134.61971282958984, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18281.368494033813, + "relativeCreated": 18219.645023345947, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 631.9208145141602, + "msecs": 134.7510814666748, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18281.46243095398, + "relativeCreated": 18219.776391983032, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.393692016601562e-05 + "time_consumption": 0.00013136863708496094 }, { "args": [], - "asctime": "2021-01-11 07:30:53,976", - "created": 1610346653.9765818, + "asctime": "2021-01-11 11:25:43,479", + "created": 1610360743.4797719, "exc_info": null, "exc_text": null, "filename": "test_add_methods.py", @@ -168005,8 +168005,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:53,632", - "created": 1610346653.6320922, + "asctime": "2021-01-11 11:25:43,134", + "created": 1610360743.1349604, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168016,23 +168016,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 632.0922374725342, + "msecs": 134.96041297912598, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18281.633853912354, + "relativeCreated": 18219.985723495483, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:53,632", - "created": 1610346653.6321995, + "asctime": "2021-01-11 11:25:43,135", + "created": 1610360743.135101, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168042,23 +168042,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 632.1995258331299, + "msecs": 135.1010799407959, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18281.74114227295, + "relativeCreated": 18220.126390457153, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:53,632", - "created": 1610346653.6323073, + "asctime": "2021-01-11 11:25:43,135", + "created": 1610360743.135239, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168068,15 +168068,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 632.3072910308838, + "msecs": 135.2388858795166, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18281.848907470703, + "relativeCreated": 18220.264196395874, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -168087,8 +168087,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,632", - "created": 1610346653.632525, + "asctime": "2021-01-11 11:25:43,135", + "created": 1610360743.13553, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168098,23 +168098,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 632.5249671936035, + "msecs": 135.5299949645996, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18282.066583633423, + "relativeCreated": 18220.555305480957, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,633", - "created": 1610346653.6330147, + "asctime": "2021-01-11 11:25:43,136", + "created": 1610360743.1361203, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168124,23 +168124,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 633.0146789550781, + "msecs": 136.12031936645508, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18282.556295394897, + "relativeCreated": 18221.145629882812, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:53,633", - "created": 1610346653.6331391, + "asctime": "2021-01-11 11:25:43,136", + "created": 1610360743.1362863, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168150,23 +168150,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 633.1391334533691, + "msecs": 136.28625869750977, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18282.68074989319, + "relativeCreated": 18221.311569213867, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:53,633", - "created": 1610346653.6332488, + "asctime": "2021-01-11 11:25:43,136", + "created": 1610360743.1364317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168176,15 +168176,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 633.2488059997559, + "msecs": 136.43169403076172, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18282.790422439575, + "relativeCreated": 18221.45700454712, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -168192,8 +168192,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:53,633", - "created": 1610346653.6338768, + "asctime": "2021-01-11 11:25:43,137", + "created": 1610360743.1373975, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168203,15 +168203,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 633.8768005371094, + "msecs": 137.39752769470215, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18283.41841697693, + "relativeCreated": 18222.42283821106, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168219,8 +168219,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:53,642", - "created": 1610346653.6422188, + "asctime": "2021-01-11 11:25:43,145", + "created": 1610360743.145683, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168230,15 +168230,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 642.218828201294, + "msecs": 145.68305015563965, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18291.760444641113, + "relativeCreated": 18230.708360671997, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168246,8 +168246,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,642", - "created": 1610346653.6424706, + "asctime": "2021-01-11 11:25:43,145", + "created": 1610360743.1458275, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168257,15 +168257,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 642.4705982208252, + "msecs": 145.8275318145752, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18292.012214660645, + "relativeCreated": 18230.852842330933, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168274,8 +168274,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:53,642", - "created": 1610346653.6426325, + "asctime": "2021-01-11 11:25:43,145", + "created": 1610360743.145901, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168285,15 +168285,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 642.6324844360352, + "msecs": 145.90096473693848, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18292.174100875854, + "relativeCreated": 18230.926275253296, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168301,8 +168301,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,642", - "created": 1610346653.642762, + "asctime": "2021-01-11 11:25:43,145", + "created": 1610360743.145989, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168312,15 +168312,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 642.7619457244873, + "msecs": 145.98894119262695, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18292.303562164307, + "relativeCreated": 18231.014251708984, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168329,8 +168329,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,642", - "created": 1610346653.6428533, + "asctime": "2021-01-11 11:25:43,146", + "created": 1610360743.1460514, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168340,15 +168340,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 642.8532600402832, + "msecs": 146.05140686035156, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18292.394876480103, + "relativeCreated": 18231.07671737671, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168356,8 +168356,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,642", - "created": 1610346653.642984, + "asctime": "2021-01-11 11:25:43,146", + "created": 1610360743.1461418, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168367,15 +168367,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 642.9839134216309, + "msecs": 146.14176750183105, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18292.52552986145, + "relativeCreated": 18231.16707801819, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168384,8 +168384,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,643", - "created": 1610346653.643068, + "asctime": "2021-01-11 11:25:43,146", + "created": 1610360743.1462016, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168395,15 +168395,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 643.0680751800537, + "msecs": 146.20161056518555, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18292.609691619873, + "relativeCreated": 18231.226921081543, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168411,8 +168411,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,643", - "created": 1610346653.6431887, + "asctime": "2021-01-11 11:25:43,146", + "created": 1610360743.146288, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168422,15 +168422,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 643.1887149810791, + "msecs": 146.2879180908203, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18292.7303314209, + "relativeCreated": 18231.313228607178, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168439,8 +168439,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,643", - "created": 1610346653.6432772, + "asctime": "2021-01-11 11:25:43,146", + "created": 1610360743.1463475, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168450,15 +168450,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 643.2771682739258, + "msecs": 146.3475227355957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18292.818784713745, + "relativeCreated": 18231.372833251953, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168466,8 +168466,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,643", - "created": 1610346653.6433876, + "asctime": "2021-01-11 11:25:43,146", + "created": 1610360743.1464417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168477,15 +168477,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 643.3875560760498, + "msecs": 146.44169807434082, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18292.92917251587, + "relativeCreated": 18231.4670085907, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168494,8 +168494,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,643", - "created": 1610346653.6434693, + "asctime": "2021-01-11 11:25:43,146", + "created": 1610360743.1465023, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168505,15 +168505,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 643.4693336486816, + "msecs": 146.50225639343262, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18293.0109500885, + "relativeCreated": 18231.52756690979, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168521,8 +168521,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:53,643", - "created": 1610346653.6436334, + "asctime": "2021-01-11 11:25:43,146", + "created": 1610360743.1466193, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168532,15 +168532,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 643.6333656311035, + "msecs": 146.61931991577148, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18293.174982070923, + "relativeCreated": 18231.64463043213, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168548,8 +168548,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:53,644", - "created": 1610346653.6446767, + "asctime": "2021-01-11 11:25:43,147", + "created": 1610360743.1476057, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168559,15 +168559,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 644.676685333252, + "msecs": 147.60565757751465, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18294.21830177307, + "relativeCreated": 18232.630968093872, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168575,8 +168575,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,644", - "created": 1610346653.6449077, + "asctime": "2021-01-11 11:25:43,147", + "created": 1610360743.1477635, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168586,15 +168586,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 644.9077129364014, + "msecs": 147.76349067687988, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18294.44932937622, + "relativeCreated": 18232.788801193237, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168603,8 +168603,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:53,645", - "created": 1610346653.645014, + "asctime": "2021-01-11 11:25:43,147", + "created": 1610360743.1478376, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168614,15 +168614,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 645.0140476226807, + "msecs": 147.83763885498047, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18294.5556640625, + "relativeCreated": 18232.862949371338, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168630,8 +168630,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:53,645", - "created": 1610346653.6451657, + "asctime": "2021-01-11 11:25:43,147", + "created": 1610360743.1479483, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168641,15 +168641,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 645.1656818389893, + "msecs": 147.9482650756836, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18294.70729827881, + "relativeCreated": 18232.97357559204, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168660,8 +168660,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,645", - "created": 1610346653.6454048, + "asctime": "2021-01-11 11:25:43,148", + "created": 1610360743.1481245, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168671,15 +168671,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 645.4048156738281, + "msecs": 148.12445640563965, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18294.946432113647, + "relativeCreated": 18233.149766921997, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168687,8 +168687,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:53,645", - "created": 1610346653.6455593, + "asctime": "2021-01-11 11:25:43,148", + "created": 1610360743.148208, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168698,15 +168698,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 645.5593109130859, + "msecs": 148.2079029083252, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18295.100927352905, + "relativeCreated": 18233.233213424683, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168717,8 +168717,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,645", - "created": 1610346653.6457171, + "asctime": "2021-01-11 11:25:43,148", + "created": 1610360743.148319, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168728,15 +168728,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 645.7171440124512, + "msecs": 148.31900596618652, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18295.25876045227, + "relativeCreated": 18233.344316482544, "stack_info": null, - "thread": 140560111232768, + "thread": 140651974874880, "threadName": "Thread-33" }, { @@ -168744,8 +168744,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:53,646", - "created": 1610346653.6462448, + "asctime": "2021-01-11 11:25:43,148", + "created": 1610360743.1489406, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168755,15 +168755,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 646.2447643280029, + "msecs": 148.9405632019043, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18295.786380767822, + "relativeCreated": 18233.96587371826, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -168771,8 +168771,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:53,654", - "created": 1610346653.654582, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.1571422, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -168782,15 +168782,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 654.5820236206055, + "msecs": 157.14216232299805, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18304.123640060425, + "relativeCreated": 18242.167472839355, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -168798,8 +168798,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,654", - "created": 1610346653.6548207, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.1572888, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168809,15 +168809,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 654.8206806182861, + "msecs": 157.2887897491455, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18304.362297058105, + "relativeCreated": 18242.314100265503, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -168826,8 +168826,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:53,654", - "created": 1610346653.6549566, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.1573753, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168837,15 +168837,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 654.956579208374, + "msecs": 157.37533569335938, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18304.498195648193, + "relativeCreated": 18242.400646209717, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -168853,8 +168853,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,655", - "created": 1610346653.6551154, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.1574655, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168864,15 +168864,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 655.1153659820557, + "msecs": 157.46545791625977, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18304.656982421875, + "relativeCreated": 18242.490768432617, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -168881,8 +168881,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,655", - "created": 1610346653.6552284, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.157528, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168892,15 +168892,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 655.2283763885498, + "msecs": 157.52792358398438, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18304.76999282837, + "relativeCreated": 18242.55323410034, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -168908,8 +168908,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,655", - "created": 1610346653.6553924, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.1576176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168919,15 +168919,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 655.3924083709717, + "msecs": 157.61756896972656, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18304.93402481079, + "relativeCreated": 18242.642879486084, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -168936,8 +168936,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,655", - "created": 1610346653.6555002, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.1576896, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168947,15 +168947,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 655.5001735687256, + "msecs": 157.68957138061523, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18305.041790008545, + "relativeCreated": 18242.714881896973, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -168963,8 +168963,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,655", - "created": 1610346653.6556797, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.157772, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -168974,15 +168974,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 655.6797027587891, + "msecs": 157.77206420898438, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18305.22131919861, + "relativeCreated": 18242.79737472534, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -168991,8 +168991,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,655", - "created": 1610346653.6558423, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.1578357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169002,15 +169002,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 655.8423042297363, + "msecs": 157.8357219696045, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18305.383920669556, + "relativeCreated": 18242.861032485962, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -169018,8 +169018,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,655", - "created": 1610346653.6559854, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.1579125, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169029,15 +169029,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 655.9853553771973, + "msecs": 157.9124927520752, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18305.526971817017, + "relativeCreated": 18242.937803268433, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -169046,8 +169046,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:53,656", - "created": 1610346653.656092, + "asctime": "2021-01-11 11:25:43,157", + "created": 1610360743.15797, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169057,15 +169057,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 656.0919284820557, + "msecs": 157.96995162963867, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18305.633544921875, + "relativeCreated": 18242.995262145996, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -169073,8 +169073,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:53,656", - "created": 1610346653.6562915, + "asctime": "2021-01-11 11:25:43,158", + "created": 1610360743.1580808, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169084,15 +169084,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 656.2914848327637, + "msecs": 158.0808162689209, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18305.833101272583, + "relativeCreated": 18243.10612678528, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -169100,8 +169100,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:53,657", - "created": 1610346653.6573932, + "asctime": "2021-01-11 11:25:43,159", + "created": 1610360743.1590679, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169111,15 +169111,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 657.393217086792, + "msecs": 159.06786918640137, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18306.93483352661, + "relativeCreated": 18244.09317970276, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -169127,8 +169127,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:53,657", - "created": 1610346653.657737, + "asctime": "2021-01-11 11:25:43,159", + "created": 1610360743.1592379, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169138,15 +169138,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 657.7370166778564, + "msecs": 159.23786163330078, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18307.278633117676, + "relativeCreated": 18244.26317214966, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -169155,8 +169155,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:53,657", - "created": 1610346653.6579022, + "asctime": "2021-01-11 11:25:43,159", + "created": 1610360743.159325, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169166,15 +169166,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 657.9022407531738, + "msecs": 159.32488441467285, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18307.443857192993, + "relativeCreated": 18244.35019493103, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -169182,8 +169182,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:53,658", - "created": 1610346653.658102, + "asctime": "2021-01-11 11:25:43,159", + "created": 1610360743.1594365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -169193,15 +169193,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 658.1020355224609, + "msecs": 159.43646430969238, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18307.64365196228, + "relativeCreated": 18244.46177482605, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -169212,8 +169212,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:53,658", - "created": 1610346653.6584055, + "asctime": "2021-01-11 11:25:43,159", + "created": 1610360743.159615, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169223,15 +169223,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 658.4055423736572, + "msecs": 159.61503982543945, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18307.947158813477, + "relativeCreated": 18244.640350341797, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" }, { @@ -169239,8 +169239,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:53,658", - "created": 1610346653.6585581, + "asctime": "2021-01-11 11:25:43,159", + "created": 1610360743.1596987, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169250,37 +169250,37 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 658.5581302642822, + "msecs": 159.6987247467041, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18308.0997467041, + "relativeCreated": 18244.72403526306, "stack_info": null, - "thread": 140560102840064, + "thread": 140651966482176, "threadName": "Thread-34" } ], - "msecs": 976.5818119049072, + "msecs": 479.77185249328613, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_add_methods.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18626.123428344727, + "relativeCreated": 18564.797163009644, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.318023681640625 + "time_consumption": 0.32007312774658203 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:53,977", - "created": 1610346653.9775877, + "asctime": "2021-01-11 11:25:43,480", + "created": 1610360743.4806514, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169297,8 +169297,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,977", - "created": 1610346653.9771788, + "asctime": "2021-01-11 11:25:43,480", + "created": 1610360743.4803, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169308,15 +169308,15 @@ "lineno": 22, "message": "Result (Client Communication instance connection status): True ()", "module": "test", - "msecs": 977.1788120269775, + "msecs": 480.2999496459961, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18626.720428466797, + "relativeCreated": 18565.325260162354, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169325,8 +169325,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,977", - "created": 1610346653.9773731, + "asctime": "2021-01-11 11:25:43,480", + "created": 1610360743.480483, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169336,37 +169336,37 @@ "lineno": 26, "message": "Expectation (Client Communication instance connection status): result = True ()", "module": "test", - "msecs": 977.3731231689453, + "msecs": 480.4830551147461, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18626.914739608765, + "relativeCreated": 18565.508365631104, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 977.5876998901367, + "msecs": 480.6513786315918, "msg": "Client Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18627.129316329956, + "relativeCreated": 18565.67668914795, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00021457672119140625 + "time_consumption": 0.00016832351684570312 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:53,978", - "created": 1610346653.9782095, + "asctime": "2021-01-11 11:25:43,481", + "created": 1610360743.4812584, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169383,8 +169383,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,977", - "created": 1610346653.9778826, + "asctime": "2021-01-11 11:25:43,480", + "created": 1610360743.4809575, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169394,15 +169394,15 @@ "lineno": 22, "message": "Result (Server Communication instance connection status): True ()", "module": "test", - "msecs": 977.8826236724854, + "msecs": 480.9575080871582, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18627.424240112305, + "relativeCreated": 18565.982818603516, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169411,8 +169411,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:53,978", - "created": 1610346653.9780521, + "asctime": "2021-01-11 11:25:43,481", + "created": 1610360743.4811203, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -169422,41 +169422,41 @@ "lineno": 26, "message": "Expectation (Server Communication instance connection status): result = True ()", "module": "test", - "msecs": 978.0521392822266, + "msecs": 481.12034797668457, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18627.593755722046, + "relativeCreated": 18566.145658493042, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 978.2094955444336, + "msecs": 481.2583923339844, "msg": "Server Communication instance connection status is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 18627.751111984253, + "relativeCreated": 18566.28370285034, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015735626220703125 + "time_consumption": 0.0001380443572998047 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.7008235454559326, - "time_finished": "2021-01-11 07:30:53,978", - "time_start": "2021-01-11 07:30:53,277" + "time_consumption": 0.7000715732574463, + "time_finished": "2021-01-11 11:25:43,481", + "time_start": "2021-01-11 11:25:42,781" }, "_j-npsE0MEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:37,219", - "created": 1610346637.2196364, + "asctime": "2021-01-11 11:25:26,731", + "created": 1610360726.7310843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169467,19 +169467,19 @@ "message": "_j-npsE0MEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 219.6364402770996, + "msecs": 731.0843467712402, "msg": "_j-npsE0MEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1869.178056716919, + "relativeCreated": 1816.1096572875977, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2265892, + "asctime": "2021-01-11 11:25:26,740", + "created": 1610360726.7403636, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -169494,8 +169494,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:37,220", - "created": 1610346637.220636, + "asctime": "2021-01-11 11:25:26,732", + "created": 1610360726.732067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169505,23 +169505,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 220.63589096069336, + "msecs": 732.0671081542969, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1870.1775074005127, + "relativeCreated": 1817.0924186706543, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:37,221", - "created": 1610346637.221644, + "asctime": "2021-01-11 11:25:26,732", + "created": 1610360726.7329597, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169531,23 +169531,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 221.64392471313477, + "msecs": 732.9597473144531, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1871.185541152954, + "relativeCreated": 1817.9850578308105, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:37,221", - "created": 1610346637.2218754, + "asctime": "2021-01-11 11:25:26,733", + "created": 1610360726.7331781, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169557,23 +169557,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 221.87542915344238, + "msecs": 733.1781387329102, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1871.4170455932617, + "relativeCreated": 1818.2034492492676, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:37,222", - "created": 1610346637.2222142, + "asctime": "2021-01-11 11:25:26,733", + "created": 1610360726.7335312, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169583,15 +169583,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 222.2142219543457, + "msecs": 733.5312366485596, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1871.755838394165, + "relativeCreated": 1818.556547164917, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169600,8 +169600,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:37,222", - "created": 1610346637.2224212, + "asctime": "2021-01-11 11:25:26,733", + "created": 1610360726.7337158, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169611,15 +169611,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 222.42116928100586, + "msecs": 733.7157726287842, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1871.9627857208252, + "relativeCreated": 1818.7410831451416, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169627,8 +169627,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:37,222", - "created": 1610346637.2226458, + "asctime": "2021-01-11 11:25:26,733", + "created": 1610360726.7339408, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169638,15 +169638,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 222.64575958251953, + "msecs": 733.940839767456, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1872.1873760223389, + "relativeCreated": 1818.9661502838135, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169654,8 +169654,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:37,222", - "created": 1610346637.2228029, + "asctime": "2021-01-11 11:25:26,734", + "created": 1610360726.7340937, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169665,15 +169665,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 222.80287742614746, + "msecs": 734.0936660766602, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1872.3444938659668, + "relativeCreated": 1819.1189765930176, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169681,8 +169681,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:37,222", - "created": 1610346637.222954, + "asctime": "2021-01-11 11:25:26,734", + "created": 1610360726.7343404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169692,15 +169692,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 222.95403480529785, + "msecs": 734.3404293060303, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1872.4956512451172, + "relativeCreated": 1819.3657398223877, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169708,8 +169708,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:37,223", - "created": 1610346637.223096, + "asctime": "2021-01-11 11:25:26,734", + "created": 1610360726.7344964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169719,15 +169719,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 223.09589385986328, + "msecs": 734.4963550567627, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1872.6375102996826, + "relativeCreated": 1819.5216655731201, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169737,8 +169737,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:37,223", - "created": 1610346637.2232685, + "asctime": "2021-01-11 11:25:26,734", + "created": 1610360726.7346737, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169748,15 +169748,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 223.2685089111328, + "msecs": 734.6737384796143, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1872.8101253509521, + "relativeCreated": 1819.6990489959717, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169766,8 +169766,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:37,223", - "created": 1610346637.223433, + "asctime": "2021-01-11 11:25:26,734", + "created": 1610360726.7348335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169777,15 +169777,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 223.4330177307129, + "msecs": 734.8334789276123, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1872.9746341705322, + "relativeCreated": 1819.8587894439697, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169795,8 +169795,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:37,223", - "created": 1610346637.2235923, + "asctime": "2021-01-11 11:25:26,734", + "created": 1610360726.7349908, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169806,15 +169806,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 223.59228134155273, + "msecs": 734.9908351898193, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1873.133897781372, + "relativeCreated": 1820.0161457061768, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169824,8 +169824,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:37,223", - "created": 1610346637.2237446, + "asctime": "2021-01-11 11:25:26,735", + "created": 1610360726.7351434, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169835,23 +169835,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 223.74463081359863, + "msecs": 735.1434230804443, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1873.286247253418, + "relativeCreated": 1820.1687335968018, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:37,223", - "created": 1610346637.223881, + "asctime": "2021-01-11 11:25:26,735", + "created": 1610360726.7352912, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169861,15 +169861,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 223.88100624084473, + "msecs": 735.2912425994873, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1873.422622680664, + "relativeCreated": 1820.3165531158447, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169878,8 +169878,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:37,224", - "created": 1610346637.224035, + "asctime": "2021-01-11 11:25:26,735", + "created": 1610360726.7354484, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169889,15 +169889,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 224.03502464294434, + "msecs": 735.4483604431152, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1873.5766410827637, + "relativeCreated": 1820.4736709594727, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169905,8 +169905,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:37,224", - "created": 1610346637.224216, + "asctime": "2021-01-11 11:25:26,735", + "created": 1610360726.735614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169916,15 +169916,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 224.21598434448242, + "msecs": 735.6140613555908, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1873.7576007843018, + "relativeCreated": 1820.6393718719482, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169932,8 +169932,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:37,224", - "created": 1610346637.2243595, + "asctime": "2021-01-11 11:25:26,735", + "created": 1610360726.735759, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169943,15 +169943,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 224.35951232910156, + "msecs": 735.7590198516846, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1873.901128768921, + "relativeCreated": 1820.784330368042, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169961,8 +169961,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:37,224", - "created": 1610346637.2245138, + "asctime": "2021-01-11 11:25:26,735", + "created": 1610360726.7359111, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -169972,15 +169972,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 224.51376914978027, + "msecs": 735.9111309051514, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1874.0553855895996, + "relativeCreated": 1820.9364414215088, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -169990,8 +169990,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:37,224", - "created": 1610346637.2246692, + "asctime": "2021-01-11 11:25:26,736", + "created": 1610360726.7360673, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170001,15 +170001,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 224.6692180633545, + "msecs": 736.0672950744629, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1874.2108345031738, + "relativeCreated": 1821.0926055908203, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170018,8 +170018,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:37,224", - "created": 1610346637.2248168, + "asctime": "2021-01-11 11:25:26,736", + "created": 1610360726.736215, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170029,15 +170029,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 224.81679916381836, + "msecs": 736.2151145935059, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1874.3584156036377, + "relativeCreated": 1821.2404251098633, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170046,8 +170046,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.2252924, + "asctime": "2021-01-11 11:25:26,736", + "created": 1610360726.7366853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170057,15 +170057,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 225.29244422912598, + "msecs": 736.6852760314941, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1874.8340606689453, + "relativeCreated": 1821.7105865478516, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170074,8 +170074,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.2254746, + "asctime": "2021-01-11 11:25:26,736", + "created": 1610360726.7368896, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170085,23 +170085,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 225.47459602355957, + "msecs": 736.8896007537842, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.016212463379, + "relativeCreated": 1821.9149112701416, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.2255235, + "asctime": "2021-01-11 11:25:26,737", + "created": 1610360726.7370389, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170111,23 +170111,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 225.5234718322754, + "msecs": 737.0388507843018, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.0650882720947, + "relativeCreated": 1822.0641613006592, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.2256222, + "asctime": "2021-01-11 11:25:26,737", + "created": 1610360726.7373407, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170137,15 +170137,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 225.62217712402344, + "msecs": 737.3406887054443, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.1637935638428, + "relativeCreated": 1822.3659992218018, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170154,8 +170154,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.225674, + "asctime": "2021-01-11 11:25:26,737", + "created": 1610360726.7375042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170165,15 +170165,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 225.67391395568848, + "msecs": 737.504243850708, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.2155303955078, + "relativeCreated": 1822.5295543670654, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170181,8 +170181,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.2257383, + "asctime": "2021-01-11 11:25:26,737", + "created": 1610360726.737707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170192,15 +170192,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 225.7382869720459, + "msecs": 737.7068996429443, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.2799034118652, + "relativeCreated": 1822.7322101593018, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170208,8 +170208,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.2257872, + "asctime": "2021-01-11 11:25:26,737", + "created": 1610360726.7378595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170219,15 +170219,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 225.78716278076172, + "msecs": 737.8594875335693, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.328779220581, + "relativeCreated": 1822.8847980499268, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170235,8 +170235,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.2258332, + "asctime": "2021-01-11 11:25:26,738", + "created": 1610360726.7380035, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170246,15 +170246,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 225.83317756652832, + "msecs": 738.0034923553467, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.3747940063477, + "relativeCreated": 1823.028802871704, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170262,8 +170262,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.2258778, + "asctime": "2021-01-11 11:25:26,738", + "created": 1610360726.7381434, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170273,15 +170273,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 225.8777618408203, + "msecs": 738.1434440612793, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.4193782806396, + "relativeCreated": 1823.1687545776367, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170291,8 +170291,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.225926, + "asctime": "2021-01-11 11:25:26,738", + "created": 1610360726.738295, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170302,15 +170302,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 225.92592239379883, + "msecs": 738.2950782775879, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.4675388336182, + "relativeCreated": 1823.3203887939453, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170320,8 +170320,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:37,225", - "created": 1610346637.2259786, + "asctime": "2021-01-11 11:25:26,738", + "created": 1610360726.7384703, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170331,15 +170331,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 225.97861289978027, + "msecs": 738.4703159332275, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.5202293395996, + "relativeCreated": 1823.495626449585, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170349,8 +170349,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2260284, + "asctime": "2021-01-11 11:25:26,738", + "created": 1610360726.7386243, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170360,15 +170360,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 226.0284423828125, + "msecs": 738.6243343353271, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.5700588226318, + "relativeCreated": 1823.6496448516846, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170378,8 +170378,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2260811, + "asctime": "2021-01-11 11:25:26,738", + "created": 1610360726.7387762, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170389,23 +170389,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 226.08113288879395, + "msecs": 738.7762069702148, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.6227493286133, + "relativeCreated": 1823.8015174865723, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2261276, + "asctime": "2021-01-11 11:25:26,738", + "created": 1610360726.7389219, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170415,15 +170415,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 226.12762451171875, + "msecs": 738.9218807220459, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.669240951538, + "relativeCreated": 1823.9471912384033, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170432,8 +170432,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2261767, + "asctime": "2021-01-11 11:25:26,739", + "created": 1610360726.7390733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170443,15 +170443,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 226.17673873901367, + "msecs": 739.0732765197754, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.718355178833, + "relativeCreated": 1824.0985870361328, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170459,8 +170459,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2262287, + "asctime": "2021-01-11 11:25:26,739", + "created": 1610360726.739237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170470,15 +170470,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 226.2287139892578, + "msecs": 739.2370700836182, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.7703304290771, + "relativeCreated": 1824.2623805999756, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170486,8 +170486,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.226275, + "asctime": "2021-01-11 11:25:26,739", + "created": 1610360726.739383, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170497,15 +170497,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 226.27496719360352, + "msecs": 739.3829822540283, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.8165836334229, + "relativeCreated": 1824.4082927703857, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170515,8 +170515,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2263222, + "asctime": "2021-01-11 11:25:26,739", + "created": 1610360726.7395296, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170526,15 +170526,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 226.32217407226562, + "msecs": 739.5296096801758, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.863790512085, + "relativeCreated": 1824.5549201965332, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170544,8 +170544,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2263703, + "asctime": "2021-01-11 11:25:26,739", + "created": 1610360726.7396815, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170555,15 +170555,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 226.37033462524414, + "msecs": 739.6814823150635, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.9119510650635, + "relativeCreated": 1824.706792831421, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170572,8 +170572,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2264168, + "asctime": "2021-01-11 11:25:26,739", + "created": 1610360726.7398267, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170583,15 +170583,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 226.41682624816895, + "msecs": 739.8266792297363, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1875.9584426879883, + "relativeCreated": 1824.8519897460938, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170600,8 +170600,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.226461, + "asctime": "2021-01-11 11:25:26,739", + "created": 1610360726.739963, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170611,15 +170611,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 226.46093368530273, + "msecs": 739.9630546569824, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.002550125122, + "relativeCreated": 1824.9883651733398, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170628,8 +170628,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2265053, + "asctime": "2021-01-11 11:25:26,740", + "created": 1610360726.7400987, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170639,23 +170639,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 226.50527954101562, + "msecs": 740.0987148284912, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.046895980835, + "relativeCreated": 1825.1240253448486, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.226548, + "asctime": "2021-01-11 11:25:26,740", + "created": 1610360726.740234, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170665,34 +170665,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 226.5479564666748, + "msecs": 740.2338981628418, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.0895729064941, + "relativeCreated": 1825.2592086791992, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 226.58920288085938, + "msecs": 740.363597869873, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.1308193206787, + "relativeCreated": 1825.3889083862305, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 4.124641418457031e-05 + "time_consumption": 0.00012969970703125 }, { "args": [], - "asctime": "2021-01-11 07:30:37,570", - "created": 1610346637.5703468, + "asctime": "2021-01-11 11:25:27,084", + "created": 1610360727.0844703, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -170707,8 +170707,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2266903, + "asctime": "2021-01-11 11:25:26,740", + "created": 1610360726.7406735, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170718,23 +170718,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 226.69029235839844, + "msecs": 740.6735420227051, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.2319087982178, + "relativeCreated": 1825.6988525390625, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2267408, + "asctime": "2021-01-11 11:25:26,740", + "created": 1610360726.7408094, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170744,23 +170744,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 226.74083709716797, + "msecs": 740.809440612793, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.2824535369873, + "relativeCreated": 1825.8347511291504, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2267864, + "asctime": "2021-01-11 11:25:26,740", + "created": 1610360726.740853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170770,15 +170770,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 226.78637504577637, + "msecs": 740.8530712127686, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.3279914855957, + "relativeCreated": 1825.878381729126, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170789,8 +170789,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:37,226", - "created": 1610346637.2268755, + "asctime": "2021-01-11 11:25:26,740", + "created": 1610360726.740931, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170800,23 +170800,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 226.87554359436035, + "msecs": 740.9310340881348, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.4171600341797, + "relativeCreated": 1825.9563446044922, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:37,227", - "created": 1610346637.2270677, + "asctime": "2021-01-11 11:25:26,741", + "created": 1610360726.7411134, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170826,23 +170826,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 227.0677089691162, + "msecs": 741.1134243011475, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.6093254089355, + "relativeCreated": 1826.1387348175049, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:37,227", - "created": 1610346637.2271206, + "asctime": "2021-01-11 11:25:26,741", + "created": 1610360726.7411656, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170852,23 +170852,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 227.12063789367676, + "msecs": 741.1656379699707, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.662254333496, + "relativeCreated": 1826.1909484863281, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:37,227", - "created": 1610346637.2271676, + "asctime": "2021-01-11 11:25:26,741", + "created": 1610360726.7412114, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170878,15 +170878,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 227.16760635375977, + "msecs": 741.2114143371582, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.709222793579, + "relativeCreated": 1826.2367248535156, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -170894,8 +170894,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:37,227", - "created": 1610346637.2272928, + "asctime": "2021-01-11 11:25:26,741", + "created": 1610360726.7413633, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170905,15 +170905,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 227.2927761077881, + "msecs": 741.3632869720459, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1876.8343925476074, + "relativeCreated": 1826.3885974884033, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -170921,8 +170921,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:37,235", - "created": 1610346637.2354846, + "asctime": "2021-01-11 11:25:26,749", + "created": 1610360726.7495222, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -170932,15 +170932,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 235.48460006713867, + "msecs": 749.5222091674805, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.026216506958, + "relativeCreated": 1834.547519683838, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -170948,8 +170948,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,235", - "created": 1610346637.2356093, + "asctime": "2021-01-11 11:25:26,749", + "created": 1610360726.7496395, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -170959,15 +170959,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 235.6092929840088, + "msecs": 749.6395111083984, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.1509094238281, + "relativeCreated": 1834.6648216247559, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -170976,8 +170976,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,235", - "created": 1610346637.2356653, + "asctime": "2021-01-11 11:25:26,749", + "created": 1610360726.7496908, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -170987,15 +170987,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 235.66532135009766, + "msecs": 749.6907711029053, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.206937789917, + "relativeCreated": 1834.7160816192627, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171003,8 +171003,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,235", - "created": 1610346637.2357292, + "asctime": "2021-01-11 11:25:26,749", + "created": 1610360726.7497516, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171014,15 +171014,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 235.72921752929688, + "msecs": 749.7515678405762, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.2708339691162, + "relativeCreated": 1834.7768783569336, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171031,8 +171031,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,235", - "created": 1610346637.2357748, + "asctime": "2021-01-11 11:25:26,749", + "created": 1610360726.7497947, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171042,15 +171042,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 235.77475547790527, + "msecs": 749.7947216033936, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.3163719177246, + "relativeCreated": 1834.820032119751, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171058,8 +171058,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,235", - "created": 1610346637.2358508, + "asctime": "2021-01-11 11:25:26,749", + "created": 1610360726.749869, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171069,15 +171069,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 235.85081100463867, + "msecs": 749.8691082000732, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.392427444458, + "relativeCreated": 1834.8944187164307, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171086,8 +171086,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,235", - "created": 1610346637.2358952, + "asctime": "2021-01-11 11:25:26,749", + "created": 1610360726.7499108, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171097,15 +171097,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 235.89515686035156, + "msecs": 749.910831451416, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.436773300171, + "relativeCreated": 1834.9361419677734, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171113,8 +171113,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,235", - "created": 1610346637.2359548, + "asctime": "2021-01-11 11:25:26,749", + "created": 1610360726.7499664, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171124,15 +171124,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 235.95476150512695, + "msecs": 749.9663829803467, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.4963779449463, + "relativeCreated": 1834.991693496704, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171141,8 +171141,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,235", - "created": 1610346637.2359974, + "asctime": "2021-01-11 11:25:26,750", + "created": 1610360726.7500072, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171152,15 +171152,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 235.99743843078613, + "msecs": 750.007152557373, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.5390548706055, + "relativeCreated": 1835.0324630737305, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171168,8 +171168,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,236", - "created": 1610346637.2360542, + "asctime": "2021-01-11 11:25:26,750", + "created": 1610360726.7500603, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171179,15 +171179,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 236.0541820526123, + "msecs": 750.0603199005127, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.5957984924316, + "relativeCreated": 1835.0856304168701, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171196,8 +171196,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,236", - "created": 1610346637.2360973, + "asctime": "2021-01-11 11:25:26,750", + "created": 1610360726.7501013, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171207,15 +171207,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 236.0973358154297, + "msecs": 750.1013278961182, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.638952255249, + "relativeCreated": 1835.1266384124756, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171223,8 +171223,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:37,236", - "created": 1610346637.2361813, + "asctime": "2021-01-11 11:25:26,750", + "created": 1610360726.7501838, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171234,15 +171234,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 236.18125915527344, + "msecs": 750.1838207244873, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1885.7228755950928, + "relativeCreated": 1835.2091312408447, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171250,8 +171250,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:37,237", - "created": 1610346637.237067, + "asctime": "2021-01-11 11:25:26,751", + "created": 1610360726.7511287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171261,15 +171261,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 237.06698417663574, + "msecs": 751.1286735534668, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1886.608600616455, + "relativeCreated": 1836.1539840698242, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171277,8 +171277,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,237", - "created": 1610346637.2371225, + "asctime": "2021-01-11 11:25:26,751", + "created": 1610360726.7512546, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171288,15 +171288,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 237.1225357055664, + "msecs": 751.2545585632324, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1886.6641521453857, + "relativeCreated": 1836.2798690795898, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171305,8 +171305,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,237", - "created": 1610346637.2371705, + "asctime": "2021-01-11 11:25:26,751", + "created": 1610360726.7513082, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171316,15 +171316,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 237.17045783996582, + "msecs": 751.3082027435303, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1886.7120742797852, + "relativeCreated": 1836.3335132598877, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171332,8 +171332,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:37,237", - "created": 1610346637.2372494, + "asctime": "2021-01-11 11:25:26,751", + "created": 1610360726.7514024, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171343,15 +171343,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 237.24937438964844, + "msecs": 751.4023780822754, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1886.7909908294678, + "relativeCreated": 1836.4276885986328, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171362,8 +171362,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:37,237", - "created": 1610346637.237409, + "asctime": "2021-01-11 11:25:26,751", + "created": 1610360726.7515361, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171373,15 +171373,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 237.40911483764648, + "msecs": 751.5361309051514, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1886.9507312774658, + "relativeCreated": 1836.5614414215088, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171389,8 +171389,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:37,237", - "created": 1610346637.2375007, + "asctime": "2021-01-11 11:25:26,751", + "created": 1610360726.7516077, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171400,15 +171400,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 237.50066757202148, + "msecs": 751.6076564788818, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1887.0422840118408, + "relativeCreated": 1836.6329669952393, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171419,8 +171419,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:37,237", - "created": 1610346637.2375934, + "asctime": "2021-01-11 11:25:26,751", + "created": 1610360726.7516901, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171430,15 +171430,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 237.593412399292, + "msecs": 751.690149307251, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1887.1350288391113, + "relativeCreated": 1836.7154598236084, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -171446,8 +171446,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:37,237", - "created": 1610346637.2378657, + "asctime": "2021-01-11 11:25:26,751", + "created": 1610360726.751957, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171457,15 +171457,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 237.86568641662598, + "msecs": 751.9569396972656, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1887.4073028564453, + "relativeCreated": 1836.982250213623, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171473,8 +171473,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.2460258, + "asctime": "2021-01-11 11:25:26,760", + "created": 1610360726.760212, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171484,15 +171484,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 246.02580070495605, + "msecs": 760.2119445800781, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1895.5674171447754, + "relativeCreated": 1845.2372550964355, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171500,8 +171500,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.2461483, + "asctime": "2021-01-11 11:25:26,760", + "created": 1610360726.7603838, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171511,15 +171511,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 246.14834785461426, + "msecs": 760.3838443756104, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1895.6899642944336, + "relativeCreated": 1845.4091548919678, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171528,8 +171528,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.2462041, + "asctime": "2021-01-11 11:25:26,760", + "created": 1610360726.7604742, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171539,15 +171539,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 246.20413780212402, + "msecs": 760.4742050170898, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1895.7457542419434, + "relativeCreated": 1845.4995155334473, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171555,8 +171555,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.24628, + "asctime": "2021-01-11 11:25:26,760", + "created": 1610360726.7605999, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171566,15 +171566,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 246.27995491027832, + "msecs": 760.5998516082764, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1895.8215713500977, + "relativeCreated": 1845.6251621246338, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171583,8 +171583,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.2463279, + "asctime": "2021-01-11 11:25:26,760", + "created": 1610360726.7606766, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171594,15 +171594,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 246.32787704467773, + "msecs": 760.6766223907471, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1895.869493484497, + "relativeCreated": 1845.7019329071045, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171610,8 +171610,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.2463944, + "asctime": "2021-01-11 11:25:26,760", + "created": 1610360726.7608047, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171621,15 +171621,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 246.39439582824707, + "msecs": 760.8046531677246, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1895.9360122680664, + "relativeCreated": 1845.829963684082, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171638,8 +171638,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.2464387, + "asctime": "2021-01-11 11:25:26,760", + "created": 1610360726.7608802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171649,15 +171649,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 246.43874168395996, + "msecs": 760.8802318572998, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1895.9803581237793, + "relativeCreated": 1845.9055423736572, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171665,8 +171665,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.246498, + "asctime": "2021-01-11 11:25:26,760", + "created": 1610360726.760978, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171676,15 +171676,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 246.49810791015625, + "msecs": 760.9779834747314, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1896.0397243499756, + "relativeCreated": 1846.0032939910889, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171693,8 +171693,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.2465436, + "asctime": "2021-01-11 11:25:26,761", + "created": 1610360726.7610502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171704,15 +171704,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 246.54364585876465, + "msecs": 761.0502243041992, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1896.085262298584, + "relativeCreated": 1846.0755348205566, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171720,8 +171720,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.246604, + "asctime": "2021-01-11 11:25:26,761", + "created": 1610360726.7611556, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171731,15 +171731,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 246.60396575927734, + "msecs": 761.1556053161621, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1896.1455821990967, + "relativeCreated": 1846.1809158325195, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171748,8 +171748,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.2466478, + "asctime": "2021-01-11 11:25:26,761", + "created": 1610360726.7612267, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171759,15 +171759,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 246.64783477783203, + "msecs": 761.2266540527344, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1896.1894512176514, + "relativeCreated": 1846.2519645690918, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171775,8 +171775,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:37,246", - "created": 1610346637.246737, + "asctime": "2021-01-11 11:25:26,761", + "created": 1610360726.7613597, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171786,15 +171786,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 246.73700332641602, + "msecs": 761.359691619873, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1896.2786197662354, + "relativeCreated": 1846.3850021362305, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171802,8 +171802,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:37,247", - "created": 1610346637.2476382, + "asctime": "2021-01-11 11:25:26,762", + "created": 1610360726.7623107, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171813,15 +171813,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 247.63822555541992, + "msecs": 762.3107433319092, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1897.1798419952393, + "relativeCreated": 1847.3360538482666, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171829,8 +171829,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,247", - "created": 1610346637.247719, + "asctime": "2021-01-11 11:25:26,762", + "created": 1610360726.762444, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171840,15 +171840,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 247.71904945373535, + "msecs": 762.444019317627, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1897.2606658935547, + "relativeCreated": 1847.4693298339844, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171857,8 +171857,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,247", - "created": 1610346637.2477732, + "asctime": "2021-01-11 11:25:26,762", + "created": 1610360726.7625337, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171868,15 +171868,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 247.7731704711914, + "msecs": 762.5336647033691, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1897.3147869110107, + "relativeCreated": 1847.5589752197266, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171884,8 +171884,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:37,247", - "created": 1610346637.2478514, + "asctime": "2021-01-11 11:25:26,762", + "created": 1610360726.7626634, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -171895,15 +171895,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 247.85137176513672, + "msecs": 762.6633644104004, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1897.392988204956, + "relativeCreated": 1847.6886749267578, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171914,8 +171914,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:37,248", - "created": 1610346637.2480044, + "asctime": "2021-01-11 11:25:26,762", + "created": 1610360726.7628675, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171925,15 +171925,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 248.00443649291992, + "msecs": 762.8674507141113, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1897.5460529327393, + "relativeCreated": 1847.8927612304688, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -171941,8 +171941,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:37,248", - "created": 1610346637.2480667, + "asctime": "2021-01-11 11:25:26,762", + "created": 1610360726.7629685, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -171952,34 +171952,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 248.06666374206543, + "msecs": 762.9685401916504, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 1897.6082801818848, + "relativeCreated": 1847.9938507080078, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" } ], - "msecs": 570.3468322753906, + "msecs": 84.47027206420898, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2219.88844871521, + "relativeCreated": 2169.4955825805664, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3222801685333252 + "time_consumption": 0.3215017318725586 }, { "args": [], - "asctime": "2021-01-11 07:30:37,570", - "created": 1610346637.5707517, + "asctime": "2021-01-11 11:25:27,085", + "created": 1610360727.0850174, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -171990,22 +171990,22 @@ "message": "No secret set", "module": "test_communication", "moduleLogger": [], - "msecs": 570.7516670227051, + "msecs": 85.01744270324707, "msg": "No secret set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2220.2932834625244, + "relativeCreated": 2170.0427532196045, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:37,570", - "created": 1610346637.5709083, + "asctime": "2021-01-11 11:25:27,085", + "created": 1610360727.0852766, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -172016,15 +172016,15 @@ "message": "Performing Authentification", "module": "test_communication", "moduleLogger": [], - "msecs": 570.9083080291748, + "msecs": 85.27660369873047, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2220.449924468994, + "relativeCreated": 2170.301914215088, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -172033,8 +172033,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,571", - "created": 1610346637.5712495, + "asctime": "2021-01-11 11:25:27,085", + "created": 1610360727.0858278, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172051,8 +172051,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,571", - "created": 1610346637.5710618, + "asctime": "2021-01-11 11:25:27,085", + "created": 1610360727.085525, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172062,15 +172062,15 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 571.0618495941162, + "msecs": 85.5250358581543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2220.6034660339355, + "relativeCreated": 2170.5503463745117, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -172079,8 +172079,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,571", - "created": 1610346637.5711591, + "asctime": "2021-01-11 11:25:27,085", + "created": 1610360727.0856814, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172090,37 +172090,37 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 571.1591243743896, + "msecs": 85.68143844604492, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2220.700740814209, + "relativeCreated": 2170.7067489624023, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 571.2494850158691, + "msecs": 85.82782745361328, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2220.7911014556885, + "relativeCreated": 2170.8531379699707, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.036064147949219e-05 + "time_consumption": 0.00014638900756835938 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:37,571", - "created": 1610346637.571557, + "asctime": "2021-01-11 11:25:27,086", + "created": 1610360727.0863316, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172137,8 +172137,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,571", - "created": 1610346637.5713882, + "asctime": "2021-01-11 11:25:27,086", + "created": 1610360727.0860476, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172148,15 +172148,15 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 571.3882446289062, + "msecs": 86.04764938354492, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2220.9298610687256, + "relativeCreated": 2171.0729598999023, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -172165,8 +172165,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,571", - "created": 1610346637.5714743, + "asctime": "2021-01-11 11:25:27,086", + "created": 1610360727.0861864, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172176,37 +172176,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 571.4743137359619, + "msecs": 86.18640899658203, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2221.0159301757812, + "relativeCreated": 2171.2117195129395, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 571.5570449829102, + "msecs": 86.33160591125488, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2221.0986614227295, + "relativeCreated": 2171.3569164276123, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 8.273124694824219e-05 + "time_consumption": 0.00014519691467285156 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:37,571", - "created": 1610346637.571858, + "asctime": "2021-01-11 11:25:27,086", + "created": 1610360727.0868092, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172223,8 +172223,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,571", - "created": 1610346637.5716944, + "asctime": "2021-01-11 11:25:27,086", + "created": 1610360727.0865407, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172234,15 +172234,15 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 571.6943740844727, + "msecs": 86.54069900512695, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2221.235990524292, + "relativeCreated": 2171.5660095214844, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -172251,8 +172251,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,571", - "created": 1610346637.5717776, + "asctime": "2021-01-11 11:25:27,086", + "created": 1610360727.0866773, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172262,34 +172262,34 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 571.7775821685791, + "msecs": 86.67731285095215, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2221.3191986083984, + "relativeCreated": 2171.7026233673096, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 571.8579292297363, + "msecs": 86.80915832519531, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2221.3995456695557, + "relativeCreated": 2171.8344688415527, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 8.034706115722656e-05 + "time_consumption": 0.00013184547424316406 }, { "args": [], - "asctime": "2021-01-11 07:30:37,571", - "created": 1610346637.571977, + "asctime": "2021-01-11 11:25:27,087", + "created": 1610360727.0870006, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -172300,15 +172300,15 @@ "message": "Different secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 571.976900100708, + "msecs": 87.00060844421387, "msg": "Different secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2221.5185165405273, + "relativeCreated": 2172.0259189605713, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, @@ -172317,8 +172317,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,572", - "created": 1610346637.5722725, + "asctime": "2021-01-11 11:25:27,087", + "created": 1610360727.0874794, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172335,8 +172335,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,572", - "created": 1610346637.5721025, + "asctime": "2021-01-11 11:25:27,087", + "created": 1610360727.087204, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172346,15 +172346,15 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 572.1025466918945, + "msecs": 87.2039794921875, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2221.644163131714, + "relativeCreated": 2172.229290008545, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -172363,8 +172363,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,572", - "created": 1610346637.5721855, + "asctime": "2021-01-11 11:25:27,087", + "created": 1610360727.0873373, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172374,37 +172374,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 572.1855163574219, + "msecs": 87.33725547790527, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2221.727132797241, + "relativeCreated": 2172.3625659942627, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 572.272539138794, + "msecs": 87.4793529510498, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2221.8141555786133, + "relativeCreated": 2172.504663467407, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 8.702278137207031e-05 + "time_consumption": 0.00014209747314453125 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:37,572", - "created": 1610346637.572599, + "asctime": "2021-01-11 11:25:27,087", + "created": 1610360727.0879726, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172421,8 +172421,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,572", - "created": 1610346637.5724213, + "asctime": "2021-01-11 11:25:27,087", + "created": 1610360727.0876958, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172432,15 +172432,15 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 572.4213123321533, + "msecs": 87.69583702087402, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2221.9629287719727, + "relativeCreated": 2172.7211475372314, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -172449,8 +172449,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,572", - "created": 1610346637.5725057, + "asctime": "2021-01-11 11:25:27,087", + "created": 1610360727.0878413, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -172460,34 +172460,34 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 572.5057125091553, + "msecs": 87.84127235412598, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2222.0473289489746, + "relativeCreated": 2172.8665828704834, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 572.598934173584, + "msecs": 87.97264099121094, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2222.1405506134033, + "relativeCreated": 2172.9979515075684, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.322166442871094e-05 + "time_consumption": 0.00013136863708496094 }, { "args": [], - "asctime": "2021-01-11 07:30:37,673", - "created": 1610346637.673524, + "asctime": "2021-01-11 11:25:27,189", + "created": 1610360727.1892235, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -172506,8 +172506,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:37,572", - "created": 1610346637.5728016, + "asctime": "2021-01-11 11:25:27,088", + "created": 1610360727.088294, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -172517,15 +172517,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 572.8015899658203, + "msecs": 88.29402923583984, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2222.3432064056396, + "relativeCreated": 2173.3193397521973, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -172533,8 +172533,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:37,573", - "created": 1610346637.5733206, + "asctime": "2021-01-11 11:25:27,089", + "created": 1610360727.089127, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -172544,15 +172544,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 573.3206272125244, + "msecs": 89.1270637512207, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2222.8622436523438, + "relativeCreated": 2174.152374267578, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172560,8 +172560,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:37,581", - "created": 1610346637.581724, + "asctime": "2021-01-11 11:25:27,097", + "created": 1610360727.097503, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -172571,15 +172571,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 581.7239284515381, + "msecs": 97.5029468536377, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2231.2655448913574, + "relativeCreated": 2182.528257369995, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172587,8 +172587,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,581", - "created": 1610346637.5819364, + "asctime": "2021-01-11 11:25:27,097", + "created": 1610360727.0978017, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172598,15 +172598,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 581.9363594055176, + "msecs": 97.80168533325195, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2231.477975845337, + "relativeCreated": 2182.8269958496094, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172615,8 +172615,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,582", - "created": 1610346637.5820432, + "asctime": "2021-01-11 11:25:27,097", + "created": 1610360727.0979688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172626,15 +172626,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 582.0431709289551, + "msecs": 97.96881675720215, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2231.5847873687744, + "relativeCreated": 2182.9941272735596, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172642,8 +172642,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,582", - "created": 1610346637.5821698, + "asctime": "2021-01-11 11:25:27,098", + "created": 1610360727.098172, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172653,15 +172653,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 582.169771194458, + "msecs": 98.17194938659668, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2231.7113876342773, + "relativeCreated": 2183.197259902954, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172670,8 +172670,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,582", - "created": 1610346637.5822587, + "asctime": "2021-01-11 11:25:27,098", + "created": 1610360727.0983174, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172681,15 +172681,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 582.2587013244629, + "msecs": 98.31738471984863, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2231.800317764282, + "relativeCreated": 2183.342695236206, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172697,8 +172697,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,582", - "created": 1610346637.5823846, + "asctime": "2021-01-11 11:25:27,098", + "created": 1610360727.0985236, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172708,15 +172708,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 582.3845863342285, + "msecs": 98.52361679077148, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2231.926202774048, + "relativeCreated": 2183.548927307129, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172725,8 +172725,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,582", - "created": 1610346637.582485, + "asctime": "2021-01-11 11:25:27,098", + "created": 1610360727.0986714, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172736,15 +172736,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 582.4849605560303, + "msecs": 98.67143630981445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2232.0265769958496, + "relativeCreated": 2183.696746826172, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172752,8 +172752,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,582", - "created": 1610346637.5826004, + "asctime": "2021-01-11 11:25:27,098", + "created": 1610360727.0988584, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172763,15 +172763,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 582.6003551483154, + "msecs": 98.85835647583008, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2232.1419715881348, + "relativeCreated": 2183.8836669921875, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172780,8 +172780,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,582", - "created": 1610346637.5826833, + "asctime": "2021-01-11 11:25:27,098", + "created": 1610360727.0989916, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172791,15 +172791,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 582.6833248138428, + "msecs": 98.99163246154785, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2232.224941253662, + "relativeCreated": 2184.0169429779053, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172807,8 +172807,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,582", - "created": 1610346637.582791, + "asctime": "2021-01-11 11:25:27,099", + "created": 1610360727.0991678, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172818,15 +172818,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 582.7910900115967, + "msecs": 99.1678237915039, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2232.332706451416, + "relativeCreated": 2184.1931343078613, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172835,8 +172835,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,582", - "created": 1610346637.5828729, + "asctime": "2021-01-11 11:25:27,099", + "created": 1610360727.0993018, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172846,15 +172846,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 582.8728675842285, + "msecs": 99.30181503295898, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2232.414484024048, + "relativeCreated": 2184.3271255493164, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172862,8 +172862,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:37,583", - "created": 1610346637.5830245, + "asctime": "2021-01-11 11:25:27,099", + "created": 1610360727.0995343, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -172873,15 +172873,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 583.0245018005371, + "msecs": 99.53427314758301, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2232.5661182403564, + "relativeCreated": 2184.5595836639404, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172889,8 +172889,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:37,583", - "created": 1610346637.5839694, + "asctime": "2021-01-11 11:25:27,100", + "created": 1610360727.1006825, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -172900,15 +172900,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 583.9693546295166, + "msecs": 100.68249702453613, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2233.510971069336, + "relativeCreated": 2185.7078075408936, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172916,8 +172916,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,584", - "created": 1610346637.5840764, + "asctime": "2021-01-11 11:25:27,101", + "created": 1610360727.1010435, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172927,15 +172927,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 584.0764045715332, + "msecs": 101.0434627532959, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2233.6180210113525, + "relativeCreated": 2186.0687732696533, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172944,8 +172944,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,584", - "created": 1610346637.5841603, + "asctime": "2021-01-11 11:25:27,101", + "created": 1610360727.1012185, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172955,15 +172955,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 584.160327911377, + "msecs": 101.21846199035645, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2233.7019443511963, + "relativeCreated": 2186.243772506714, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -172971,8 +172971,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9" ], - "asctime": "2021-01-11 07:30:37,584", - "created": 1610346637.584312, + "asctime": "2021-01-11 11:25:27,101", + "created": 1610360727.1014736, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -172982,15 +172982,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9", "module": "stp", - "msecs": 584.3119621276855, + "msecs": 101.47356986999512, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2233.853578567505, + "relativeCreated": 2186.4988803863525, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173001,8 +173001,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:37,584", - "created": 1610346637.584551, + "asctime": "2021-01-11 11:25:27,101", + "created": 1610360727.101843, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173012,15 +173012,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 584.5510959625244, + "msecs": 101.84311866760254, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2234.0927124023438, + "relativeCreated": 2186.86842918396, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173028,8 +173028,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:37,584", - "created": 1610346637.5846653, + "asctime": "2021-01-11 11:25:27,102", + "created": 1610360727.1020298, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173039,15 +173039,15 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 584.6652984619141, + "msecs": 102.02980041503906, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2234.2069149017334, + "relativeCreated": 2187.0551109313965, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173056,10 +173056,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'0ffae71f1e60910d585308487650ce8c0e34b2ad138d0eccb1505aeddb0323da'" + "'4616f561fdef4a1932f1f0bdc999f242da125baa8db39f6af838b25e7a0c028e'" ], - "asctime": "2021-01-11 07:30:37,584", - "created": 1610346637.5848389, + "asctime": "2021-01-11 11:25:27,102", + "created": 1610360727.102308, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173067,26 +173067,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'0ffae71f1e60910d585308487650ce8c0e34b2ad138d0eccb1505aeddb0323da'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'4616f561fdef4a1932f1f0bdc999f242da125baa8db39f6af838b25e7a0c028e'\"", "module": "__init__", - "msecs": 584.8388671875, + "msecs": 102.30803489685059, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2234.3804836273193, + "relativeCreated": 2187.333345413208, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 66 66 61" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 36 31 36" ], - "asctime": "2021-01-11 07:30:37,585", - "created": 1610346637.585445, + "asctime": "2021-01-11 11:25:27,103", + "created": 1610360727.1031146, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173094,26 +173094,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 66 66 61", + "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 36 31 36", "module": "__init__", - "msecs": 585.4449272155762, + "msecs": 103.11460494995117, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2234.9865436553955, + "relativeCreated": 2188.1399154663086, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 66 66 61" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 36 31 36" ], - "asctime": "2021-01-11 07:30:37,593", - "created": 1610346637.5937228, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.1113086, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173121,17 +173121,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 66 66 61", + "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 36 31 36", "module": "__init__", - "msecs": 593.7228202819824, + "msecs": 111.30857467651367, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2243.2644367218018, + "relativeCreated": 2196.333885192871, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173139,8 +173139,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,593", - "created": 1610346637.593967, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.1114352, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173150,15 +173150,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 593.9669609069824, + "msecs": 111.4351749420166, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2243.5085773468018, + "relativeCreated": 2196.460485458374, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173167,8 +173167,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,594", - "created": 1610346637.5940914, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.1114876, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173178,15 +173178,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 594.0914154052734, + "msecs": 111.48762702941895, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2243.633031845093, + "relativeCreated": 2196.5129375457764, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173194,8 +173194,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,594", - "created": 1610346637.594237, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.111549, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173205,15 +173205,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 594.2370891571045, + "msecs": 111.54890060424805, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2243.778705596924, + "relativeCreated": 2196.5742111206055, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173222,8 +173222,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,594", - "created": 1610346637.5943468, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.1116025, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173233,15 +173233,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 594.3467617034912, + "msecs": 111.6025447845459, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2243.8883781433105, + "relativeCreated": 2196.6278553009033, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173249,8 +173249,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,594", - "created": 1610346637.5945, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.1116688, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173260,15 +173260,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 594.5000648498535, + "msecs": 111.66882514953613, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2244.041681289673, + "relativeCreated": 2196.6941356658936, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173277,8 +173277,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,594", - "created": 1610346637.5946012, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.1117141, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173288,15 +173288,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 594.6011543273926, + "msecs": 111.71412467956543, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2244.142770767212, + "relativeCreated": 2196.739435195923, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173304,8 +173304,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,594", - "created": 1610346637.594737, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.1117709, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173315,15 +173315,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 594.7370529174805, + "msecs": 111.7708683013916, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2244.2786693573, + "relativeCreated": 2196.796178817749, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173332,8 +173332,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,594", - "created": 1610346637.5948455, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.1118112, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173343,15 +173343,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 594.8455333709717, + "msecs": 111.81116104125977, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2244.387149810791, + "relativeCreated": 2196.836471557617, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173359,8 +173359,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,594", - "created": 1610346637.5949755, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.111864, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173370,15 +173370,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 594.975471496582, + "msecs": 111.86408996582031, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2244.5170879364014, + "relativeCreated": 2196.8894004821777, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173387,8 +173387,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,595", - "created": 1610346637.5950828, + "asctime": "2021-01-11 11:25:27,111", + "created": 1610360727.111907, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173398,24 +173398,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 595.0827598571777, + "msecs": 111.9070053100586, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2244.624376296997, + "relativeCreated": 2196.932315826416, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(64): 65 37 31 66 31 65 36 30 39 31 30 64 35 38 35 33 30 38 34 38 37 36 35 30 63 65 38 63 30 65 33 34 62 32 61 64 31 33 38 64 30 65 63 63 62 31 35 30 35 61 65 64 64 62 30 33 32 33 64 61 22 7d a6 92" + "(64): 66 35 36 31 66 64 65 66 34 61 31 39 33 32 66 31 66 30 62 64 63 39 39 39 66 32 34 32 64 61 31 32 35 62 61 61 38 64 62 33 39 66 36 61 66 38 33 38 62 32 35 65 37 61 30 63 30 32 38 65 22 7d 2a b7" ], - "asctime": "2021-01-11 07:30:37,595", - "created": 1610346637.5953372, + "asctime": "2021-01-11 11:25:27,112", + "created": 1610360727.1120164, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173423,26 +173423,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 65 37 31 66 31 65 36 30 39 31 30 64 35 38 35 33 30 38 34 38 37 36 35 30 63 65 38 63 30 65 33 34 62 32 61 64 31 33 38 64 30 65 63 63 62 31 35 30 35 61 65 64 64 62 30 33 32 33 64 61 22 7d a6 92", + "message": "comm-server: TX -> (64): 66 35 36 31 66 64 65 66 34 61 31 39 33 32 66 31 66 30 62 64 63 39 39 39 66 32 34 32 64 61 31 32 35 62 61 61 38 64 62 33 39 66 36 61 66 38 33 38 62 32 35 65 37 61 30 63 30 32 38 65 22 7d 2a b7", "module": "__init__", - "msecs": 595.3371524810791, + "msecs": 112.01643943786621, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2244.8787689208984, + "relativeCreated": 2197.0417499542236, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 65 37 31 66 31 65 36 30 39 31 30 64 35 38 35 33 30 38 34 38 37 36 35 30 63 65 38 63 30 65 33 34 62 32 61 64 31 33 38 64 30 65 63 63 62 31 35 30 35 61 65 64 64 62 30 33 32 33 64 61 22 7d a6 92" + "(64): 66 35 36 31 66 64 65 66 34 61 31 39 33 32 66 31 66 30 62 64 63 39 39 39 66 32 34 32 64 61 31 32 35 62 61 61 38 64 62 33 39 66 36 61 66 38 33 38 62 32 35 65 37 61 30 63 30 32 38 65 22 7d 2a b7" ], - "asctime": "2021-01-11 07:30:37,603", - "created": 1610346637.603697, + "asctime": "2021-01-11 11:25:27,120", + "created": 1610360727.1201372, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173450,26 +173450,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 65 37 31 66 31 65 36 30 39 31 30 64 35 38 35 33 30 38 34 38 37 36 35 30 63 65 38 63 30 65 33 34 62 32 61 64 31 33 38 64 30 65 63 63 62 31 35 30 35 61 65 64 64 62 30 33 32 33 64 61 22 7d a6 92", + "message": "comm-client: RX <- (64): 66 35 36 31 66 64 65 66 34 61 31 39 33 32 66 31 66 30 62 64 63 39 39 39 66 32 34 32 64 61 31 32 35 62 61 61 38 64 62 33 39 66 36 61 66 38 33 38 62 32 35 65 37 61 30 63 30 32 38 65 22 7d 2a b7", "module": "__init__", - "msecs": 603.6970615386963, + "msecs": 120.13721466064453, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2253.2386779785156, + "relativeCreated": 2205.162525177002, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(4): e3 9d 3a 3e" + "(4): 7d 88 3a 3e" ], - "asctime": "2021-01-11 07:30:37,604", - "created": 1610346637.6042314, + "asctime": "2021-01-11 11:25:27,120", + "created": 1610360727.120366, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173477,26 +173477,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): e3 9d 3a 3e", + "message": "comm-server: TX -> (4): 7d 88 3a 3e", "module": "__init__", - "msecs": 604.2313575744629, + "msecs": 120.36609649658203, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2253.772974014282, + "relativeCreated": 2205.3914070129395, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(4): e3 9d 3a 3e" + "(4): 7d 88 3a 3e" ], - "asctime": "2021-01-11 07:30:37,604", - "created": 1610346637.6049776, + "asctime": "2021-01-11 11:25:27,121", + "created": 1610360727.1210108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173504,17 +173504,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): e3 9d 3a 3e", + "message": "comm-client: RX <- (4): 7d 88 3a 3e", "module": "__init__", - "msecs": 604.9776077270508, + "msecs": 121.01078033447266, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2254.51922416687, + "relativeCreated": 2206.03609085083, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173522,8 +173522,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,605", - "created": 1610346637.6051106, + "asctime": "2021-01-11 11:25:27,121", + "created": 1610360727.1210706, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173533,15 +173533,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 605.1106452941895, + "msecs": 121.07062339782715, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2254.652261734009, + "relativeCreated": 2206.0959339141846, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173550,8 +173550,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,605", - "created": 1610346637.6052186, + "asctime": "2021-01-11 11:25:27,121", + "created": 1610360727.121117, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173561,24 +173561,24 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 605.2186489105225, + "msecs": 121.11711502075195, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2254.760265350342, + "relativeCreated": 2206.1424255371094, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "STP:", - "(124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 30 66 66 61 65 37 31 66 31 65 36 30 39 31 30 64 35 38 35 33 30 38 34 38 37 36 35 30 63 65 38 63 30 65 33 34 62 32 61 64 31 33 38 64 30 65 63 63 62 31 35 30 35 61 65 64 64 62 30 33 32 33 64 61 22 7d a6 92 e3 9d" + "(124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 36 31 36 66 35 36 31 66 64 65 66 34 61 31 39 33 32 66 31 66 30 62 64 63 39 39 39 66 32 34 32 64 61 31 32 35 62 61 61 38 64 62 33 39 66 36 61 66 38 33 38 62 32 35 65 37 61 30 63 30 32 38 65 22 7d 2a b7 7d 88" ], - "asctime": "2021-01-11 07:30:37,605", - "created": 1610346637.605487, + "asctime": "2021-01-11 11:25:27,121", + "created": 1610360727.1212215, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173586,17 +173586,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 30 66 66 61 65 37 31 66 31 65 36 30 39 31 30 64 35 38 35 33 30 38 34 38 37 36 35 30 63 65 38 63 30 65 33 34 62 32 61 64 31 33 38 64 30 65 63 63 62 31 35 30 35 61 65 64 64 62 30 33 32 33 64 61 22 7d a6 92 e3 9d", + "message": "STP: message identified - (124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 36 31 36 66 35 36 31 66 64 65 66 34 61 31 39 33 32 66 31 66 30 62 64 63 39 39 39 66 32 34 32 64 61 31 32 35 62 61 61 38 64 62 33 39 66 36 61 66 38 33 38 62 32 35 65 37 61 30 63 30 32 38 65 22 7d 2a b7 7d 88", "module": "stp", - "msecs": 605.4871082305908, + "msecs": 121.22154235839844, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2255.02872467041, + "relativeCreated": 2206.246852874756, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173605,10 +173605,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'0ffae71f1e60910d585308487650ce8c0e34b2ad138d0eccb1505aeddb0323da'" + "'4616f561fdef4a1932f1f0bdc999f242da125baa8db39f6af838b25e7a0c028e'" ], - "asctime": "2021-01-11 07:30:37,605", - "created": 1610346637.6057956, + "asctime": "2021-01-11 11:25:27,121", + "created": 1610360727.1213653, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173616,17 +173616,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'0ffae71f1e60910d585308487650ce8c0e34b2ad138d0eccb1505aeddb0323da'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'4616f561fdef4a1932f1f0bdc999f242da125baa8db39f6af838b25e7a0c028e'\"", "module": "__init__", - "msecs": 605.7956218719482, + "msecs": 121.36530876159668, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2255.3372383117676, + "relativeCreated": 2206.390619277954, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173634,8 +173634,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 07:30:37,605", - "created": 1610346637.605935, + "asctime": "2021-01-11 11:25:27,121", + "created": 1610360727.1214237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173645,15 +173645,15 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 605.9350967407227, + "msecs": 121.42372131347656, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2255.476713180542, + "relativeCreated": 2206.449031829834, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -173662,10 +173662,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'395011b5431fcabd336c852e6cf9f843c2e350599daa91ee93e21d19e23fe1a512adf2ba27842c39b683d313fd0e1e8a0902da978686eefce7750c11eb953aa8'" + "'f756e52172814b4ef76809dbebc28e50b7a5ae8ef1a8ce8fd7514e091d0b0dc5dd31ff0780e6b8850ea6bdb65b52caa229b0f230b40262f0e520fe2516eb7fe5'" ], - "asctime": "2021-01-11 07:30:37,606", - "created": 1610346637.6061437, + "asctime": "2021-01-11 11:25:27,121", + "created": 1610360727.121517, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173673,26 +173673,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'395011b5431fcabd336c852e6cf9f843c2e350599daa91ee93e21d19e23fe1a512adf2ba27842c39b683d313fd0e1e8a0902da978686eefce7750c11eb953aa8'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'f756e52172814b4ef76809dbebc28e50b7a5ae8ef1a8ce8fd7514e091d0b0dc5dd31ff0780e6b8850ea6bdb65b52caa229b0f230b40262f0e520fe2516eb7fe5'\"", "module": "__init__", - "msecs": 606.1437129974365, + "msecs": 121.51694297790527, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2255.685329437256, + "relativeCreated": 2206.5422534942627, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 33 39 35 30" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 37 35 36" ], - "asctime": "2021-01-11 07:30:37,606", - "created": 1610346637.60699, + "asctime": "2021-01-11 11:25:27,121", + "created": 1610360727.1218715, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173700,26 +173700,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 33 39 35 30", + "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 37 35 36", "module": "__init__", - "msecs": 606.9900989532471, + "msecs": 121.8714714050293, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2256.5317153930664, + "relativeCreated": 2206.8967819213867, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 33 39 35 30" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 37 35 36" ], - "asctime": "2021-01-11 07:30:37,615", - "created": 1610346637.6153665, + "asctime": "2021-01-11 11:25:27,130", + "created": 1610360727.1300862, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -173727,17 +173727,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 33 39 35 30", + "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 66 37 35 36", "module": "__init__", - "msecs": 615.3664588928223, + "msecs": 130.08618354797363, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2264.9080753326416, + "relativeCreated": 2215.111494064331, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173745,8 +173745,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,615", - "created": 1610346637.6155956, + "asctime": "2021-01-11 11:25:27,130", + "created": 1610360727.1302605, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173756,15 +173756,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 615.5955791473389, + "msecs": 130.26046752929688, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2265.137195587158, + "relativeCreated": 2215.2857780456543, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173773,8 +173773,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,615", - "created": 1610346637.6157446, + "asctime": "2021-01-11 11:25:27,130", + "created": 1610360727.130365, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173784,15 +173784,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 615.7445907592773, + "msecs": 130.36489486694336, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2265.2862071990967, + "relativeCreated": 2215.390205383301, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173800,8 +173800,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,615", - "created": 1610346637.6158972, + "asctime": "2021-01-11 11:25:27,130", + "created": 1610360727.1304767, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173811,15 +173811,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 615.8971786499023, + "msecs": 130.476713180542, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2265.4387950897217, + "relativeCreated": 2215.5020236968994, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173828,8 +173828,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,616", - "created": 1610346637.6160016, + "asctime": "2021-01-11 11:25:27,130", + "created": 1610360727.130553, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173839,15 +173839,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 616.0016059875488, + "msecs": 130.5530071258545, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2265.543222427368, + "relativeCreated": 2215.578317642212, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173855,8 +173855,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,616", - "created": 1610346637.6161494, + "asctime": "2021-01-11 11:25:27,130", + "created": 1610360727.1306617, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173866,15 +173866,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 616.1494255065918, + "msecs": 130.6617259979248, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2265.691041946411, + "relativeCreated": 2215.687036514282, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173883,8 +173883,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,616", - "created": 1610346637.616249, + "asctime": "2021-01-11 11:25:27,130", + "created": 1610360727.1307323, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173894,15 +173894,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 616.2490844726562, + "msecs": 130.73229789733887, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2265.7907009124756, + "relativeCreated": 2215.7576084136963, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173910,8 +173910,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,616", - "created": 1610346637.616382, + "asctime": "2021-01-11 11:25:27,130", + "created": 1610360727.1308286, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173921,15 +173921,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 616.3818836212158, + "msecs": 130.8286190032959, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2265.923500061035, + "relativeCreated": 2215.8539295196533, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173938,8 +173938,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,616", - "created": 1610346637.616479, + "asctime": "2021-01-11 11:25:27,130", + "created": 1610360727.130899, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173949,15 +173949,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 616.4789199829102, + "msecs": 130.89895248413086, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2266.0205364227295, + "relativeCreated": 2215.9242630004883, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173965,8 +173965,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,616", - "created": 1610346637.6166053, + "asctime": "2021-01-11 11:25:27,130", + "created": 1610360727.1309907, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -173976,15 +173976,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 616.605281829834, + "msecs": 130.99074363708496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2266.1468982696533, + "relativeCreated": 2216.0160541534424, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -173993,8 +173993,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,616", - "created": 1610346637.6167011, + "asctime": "2021-01-11 11:25:27,131", + "created": 1610360727.131059, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174004,24 +174004,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 616.7011260986328, + "msecs": 131.058931350708, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2266.242742538452, + "relativeCreated": 2216.0842418670654, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(64): 31 31 62 35 34 33 31 66 63 61 62 64 33 33 36 63 38 35 32 65 36 63 66 39 66 38 34 33 63 32 65 33 35 30 35 39 39 64 61 61 39 31 65 65 39 33 65 32 31 64 31 39 65 32 33 66 65 31 61 35 31 32 61 64" + "(64): 65 35 32 31 37 32 38 31 34 62 34 65 66 37 36 38 30 39 64 62 65 62 63 32 38 65 35 30 62 37 61 35 61 65 38 65 66 31 61 38 63 65 38 66 64 37 35 31 34 65 30 39 31 64 30 62 30 64 63 35 64 64 33 31" ], - "asctime": "2021-01-11 07:30:37,616", - "created": 1610346637.6169543, + "asctime": "2021-01-11 11:25:27,131", + "created": 1610360727.1312475, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174029,26 +174029,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 31 31 62 35 34 33 31 66 63 61 62 64 33 33 36 63 38 35 32 65 36 63 66 39 66 38 34 33 63 32 65 33 35 30 35 39 39 64 61 61 39 31 65 65 39 33 65 32 31 64 31 39 65 32 33 66 65 31 61 35 31 32 61 64", + "message": "comm-client: TX -> (64): 65 35 32 31 37 32 38 31 34 62 34 65 66 37 36 38 30 39 64 62 65 62 63 32 38 65 35 30 62 37 61 35 61 65 38 65 66 31 61 38 63 65 38 66 64 37 35 31 34 65 30 39 31 64 30 62 30 64 63 35 64 64 33 31", "module": "__init__", - "msecs": 616.9543266296387, + "msecs": 131.24752044677734, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2266.495943069458, + "relativeCreated": 2216.2728309631348, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 31 31 62 35 34 33 31 66 63 61 62 64 33 33 36 63 38 35 32 65 36 63 66 39 66 38 34 33 63 32 65 33 35 30 35 39 39 64 61 61 39 31 65 65 39 33 65 32 31 64 31 39 65 32 33 66 65 31 61 35 31 32 61 64" + "(64): 65 35 32 31 37 32 38 31 34 62 34 65 66 37 36 38 30 39 64 62 65 62 63 32 38 65 35 30 62 37 61 35 61 65 38 65 66 31 61 38 63 65 38 66 64 37 35 31 34 65 30 39 31 64 30 62 30 64 63 35 64 64 33 31" ], - "asctime": "2021-01-11 07:30:37,625", - "created": 1610346637.6252887, + "asctime": "2021-01-11 11:25:27,139", + "created": 1610360727.1394992, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174056,26 +174056,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 31 31 62 35 34 33 31 66 63 61 62 64 33 33 36 63 38 35 32 65 36 63 66 39 66 38 34 33 63 32 65 33 35 30 35 39 39 64 61 61 39 31 65 65 39 33 65 32 31 64 31 39 65 32 33 66 65 31 61 35 31 32 61 64", + "message": "comm-server: RX <- (64): 65 35 32 31 37 32 38 31 34 62 34 65 66 37 36 38 30 39 64 62 65 62 63 32 38 65 35 30 62 37 61 35 61 65 38 65 66 31 61 38 63 65 38 66 64 37 35 31 34 65 30 39 31 64 30 62 30 64 63 35 64 64 33 31", "module": "__init__", - "msecs": 625.288724899292, + "msecs": 139.49918746948242, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2274.8303413391113, + "relativeCreated": 2224.52449798584, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(64): 66 32 62 61 32 37 38 34 32 63 33 39 62 36 38 33 64 33 31 33 66 64 30 65 31 65 38 61 30 39 30 32 64 61 39 37 38 36 38 36 65 65 66 63 65 37 37 35 30 63 31 31 65 62 39 35 33 61 61 38 22 7d 94 5f" + "(64): 66 66 30 37 38 30 65 36 62 38 38 35 30 65 61 36 62 64 62 36 35 62 35 32 63 61 61 32 32 39 62 30 66 32 33 30 62 34 30 32 36 32 66 30 65 35 32 30 66 65 32 35 31 36 65 62 37 66 65 35 22 7d a2 cd" ], - "asctime": "2021-01-11 07:30:37,625", - "created": 1610346637.6258662, + "asctime": "2021-01-11 11:25:27,139", + "created": 1610360727.1399329, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174083,26 +174083,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 66 32 62 61 32 37 38 34 32 63 33 39 62 36 38 33 64 33 31 33 66 64 30 65 31 65 38 61 30 39 30 32 64 61 39 37 38 36 38 36 65 65 66 63 65 37 37 35 30 63 31 31 65 62 39 35 33 61 61 38 22 7d 94 5f", + "message": "comm-client: TX -> (64): 66 66 30 37 38 30 65 36 62 38 38 35 30 65 61 36 62 64 62 36 35 62 35 32 63 61 61 32 32 39 62 30 66 32 33 30 62 34 30 32 36 32 66 30 65 35 32 30 66 65 32 35 31 36 65 62 37 66 65 35 22 7d a2 cd", "module": "__init__", - "msecs": 625.866174697876, + "msecs": 139.93287086486816, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2275.4077911376953, + "relativeCreated": 2224.9581813812256, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 66 32 62 61 32 37 38 34 32 63 33 39 62 36 38 33 64 33 31 33 66 64 30 65 31 65 38 61 30 39 30 32 64 61 39 37 38 36 38 36 65 65 66 63 65 37 37 35 30 63 31 31 65 62 39 35 33 61 61 38 22 7d 94 5f" + "(64): 66 66 30 37 38 30 65 36 62 38 38 35 30 65 61 36 62 64 62 36 35 62 35 32 63 61 61 32 32 39 62 30 66 32 33 30 62 34 30 32 36 32 66 30 65 35 32 30 66 65 32 35 31 36 65 62 37 66 65 35 22 7d a2 cd" ], - "asctime": "2021-01-11 07:30:37,634", - "created": 1610346637.6341417, + "asctime": "2021-01-11 11:25:27,148", + "created": 1610360727.148209, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174110,26 +174110,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 66 32 62 61 32 37 38 34 32 63 33 39 62 36 38 33 64 33 31 33 66 64 30 65 31 65 38 61 30 39 30 32 64 61 39 37 38 36 38 36 65 65 66 63 65 37 37 35 30 63 31 31 65 62 39 35 33 61 61 38 22 7d 94 5f", + "message": "comm-server: RX <- (64): 66 66 30 37 38 30 65 36 62 38 38 35 30 65 61 36 62 64 62 36 35 62 35 32 63 61 61 32 32 39 62 30 66 32 33 30 62 34 30 32 36 32 66 30 65 35 32 30 66 65 32 35 31 36 65 62 37 66 65 35 22 7d a2 cd", "module": "__init__", - "msecs": 634.1416835784912, + "msecs": 148.2090950012207, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2283.6833000183105, + "relativeCreated": 2233.234405517578, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(4): 06 6b 3a 3e" + "(4): 4e 8c 3a 3e" ], - "asctime": "2021-01-11 07:30:37,634", - "created": 1610346637.6346548, + "asctime": "2021-01-11 11:25:27,148", + "created": 1610360727.1485877, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174137,26 +174137,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 06 6b 3a 3e", + "message": "comm-client: TX -> (4): 4e 8c 3a 3e", "module": "__init__", - "msecs": 634.6547603607178, + "msecs": 148.58770370483398, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2284.196376800537, + "relativeCreated": 2233.6130142211914, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(4): 06 6b 3a 3e" + "(4): 4e 8c 3a 3e" ], - "asctime": "2021-01-11 07:30:37,635", - "created": 1610346637.6354043, + "asctime": "2021-01-11 11:25:27,149", + "created": 1610360727.1492803, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174164,17 +174164,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 06 6b 3a 3e", + "message": "comm-server: RX <- (4): 4e 8c 3a 3e", "module": "__init__", - "msecs": 635.4043483734131, + "msecs": 149.28030967712402, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2284.9459648132324, + "relativeCreated": 2234.3056201934814, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -174182,8 +174182,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,635", - "created": 1610346637.6355977, + "asctime": "2021-01-11 11:25:27,149", + "created": 1610360727.1493814, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174193,15 +174193,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 635.5977058410645, + "msecs": 149.3813991546631, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2285.139322280884, + "relativeCreated": 2234.4067096710205, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -174210,8 +174210,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,635", - "created": 1610346637.635753, + "asctime": "2021-01-11 11:25:27,149", + "created": 1610360727.149464, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174221,24 +174221,24 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 635.7529163360596, + "msecs": 149.46389198303223, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2285.294532775879, + "relativeCreated": 2234.4892024993896, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "STP:", - "(188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 33 39 35 30 31 31 62 35 34 33 31 66 63 61 62 64 33 33 36 63 38 35 32 65 36 63 66 39 66 38 34 33 63 32 65 33 35 30 35 39 39 64 61 61 39 31 65 65 39 33 65 32 31 64 31 39 65 32 33 66 65 31 61 35 31 32 61 64 66 32 62 61 32 37 38 34 32 63 33 39 62 36 38 33 64 33 31 33 66 64 30 65 31 65 38 61 30 39 30 32 64 61 39 37 38 36 38 36 65 65 66 63 65 37 37 35 30 63 31 31 65 62 39 35 33 61 61 38 22 7d 94 5f 06 6b" + "(188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 66 37 35 36 65 35 32 31 37 32 38 31 34 62 34 65 66 37 36 38 30 39 64 62 65 62 63 32 38 65 35 30 62 37 61 35 61 65 38 65 66 31 61 38 63 65 38 66 64 37 35 31 34 65 30 39 31 64 30 62 30 64 63 35 64 64 33 31 66 66 30 37 38 30 65 36 62 38 38 35 30 65 61 36 62 64 62 36 35 62 35 32 63 61 61 32 32 39 62 30 66 32 33 30 62 34 30 32 36 32 66 30 65 35 32 30 66 65 32 35 31 36 65 62 37 66 65 35 22 7d a2 cd 4e 8c" ], - "asctime": "2021-01-11 07:30:37,636", - "created": 1610346637.6362038, + "asctime": "2021-01-11 11:25:27,149", + "created": 1610360727.1496966, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174246,17 +174246,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 33 39 35 30 31 31 62 35 34 33 31 66 63 61 62 64 33 33 36 63 38 35 32 65 36 63 66 39 66 38 34 33 63 32 65 33 35 30 35 39 39 64 61 61 39 31 65 65 39 33 65 32 31 64 31 39 65 32 33 66 65 31 61 35 31 32 61 64 66 32 62 61 32 37 38 34 32 63 33 39 62 36 38 33 64 33 31 33 66 64 30 65 31 65 38 61 30 39 30 32 64 61 39 37 38 36 38 36 65 65 66 63 65 37 37 35 30 63 31 31 65 62 39 35 33 61 61 38 22 7d 94 5f 06 6b", + "message": "STP: message identified - (188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 66 37 35 36 65 35 32 31 37 32 38 31 34 62 34 65 66 37 36 38 30 39 64 62 65 62 63 32 38 65 35 30 62 37 61 35 61 65 38 65 66 31 61 38 63 65 38 66 64 37 35 31 34 65 30 39 31 64 30 62 30 64 63 35 64 64 33 31 66 66 30 37 38 30 65 36 62 38 38 35 30 65 61 36 62 64 62 36 35 62 35 32 63 61 61 32 32 39 62 30 66 32 33 30 62 34 30 32 36 32 66 30 65 35 32 30 66 65 32 35 31 36 65 62 37 66 65 35 22 7d a2 cd 4e 8c", "module": "stp", - "msecs": 636.2037658691406, + "msecs": 149.69658851623535, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2285.74538230896, + "relativeCreated": 2234.721899032593, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -174265,10 +174265,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'395011b5431fcabd336c852e6cf9f843c2e350599daa91ee93e21d19e23fe1a512adf2ba27842c39b683d313fd0e1e8a0902da978686eefce7750c11eb953aa8'" + "'f756e52172814b4ef76809dbebc28e50b7a5ae8ef1a8ce8fd7514e091d0b0dc5dd31ff0780e6b8850ea6bdb65b52caa229b0f230b40262f0e520fe2516eb7fe5'" ], - "asctime": "2021-01-11 07:30:37,636", - "created": 1610346637.636596, + "asctime": "2021-01-11 11:25:27,149", + "created": 1610360727.1499088, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174276,17 +174276,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'395011b5431fcabd336c852e6cf9f843c2e350599daa91ee93e21d19e23fe1a512adf2ba27842c39b683d313fd0e1e8a0902da978686eefce7750c11eb953aa8'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'f756e52172814b4ef76809dbebc28e50b7a5ae8ef1a8ce8fd7514e091d0b0dc5dd31ff0780e6b8850ea6bdb65b52caa229b0f230b40262f0e520fe2516eb7fe5'\"", "module": "__init__", - "msecs": 636.5959644317627, + "msecs": 149.90878105163574, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2286.137580871582, + "relativeCreated": 2234.934091567993, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -174294,8 +174294,8 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 07:30:37,636", - "created": 1610346637.6367922, + "asctime": "2021-01-11 11:25:27,150", + "created": 1610360727.1500185, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174305,15 +174305,15 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 636.7921829223633, + "msecs": 150.01845359802246, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2286.3337993621826, + "relativeCreated": 2235.04376411438, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -174324,8 +174324,8 @@ "status: okay", "False" ], - "asctime": "2021-01-11 07:30:37,637", - "created": 1610346637.6371076, + "asctime": "2021-01-11 11:25:27,150", + "created": 1610360727.1501791, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174335,15 +174335,15 @@ "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"False\"", "module": "__init__", - "msecs": 637.1076107025146, + "msecs": 150.1791477203369, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2286.649227142334, + "relativeCreated": 2235.2044582366943, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -174351,8 +174351,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 66 61 6c 73 65" ], - "asctime": "2021-01-11 07:30:37,637", - "created": 1610346637.637954, + "asctime": "2021-01-11 11:25:27,150", + "created": 1610360727.1506648, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174362,15 +174362,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 66 61 6c 73 65", "module": "__init__", - "msecs": 637.9539966583252, + "msecs": 150.6648063659668, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2287.4956130981445, + "relativeCreated": 2235.690116882324, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174378,8 +174378,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 66 61 6c 73 65" ], - "asctime": "2021-01-11 07:30:37,646", - "created": 1610346637.6463883, + "asctime": "2021-01-11 11:25:27,159", + "created": 1610360727.1590407, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174389,15 +174389,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 66 61 6c 73 65", "module": "__init__", - "msecs": 646.3882923126221, + "msecs": 159.0406894683838, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2295.9299087524414, + "relativeCreated": 2244.065999984741, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174405,8 +174405,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,646", - "created": 1610346637.646694, + "asctime": "2021-01-11 11:25:27,159", + "created": 1610360727.1592915, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174416,15 +174416,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 646.6939449310303, + "msecs": 159.29150581359863, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2296.2355613708496, + "relativeCreated": 2244.316816329956, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174433,8 +174433,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,646", - "created": 1610346637.6468637, + "asctime": "2021-01-11 11:25:27,159", + "created": 1610360727.1594384, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174444,15 +174444,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 646.8636989593506, + "msecs": 159.4383716583252, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2296.40531539917, + "relativeCreated": 2244.4636821746826, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174460,8 +174460,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,647", - "created": 1610346637.6470704, + "asctime": "2021-01-11 11:25:27,159", + "created": 1610360727.159613, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174471,15 +174471,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 647.0704078674316, + "msecs": 159.61289405822754, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2296.612024307251, + "relativeCreated": 2244.638204574585, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174488,8 +174488,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,647", - "created": 1610346637.6472163, + "asctime": "2021-01-11 11:25:27,159", + "created": 1610360727.1597621, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174499,15 +174499,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 647.2163200378418, + "msecs": 159.76214408874512, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2296.757936477661, + "relativeCreated": 2244.7874546051025, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174515,8 +174515,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,647", - "created": 1610346637.6474538, + "asctime": "2021-01-11 11:25:27,159", + "created": 1610360727.1599553, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174526,15 +174526,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 647.453784942627, + "msecs": 159.95526313781738, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2296.9954013824463, + "relativeCreated": 2244.980573654175, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174543,8 +174543,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,647", - "created": 1610346637.6476057, + "asctime": "2021-01-11 11:25:27,160", + "created": 1610360727.1600764, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174554,15 +174554,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 647.6056575775146, + "msecs": 160.07637977600098, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2297.147274017334, + "relativeCreated": 2245.1016902923584, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174570,8 +174570,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,647", - "created": 1610346637.6477954, + "asctime": "2021-01-11 11:25:27,160", + "created": 1610360727.1602397, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174581,15 +174581,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 647.7954387664795, + "msecs": 160.23969650268555, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2297.337055206299, + "relativeCreated": 2245.265007019043, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174598,8 +174598,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,647", - "created": 1610346637.64793, + "asctime": "2021-01-11 11:25:27,160", + "created": 1610360727.160356, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174609,15 +174609,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 647.9299068450928, + "msecs": 160.3560447692871, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2297.471523284912, + "relativeCreated": 2245.3813552856445, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174625,8 +174625,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,648", - "created": 1610346637.648104, + "asctime": "2021-01-11 11:25:27,160", + "created": 1610360727.1605084, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174636,15 +174636,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 648.1039524078369, + "msecs": 160.508394241333, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2297.6455688476562, + "relativeCreated": 2245.5337047576904, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174653,8 +174653,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,648", - "created": 1610346637.648249, + "asctime": "2021-01-11 11:25:27,160", + "created": 1610360727.1606343, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174664,15 +174664,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 648.2489109039307, + "msecs": 160.63427925109863, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2297.79052734375, + "relativeCreated": 2245.659589767456, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174680,8 +174680,8 @@ "comm-server:", "(7): 7d ea 0a 5c b4 3a 3e" ], - "asctime": "2021-01-11 07:30:37,648", - "created": 1610346637.6485407, + "asctime": "2021-01-11 11:25:27,160", + "created": 1610360727.1608725, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174691,15 +174691,15 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d ea 0a 5c b4 3a 3e", "module": "__init__", - "msecs": 648.540735244751, + "msecs": 160.8724594116211, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2298.0823516845703, + "relativeCreated": 2245.8977699279785, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174707,8 +174707,8 @@ "comm-client:", "(7): 7d ea 0a 5c b4 3a 3e" ], - "asctime": "2021-01-11 07:30:37,649", - "created": 1610346637.6498117, + "asctime": "2021-01-11 11:25:27,162", + "created": 1610360727.1620822, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174718,15 +174718,15 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d ea 0a 5c b4 3a 3e", "module": "__init__", - "msecs": 649.8117446899414, + "msecs": 162.08219528198242, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2299.3533611297607, + "relativeCreated": 2247.10750579834, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174734,8 +174734,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,650", - "created": 1610346637.6501653, + "asctime": "2021-01-11 11:25:27,162", + "created": 1610360727.162343, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174745,15 +174745,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 650.165319442749, + "msecs": 162.34302520751953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2299.7069358825684, + "relativeCreated": 2247.368335723877, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174762,8 +174762,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,650", - "created": 1610346637.6503406, + "asctime": "2021-01-11 11:25:27,162", + "created": 1610360727.162501, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174773,15 +174773,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 650.3405570983887, + "msecs": 162.50109672546387, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2299.882173538208, + "relativeCreated": 2247.5264072418213, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174789,8 +174789,8 @@ "STP:", "(63): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 66 61 6c 73 65 7d ea 0a 5c b4" ], - "asctime": "2021-01-11 07:30:37,650", - "created": 1610346637.6506078, + "asctime": "2021-01-11 11:25:27,162", + "created": 1610360727.1627033, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -174800,15 +174800,15 @@ "lineno": 148, "message": "STP: message identified - (63): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 66 61 6c 73 65 7d ea 0a 5c b4", "module": "stp", - "msecs": 650.6078243255615, + "msecs": 162.703275680542, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2300.149440765381, + "relativeCreated": 2247.7285861968994, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174819,8 +174819,8 @@ "status: okay", "False" ], - "asctime": "2021-01-11 07:30:37,651", - "created": 1610346637.6510077, + "asctime": "2021-01-11 11:25:27,163", + "created": 1610360727.1630166, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174830,15 +174830,15 @@ "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"False\"", "module": "__init__", - "msecs": 651.0076522827148, + "msecs": 163.01655769348145, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2300.549268722534, + "relativeCreated": 2248.041868209839, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -174846,8 +174846,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 07:30:37,651", - "created": 1610346637.6511984, + "asctime": "2021-01-11 11:25:27,163", + "created": 1610360727.163166, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174857,23 +174857,23 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 651.1983871459961, + "msecs": 163.16604614257812, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2300.7400035858154, + "relativeCreated": 2248.1913566589355, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:37,651", - "created": 1610346637.651378, + "asctime": "2021-01-11 11:25:27,163", + "created": 1610360727.1633039, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -174883,37 +174883,37 @@ "lineno": 363, "message": "prot-client: Got negative authentification feedback", "module": "__init__", - "msecs": 651.3779163360596, + "msecs": 163.30385208129883, "msg": "%s Got negative authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2300.919532775879, + "relativeCreated": 2248.3291625976562, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" } ], - "msecs": 673.5239028930664, + "msecs": 189.2235279083252, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2323.0655193328857, + "relativeCreated": 2274.2488384246826, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.022145986557006836 + "time_consumption": 0.025919675827026367 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:37,674", - "created": 1610346637.6742914, + "asctime": "2021-01-11 11:25:27,190", + "created": 1610360727.1900666, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -174930,8 +174930,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,674", - "created": 1610346637.6740127, + "asctime": "2021-01-11 11:25:27,189", + "created": 1610360727.189754, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -174941,15 +174941,15 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 674.0126609802246, + "msecs": 189.75400924682617, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2323.554277420044, + "relativeCreated": 2274.7793197631836, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -174958,8 +174958,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,674", - "created": 1610346637.6741695, + "asctime": "2021-01-11 11:25:27,189", + "created": 1610360727.1899166, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -174969,37 +174969,37 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 674.1695404052734, + "msecs": 189.91661071777344, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2323.711156845093, + "relativeCreated": 2274.941921234131, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 674.2913722991943, + "msecs": 190.06657600402832, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2323.8329887390137, + "relativeCreated": 2275.0918865203857, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00012183189392089844 + "time_consumption": 0.0001499652862548828 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:37,674", - "created": 1610346637.6746712, + "asctime": "2021-01-11 11:25:27,190", + "created": 1610360727.1905274, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175016,8 +175016,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,674", - "created": 1610346637.6744661, + "asctime": "2021-01-11 11:25:27,190", + "created": 1610360727.1902792, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175027,15 +175027,15 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 674.4661331176758, + "msecs": 190.2792453765869, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2324.007749557495, + "relativeCreated": 2275.3045558929443, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -175044,8 +175044,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,674", - "created": 1610346637.6745703, + "asctime": "2021-01-11 11:25:27,190", + "created": 1610360727.1904068, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175055,37 +175055,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 674.5703220367432, + "msecs": 190.40679931640625, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2324.1119384765625, + "relativeCreated": 2275.4321098327637, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 674.6711730957031, + "msecs": 190.52743911743164, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2324.2127895355225, + "relativeCreated": 2275.552749633789, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00010085105895996094 + "time_consumption": 0.00012063980102539062 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:37,675", - "created": 1610346637.6750233, + "asctime": "2021-01-11 11:25:27,190", + "created": 1610360727.190962, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175102,8 +175102,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,674", - "created": 1610346637.6748273, + "asctime": "2021-01-11 11:25:27,190", + "created": 1610360727.1907215, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175113,15 +175113,15 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 674.8273372650146, + "msecs": 190.7215118408203, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2324.368953704834, + "relativeCreated": 2275.7468223571777, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -175130,8 +175130,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:37,674", - "created": 1610346637.6749275, + "asctime": "2021-01-11 11:25:27,190", + "created": 1610360727.190845, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -175141,34 +175141,34 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 674.9274730682373, + "msecs": 190.84501266479492, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2324.4690895080566, + "relativeCreated": 2275.8703231811523, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 675.0233173370361, + "msecs": 190.9620761871338, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2324.5649337768555, + "relativeCreated": 2275.987386703491, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.584426879882812e-05 + "time_consumption": 0.00011706352233886719 }, { "args": [], - "asctime": "2021-01-11 07:30:37,675", - "created": 1610346637.6751654, + "asctime": "2021-01-11 11:25:27,191", + "created": 1610360727.1911366, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -175179,22 +175179,22 @@ "message": "Identical secrets set", "module": "test_communication", "moduleLogger": [], - "msecs": 675.1654148101807, + "msecs": 191.13659858703613, "msg": "Identical secrets set", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2324.70703125, + "relativeCreated": 2276.1619091033936, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", "time_consumption": 0.0 }, { "args": [], - "asctime": "2021-01-11 07:30:37,776", - "created": 1610346637.77613, + "asctime": "2021-01-11 11:25:27,292", + "created": 1610360727.2923038, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -175213,8 +175213,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:37,675", - "created": 1610346637.6754048, + "asctime": "2021-01-11 11:25:27,191", + "created": 1610360727.191417, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175224,15 +175224,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 675.4047870635986, + "msecs": 191.41697883605957, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2324.946403503418, + "relativeCreated": 2276.442289352417, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -175240,8 +175240,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:37,676", - "created": 1610346637.676201, + "asctime": "2021-01-11 11:25:27,192", + "created": 1610360727.1921663, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175251,15 +175251,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 676.2011051177979, + "msecs": 192.16632843017578, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2325.742721557617, + "relativeCreated": 2277.191638946533, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175267,8 +175267,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:37,684", - "created": 1610346637.6848528, + "asctime": "2021-01-11 11:25:27,200", + "created": 1610360727.20063, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175278,15 +175278,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 684.8528385162354, + "msecs": 200.62994956970215, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2334.3944549560547, + "relativeCreated": 2285.6552600860596, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175294,8 +175294,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,685", - "created": 1610346637.6852987, + "asctime": "2021-01-11 11:25:27,200", + "created": 1610360727.200928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175305,15 +175305,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 685.2986812591553, + "msecs": 200.9279727935791, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2334.8402976989746, + "relativeCreated": 2285.9532833099365, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175322,8 +175322,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,685", - "created": 1610346637.6855772, + "asctime": "2021-01-11 11:25:27,201", + "created": 1610360727.2010803, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175333,15 +175333,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 685.5771541595459, + "msecs": 201.080322265625, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2335.1187705993652, + "relativeCreated": 2286.1056327819824, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175349,8 +175349,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,685", - "created": 1610346637.685761, + "asctime": "2021-01-11 11:25:27,201", + "created": 1610360727.201258, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175360,15 +175360,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 685.7609748840332, + "msecs": 201.25794410705566, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2335.3025913238525, + "relativeCreated": 2286.283254623413, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175377,8 +175377,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,685", - "created": 1610346637.6858644, + "asctime": "2021-01-11 11:25:27,201", + "created": 1610360727.2013838, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175388,15 +175388,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 685.8644485473633, + "msecs": 201.3838291168213, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2335.4060649871826, + "relativeCreated": 2286.4091396331787, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175404,8 +175404,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,686", - "created": 1610346637.686007, + "asctime": "2021-01-11 11:25:27,201", + "created": 1610360727.2015662, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175415,15 +175415,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 686.007022857666, + "msecs": 201.56621932983398, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2335.5486392974854, + "relativeCreated": 2286.5915298461914, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175432,8 +175432,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,686", - "created": 1610346637.6861017, + "asctime": "2021-01-11 11:25:27,201", + "created": 1610360727.2016835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175443,15 +175443,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 686.1016750335693, + "msecs": 201.68352127075195, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2335.6432914733887, + "relativeCreated": 2286.7088317871094, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175459,8 +175459,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,686", - "created": 1610346637.6862397, + "asctime": "2021-01-11 11:25:27,201", + "created": 1610360727.201864, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175470,15 +175470,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 686.2397193908691, + "msecs": 201.86400413513184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2335.7813358306885, + "relativeCreated": 2286.8893146514893, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175487,8 +175487,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,686", - "created": 1610346637.6863325, + "asctime": "2021-01-11 11:25:27,201", + "created": 1610360727.2019844, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175498,15 +175498,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 686.3324642181396, + "msecs": 201.98440551757812, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2335.874080657959, + "relativeCreated": 2287.0097160339355, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175514,8 +175514,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,686", - "created": 1610346637.6864512, + "asctime": "2021-01-11 11:25:27,202", + "created": 1610360727.2021387, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175525,15 +175525,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 686.4511966705322, + "msecs": 202.13866233825684, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2335.9928131103516, + "relativeCreated": 2287.1639728546143, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175542,8 +175542,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,686", - "created": 1610346637.686541, + "asctime": "2021-01-11 11:25:27,202", + "created": 1610360727.2022545, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175553,15 +175553,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 686.5410804748535, + "msecs": 202.2545337677002, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2336.082696914673, + "relativeCreated": 2287.2798442840576, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175569,8 +175569,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:37,686", - "created": 1610346637.6867225, + "asctime": "2021-01-11 11:25:27,202", + "created": 1610360727.2024696, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175580,15 +175580,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 686.7225170135498, + "msecs": 202.4695873260498, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2336.264133453369, + "relativeCreated": 2287.494897842407, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175596,8 +175596,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:37,687", - "created": 1610346637.6877701, + "asctime": "2021-01-11 11:25:27,203", + "created": 1610360727.203573, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175607,15 +175607,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 687.7701282501221, + "msecs": 203.57298851013184, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2337.3117446899414, + "relativeCreated": 2288.5982990264893, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175623,8 +175623,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,688", - "created": 1610346637.6880033, + "asctime": "2021-01-11 11:25:27,203", + "created": 1610360727.2038553, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175634,15 +175634,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 688.0033016204834, + "msecs": 203.8552761077881, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2337.5449180603027, + "relativeCreated": 2288.8805866241455, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175651,8 +175651,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,688", - "created": 1610346637.688135, + "asctime": "2021-01-11 11:25:27,203", + "created": 1610360727.203992, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175662,15 +175662,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 688.1349086761475, + "msecs": 203.99188995361328, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2337.676525115967, + "relativeCreated": 2289.0172004699707, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175678,8 +175678,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9" ], - "asctime": "2021-01-11 07:30:37,688", - "created": 1610346637.6883025, + "asctime": "2021-01-11 11:25:27,204", + "created": 1610360727.2042036, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175689,15 +175689,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9", "module": "stp", - "msecs": 688.3025169372559, + "msecs": 204.20360565185547, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2337.844133377075, + "relativeCreated": 2289.228916168213, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175708,8 +175708,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:37,688", - "created": 1610346637.6885767, + "asctime": "2021-01-11 11:25:27,204", + "created": 1610360727.204518, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175719,15 +175719,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 688.5766983032227, + "msecs": 204.51807975769043, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2338.118314743042, + "relativeCreated": 2289.543390274048, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175735,8 +175735,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:37,688", - "created": 1610346637.6887035, + "asctime": "2021-01-11 11:25:27,204", + "created": 1610360727.2046692, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175746,15 +175746,15 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 688.7035369873047, + "msecs": 204.66923713684082, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2338.245153427124, + "relativeCreated": 2289.6945476531982, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -175763,10 +175763,10 @@ "TX ->", "service: authentification response, data_id: seed", "status: okay", - "'433acdfc36ab96f10ee9996e619441407aec748442a8a52e984edcce0ef5a6a4'" + "'002cbb211c174deef064db64f068d58da371898394753117c79dabc26a390edb'" ], - "asctime": "2021-01-11 07:30:37,688", - "created": 1610346637.688881, + "asctime": "2021-01-11 11:25:27,204", + "created": 1610360727.204915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175774,26 +175774,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'433acdfc36ab96f10ee9996e619441407aec748442a8a52e984edcce0ef5a6a4'\"", + "message": "prot-server: TX -> service: authentification response, data_id: seed, status: okay, data: \"'002cbb211c174deef064db64f068d58da371898394753117c79dabc26a390edb'\"", "module": "__init__", - "msecs": 688.8809204101562, + "msecs": 204.91504669189453, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2338.4225368499756, + "relativeCreated": 2289.940357208252, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 33 33 61" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 30 32 63" ], - "asctime": "2021-01-11 07:30:37,689", - "created": 1610346637.6895647, + "asctime": "2021-01-11 11:25:27,205", + "created": 1610360727.2057233, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175801,26 +175801,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 33 33 61", + "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 30 32 63", "module": "__init__", - "msecs": 689.5647048950195, + "msecs": 205.72328567504883, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2339.106321334839, + "relativeCreated": 2290.7485961914062, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 33 33 61" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 30 32 63" ], - "asctime": "2021-01-11 07:30:37,697", - "created": 1610346637.697902, + "asctime": "2021-01-11 11:25:27,214", + "created": 1610360727.2140899, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -175828,17 +175828,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 34 33 33 61", + "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 30 30 32 63", "module": "__init__", - "msecs": 697.9019641876221, + "msecs": 214.08987045288086, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2347.4435806274414, + "relativeCreated": 2299.1151809692383, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -175846,8 +175846,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,698", - "created": 1610346637.6981983, + "asctime": "2021-01-11 11:25:27,214", + "created": 1610360727.2143273, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175857,15 +175857,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 698.1983184814453, + "msecs": 214.32733535766602, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2347.7399349212646, + "relativeCreated": 2299.3526458740234, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -175874,8 +175874,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,698", - "created": 1610346637.698356, + "asctime": "2021-01-11 11:25:27,214", + "created": 1610360727.2144613, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175885,15 +175885,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 698.3559131622314, + "msecs": 214.4613265991211, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2347.897529602051, + "relativeCreated": 2299.4866371154785, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -175901,8 +175901,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,698", - "created": 1610346637.698565, + "asctime": "2021-01-11 11:25:27,214", + "created": 1610360727.214623, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175912,15 +175912,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 698.5650062561035, + "msecs": 214.62297439575195, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2348.106622695923, + "relativeCreated": 2299.6482849121094, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -175929,8 +175929,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,698", - "created": 1610346637.698699, + "asctime": "2021-01-11 11:25:27,214", + "created": 1610360727.2147396, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175940,15 +175940,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 698.6989974975586, + "msecs": 214.73956108093262, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2348.240613937378, + "relativeCreated": 2299.76487159729, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -175956,8 +175956,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,698", - "created": 1610346637.6988833, + "asctime": "2021-01-11 11:25:27,214", + "created": 1610360727.2149036, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175967,15 +175967,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 698.8832950592041, + "msecs": 214.9035930633545, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2348.4249114990234, + "relativeCreated": 2299.928903579712, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -175984,8 +175984,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,699", - "created": 1610346637.699016, + "asctime": "2021-01-11 11:25:27,215", + "created": 1610360727.2150106, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -175995,15 +175995,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 699.0160942077637, + "msecs": 215.0106430053711, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2348.557710647583, + "relativeCreated": 2300.0359535217285, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -176011,8 +176011,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,699", - "created": 1610346637.6991813, + "asctime": "2021-01-11 11:25:27,215", + "created": 1610360727.2151554, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176022,15 +176022,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 699.181318283081, + "msecs": 215.15536308288574, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2348.7229347229004, + "relativeCreated": 2300.180673599243, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -176039,8 +176039,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,699", - "created": 1610346637.6993108, + "asctime": "2021-01-11 11:25:27,215", + "created": 1610360727.215283, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176050,15 +176050,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 699.3107795715332, + "msecs": 215.28291702270508, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2348.8523960113525, + "relativeCreated": 2300.3082275390625, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -176066,8 +176066,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,699", - "created": 1610346637.6994696, + "asctime": "2021-01-11 11:25:27,215", + "created": 1610360727.215426, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176077,15 +176077,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 699.4695663452148, + "msecs": 215.42596817016602, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2349.011182785034, + "relativeCreated": 2300.4512786865234, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -176094,8 +176094,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,699", - "created": 1610346637.6995888, + "asctime": "2021-01-11 11:25:27,215", + "created": 1610360727.2155461, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176105,24 +176105,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 699.5887756347656, + "msecs": 215.5461311340332, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2349.130392074585, + "relativeCreated": 2300.5714416503906, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(64): 63 64 66 63 33 36 61 62 39 36 66 31 30 65 65 39 39 39 36 65 36 31 39 34 34 31 34 30 37 61 65 63 37 34 38 34 34 32 61 38 61 35 32 65 39 38 34 65 64 63 63 65 30 65 66 35 61 36 61 34 22 7d 3b 17" + "(64): 62 62 32 31 31 63 31 37 34 64 65 65 66 30 36 34 64 62 36 34 66 30 36 38 64 35 38 64 61 33 37 31 38 39 38 33 39 34 37 35 33 31 31 37 63 37 39 64 61 62 63 32 36 61 33 39 30 65 64 62 22 7d d2 93" ], - "asctime": "2021-01-11 07:30:37,699", - "created": 1610346637.699899, + "asctime": "2021-01-11 11:25:27,215", + "created": 1610360727.2158227, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176130,26 +176130,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (64): 63 64 66 63 33 36 61 62 39 36 66 31 30 65 65 39 39 39 36 65 36 31 39 34 34 31 34 30 37 61 65 63 37 34 38 34 34 32 61 38 61 35 32 65 39 38 34 65 64 63 63 65 30 65 66 35 61 36 61 34 22 7d 3b 17", + "message": "comm-server: TX -> (64): 62 62 32 31 31 63 31 37 34 64 65 65 66 30 36 34 64 62 36 34 66 30 36 38 64 35 38 64 61 33 37 31 38 39 38 33 39 34 37 35 33 31 31 37 63 37 39 64 61 62 63 32 36 61 33 39 30 65 64 62 22 7d d2 93", "module": "__init__", - "msecs": 699.8989582061768, + "msecs": 215.82269668579102, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2349.440574645996, + "relativeCreated": 2300.8480072021484, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 63 64 66 63 33 36 61 62 39 36 66 31 30 65 65 39 39 39 36 65 36 31 39 34 34 31 34 30 37 61 65 63 37 34 38 34 34 32 61 38 61 35 32 65 39 38 34 65 64 63 63 65 30 65 66 35 61 36 61 34 22 7d 3b 17" + "(64): 62 62 32 31 31 63 31 37 34 64 65 65 66 30 36 34 64 62 36 34 66 30 36 38 64 35 38 64 61 33 37 31 38 39 38 33 39 34 37 35 33 31 31 37 63 37 39 64 61 62 63 32 36 61 33 39 30 65 64 62 22 7d d2 93" ], - "asctime": "2021-01-11 07:30:37,708", - "created": 1610346637.7083116, + "asctime": "2021-01-11 11:25:27,224", + "created": 1610360727.2241707, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176157,26 +176157,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (64): 63 64 66 63 33 36 61 62 39 36 66 31 30 65 65 39 39 39 36 65 36 31 39 34 34 31 34 30 37 61 65 63 37 34 38 34 34 32 61 38 61 35 32 65 39 38 34 65 64 63 63 65 30 65 66 35 61 36 61 34 22 7d 3b 17", + "message": "comm-client: RX <- (64): 62 62 32 31 31 63 31 37 34 64 65 65 66 30 36 34 64 62 36 34 66 30 36 38 64 35 38 64 61 33 37 31 38 39 38 33 39 34 37 35 33 31 31 37 63 37 39 64 61 62 63 32 36 61 33 39 30 65 64 62 22 7d d2 93", "module": "__init__", - "msecs": 708.3115577697754, + "msecs": 224.17068481445312, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2357.8531742095947, + "relativeCreated": 2309.1959953308105, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-server:", - "(4): f8 cd 3a 3e" + "(4): 45 22 3a 3e" ], - "asctime": "2021-01-11 07:30:37,708", - "created": 1610346637.7088954, + "asctime": "2021-01-11 11:25:27,224", + "created": 1610360727.2246926, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176184,26 +176184,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-server: TX -> (4): f8 cd 3a 3e", + "message": "comm-server: TX -> (4): 45 22 3a 3e", "module": "__init__", - "msecs": 708.8954448699951, + "msecs": 224.69258308410645, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2358.4370613098145, + "relativeCreated": 2309.717893600464, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(4): f8 cd 3a 3e" + "(4): 45 22 3a 3e" ], - "asctime": "2021-01-11 07:30:37,709", - "created": 1610346637.709651, + "asctime": "2021-01-11 11:25:27,225", + "created": 1610360727.2255125, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176211,17 +176211,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-client: RX <- (4): f8 cd 3a 3e", + "message": "comm-client: RX <- (4): 45 22 3a 3e", "module": "__init__", - "msecs": 709.650993347168, + "msecs": 225.51250457763672, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2359.1926097869873, + "relativeCreated": 2310.537815093994, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -176229,8 +176229,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,709", - "created": 1610346637.7098262, + "asctime": "2021-01-11 11:25:27,225", + "created": 1610360727.2257063, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176240,15 +176240,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 709.8262310028076, + "msecs": 225.7063388824463, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2359.367847442627, + "relativeCreated": 2310.7316493988037, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -176257,8 +176257,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,709", - "created": 1610346637.7099612, + "asctime": "2021-01-11 11:25:27,225", + "created": 1610360727.22584, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176268,24 +176268,24 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 709.9611759185791, + "msecs": 225.84009170532227, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2359.5027923583984, + "relativeCreated": 2310.8654022216797, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "STP:", - "(124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 33 33 61 63 64 66 63 33 36 61 62 39 36 66 31 30 65 65 39 39 39 36 65 36 31 39 34 34 31 34 30 37 61 65 63 37 34 38 34 34 32 61 38 61 35 32 65 39 38 34 65 64 63 63 65 30 65 66 35 61 36 61 34 22 7d 3b 17 f8 cd" + "(124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 30 30 32 63 62 62 32 31 31 63 31 37 34 64 65 65 66 30 36 34 64 62 36 34 66 30 36 38 64 35 38 64 61 33 37 31 38 39 38 33 39 34 37 35 33 31 31 37 63 37 39 64 61 62 63 32 36 61 33 39 30 65 64 62 22 7d d2 93 45 22" ], - "asctime": "2021-01-11 07:30:37,710", - "created": 1610346637.7102873, + "asctime": "2021-01-11 11:25:27,226", + "created": 1610360727.2261305, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176293,17 +176293,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 34 33 33 61 63 64 66 63 33 36 61 62 39 36 66 31 30 65 65 39 39 39 36 65 36 31 39 34 34 31 34 30 37 61 65 63 37 34 38 34 34 32 61 38 61 35 32 65 39 38 34 65 64 63 63 65 30 65 66 35 61 36 61 34 22 7d 3b 17 f8 cd", + "message": "STP: message identified - (124): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 30 30 32 63 62 62 32 31 31 63 31 37 34 64 65 65 66 30 36 34 64 62 36 34 66 30 36 38 64 35 38 64 61 33 37 31 38 39 38 33 39 34 37 35 33 31 31 37 63 37 39 64 61 62 63 32 36 61 33 39 30 65 64 62 22 7d d2 93 45 22", "module": "stp", - "msecs": 710.28733253479, + "msecs": 226.13048553466797, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2359.8289489746094, + "relativeCreated": 2311.1557960510254, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -176312,10 +176312,10 @@ "RX <-", "service: authentification response, data_id: seed", "status: okay", - "'433acdfc36ab96f10ee9996e619441407aec748442a8a52e984edcce0ef5a6a4'" + "'002cbb211c174deef064db64f068d58da371898394753117c79dabc26a390edb'" ], - "asctime": "2021-01-11 07:30:37,710", - "created": 1610346637.7106397, + "asctime": "2021-01-11 11:25:27,226", + "created": 1610360727.2264404, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176323,17 +176323,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'433acdfc36ab96f10ee9996e619441407aec748442a8a52e984edcce0ef5a6a4'\"", + "message": "prot-client: RX <- service: authentification response, data_id: seed, status: okay, data: \"'002cbb211c174deef064db64f068d58da371898394753117c79dabc26a390edb'\"", "module": "__init__", - "msecs": 710.6397151947021, + "msecs": 226.4404296875, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2360.1813316345215, + "relativeCreated": 2311.4657402038574, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -176341,8 +176341,8 @@ "prot-client:", "__authentificate_create_key__" ], - "asctime": "2021-01-11 07:30:37,710", - "created": 1610346637.7108078, + "asctime": "2021-01-11 11:25:27,226", + "created": 1610360727.2266357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176352,15 +176352,15 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_create_key__ to process received data", "module": "__init__", - "msecs": 710.8078002929688, + "msecs": 226.63569450378418, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2360.349416732788, + "relativeCreated": 2311.6610050201416, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -176369,10 +176369,10 @@ "TX ->", "service: authentification request, data_id: key", "status: okay", - "'9f3b842e8ecca25c8a3b69ea56c8cc15abc1180a9295a96b529912d97fa30d04a57c0eef2dc75ecd74fbe7bdde5f5c9154426d9ed780dbfd7962087b18c2a9c4'" + "'3718d9fc8a8676f4cc5816bd2c53eeeb45edc708fc257912d3f8826dd1e7e987a2a01845dcbd2edb532d09d7be90f9ab3c227ca9c90617247183246c4b243c01'" ], - "asctime": "2021-01-11 07:30:37,711", - "created": 1610346637.7110503, + "asctime": "2021-01-11 11:25:27,226", + "created": 1610360727.2269087, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176380,26 +176380,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'9f3b842e8ecca25c8a3b69ea56c8cc15abc1180a9295a96b529912d97fa30d04a57c0eef2dc75ecd74fbe7bdde5f5c9154426d9ed780dbfd7962087b18c2a9c4'\"", + "message": "prot-client: TX -> service: authentification request, data_id: key, status: okay, data: \"'3718d9fc8a8676f4cc5816bd2c53eeeb45edc708fc257912d3f8826dd1e7e987a2a01845dcbd2edb532d09d7be90f9ab3c227ca9c90617247183246c4b243c01'\"", "module": "__init__", - "msecs": 711.050271987915, + "msecs": 226.90868377685547, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2360.5918884277344, + "relativeCreated": 2311.933994293213, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "comm-client:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 66 33 62" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 33 37 31 38" ], - "asctime": "2021-01-11 07:30:37,712", - "created": 1610346637.7120173, + "asctime": "2021-01-11 11:25:27,227", + "created": 1610360727.2279952, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176407,26 +176407,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 66 33 62", + "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 33 37 31 38", "module": "__init__", - "msecs": 712.017297744751, + "msecs": 227.9951572418213, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2361.5589141845703, + "relativeCreated": 2313.0204677581787, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 66 33 62" + "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 33 37 31 38" ], - "asctime": "2021-01-11 07:30:37,720", - "created": 1610346637.7204938, + "asctime": "2021-01-11 11:25:27,236", + "created": 1610360727.2364848, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176434,17 +176434,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 39 66 33 62", + "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 33 37 31 38", "module": "__init__", - "msecs": 720.4937934875488, + "msecs": 236.48476600646973, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2370.035409927368, + "relativeCreated": 2321.510076522827, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176452,8 +176452,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,720", - "created": 1610346637.7208047, + "asctime": "2021-01-11 11:25:27,236", + "created": 1610360727.2368157, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176463,15 +176463,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 720.8046913146973, + "msecs": 236.8156909942627, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2370.3463077545166, + "relativeCreated": 2321.84100151062, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176480,8 +176480,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,720", - "created": 1610346637.7209566, + "asctime": "2021-01-11 11:25:27,236", + "created": 1610360727.2369895, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176491,15 +176491,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 720.956563949585, + "msecs": 236.98949813842773, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2370.4981803894043, + "relativeCreated": 2322.014808654785, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176507,8 +176507,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,721", - "created": 1610346637.7211418, + "asctime": "2021-01-11 11:25:27,237", + "created": 1610360727.2371924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176518,15 +176518,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 721.1418151855469, + "msecs": 237.19239234924316, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2370.683431625366, + "relativeCreated": 2322.2177028656006, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176535,8 +176535,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,721", - "created": 1610346637.7212713, + "asctime": "2021-01-11 11:25:27,237", + "created": 1610360727.237334, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176546,15 +176546,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 721.271276473999, + "msecs": 237.3340129852295, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2370.8128929138184, + "relativeCreated": 2322.359323501587, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176562,8 +176562,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,721", - "created": 1610346637.7215407, + "asctime": "2021-01-11 11:25:27,237", + "created": 1610360727.237538, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176573,15 +176573,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 721.5406894683838, + "msecs": 237.53809928894043, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2371.082305908203, + "relativeCreated": 2322.563409805298, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176590,8 +176590,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,721", - "created": 1610346637.7216592, + "asctime": "2021-01-11 11:25:27,237", + "created": 1610360727.2376728, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176601,15 +176601,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 721.6591835021973, + "msecs": 237.6728057861328, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2371.2007999420166, + "relativeCreated": 2322.6981163024902, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176617,8 +176617,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,721", - "created": 1610346637.7218187, + "asctime": "2021-01-11 11:25:27,237", + "created": 1610360727.2378805, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176628,15 +176628,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 721.8186855316162, + "msecs": 237.88046836853027, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2371.3603019714355, + "relativeCreated": 2322.9057788848877, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176645,8 +176645,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,721", - "created": 1610346637.721929, + "asctime": "2021-01-11 11:25:27,238", + "created": 1610360727.238037, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176656,15 +176656,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 721.9290733337402, + "msecs": 238.037109375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2371.4706897735596, + "relativeCreated": 2323.0624198913574, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176672,8 +176672,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,722", - "created": 1610346637.722071, + "asctime": "2021-01-11 11:25:27,238", + "created": 1610360727.2382164, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176683,15 +176683,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 722.0709323883057, + "msecs": 238.21640014648438, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2371.612548828125, + "relativeCreated": 2323.241710662842, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176700,8 +176700,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,722", - "created": 1610346637.7221797, + "asctime": "2021-01-11 11:25:27,238", + "created": 1610360727.23835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176711,24 +176711,24 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 722.179651260376, + "msecs": 238.34991455078125, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2371.7212677001953, + "relativeCreated": 2323.3752250671387, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(64): 38 34 32 65 38 65 63 63 61 32 35 63 38 61 33 62 36 39 65 61 35 36 63 38 63 63 31 35 61 62 63 31 31 38 30 61 39 32 39 35 61 39 36 62 35 32 39 39 31 32 64 39 37 66 61 33 30 64 30 34 61 35 37 63" + "(64): 64 39 66 63 38 61 38 36 37 36 66 34 63 63 35 38 31 36 62 64 32 63 35 33 65 65 65 62 34 35 65 64 63 37 30 38 66 63 32 35 37 39 31 32 64 33 66 38 38 32 36 64 64 31 65 37 65 39 38 37 61 32 61 30" ], - "asctime": "2021-01-11 07:30:37,722", - "created": 1610346637.7224512, + "asctime": "2021-01-11 11:25:27,238", + "created": 1610360727.238695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176736,26 +176736,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 38 34 32 65 38 65 63 63 61 32 35 63 38 61 33 62 36 39 65 61 35 36 63 38 63 63 31 35 61 62 63 31 31 38 30 61 39 32 39 35 61 39 36 62 35 32 39 39 31 32 64 39 37 66 61 33 30 64 30 34 61 35 37 63", + "message": "comm-client: TX -> (64): 64 39 66 63 38 61 38 36 37 36 66 34 63 63 35 38 31 36 62 64 32 63 35 33 65 65 65 62 34 35 65 64 63 37 30 38 66 63 32 35 37 39 31 32 64 33 66 38 38 32 36 64 64 31 65 37 65 39 38 37 61 32 61 30", "module": "__init__", - "msecs": 722.4512100219727, + "msecs": 238.6949062347412, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2371.992826461792, + "relativeCreated": 2323.7202167510986, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 38 34 32 65 38 65 63 63 61 32 35 63 38 61 33 62 36 39 65 61 35 36 63 38 63 63 31 35 61 62 63 31 31 38 30 61 39 32 39 35 61 39 36 62 35 32 39 39 31 32 64 39 37 66 61 33 30 64 30 34 61 35 37 63" + "(64): 64 39 66 63 38 61 38 36 37 36 66 34 63 63 35 38 31 36 62 64 32 63 35 33 65 65 65 62 34 35 65 64 63 37 30 38 66 63 32 35 37 39 31 32 64 33 66 38 38 32 36 64 64 31 65 37 65 39 38 37 61 32 61 30" ], - "asctime": "2021-01-11 07:30:37,730", - "created": 1610346637.730816, + "asctime": "2021-01-11 11:25:27,247", + "created": 1610360727.247087, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176763,26 +176763,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 38 34 32 65 38 65 63 63 61 32 35 63 38 61 33 62 36 39 65 61 35 36 63 38 63 63 31 35 61 62 63 31 31 38 30 61 39 32 39 35 61 39 36 62 35 32 39 39 31 32 64 39 37 66 61 33 30 64 30 34 61 35 37 63", + "message": "comm-server: RX <- (64): 64 39 66 63 38 61 38 36 37 36 66 34 63 63 35 38 31 36 62 64 32 63 35 33 65 65 65 62 34 35 65 64 63 37 30 38 66 63 32 35 37 39 31 32 64 33 66 38 38 32 36 64 64 31 65 37 65 39 38 37 61 32 61 30", "module": "__init__", - "msecs": 730.8158874511719, + "msecs": 247.0870018005371, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2380.357503890991, + "relativeCreated": 2332.1123123168945, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(64): 30 65 65 66 32 64 63 37 35 65 63 64 37 34 66 62 65 37 62 64 64 65 35 66 35 63 39 31 35 34 34 32 36 64 39 65 64 37 38 30 64 62 66 64 37 39 36 32 30 38 37 62 31 38 63 32 61 39 63 34 22 7d 47 b5" + "(64): 31 38 34 35 64 63 62 64 32 65 64 62 35 33 32 64 30 39 64 37 62 65 39 30 66 39 61 62 33 63 32 32 37 63 61 39 63 39 30 36 31 37 32 34 37 31 38 33 32 34 36 63 34 62 32 34 33 63 30 31 22 7d 9a ed" ], - "asctime": "2021-01-11 07:30:37,731", - "created": 1610346637.7314546, + "asctime": "2021-01-11 11:25:27,247", + "created": 1610360727.2477963, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176790,26 +176790,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (64): 30 65 65 66 32 64 63 37 35 65 63 64 37 34 66 62 65 37 62 64 64 65 35 66 35 63 39 31 35 34 34 32 36 64 39 65 64 37 38 30 64 62 66 64 37 39 36 32 30 38 37 62 31 38 63 32 61 39 63 34 22 7d 47 b5", + "message": "comm-client: TX -> (64): 31 38 34 35 64 63 62 64 32 65 64 62 35 33 32 64 30 39 64 37 62 65 39 30 66 39 61 62 33 63 32 32 37 63 61 39 63 39 30 36 31 37 32 34 37 31 38 33 32 34 36 63 34 62 32 34 33 63 30 31 22 7d 9a ed", "module": "__init__", - "msecs": 731.454610824585, + "msecs": 247.79629707336426, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2380.9962272644043, + "relativeCreated": 2332.8216075897217, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(64): 30 65 65 66 32 64 63 37 35 65 63 64 37 34 66 62 65 37 62 64 64 65 35 66 35 63 39 31 35 34 34 32 36 64 39 65 64 37 38 30 64 62 66 64 37 39 36 32 30 38 37 62 31 38 63 32 61 39 63 34 22 7d 47 b5" + "(64): 31 38 34 35 64 63 62 64 32 65 64 62 35 33 32 64 30 39 64 37 62 65 39 30 66 39 61 62 33 63 32 32 37 63 61 39 63 39 30 36 31 37 32 34 37 31 38 33 32 34 36 63 34 62 32 34 33 63 30 31 22 7d 9a ed" ], - "asctime": "2021-01-11 07:30:37,739", - "created": 1610346637.7398791, + "asctime": "2021-01-11 11:25:27,256", + "created": 1610360727.256237, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176817,26 +176817,26 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (64): 30 65 65 66 32 64 63 37 35 65 63 64 37 34 66 62 65 37 62 64 64 65 35 66 35 63 39 31 35 34 34 32 36 64 39 65 64 37 38 30 64 62 66 64 37 39 36 32 30 38 37 62 31 38 63 32 61 39 63 34 22 7d 47 b5", + "message": "comm-server: RX <- (64): 31 38 34 35 64 63 62 64 32 65 64 62 35 33 32 64 30 39 64 37 62 65 39 30 66 39 61 62 33 63 32 32 37 63 61 39 63 39 30 36 31 37 32 34 37 31 38 33 32 34 36 63 34 62 32 34 33 63 30 31 22 7d 9a ed", "module": "__init__", - "msecs": 739.8791313171387, + "msecs": 256.2370300292969, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2389.420747756958, + "relativeCreated": 2341.2623405456543, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-client:", - "(4): 17 06 3a 3e" + "(4): df ae 3a 3e" ], - "asctime": "2021-01-11 07:30:37,740", - "created": 1610346637.740722, + "asctime": "2021-01-11 11:25:27,256", + "created": 1610360727.2569177, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176844,26 +176844,26 @@ "levelname": "INFO", "levelno": 20, "lineno": 284, - "message": "comm-client: TX -> (4): 17 06 3a 3e", + "message": "comm-client: TX -> (4): df ae 3a 3e", "module": "__init__", - "msecs": 740.7219409942627, + "msecs": 256.91771507263184, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2390.263557434082, + "relativeCreated": 2341.9430255889893, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "comm-server:", - "(4): 17 06 3a 3e" + "(4): df ae 3a 3e" ], - "asctime": "2021-01-11 07:30:37,741", - "created": 1610346637.7415576, + "asctime": "2021-01-11 11:25:27,257", + "created": 1610360727.2577617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176871,17 +176871,17 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 414, - "message": "comm-server: RX <- (4): 17 06 3a 3e", + "message": "comm-server: RX <- (4): df ae 3a 3e", "module": "__init__", - "msecs": 741.5575981140137, + "msecs": 257.76171684265137, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2391.099214553833, + "relativeCreated": 2342.787027359009, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176889,8 +176889,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,741", - "created": 1610346637.7417498, + "asctime": "2021-01-11 11:25:27,257", + "created": 1610360727.257957, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176900,15 +176900,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 741.7497634887695, + "msecs": 257.95698165893555, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2391.291379928589, + "relativeCreated": 2342.982292175293, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176917,8 +176917,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,741", - "created": 1610346637.7419024, + "asctime": "2021-01-11 11:25:27,258", + "created": 1610360727.2581074, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176928,24 +176928,24 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 741.9023513793945, + "msecs": 258.10742378234863, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2391.443967819214, + "relativeCreated": 2343.132734298706, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { "args": [ "STP:", - "(188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 39 66 33 62 38 34 32 65 38 65 63 63 61 32 35 63 38 61 33 62 36 39 65 61 35 36 63 38 63 63 31 35 61 62 63 31 31 38 30 61 39 32 39 35 61 39 36 62 35 32 39 39 31 32 64 39 37 66 61 33 30 64 30 34 61 35 37 63 30 65 65 66 32 64 63 37 35 65 63 64 37 34 66 62 65 37 62 64 64 65 35 66 35 63 39 31 35 34 34 32 36 64 39 65 64 37 38 30 64 62 66 64 37 39 36 32 30 38 37 62 31 38 63 32 61 39 63 34 22 7d 47 b5 17 06" + "(188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 33 37 31 38 64 39 66 63 38 61 38 36 37 36 66 34 63 63 35 38 31 36 62 64 32 63 35 33 65 65 65 62 34 35 65 64 63 37 30 38 66 63 32 35 37 39 31 32 64 33 66 38 38 32 36 64 64 31 65 37 65 39 38 37 61 32 61 30 31 38 34 35 64 63 62 64 32 65 64 62 35 33 32 64 30 39 64 37 62 65 39 30 66 39 61 62 33 63 32 32 37 63 61 39 63 39 30 36 31 37 32 34 37 31 38 33 32 34 36 63 34 62 32 34 33 63 30 31 22 7d 9a ed df ae" ], - "asctime": "2021-01-11 07:30:37,742", - "created": 1610346637.742359, + "asctime": "2021-01-11 11:25:27,258", + "created": 1610360727.2585666, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -176953,17 +176953,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 148, - "message": "STP: message identified - (188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 39 66 33 62 38 34 32 65 38 65 63 63 61 32 35 63 38 61 33 62 36 39 65 61 35 36 63 38 63 63 31 35 61 62 63 31 31 38 30 61 39 32 39 35 61 39 36 62 35 32 39 39 31 32 64 39 37 66 61 33 30 64 30 34 61 35 37 63 30 65 65 66 32 64 63 37 35 65 63 64 37 34 66 62 65 37 62 64 64 65 35 66 35 63 39 31 35 34 34 32 36 64 39 65 64 37 38 30 64 62 66 64 37 39 36 32 30 38 37 62 31 38 63 32 61 39 63 34 22 7d 47 b5 17 06", + "message": "STP: message identified - (188): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 33 37 31 38 64 39 66 63 38 61 38 36 37 36 66 34 63 63 35 38 31 36 62 64 32 63 35 33 65 65 65 62 34 35 65 64 63 37 30 38 66 63 32 35 37 39 31 32 64 33 66 38 38 32 36 64 64 31 65 37 65 39 38 37 61 32 61 30 31 38 34 35 64 63 62 64 32 65 64 62 35 33 32 64 30 39 64 37 62 65 39 30 66 39 61 62 33 63 32 32 37 63 61 39 63 39 30 36 31 37 32 34 37 31 38 33 32 34 36 63 34 62 32 34 33 63 30 31 22 7d 9a ed df ae", "module": "stp", - "msecs": 742.358922958374, + "msecs": 258.56661796569824, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2391.9005393981934, + "relativeCreated": 2343.5919284820557, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -176972,10 +176972,10 @@ "RX <-", "service: authentification request, data_id: key", "status: okay", - "'9f3b842e8ecca25c8a3b69ea56c8cc15abc1180a9295a96b529912d97fa30d04a57c0eef2dc75ecd74fbe7bdde5f5c9154426d9ed780dbfd7962087b18c2a9c4'" + "'3718d9fc8a8676f4cc5816bd2c53eeeb45edc708fc257912d3f8826dd1e7e987a2a01845dcbd2edb532d09d7be90f9ab3c227ca9c90617247183246c4b243c01'" ], - "asctime": "2021-01-11 07:30:37,742", - "created": 1610346637.742745, + "asctime": "2021-01-11 11:25:27,258", + "created": 1610360727.2589595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -176983,17 +176983,17 @@ "levelname": "INFO", "levelno": 20, "lineno": 438, - "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'9f3b842e8ecca25c8a3b69ea56c8cc15abc1180a9295a96b529912d97fa30d04a57c0eef2dc75ecd74fbe7bdde5f5c9154426d9ed780dbfd7962087b18c2a9c4'\"", + "message": "prot-server: RX <- service: authentification request, data_id: key, status: okay, data: \"'3718d9fc8a8676f4cc5816bd2c53eeeb45edc708fc257912d3f8826dd1e7e987a2a01845dcbd2edb532d09d7be90f9ab3c227ca9c90617247183246c4b243c01'\"", "module": "__init__", - "msecs": 742.7449226379395, + "msecs": 258.9595317840576, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2392.286539077759, + "relativeCreated": 2343.984842300415, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -177001,8 +177001,8 @@ "prot-server:", "__authentificate_check_key__" ], - "asctime": "2021-01-11 07:30:37,742", - "created": 1610346637.7429433, + "asctime": "2021-01-11 11:25:27,259", + "created": 1610360727.25915, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177012,15 +177012,15 @@ "lineno": 479, "message": "prot-server: Executing callback __authentificate_check_key__ to process received data", "module": "__init__", - "msecs": 742.943286895752, + "msecs": 259.15002822875977, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2392.4849033355713, + "relativeCreated": 2344.175338745117, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -177031,8 +177031,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:37,743", - "created": 1610346637.7432475, + "asctime": "2021-01-11 11:25:27,259", + "created": 1610360727.2594376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177042,15 +177042,15 @@ "lineno": 438, "message": "prot-server: TX -> service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 743.2475090026855, + "msecs": 259.43756103515625, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2392.789125442505, + "relativeCreated": 2344.4628715515137, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -177058,8 +177058,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d" ], - "asctime": "2021-01-11 07:30:37,743", - "created": 1610346637.7439682, + "asctime": "2021-01-11 11:25:27,260", + "created": 1610360727.2602327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177069,15 +177069,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d", "module": "__init__", - "msecs": 743.9682483673096, + "msecs": 260.23268699645996, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2393.509864807129, + "relativeCreated": 2345.2579975128174, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177085,8 +177085,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d" ], - "asctime": "2021-01-11 07:30:37,752", - "created": 1610346637.752264, + "asctime": "2021-01-11 11:25:27,268", + "created": 1610360727.2687356, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177096,15 +177096,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 74 72 75 65 7d", "module": "__init__", - "msecs": 752.2640228271484, + "msecs": 268.7356472015381, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2401.805639266968, + "relativeCreated": 2353.7609577178955, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177112,8 +177112,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,752", - "created": 1610346637.75244, + "asctime": "2021-01-11 11:25:27,269", + "created": 1610360727.2690523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177123,15 +177123,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 752.4399757385254, + "msecs": 269.05226707458496, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2401.9815921783447, + "relativeCreated": 2354.0775775909424, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177140,8 +177140,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,752", - "created": 1610346637.7525346, + "asctime": "2021-01-11 11:25:27,269", + "created": 1610360727.2692184, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177151,15 +177151,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.5346279144287, + "msecs": 269.21844482421875, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2402.076244354248, + "relativeCreated": 2354.243755340576, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177167,8 +177167,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,752", - "created": 1610346637.7526634, + "asctime": "2021-01-11 11:25:27,269", + "created": 1610360727.2694426, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177178,15 +177178,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 752.6633739471436, + "msecs": 269.4425582885742, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2402.204990386963, + "relativeCreated": 2354.4678688049316, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177195,8 +177195,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,752", - "created": 1610346637.752747, + "asctime": "2021-01-11 11:25:27,269", + "created": 1610360727.2695873, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177206,15 +177206,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.7470588684082, + "msecs": 269.58727836608887, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2402.2886753082275, + "relativeCreated": 2354.6125888824463, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177222,8 +177222,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,752", - "created": 1610346637.7528667, + "asctime": "2021-01-11 11:25:27,269", + "created": 1610360727.2697952, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177233,15 +177233,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 752.8667449951172, + "msecs": 269.79517936706543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2402.4083614349365, + "relativeCreated": 2354.820489883423, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177250,8 +177250,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,752", - "created": 1610346637.7529464, + "asctime": "2021-01-11 11:25:27,269", + "created": 1610360727.2699292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177261,15 +177261,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.9463768005371, + "msecs": 269.9291706085205, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2402.4879932403564, + "relativeCreated": 2354.954481124878, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177277,8 +177277,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,753", - "created": 1610346637.7530568, + "asctime": "2021-01-11 11:25:27,270", + "created": 1610360727.2701232, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177288,15 +177288,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 753.0567646026611, + "msecs": 270.1232433319092, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2402.5983810424805, + "relativeCreated": 2355.1485538482666, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177305,8 +177305,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,753", - "created": 1610346637.7531338, + "asctime": "2021-01-11 11:25:27,270", + "created": 1610360727.2702572, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177316,15 +177316,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 753.1337738037109, + "msecs": 270.25723457336426, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2402.6753902435303, + "relativeCreated": 2355.2825450897217, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177332,8 +177332,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,753", - "created": 1610346637.7532408, + "asctime": "2021-01-11 11:25:27,270", + "created": 1610360727.2704415, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177343,15 +177343,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 753.2408237457275, + "msecs": 270.44153213500977, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2402.782440185547, + "relativeCreated": 2355.466842651367, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177360,8 +177360,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,753", - "created": 1610346637.7533178, + "asctime": "2021-01-11 11:25:27,270", + "created": 1610360727.2705758, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177371,15 +177371,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 753.3178329467773, + "msecs": 270.57576179504395, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2402.8594493865967, + "relativeCreated": 2355.6010723114014, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177387,8 +177387,8 @@ "comm-server:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 07:30:37,753", - "created": 1610346637.753579, + "asctime": "2021-01-11 11:25:27,270", + "created": 1610360727.2708576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177398,15 +177398,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 753.5789012908936, + "msecs": 270.857572555542, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2403.120517730713, + "relativeCreated": 2355.8828830718994, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177414,8 +177414,8 @@ "comm-client:", "(6): 94 fe 74 32 3a 3e" ], - "asctime": "2021-01-11 07:30:37,754", - "created": 1610346637.7546053, + "asctime": "2021-01-11 11:25:27,271", + "created": 1610360727.2719412, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177425,15 +177425,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 94 fe 74 32 3a 3e", "module": "__init__", - "msecs": 754.6052932739258, + "msecs": 271.9411849975586, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2404.146909713745, + "relativeCreated": 2356.966495513916, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177441,8 +177441,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,754", - "created": 1610346637.7548676, + "asctime": "2021-01-11 11:25:27,272", + "created": 1610360727.2721813, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177452,15 +177452,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 754.8675537109375, + "msecs": 272.18127250671387, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2404.409170150757, + "relativeCreated": 2357.2065830230713, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177469,8 +177469,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,754", - "created": 1610346637.754988, + "asctime": "2021-01-11 11:25:27,272", + "created": 1610360727.2723074, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177480,15 +177480,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 754.9879550933838, + "msecs": 272.3073959350586, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2404.529571533203, + "relativeCreated": 2357.332706451416, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177496,8 +177496,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 7d 94 fe 74 32" ], - "asctime": "2021-01-11 07:30:37,755", - "created": 1610346637.7551336, + "asctime": "2021-01-11 11:25:27,272", + "created": 1610360727.2724874, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -177507,15 +177507,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 31 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 74 72 75 65 7d 94 fe 74 32", "module": "stp", - "msecs": 755.1336288452148, + "msecs": 272.4874019622803, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2404.675245285034, + "relativeCreated": 2357.5127124786377, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177526,8 +177526,8 @@ "status: okay", "True" ], - "asctime": "2021-01-11 07:30:37,755", - "created": 1610346637.7553697, + "asctime": "2021-01-11 11:25:27,272", + "created": 1610360727.2727916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177537,15 +177537,15 @@ "lineno": 438, "message": "prot-client: RX <- service: authentification response, data_id: key, status: okay, data: \"True\"", "module": "__init__", - "msecs": 755.3696632385254, + "msecs": 272.79162406921387, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2404.9112796783447, + "relativeCreated": 2357.8169345855713, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { @@ -177553,8 +177553,8 @@ "prot-client:", "__authentificate_process_feedback__" ], - "asctime": "2021-01-11 07:30:37,755", - "created": 1610346637.755479, + "asctime": "2021-01-11 11:25:27,272", + "created": 1610360727.272931, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177564,23 +177564,23 @@ "lineno": 492, "message": "prot-client: Executing callback __authentificate_process_feedback__ to process received data", "module": "__init__", - "msecs": 755.479097366333, + "msecs": 272.9310989379883, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2405.0207138061523, + "relativeCreated": 2357.9564094543457, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:37,755", - "created": 1610346637.7555776, + "asctime": "2021-01-11 11:25:27,273", + "created": 1610360727.2730398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177590,37 +177590,37 @@ "lineno": 360, "message": "prot-client: Got positive authentification feedback", "module": "__init__", - "msecs": 755.577564239502, + "msecs": 273.0398178100586, "msg": "%s Got positive authentification feedback", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2405.1191806793213, + "relativeCreated": 2358.065128326416, "stack_info": null, - "thread": 140562250323712, + "thread": 140654181074688, "threadName": "Thread-6" } ], - "msecs": 776.129961013794, + "msecs": 292.30380058288574, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2425.6715774536133, + "relativeCreated": 2377.329111099243, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.020552396774291992 + "time_consumption": 0.01926398277282715 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:37,776", - "created": 1610346637.7767584, + "asctime": "2021-01-11 11:25:27,293", + "created": 1610360727.293272, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177637,8 +177637,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,776", - "created": 1610346637.7765572, + "asctime": "2021-01-11 11:25:27,292", + "created": 1610360727.2929275, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177648,15 +177648,15 @@ "lineno": 22, "message": "Result (Return Value of authentification method): True ()", "module": "test", - "msecs": 776.557207107544, + "msecs": 292.92750358581543, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2426.0988235473633, + "relativeCreated": 2377.952814102173, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -177665,8 +177665,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,776", - "created": 1610346637.7766647, + "asctime": "2021-01-11 11:25:27,293", + "created": 1610360727.293114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177676,37 +177676,37 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = True ()", "module": "test", - "msecs": 776.6647338867188, + "msecs": 293.11394691467285, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2426.206350326538, + "relativeCreated": 2378.1392574310303, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 776.7584323883057, + "msecs": 293.2720184326172, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2426.300048828125, + "relativeCreated": 2378.2973289489746, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 9.369850158691406e-05 + "time_consumption": 0.00015807151794433594 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:37,777", - "created": 1610346637.77706, + "asctime": "2021-01-11 11:25:27,293", + "created": 1610360727.2937965, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177723,8 +177723,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,776", - "created": 1610346637.7768989, + "asctime": "2021-01-11 11:25:27,293", + "created": 1610360727.2935138, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177734,15 +177734,15 @@ "lineno": 22, "message": "Result (Authentification state of server): True ()", "module": "test", - "msecs": 776.8988609313965, + "msecs": 293.5137748718262, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2426.440477371216, + "relativeCreated": 2378.5390853881836, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -177751,8 +177751,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,776", - "created": 1610346637.7769818, + "asctime": "2021-01-11 11:25:27,293", + "created": 1610360727.2936583, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177762,37 +177762,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = True ()", "module": "test", - "msecs": 776.9818305969238, + "msecs": 293.6582565307617, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2426.523447036743, + "relativeCreated": 2378.683567047119, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 777.0600318908691, + "msecs": 293.7965393066406, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2426.6016483306885, + "relativeCreated": 2378.821849822998, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 7.82012939453125e-05 + "time_consumption": 0.00013828277587890625 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:37,777", - "created": 1610346637.7773416, + "asctime": "2021-01-11 11:25:27,294", + "created": 1610360727.2942858, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177809,8 +177809,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,777", - "created": 1610346637.777184, + "asctime": "2021-01-11 11:25:27,294", + "created": 1610360727.2940152, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177820,15 +177820,15 @@ "lineno": 22, "message": "Result (Authentification state of client): True ()", "module": "test", - "msecs": 777.184009552002, + "msecs": 294.01516914367676, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2426.7256259918213, + "relativeCreated": 2379.040479660034, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -177837,8 +177837,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:37,777", - "created": 1610346637.7772655, + "asctime": "2021-01-11 11:25:27,294", + "created": 1610360727.294153, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -177848,34 +177848,34 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = True ()", "module": "test", - "msecs": 777.2655487060547, + "msecs": 294.15297508239746, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2426.807165145874, + "relativeCreated": 2379.178285598755, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 777.3416042327881, + "msecs": 294.28577423095703, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2426.8832206726074, + "relativeCreated": 2379.3110847473145, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 7.605552673339844e-05 + "time_consumption": 0.0001327991485595703 }, { "args": [], - "asctime": "2021-01-11 07:30:37,777", - "created": 1610346637.7776682, + "asctime": "2021-01-11 11:25:27,294", + "created": 1610360727.2948015, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -177890,8 +177890,8 @@ "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:37,777", - "created": 1610346637.777485, + "asctime": "2021-01-11 11:25:27,294", + "created": 1610360727.29449, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177901,23 +177901,23 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 777.4848937988281, + "msecs": 294.49009895324707, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2427.0265102386475, + "relativeCreated": 2379.5154094696045, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:37,777", - "created": 1610346637.777589, + "asctime": "2021-01-11 11:25:27,294", + "created": 1610360727.2946656, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177927,34 +177927,34 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 777.5890827178955, + "msecs": 294.6655750274658, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2427.130699157715, + "relativeCreated": 2379.6908855438232, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 777.6682376861572, + "msecs": 294.8014736175537, "msg": "Corrupting the authentification mechanism", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2427.2098541259766, + "relativeCreated": 2379.826784133911, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 7.915496826171875e-05 + "time_consumption": 0.00013589859008789062 }, { "args": [], - "asctime": "2021-01-11 07:30:38,179", - "created": 1610346638.1793776, + "asctime": "2021-01-11 11:25:27,696", + "created": 1610360727.696995, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -177973,8 +177973,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:37,777", - "created": 1610346637.7778816, + "asctime": "2021-01-11 11:25:27,295", + "created": 1610360727.2951448, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -177984,15 +177984,15 @@ "lineno": 438, "message": "prot-client: TX -> service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 777.8816223144531, + "msecs": 295.14479637145996, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2427.4232387542725, + "relativeCreated": 2380.1701068878174, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -178000,8 +178000,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:37,778", - "created": 1610346637.7783742, + "asctime": "2021-01-11 11:25:27,296", + "created": 1610360727.2962873, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178011,15 +178011,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 778.374195098877, + "msecs": 296.28729820251465, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2427.9158115386963, + "relativeCreated": 2381.312608718872, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178027,8 +178027,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:37,786", - "created": 1610346637.7867823, + "asctime": "2021-01-11 11:25:27,304", + "created": 1610360727.3048148, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178038,15 +178038,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 786.7822647094727, + "msecs": 304.81481552124023, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2436.323881149292, + "relativeCreated": 2389.8401260375977, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178054,8 +178054,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,787", - "created": 1610346637.7870946, + "asctime": "2021-01-11 11:25:27,305", + "created": 1610360727.305102, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178065,15 +178065,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 787.0945930480957, + "msecs": 305.1021099090576, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2436.636209487915, + "relativeCreated": 2390.127420425415, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178082,8 +178082,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:37,787", - "created": 1610346637.7872522, + "asctime": "2021-01-11 11:25:27,305", + "created": 1610360727.3052702, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178093,15 +178093,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 787.2521877288818, + "msecs": 305.2701950073242, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2436.793804168701, + "relativeCreated": 2390.2955055236816, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178109,8 +178109,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,787", - "created": 1610346637.787433, + "asctime": "2021-01-11 11:25:27,305", + "created": 1610360727.3054748, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178120,15 +178120,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 787.4329090118408, + "msecs": 305.47475814819336, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2436.97452545166, + "relativeCreated": 2390.500068664551, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178137,8 +178137,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,787", - "created": 1610346637.7875652, + "asctime": "2021-01-11 11:25:27,305", + "created": 1610360727.3056192, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178148,15 +178148,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 787.5652313232422, + "msecs": 305.6192398071289, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2437.1068477630615, + "relativeCreated": 2390.6445503234863, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178164,8 +178164,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,787", - "created": 1610346637.7877483, + "asctime": "2021-01-11 11:25:27,305", + "created": 1610360727.3058524, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178175,15 +178175,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 787.7483367919922, + "msecs": 305.85241317749023, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2437.2899532318115, + "relativeCreated": 2390.8777236938477, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178192,8 +178192,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,787", - "created": 1610346637.787894, + "asctime": "2021-01-11 11:25:27,306", + "created": 1610360727.3060021, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178203,15 +178203,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 787.8940105438232, + "msecs": 306.002140045166, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2437.4356269836426, + "relativeCreated": 2391.0274505615234, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178219,8 +178219,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,788", - "created": 1610346637.7880661, + "asctime": "2021-01-11 11:25:27,306", + "created": 1610360727.3061905, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178230,15 +178230,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 788.0661487579346, + "msecs": 306.19049072265625, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2437.607765197754, + "relativeCreated": 2391.2158012390137, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178247,8 +178247,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,788", - "created": 1610346637.7882044, + "asctime": "2021-01-11 11:25:27,306", + "created": 1610360727.3063455, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178258,15 +178258,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 788.2044315338135, + "msecs": 306.34546279907227, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2437.746047973633, + "relativeCreated": 2391.3707733154297, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178274,8 +178274,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,788", - "created": 1610346637.7883615, + "asctime": "2021-01-11 11:25:27,306", + "created": 1610360727.30652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178285,15 +178285,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 788.3615493774414, + "msecs": 306.5199851989746, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2437.9031658172607, + "relativeCreated": 2391.545295715332, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178302,8 +178302,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:37,788", - "created": 1610346637.788489, + "asctime": "2021-01-11 11:25:27,306", + "created": 1610360727.3066618, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178313,15 +178313,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 788.4891033172607, + "msecs": 306.66184425354004, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2438.03071975708, + "relativeCreated": 2391.6871547698975, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178329,8 +178329,8 @@ "comm-client:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:37,788", - "created": 1610346637.788705, + "asctime": "2021-01-11 11:25:27,306", + "created": 1610360727.306902, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178340,15 +178340,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 788.7051105499268, + "msecs": 306.9019317626953, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2438.246726989746, + "relativeCreated": 2391.9272422790527, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178356,8 +178356,8 @@ "comm-server:", "(6): fd 82 a2 a9 3a 3e" ], - "asctime": "2021-01-11 07:30:37,789", - "created": 1610346637.7896967, + "asctime": "2021-01-11 11:25:27,308", + "created": 1610360727.3080282, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178367,15 +178367,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): fd 82 a2 a9 3a 3e", "module": "__init__", - "msecs": 789.6966934204102, + "msecs": 308.0282211303711, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2439.2383098602295, + "relativeCreated": 2393.0535316467285, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178383,8 +178383,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:37,789", - "created": 1610346637.789919, + "asctime": "2021-01-11 11:25:27,308", + "created": 1610360727.3083436, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178394,15 +178394,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 789.9188995361328, + "msecs": 308.34364891052246, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2439.460515975952, + "relativeCreated": 2393.36895942688, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178411,8 +178411,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:37,790", - "created": 1610346637.7900684, + "asctime": "2021-01-11 11:25:27,308", + "created": 1610360727.308514, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178422,15 +178422,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 790.0683879852295, + "msecs": 308.5141181945801, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2439.610004425049, + "relativeCreated": 2393.5394287109375, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178438,8 +178438,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9" ], - "asctime": "2021-01-11 07:30:37,790", - "created": 1610346637.7902894, + "asctime": "2021-01-11 11:25:27,308", + "created": 1610360727.3088043, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -178449,15 +178449,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d fd 82 a2 a9", "module": "stp", - "msecs": 790.2894020080566, + "msecs": 308.8042736053467, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2439.831018447876, + "relativeCreated": 2393.829584121704, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178468,8 +178468,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:37,790", - "created": 1610346637.7906601, + "asctime": "2021-01-11 11:25:27,309", + "created": 1610360727.309183, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178479,15 +178479,15 @@ "lineno": 438, "message": "prot-server: RX <- service: authentification request, data_id: seed, status: okay, data: \"None\"", "module": "__init__", - "msecs": 790.6601428985596, + "msecs": 309.18288230895996, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2440.201759338379, + "relativeCreated": 2394.2081928253174, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" }, { @@ -178495,8 +178495,8 @@ "prot-server:", "__authentificate_create_seed__" ], - "asctime": "2021-01-11 07:30:37,790", - "created": 1610346637.7908273, + "asctime": "2021-01-11 11:25:27,309", + "created": 1610360727.3093815, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178506,37 +178506,37 @@ "lineno": 492, "message": "prot-server: Executing callback __authentificate_create_seed__ to process received data", "module": "__init__", - "msecs": 790.8272743225098, + "msecs": 309.38148498535156, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2440.368890762329, + "relativeCreated": 2394.406795501709, "stack_info": null, - "thread": 140562258716416, + "thread": 140654189467392, "threadName": "Thread-5" } ], - "msecs": 179.37755584716797, + "msecs": 696.9950199127197, "msg": "Performing Authentification", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2828.9191722869873, + "relativeCreated": 2782.020330429077, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3885502815246582 + "time_consumption": 0.38761353492736816 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:38,180", - "created": 1610346638.1802142, + "asctime": "2021-01-11 11:25:27,697", + "created": 1610360727.697824, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178553,8 +178553,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,179", - "created": 1610346638.1798549, + "asctime": "2021-01-11 11:25:27,697", + "created": 1610360727.6974373, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178564,15 +178564,15 @@ "lineno": 22, "message": "Result (Return Value of authentification method): False ()", "module": "test", - "msecs": 179.8548698425293, + "msecs": 697.4372863769531, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2829.3964862823486, + "relativeCreated": 2782.4625968933105, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -178581,8 +178581,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,180", - "created": 1610346638.180054, + "asctime": "2021-01-11 11:25:27,697", + "created": 1610360727.6976585, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178592,37 +178592,37 @@ "lineno": 26, "message": "Expectation (Return Value of authentification method): result = False ()", "module": "test", - "msecs": 180.0539493560791, + "msecs": 697.6585388183594, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2829.5955657958984, + "relativeCreated": 2782.683849334717, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 180.21416664123535, + "msecs": 697.8240013122559, "msg": "Return Value of authentification method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2829.7557830810547, + "relativeCreated": 2782.8493118286133, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016021728515625 + "time_consumption": 0.00016546249389648438 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:38,180", - "created": 1610346638.1807497, + "asctime": "2021-01-11 11:25:27,698", + "created": 1610360727.6983576, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178639,8 +178639,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,180", - "created": 1610346638.180457, + "asctime": "2021-01-11 11:25:27,698", + "created": 1610360727.6980743, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178650,15 +178650,15 @@ "lineno": 22, "message": "Result (Authentification state of server): False ()", "module": "test", - "msecs": 180.45711517333984, + "msecs": 698.0743408203125, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2829.998731613159, + "relativeCreated": 2783.09965133667, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -178667,8 +178667,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,180", - "created": 1610346638.1806118, + "asctime": "2021-01-11 11:25:27,698", + "created": 1610360727.6982203, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178678,37 +178678,37 @@ "lineno": 26, "message": "Expectation (Authentification state of server): result = False ()", "module": "test", - "msecs": 180.61184883117676, + "msecs": 698.2202529907227, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2830.153465270996, + "relativeCreated": 2783.24556350708, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 180.74965476989746, + "msecs": 698.3575820922852, "msg": "Authentification state of server is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2830.291271209717, + "relativeCreated": 2783.3828926086426, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013780593872070312 + "time_consumption": 0.0001373291015625 }, { "args": [ "False", "" ], - "asctime": "2021-01-11 07:30:38,181", - "created": 1610346638.1812394, + "asctime": "2021-01-11 11:25:27,698", + "created": 1610360727.698841, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178725,8 +178725,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,180", - "created": 1610346638.1809669, + "asctime": "2021-01-11 11:25:27,698", + "created": 1610360727.698574, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178736,15 +178736,15 @@ "lineno": 22, "message": "Result (Authentification state of client): False ()", "module": "test", - "msecs": 180.96685409545898, + "msecs": 698.5740661621094, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2830.5084705352783, + "relativeCreated": 2783.599376678467, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -178753,8 +178753,8 @@ "False", "" ], - "asctime": "2021-01-11 07:30:38,181", - "created": 1610346638.1811044, + "asctime": "2021-01-11 11:25:27,698", + "created": 1610360727.6987095, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -178764,41 +178764,41 @@ "lineno": 26, "message": "Expectation (Authentification state of client): result = False ()", "module": "test", - "msecs": 181.1044216156006, + "msecs": 698.7094879150391, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2830.64603805542, + "relativeCreated": 2783.7347984313965, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 181.23936653137207, + "msecs": 698.8410949707031, "msg": "Authentification state of client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 2830.7809829711914, + "relativeCreated": 2783.8664054870605, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013494491577148438 + "time_consumption": 0.0001316070556640625 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.9616029262542725, - "time_finished": "2021-01-11 07:30:38,181", - "time_start": "2021-01-11 07:30:37,219" + "time_consumption": 0.9677567481994629, + "time_finished": "2021-01-11 11:25:27,698", + "time_start": "2021-01-11 11:25:26,731" }, "_k-Q4EE0oEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:47,094", - "created": 1610346647.0945776, + "asctime": "2021-01-11 11:25:36,605", + "created": 1610360736.605335, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178809,19 +178809,19 @@ "message": "_k-Q4EE0oEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 94.57755088806152, + "msecs": 605.334997177124, "msg": "_k-Q4EE0oEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11744.11916732788, + "relativeCreated": 11690.360307693481, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:47,103", - "created": 1610346647.1036925, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.6112885, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -178836,8 +178836,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:47,095", - "created": 1610346647.0957568, + "asctime": "2021-01-11 11:25:36,606", + "created": 1610360736.6066706, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178847,23 +178847,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 95.75676918029785, + "msecs": 606.670618057251, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11745.298385620117, + "relativeCreated": 11691.695928573608, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:47,096", - "created": 1610346647.0966392, + "asctime": "2021-01-11 11:25:36,607", + "created": 1610360736.6075263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178873,23 +178873,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 96.63915634155273, + "msecs": 607.5263023376465, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11746.180772781372, + "relativeCreated": 11692.551612854004, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:47,096", - "created": 1610346647.0968523, + "asctime": "2021-01-11 11:25:36,607", + "created": 1610360736.6077578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178899,23 +178899,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 96.85230255126953, + "msecs": 607.7578067779541, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11746.393918991089, + "relativeCreated": 11692.783117294312, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:47,097", - "created": 1610346647.0971818, + "asctime": "2021-01-11 11:25:36,608", + "created": 1610360736.6080816, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178925,15 +178925,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 97.18179702758789, + "msecs": 608.081579208374, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11746.723413467407, + "relativeCreated": 11693.106889724731, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -178942,8 +178942,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:47,097", - "created": 1610346647.0973604, + "asctime": "2021-01-11 11:25:36,608", + "created": 1610360736.608258, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178953,15 +178953,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 97.36037254333496, + "msecs": 608.2580089569092, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11746.901988983154, + "relativeCreated": 11693.283319473267, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -178969,8 +178969,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:47,097", - "created": 1610346647.0976453, + "asctime": "2021-01-11 11:25:36,608", + "created": 1610360736.6084774, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -178980,15 +178980,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 97.64528274536133, + "msecs": 608.4773540496826, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11747.18689918518, + "relativeCreated": 11693.50266456604, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -178996,8 +178996,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:47,097", - "created": 1610346647.0978043, + "asctime": "2021-01-11 11:25:36,608", + "created": 1610360736.6086314, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179007,15 +179007,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 97.80430793762207, + "msecs": 608.6313724517822, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11747.345924377441, + "relativeCreated": 11693.65668296814, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179023,8 +179023,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:47,097", - "created": 1610346647.0979495, + "asctime": "2021-01-11 11:25:36,608", + "created": 1610360736.6088011, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179034,15 +179034,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 97.94950485229492, + "msecs": 608.8011264801025, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11747.491121292114, + "relativeCreated": 11693.82643699646, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179050,8 +179050,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:47,098", - "created": 1610346647.0980914, + "asctime": "2021-01-11 11:25:36,608", + "created": 1610360736.6088731, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179061,15 +179061,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 98.09136390686035, + "msecs": 608.8731288909912, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11747.63298034668, + "relativeCreated": 11693.898439407349, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179079,8 +179079,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:47,098", - "created": 1610346647.0982518, + "asctime": "2021-01-11 11:25:36,608", + "created": 1610360736.608945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179090,15 +179090,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 98.2518196105957, + "msecs": 608.9448928833008, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11747.793436050415, + "relativeCreated": 11693.970203399658, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179108,8 +179108,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:47,098", - "created": 1610346647.0984225, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6090162, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179119,15 +179119,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 98.42252731323242, + "msecs": 609.0161800384521, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11747.964143753052, + "relativeCreated": 11694.04149055481, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179137,8 +179137,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:47,098", - "created": 1610346647.0985835, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6090853, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179148,15 +179148,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 98.58345985412598, + "msecs": 609.0853214263916, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11748.125076293945, + "relativeCreated": 11694.110631942749, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179166,8 +179166,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:47,098", - "created": 1610346647.0987492, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6091697, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179177,23 +179177,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 98.74916076660156, + "msecs": 609.1697216033936, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11748.29077720642, + "relativeCreated": 11694.195032119751, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:47,098", - "created": 1610346647.0988889, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6092305, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179203,15 +179203,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 98.88887405395508, + "msecs": 609.2305183410645, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11748.430490493774, + "relativeCreated": 11694.255828857422, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179220,8 +179220,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:47,099", - "created": 1610346647.0990434, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6092987, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179231,15 +179231,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 99.04336929321289, + "msecs": 609.2987060546875, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11748.584985733032, + "relativeCreated": 11694.324016571045, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179247,8 +179247,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:47,099", - "created": 1610346647.0992086, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6093764, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179258,15 +179258,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 99.20859336853027, + "msecs": 609.3764305114746, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11748.75020980835, + "relativeCreated": 11694.401741027832, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179274,8 +179274,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:47,099", - "created": 1610346647.0993528, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6094408, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179285,15 +179285,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 99.35283660888672, + "msecs": 609.440803527832, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11748.894453048706, + "relativeCreated": 11694.46611404419, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179303,8 +179303,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:47,099", - "created": 1610346647.0995045, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6095068, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179314,15 +179314,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 99.50447082519531, + "msecs": 609.5068454742432, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11749.046087265015, + "relativeCreated": 11694.5321559906, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179332,8 +179332,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:47,099", - "created": 1610346647.0996742, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6095862, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179343,15 +179343,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 99.67422485351562, + "msecs": 609.586238861084, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11749.215841293335, + "relativeCreated": 11694.611549377441, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179360,8 +179360,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:47,099", - "created": 1610346647.0998344, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6096523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179371,15 +179371,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 99.83444213867188, + "msecs": 609.6522808074951, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11749.376058578491, + "relativeCreated": 11694.677591323853, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179388,8 +179388,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:47,099", - "created": 1610346647.0999742, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6097126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179399,15 +179399,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 99.97415542602539, + "msecs": 609.7126007080078, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11749.515771865845, + "relativeCreated": 11694.737911224365, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179416,8 +179416,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:47,100", - "created": 1610346647.1001108, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.609772, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179427,23 +179427,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 100.11076927185059, + "msecs": 609.7719669342041, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11749.65238571167, + "relativeCreated": 11694.797277450562, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:47,100", - "created": 1610346647.1002584, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6098368, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179453,23 +179453,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 100.25835037231445, + "msecs": 609.8368167877197, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11749.799966812134, + "relativeCreated": 11694.862127304077, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:47,100", - "created": 1610346647.1005375, + "asctime": "2021-01-11 11:25:36,609", + "created": 1610360736.6099606, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179479,15 +179479,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 100.53753852844238, + "msecs": 609.9605560302734, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11750.079154968262, + "relativeCreated": 11694.98586654663, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179496,8 +179496,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:47,100", - "created": 1610346647.100692, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.610029, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179507,15 +179507,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 100.6920337677002, + "msecs": 610.0289821624756, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11750.23365020752, + "relativeCreated": 11695.054292678833, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179523,8 +179523,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:47,100", - "created": 1610346647.1008859, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.610116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179534,15 +179534,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 100.88586807250977, + "msecs": 610.1160049438477, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11750.42748451233, + "relativeCreated": 11695.141315460205, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179550,8 +179550,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:47,101", - "created": 1610346647.1010342, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.610182, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179561,15 +179561,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 101.03416442871094, + "msecs": 610.1820468902588, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11750.57578086853, + "relativeCreated": 11695.207357406616, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179577,8 +179577,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:47,101", - "created": 1610346647.1011813, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.6102448, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179588,15 +179588,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 101.1812686920166, + "msecs": 610.2447509765625, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11750.722885131836, + "relativeCreated": 11695.27006149292, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179604,8 +179604,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:47,101", - "created": 1610346647.1013205, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.610313, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179615,15 +179615,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 101.32050514221191, + "msecs": 610.3129386901855, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11750.862121582031, + "relativeCreated": 11695.338249206543, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179633,8 +179633,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:47,101", - "created": 1610346647.1014974, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.6103792, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179644,15 +179644,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 101.49741172790527, + "msecs": 610.3792190551758, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11751.039028167725, + "relativeCreated": 11695.404529571533, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179662,8 +179662,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:47,101", - "created": 1610346647.101672, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.6104493, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179673,15 +179673,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 101.67193412780762, + "msecs": 610.4493141174316, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11751.213550567627, + "relativeCreated": 11695.474624633789, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179691,8 +179691,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:47,101", - "created": 1610346647.1018364, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.6105173, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179702,15 +179702,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 101.8364429473877, + "msecs": 610.5172634124756, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11751.378059387207, + "relativeCreated": 11695.542573928833, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179720,8 +179720,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:47,101", - "created": 1610346647.1019888, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.610583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179731,23 +179731,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 101.9887924194336, + "msecs": 610.5830669403076, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11751.530408859253, + "relativeCreated": 11695.608377456665, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:47,102", - "created": 1610346647.102124, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.610642, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179757,15 +179757,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 102.12397575378418, + "msecs": 610.6419563293457, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11751.665592193604, + "relativeCreated": 11695.667266845703, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179774,8 +179774,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:47,102", - "created": 1610346647.1022844, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.6107118, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179785,15 +179785,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 102.28443145751953, + "msecs": 610.7118129730225, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11751.826047897339, + "relativeCreated": 11695.73712348938, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179801,8 +179801,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:47,102", - "created": 1610346647.102447, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.6107829, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179812,15 +179812,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 102.4470329284668, + "msecs": 610.7828617095947, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11751.988649368286, + "relativeCreated": 11695.808172225952, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179828,8 +179828,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:47,102", - "created": 1610346647.1025941, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.610847, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179839,15 +179839,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 102.59413719177246, + "msecs": 610.846996307373, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11752.135753631592, + "relativeCreated": 11695.87230682373, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179857,8 +179857,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:47,102", - "created": 1610346647.102741, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.6109114, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179868,15 +179868,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 102.74100303649902, + "msecs": 610.9113693237305, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11752.282619476318, + "relativeCreated": 11695.936679840088, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179886,8 +179886,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:47,102", - "created": 1610346647.1028934, + "asctime": "2021-01-11 11:25:36,610", + "created": 1610360736.6109848, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179897,15 +179897,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 102.89335250854492, + "msecs": 610.9848022460938, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11752.434968948364, + "relativeCreated": 11696.010112762451, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179914,8 +179914,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:47,103", - "created": 1610346647.1030486, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.6110532, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179925,15 +179925,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 103.04856300354004, + "msecs": 611.0532283782959, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11752.59017944336, + "relativeCreated": 11696.078538894653, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179942,8 +179942,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:47,103", - "created": 1610346647.1031954, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.6111147, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179953,15 +179953,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 103.1954288482666, + "msecs": 611.1147403717041, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11752.737045288086, + "relativeCreated": 11696.140050888062, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -179970,8 +179970,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:47,103", - "created": 1610346647.1033323, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.611174, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -179981,23 +179981,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 103.3322811126709, + "msecs": 611.1741065979004, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11752.87389755249, + "relativeCreated": 11696.199417114258, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:47,103", - "created": 1610346647.1035316, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.6112332, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180007,34 +180007,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 103.5315990447998, + "msecs": 611.2332344055176, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11753.07321548462, + "relativeCreated": 11696.258544921875, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 103.69253158569336, + "msecs": 611.2885475158691, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11753.234148025513, + "relativeCreated": 11696.313858032227, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001609325408935547 + "time_consumption": 5.53131103515625e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:47,448", - "created": 1610346647.4487212, + "asctime": "2021-01-11 11:25:36,955", + "created": 1610360736.9553187, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -180049,8 +180049,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:47,103", - "created": 1610346647.1039999, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.6114252, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180060,23 +180060,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 103.99985313415527, + "msecs": 611.4251613616943, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11753.541469573975, + "relativeCreated": 11696.450471878052, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:47,104", - "created": 1610346647.1041434, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.6114895, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180086,23 +180086,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 104.14338111877441, + "msecs": 611.4895343780518, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11753.684997558594, + "relativeCreated": 11696.51484489441, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:47,104", - "created": 1610346647.104283, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.6115508, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180112,15 +180112,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 104.28309440612793, + "msecs": 611.5508079528809, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11753.824710845947, + "relativeCreated": 11696.576118469238, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -180131,8 +180131,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:47,104", - "created": 1610346647.104539, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.611658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180142,23 +180142,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 104.5389175415039, + "msecs": 611.6580963134766, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11754.080533981323, + "relativeCreated": 11696.683406829834, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:47,105", - "created": 1610346647.1051188, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.6119192, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180168,23 +180168,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 105.1187515258789, + "msecs": 611.9191646575928, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11754.660367965698, + "relativeCreated": 11696.94447517395, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:47,105", - "created": 1610346647.1052852, + "asctime": "2021-01-11 11:25:36,611", + "created": 1610360736.6119976, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180194,23 +180194,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 105.2851676940918, + "msecs": 611.9976043701172, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11754.826784133911, + "relativeCreated": 11697.022914886475, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:47,105", - "created": 1610346647.1054587, + "asctime": "2021-01-11 11:25:36,612", + "created": 1610360736.6120632, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180220,15 +180220,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 105.45873641967773, + "msecs": 612.0631694793701, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11755.000352859497, + "relativeCreated": 11697.088479995728, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -180236,8 +180236,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:47,105", - "created": 1610346647.105618, + "asctime": "2021-01-11 11:25:36,612", + "created": 1610360736.6122668, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180247,15 +180247,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 105.61800003051758, + "msecs": 612.2667789459229, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11755.159616470337, + "relativeCreated": 11697.29208946228, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180263,8 +180263,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:47,113", - "created": 1610346647.113744, + "asctime": "2021-01-11 11:25:36,620", + "created": 1610360736.6205244, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180274,15 +180274,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 113.74402046203613, + "msecs": 620.5244064331055, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.285636901855, + "relativeCreated": 11705.549716949463, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180290,8 +180290,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,113", - "created": 1610346647.113866, + "asctime": "2021-01-11 11:25:36,620", + "created": 1610360736.6206727, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180301,15 +180301,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 113.86609077453613, + "msecs": 620.6727027893066, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.407707214355, + "relativeCreated": 11705.698013305664, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180318,8 +180318,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:47,113", - "created": 1610346647.11392, + "asctime": "2021-01-11 11:25:36,620", + "created": 1610360736.6207614, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180329,15 +180329,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 113.91997337341309, + "msecs": 620.7613945007324, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.461589813232, + "relativeCreated": 11705.78670501709, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180345,8 +180345,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,113", - "created": 1610346647.1139836, + "asctime": "2021-01-11 11:25:36,620", + "created": 1610360736.6208544, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180356,15 +180356,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 113.9836311340332, + "msecs": 620.854377746582, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.525247573853, + "relativeCreated": 11705.87968826294, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180373,8 +180373,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,114", - "created": 1610346647.1140285, + "asctime": "2021-01-11 11:25:36,620", + "created": 1610360736.6209173, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180384,15 +180384,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 114.0284538269043, + "msecs": 620.9173202514648, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.570070266724, + "relativeCreated": 11705.942630767822, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180400,8 +180400,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,114", - "created": 1610346647.114092, + "asctime": "2021-01-11 11:25:36,621", + "created": 1610360736.6210065, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180411,15 +180411,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 114.09211158752441, + "msecs": 621.0064888000488, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.633728027344, + "relativeCreated": 11706.031799316406, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180428,8 +180428,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,114", - "created": 1610346647.1141455, + "asctime": "2021-01-11 11:25:36,621", + "created": 1610360736.621079, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180439,15 +180439,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 114.14551734924316, + "msecs": 621.0789680480957, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.687133789062, + "relativeCreated": 11706.104278564453, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180455,8 +180455,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,114", - "created": 1610346647.1142018, + "asctime": "2021-01-11 11:25:36,621", + "created": 1610360736.62116, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180466,15 +180466,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 114.20178413391113, + "msecs": 621.1600303649902, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.74340057373, + "relativeCreated": 11706.185340881348, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180483,8 +180483,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,114", - "created": 1610346647.114243, + "asctime": "2021-01-11 11:25:36,621", + "created": 1610360736.621218, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180494,15 +180494,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 114.2430305480957, + "msecs": 621.2179660797119, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.784646987915, + "relativeCreated": 11706.24327659607, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180510,8 +180510,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,114", - "created": 1610346647.1142974, + "asctime": "2021-01-11 11:25:36,621", + "created": 1610360736.6212962, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180521,15 +180521,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 114.29738998413086, + "msecs": 621.2961673736572, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.83900642395, + "relativeCreated": 11706.321477890015, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180538,8 +180538,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,114", - "created": 1610346647.1143446, + "asctime": "2021-01-11 11:25:36,621", + "created": 1610360736.6213593, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180549,15 +180549,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 114.34459686279297, + "msecs": 621.3593482971191, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.886213302612, + "relativeCreated": 11706.384658813477, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180565,8 +180565,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:47,114", - "created": 1610346647.1144288, + "asctime": "2021-01-11 11:25:36,621", + "created": 1610360736.6214736, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180576,15 +180576,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 114.42875862121582, + "msecs": 621.4735507965088, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11763.970375061035, + "relativeCreated": 11706.498861312866, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180592,8 +180592,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:47,115", - "created": 1610346647.1153772, + "asctime": "2021-01-11 11:25:36,622", + "created": 1610360736.6224499, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180603,15 +180603,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 115.37718772888184, + "msecs": 622.4498748779297, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11764.918804168701, + "relativeCreated": 11707.475185394287, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180619,8 +180619,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,115", - "created": 1610346647.1154988, + "asctime": "2021-01-11 11:25:36,622", + "created": 1610360736.6226053, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180630,15 +180630,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 115.49878120422363, + "msecs": 622.6053237915039, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11765.040397644043, + "relativeCreated": 11707.630634307861, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180647,8 +180647,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:47,115", - "created": 1610346647.1155605, + "asctime": "2021-01-11 11:25:36,622", + "created": 1610360736.622681, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180658,15 +180658,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 115.56053161621094, + "msecs": 622.6809024810791, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11765.10214805603, + "relativeCreated": 11707.706212997437, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180674,8 +180674,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:47,115", - "created": 1610346647.1156404, + "asctime": "2021-01-11 11:25:36,622", + "created": 1610360736.6228104, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180685,15 +180685,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 115.64040184020996, + "msecs": 622.8103637695312, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11765.18201828003, + "relativeCreated": 11707.835674285889, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180704,8 +180704,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:47,115", - "created": 1610346647.1157877, + "asctime": "2021-01-11 11:25:36,622", + "created": 1610360736.6229875, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180715,15 +180715,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 115.78774452209473, + "msecs": 622.9875087738037, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11765.329360961914, + "relativeCreated": 11708.012819290161, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180731,8 +180731,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:47,115", - "created": 1610346647.1158533, + "asctime": "2021-01-11 11:25:36,623", + "created": 1610360736.6230717, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180742,15 +180742,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 115.85330963134766, + "msecs": 623.0716705322266, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11765.394926071167, + "relativeCreated": 11708.096981048584, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180761,8 +180761,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:47,115", - "created": 1610346647.1159406, + "asctime": "2021-01-11 11:25:36,623", + "created": 1610360736.6231902, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180772,15 +180772,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 115.94057083129883, + "msecs": 623.19016456604, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11765.482187271118, + "relativeCreated": 11708.215475082397, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -180788,8 +180788,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:47,116", - "created": 1610346647.1162162, + "asctime": "2021-01-11 11:25:36,623", + "created": 1610360736.6235592, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180799,15 +180799,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 116.21618270874023, + "msecs": 623.5592365264893, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11765.75779914856, + "relativeCreated": 11708.584547042847, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -180815,8 +180815,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:47,124", - "created": 1610346647.1244726, + "asctime": "2021-01-11 11:25:36,631", + "created": 1610360736.631874, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -180826,15 +180826,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 124.47261810302734, + "msecs": 631.8740844726562, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.014234542847, + "relativeCreated": 11716.899394989014, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -180842,8 +180842,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,124", - "created": 1610346647.1246355, + "asctime": "2021-01-11 11:25:36,632", + "created": 1610360736.6320896, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180853,15 +180853,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 124.63545799255371, + "msecs": 632.0896148681641, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.177074432373, + "relativeCreated": 11717.114925384521, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -180870,8 +180870,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:47,124", - "created": 1610346647.1247246, + "asctime": "2021-01-11 11:25:36,632", + "created": 1610360736.6321979, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180881,15 +180881,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 124.7246265411377, + "msecs": 632.1978569030762, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.266242980957, + "relativeCreated": 11717.223167419434, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -180897,8 +180897,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,124", - "created": 1610346647.1248283, + "asctime": "2021-01-11 11:25:36,632", + "created": 1610360736.6323292, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180908,15 +180908,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 124.82833862304688, + "msecs": 632.3292255401611, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.369955062866, + "relativeCreated": 11717.354536056519, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -180925,8 +180925,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,124", - "created": 1610346647.1249, + "asctime": "2021-01-11 11:25:36,632", + "created": 1610360736.6324203, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180936,15 +180936,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 124.90010261535645, + "msecs": 632.4203014373779, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.441719055176, + "relativeCreated": 11717.445611953735, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -180952,8 +180952,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,125", - "created": 1610346647.125004, + "asctime": "2021-01-11 11:25:36,632", + "created": 1610360736.6325557, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180963,15 +180963,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 125.00405311584473, + "msecs": 632.5557231903076, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.545669555664, + "relativeCreated": 11717.581033706665, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -180980,8 +180980,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,125", - "created": 1610346647.1250718, + "asctime": "2021-01-11 11:25:36,632", + "created": 1610360736.6326444, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -180991,15 +180991,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 125.07176399230957, + "msecs": 632.6444149017334, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.613380432129, + "relativeCreated": 11717.66972541809, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181007,8 +181007,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,125", - "created": 1610346647.125166, + "asctime": "2021-01-11 11:25:36,632", + "created": 1610360736.6327882, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181018,15 +181018,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 125.16593933105469, + "msecs": 632.7881813049316, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.707555770874, + "relativeCreated": 11717.813491821289, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181035,8 +181035,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,125", - "created": 1610346647.1252372, + "asctime": "2021-01-11 11:25:36,632", + "created": 1610360736.6328855, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181046,15 +181046,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 125.23722648620605, + "msecs": 632.8854560852051, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.778842926025, + "relativeCreated": 11717.910766601562, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181062,8 +181062,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,125", - "created": 1610346647.1253257, + "asctime": "2021-01-11 11:25:36,633", + "created": 1610360736.6330106, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181073,15 +181073,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 125.32567977905273, + "msecs": 633.0106258392334, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.867296218872, + "relativeCreated": 11718.03593635559, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181090,8 +181090,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,125", - "created": 1610346647.125411, + "asctime": "2021-01-11 11:25:36,633", + "created": 1610360736.633111, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181101,15 +181101,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 125.4110336303711, + "msecs": 633.1110000610352, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11774.95265007019, + "relativeCreated": 11718.136310577393, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181117,8 +181117,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:47,125", - "created": 1610346647.1255727, + "asctime": "2021-01-11 11:25:36,633", + "created": 1610360736.633277, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181128,15 +181128,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 125.57268142700195, + "msecs": 633.2769393920898, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11775.114297866821, + "relativeCreated": 11718.302249908447, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181144,8 +181144,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:47,126", - "created": 1610346647.1265693, + "asctime": "2021-01-11 11:25:36,634", + "created": 1610360736.6343236, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181155,15 +181155,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 126.56927108764648, + "msecs": 634.3235969543457, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11776.110887527466, + "relativeCreated": 11719.348907470703, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181171,8 +181171,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,126", - "created": 1610346647.1267478, + "asctime": "2021-01-11 11:25:36,634", + "created": 1610360736.6345415, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181182,15 +181182,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 126.74784660339355, + "msecs": 634.5415115356445, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11776.289463043213, + "relativeCreated": 11719.566822052002, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181199,8 +181199,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:47,126", - "created": 1610346647.1268475, + "asctime": "2021-01-11 11:25:36,634", + "created": 1610360736.6346695, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181210,15 +181210,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 126.84750556945801, + "msecs": 634.6695423126221, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11776.389122009277, + "relativeCreated": 11719.69485282898, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181226,8 +181226,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:47,126", - "created": 1610346647.1269777, + "asctime": "2021-01-11 11:25:36,634", + "created": 1610360736.6348362, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181237,15 +181237,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 126.97768211364746, + "msecs": 634.8361968994141, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11776.519298553467, + "relativeCreated": 11719.861507415771, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181256,8 +181256,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:47,127", - "created": 1610346647.1271772, + "asctime": "2021-01-11 11:25:36,635", + "created": 1610360736.635087, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181267,15 +181267,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 127.17723846435547, + "msecs": 635.0870132446289, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11776.718854904175, + "relativeCreated": 11720.112323760986, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -181283,8 +181283,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:47,127", - "created": 1610346647.1272705, + "asctime": "2021-01-11 11:25:36,635", + "created": 1610360736.6352115, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181294,34 +181294,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 127.27046012878418, + "msecs": 635.2114677429199, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 11776.812076568604, + "relativeCreated": 11720.236778259277, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" } ], - "msecs": 448.72117042541504, + "msecs": 955.3186893463135, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12098.262786865234, + "relativeCreated": 12040.34399986267, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.32145071029663086 + "time_consumption": 0.32010722160339355 }, { "args": [], - "asctime": "2021-01-11 07:30:47,751", - "created": 1610346647.75135, + "asctime": "2021-01-11 11:25:37,257", + "created": 1610360737.2577794, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -181340,8 +181340,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:47,449", - "created": 1610346647.4493685, + "asctime": "2021-01-11 11:25:36,955", + "created": 1610360736.9559617, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181351,15 +181351,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 449.3684768676758, + "msecs": 955.9617042541504, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12098.910093307495, + "relativeCreated": 12040.987014770508, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -181367,8 +181367,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:47,450", - "created": 1610346647.4503312, + "asctime": "2021-01-11 11:25:36,956", + "created": 1610360736.9569373, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181378,15 +181378,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 450.3312110900879, + "msecs": 956.937313079834, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12099.872827529907, + "relativeCreated": 12041.962623596191, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181394,8 +181394,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:47,458", - "created": 1610346647.4588094, + "asctime": "2021-01-11 11:25:36,965", + "created": 1610360736.9653826, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181405,15 +181405,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 458.80937576293945, + "msecs": 965.3825759887695, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12108.350992202759, + "relativeCreated": 12050.407886505127, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181421,8 +181421,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,459", - "created": 1610346647.4591005, + "asctime": "2021-01-11 11:25:36,965", + "created": 1610360736.965672, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181432,15 +181432,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 459.10048484802246, + "msecs": 965.6720161437988, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12108.642101287842, + "relativeCreated": 12050.697326660156, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181449,8 +181449,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:47,459", - "created": 1610346647.459273, + "asctime": "2021-01-11 11:25:36,965", + "created": 1610360736.9658387, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181460,15 +181460,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 459.273099899292, + "msecs": 965.8386707305908, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12108.814716339111, + "relativeCreated": 12050.863981246948, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181476,8 +181476,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,459", - "created": 1610346647.4595172, + "asctime": "2021-01-11 11:25:36,966", + "created": 1610360736.9660723, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181487,15 +181487,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 459.517240524292, + "msecs": 966.0723209381104, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12109.058856964111, + "relativeCreated": 12051.097631454468, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181504,8 +181504,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,459", - "created": 1610346647.4596634, + "asctime": "2021-01-11 11:25:36,966", + "created": 1610360736.966218, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181515,15 +181515,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 459.66339111328125, + "msecs": 966.2179946899414, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12109.2050075531, + "relativeCreated": 12051.243305206299, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181531,8 +181531,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,459", - "created": 1610346647.4598742, + "asctime": "2021-01-11 11:25:36,966", + "created": 1610360736.966429, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181542,15 +181542,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 459.87415313720703, + "msecs": 966.4289951324463, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12109.415769577026, + "relativeCreated": 12051.454305648804, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181559,8 +181559,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,460", - "created": 1610346647.460032, + "asctime": "2021-01-11 11:25:36,966", + "created": 1610360736.966561, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181570,15 +181570,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 460.03198623657227, + "msecs": 966.5610790252686, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12109.573602676392, + "relativeCreated": 12051.586389541626, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181586,8 +181586,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,460", - "created": 1610346647.460235, + "asctime": "2021-01-11 11:25:36,966", + "created": 1610360736.9667704, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181597,15 +181597,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 460.2351188659668, + "msecs": 966.7704105377197, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12109.776735305786, + "relativeCreated": 12051.795721054077, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181614,8 +181614,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,460", - "created": 1610346647.460373, + "asctime": "2021-01-11 11:25:36,966", + "created": 1610360736.9669032, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181625,15 +181625,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 460.3729248046875, + "msecs": 966.9032096862793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12109.914541244507, + "relativeCreated": 12051.928520202637, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181641,8 +181641,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,460", - "created": 1610346647.4605482, + "asctime": "2021-01-11 11:25:36,967", + "created": 1610360736.9670765, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181652,15 +181652,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 460.54816246032715, + "msecs": 967.0765399932861, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12110.089778900146, + "relativeCreated": 12052.101850509644, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181669,8 +181669,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,460", - "created": 1610346647.4606814, + "asctime": "2021-01-11 11:25:36,967", + "created": 1610360736.967206, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181680,15 +181680,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 460.6814384460449, + "msecs": 967.2060012817383, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12110.223054885864, + "relativeCreated": 12052.231311798096, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181696,8 +181696,8 @@ "comm-client:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:47,460", - "created": 1610346647.4609618, + "asctime": "2021-01-11 11:25:36,967", + "created": 1610360736.9674768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181707,15 +181707,15 @@ "lineno": 284, "message": "comm-client: TX -> (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 460.96181869506836, + "msecs": 967.4768447875977, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12110.503435134888, + "relativeCreated": 12052.502155303955, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181723,8 +181723,8 @@ "comm-server:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:47,465", - "created": 1610346647.4652958, + "asctime": "2021-01-11 11:25:36,971", + "created": 1610360736.9718544, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181734,15 +181734,15 @@ "lineno": 414, "message": "comm-server: RX <- (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 465.29579162597656, + "msecs": 971.8544483184814, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12114.837408065796, + "relativeCreated": 12056.879758834839, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181750,8 +181750,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,465", - "created": 1610346647.4657474, + "asctime": "2021-01-11 11:25:36,972", + "created": 1610360736.972201, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181761,15 +181761,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 465.7473564147949, + "msecs": 972.2011089324951, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12115.288972854614, + "relativeCreated": 12057.226419448853, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181778,8 +181778,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:47,465", - "created": 1610346647.4659228, + "asctime": "2021-01-11 11:25:36,972", + "created": 1610360736.9723346, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181789,15 +181789,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 465.9228324890137, + "msecs": 972.334623336792, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12115.464448928833, + "relativeCreated": 12057.35993385315, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181805,8 +181805,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b" ], - "asctime": "2021-01-11 07:30:47,466", - "created": 1610346647.4662356, + "asctime": "2021-01-11 11:25:36,972", + "created": 1610360736.9725845, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -181816,15 +181816,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b", "module": "stp", - "msecs": 466.2356376647949, + "msecs": 972.5844860076904, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12115.777254104614, + "relativeCreated": 12057.609796524048, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181835,8 +181835,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:47,466", - "created": 1610346647.4666235, + "asctime": "2021-01-11 11:25:36,972", + "created": 1610360736.9729087, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181846,23 +181846,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 466.62354469299316, + "msecs": 972.9087352752686, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12116.165161132812, + "relativeCreated": 12057.934045791626, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:47,466", - "created": 1610346647.4668548, + "asctime": "2021-01-11 11:25:36,973", + "created": 1610360736.9730945, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181872,15 +181872,15 @@ "lineno": 385, "message": "prot-server: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 466.8548107147217, + "msecs": 973.0944633483887, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12116.396427154541, + "relativeCreated": 12058.119773864746, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -181890,8 +181890,8 @@ "18", "34" ], - "asctime": "2021-01-11 07:30:47,751", - "created": 1610346647.751032, + "asctime": "2021-01-11 11:25:37,257", + "created": 1610360737.2575035, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -181901,37 +181901,37 @@ "lineno": 668, "message": "prot-client: TIMEOUT (0.28705533596837945s): Requested data (service_id: 18; data_id: 34) not in buffer.", "module": "__init__", - "msecs": 751.0321140289307, + "msecs": 257.5035095214844, "msg": "%s TIMEOUT (%ss): Requested data (service_id: %s; data_id: %s) not in buffer.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12400.57373046875, + "relativeCreated": 12342.528820037842, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 751.349925994873, + "msecs": 257.7793598175049, "msg": "Transfering a message client -> server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12400.891542434692, + "relativeCreated": 12342.804670333862, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0003178119659423828 + "time_consumption": 0.0002758502960205078 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:47,752", - "created": 1610346647.752027, + "asctime": "2021-01-11 11:25:37,258", + "created": 1610360737.2584224, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -181948,8 +181948,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:47,751", - "created": 1610346647.7516925, + "asctime": "2021-01-11 11:25:37,258", + "created": 1610360737.258114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -181959,15 +181959,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 751.692533493042, + "msecs": 258.1140995025635, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12401.234149932861, + "relativeCreated": 12343.13941001892, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -181976,8 +181976,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:47,751", - "created": 1610346647.7518797, + "asctime": "2021-01-11 11:25:37,258", + "created": 1610360737.258277, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -181987,37 +181987,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 751.8796920776367, + "msecs": 258.27693939208984, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12401.421308517456, + "relativeCreated": 12343.302249908447, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 752.0270347595215, + "msecs": 258.4223747253418, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12401.56865119934, + "relativeCreated": 12343.4476852417, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014734268188476562 + "time_consumption": 0.00014543533325195312 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:47,752", - "created": 1610346647.7525494, + "asctime": "2021-01-11 11:25:37,258", + "created": 1610360737.258949, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -182034,8 +182034,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:47,752", - "created": 1610346647.7522538, + "asctime": "2021-01-11 11:25:37,258", + "created": 1610360737.258643, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -182045,15 +182045,15 @@ "lineno": 22, "message": "Result (Received message on server side): None ()", "module": "test", - "msecs": 752.2537708282471, + "msecs": 258.64291191101074, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12401.795387268066, + "relativeCreated": 12343.668222427368, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -182062,8 +182062,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:47,752", - "created": 1610346647.752392, + "asctime": "2021-01-11 11:25:37,258", + "created": 1610360737.258781, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -182073,34 +182073,34 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = None ()", "module": "test", - "msecs": 752.392053604126, + "msecs": 258.78095626831055, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12401.933670043945, + "relativeCreated": 12343.806266784668, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 752.549409866333, + "msecs": 258.94904136657715, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12402.091026306152, + "relativeCreated": 12343.974351882935, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015735626220703125 + "time_consumption": 0.00016808509826660156 }, { "args": [], - "asctime": "2021-01-11 07:30:47,752", - "created": 1610346647.7529352, + "asctime": "2021-01-11 11:25:37,259", + "created": 1610360737.2593358, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -182117,8 +182117,8 @@ "17", "18" ], - "asctime": "2021-01-11 07:30:47,752", - "created": 1610346647.7528002, + "asctime": "2021-01-11 11:25:37,259", + "created": 1610360737.2592015, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182128,34 +182128,34 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=17 and Response=18", "module": "__init__", - "msecs": 752.8002262115479, + "msecs": 259.2015266418457, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12402.341842651367, + "relativeCreated": 12344.226837158203, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 752.9351711273193, + "msecs": 259.3357563018799, "msg": "Adding service to server instance for the transmit message", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12402.476787567139, + "relativeCreated": 12344.361066818237, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013494491577148438 + "time_consumption": 0.0001342296600341797 }, { "args": [], - "asctime": "2021-01-11 07:30:47,954", - "created": 1610346647.95492, + "asctime": "2021-01-11 11:25:37,461", + "created": 1610360737.4612846, "exc_info": null, "exc_text": null, "filename": "test_communication.py", @@ -182174,8 +182174,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:47,753", - "created": 1610346647.7532547, + "asctime": "2021-01-11 11:25:37,259", + "created": 1610360737.2599943, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182185,15 +182185,15 @@ "lineno": 438, "message": "prot-client: TX -> service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 753.2546520233154, + "msecs": 259.9942684173584, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12402.796268463135, + "relativeCreated": 12345.019578933716, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -182201,8 +182201,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:47,754", - "created": 1610346647.7544901, + "asctime": "2021-01-11 11:25:37,260", + "created": 1610360737.26086, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182212,15 +182212,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 754.4901371002197, + "msecs": 260.8599662780762, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12404.031753540039, + "relativeCreated": 12345.885276794434, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182228,8 +182228,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73" ], - "asctime": "2021-01-11 07:30:47,762", - "created": 1610346647.7628772, + "asctime": "2021-01-11 11:25:37,269", + "created": 1610360737.2691216, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182239,15 +182239,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 22 6d 73", "module": "__init__", - "msecs": 762.8772258758545, + "msecs": 269.1216468811035, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12412.418842315674, + "relativeCreated": 12354.146957397461, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182255,8 +182255,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,763", - "created": 1610346647.763137, + "asctime": "2021-01-11 11:25:37,269", + "created": 1610360737.2693439, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182266,15 +182266,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 763.1371021270752, + "msecs": 269.3438529968262, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12412.678718566895, + "relativeCreated": 12354.369163513184, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182283,8 +182283,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:47,763", - "created": 1610346647.7632859, + "asctime": "2021-01-11 11:25:37,269", + "created": 1610360737.2694561, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182294,15 +182294,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 763.2858753204346, + "msecs": 269.456148147583, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12412.827491760254, + "relativeCreated": 12354.48145866394, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182310,8 +182310,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,763", - "created": 1610346647.7634912, + "asctime": "2021-01-11 11:25:37,269", + "created": 1610360737.2695894, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182321,15 +182321,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 763.491153717041, + "msecs": 269.5894241333008, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12413.03277015686, + "relativeCreated": 12354.614734649658, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182338,8 +182338,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,763", - "created": 1610346647.763621, + "asctime": "2021-01-11 11:25:37,269", + "created": 1610360737.2696824, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182349,15 +182349,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 763.6210918426514, + "msecs": 269.6824073791504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12413.16270828247, + "relativeCreated": 12354.707717895508, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182365,8 +182365,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,763", - "created": 1610346647.7638083, + "asctime": "2021-01-11 11:25:37,269", + "created": 1610360737.2698195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182376,15 +182376,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 763.8082504272461, + "msecs": 269.8194980621338, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12413.349866867065, + "relativeCreated": 12354.844808578491, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182393,8 +182393,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,763", - "created": 1610346647.7639294, + "asctime": "2021-01-11 11:25:37,269", + "created": 1610360737.2699065, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182404,15 +182404,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 763.9293670654297, + "msecs": 269.90652084350586, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12413.470983505249, + "relativeCreated": 12354.931831359863, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182420,8 +182420,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,764", - "created": 1610346647.7641125, + "asctime": "2021-01-11 11:25:37,270", + "created": 1610360737.2700396, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182431,15 +182431,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 764.1124725341797, + "msecs": 270.03955841064453, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12413.654088973999, + "relativeCreated": 12355.064868927002, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182448,8 +182448,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,764", - "created": 1610346647.7642422, + "asctime": "2021-01-11 11:25:37,270", + "created": 1610360737.2701344, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182459,15 +182459,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 764.2421722412109, + "msecs": 270.13444900512695, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12413.78378868103, + "relativeCreated": 12355.159759521484, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182475,8 +182475,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,764", - "created": 1610346647.7643995, + "asctime": "2021-01-11 11:25:37,270", + "created": 1610360737.2702515, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182486,15 +182486,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 764.399528503418, + "msecs": 270.2515125274658, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12413.941144943237, + "relativeCreated": 12355.276823043823, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182503,8 +182503,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,764", - "created": 1610346647.7645164, + "asctime": "2021-01-11 11:25:37,270", + "created": 1610360737.2703383, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182514,15 +182514,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 764.5163536071777, + "msecs": 270.3382968902588, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12414.057970046997, + "relativeCreated": 12355.363607406616, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182530,8 +182530,8 @@ "comm-client:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:47,764", - "created": 1610346647.7647655, + "asctime": "2021-01-11 11:25:37,270", + "created": 1610360737.2705228, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182541,15 +182541,15 @@ "lineno": 284, "message": "comm-client: TX -> (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 764.7655010223389, + "msecs": 270.5228328704834, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12414.307117462158, + "relativeCreated": 12355.54814338684, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182557,8 +182557,8 @@ "comm-server:", "(32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e" ], - "asctime": "2021-01-11 07:30:47,769", - "created": 1610346647.7691379, + "asctime": "2021-01-11 11:25:37,274", + "created": 1610360737.2748523, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182568,15 +182568,15 @@ "lineno": 414, "message": "comm-server: RX <- (32): 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b 3a 3e", "module": "__init__", - "msecs": 769.1378593444824, + "msecs": 274.8522758483887, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12418.679475784302, + "relativeCreated": 12359.877586364746, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182584,8 +182584,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,769", - "created": 1610346647.7695181, + "asctime": "2021-01-11 11:25:37,275", + "created": 1610360737.2751462, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182595,15 +182595,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 769.5181369781494, + "msecs": 275.1462459564209, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12419.059753417969, + "relativeCreated": 12360.171556472778, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182612,8 +182612,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:47,769", - "created": 1610346647.7696586, + "asctime": "2021-01-11 11:25:37,275", + "created": 1610360737.275257, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182623,15 +182623,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 769.6585655212402, + "msecs": 275.2571105957031, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12419.20018196106, + "relativeCreated": 12360.28242111206, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182639,8 +182639,8 @@ "STP:", "(88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b" ], - "asctime": "2021-01-11 07:30:47,769", - "created": 1610346647.769918, + "asctime": "2021-01-11 11:25:37,275", + "created": 1610360737.2754505, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182650,15 +182650,15 @@ "lineno": 148, "message": "STP: message identified - (88): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 37 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 22 6d 73 67 31 5f 64 61 74 61 5f 74 6f 5f 62 65 5f 74 72 61 6e 73 66 65 72 65 64 22 7d 4c bc bd 1b", "module": "stp", - "msecs": 769.9179649353027, + "msecs": 275.4504680633545, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12419.459581375122, + "relativeCreated": 12360.475778579712, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182669,8 +182669,8 @@ "status: okay", "'msg1_data_to_be_transfered'" ], - "asctime": "2021-01-11 07:30:47,770", - "created": 1610346647.7702646, + "asctime": "2021-01-11 11:25:37,275", + "created": 1610360737.2757652, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182680,23 +182680,23 @@ "lineno": 438, "message": "prot-server: RX <- service: 17, data_id: 34, status: okay, data: \"'msg1_data_to_be_transfered'\"", "module": "__init__", - "msecs": 770.2646255493164, + "msecs": 275.76518058776855, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12419.806241989136, + "relativeCreated": 12360.790491104126, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:47,770", - "created": 1610346647.7704668, + "asctime": "2021-01-11 11:25:37,275", + "created": 1610360737.2759008, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182706,15 +182706,15 @@ "lineno": 474, "message": "prot-server: Incomming message with no registered callback. Sending negative response.", "module": "__init__", - "msecs": 770.4668045043945, + "msecs": 275.90084075927734, "msg": "%s Incomming message with no registered callback. Sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12420.008420944214, + "relativeCreated": 12360.926151275635, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182725,8 +182725,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 07:30:47,770", - "created": 1610346647.770683, + "asctime": "2021-01-11 11:25:37,276", + "created": 1610360737.2760675, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182736,15 +182736,15 @@ "lineno": 438, "message": "prot-server: TX -> service: 18, data_id: 34, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 770.6830501556396, + "msecs": 276.06749534606934, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12420.224666595459, + "relativeCreated": 12361.092805862427, "stack_info": null, - "thread": 140561696667392, + "thread": 140653560309504, "threadName": "Thread-15" }, { @@ -182752,8 +182752,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c" ], - "asctime": "2021-01-11 07:30:47,771", - "created": 1610346647.771604, + "asctime": "2021-01-11 11:25:37,276", + "created": 1610360737.2766254, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182763,15 +182763,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c", "module": "__init__", - "msecs": 771.604061126709, + "msecs": 276.625394821167, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12421.145677566528, + "relativeCreated": 12361.650705337524, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -182779,8 +182779,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c" ], - "asctime": "2021-01-11 07:30:47,780", - "created": 1610346647.7800107, + "asctime": "2021-01-11 11:25:37,285", + "created": 1610360737.2850041, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -182790,15 +182790,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c", "module": "__init__", - "msecs": 780.0107002258301, + "msecs": 285.0041389465332, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12429.55231666565, + "relativeCreated": 12370.02944946289, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -182806,8 +182806,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,780", - "created": 1610346647.780254, + "asctime": "2021-01-11 11:25:37,285", + "created": 1610360737.2852855, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182817,15 +182817,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 780.2538871765137, + "msecs": 285.28547286987305, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12429.795503616333, + "relativeCreated": 12370.31078338623, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -182834,8 +182834,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:47,780", - "created": 1610346647.780387, + "asctime": "2021-01-11 11:25:37,285", + "created": 1610360737.2854495, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182845,15 +182845,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 780.3869247436523, + "msecs": 285.4495048522949, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12429.928541183472, + "relativeCreated": 12370.474815368652, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -182861,8 +182861,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,780", - "created": 1610346647.7805486, + "asctime": "2021-01-11 11:25:37,285", + "created": 1610360737.285649, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182872,15 +182872,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 780.5485725402832, + "msecs": 285.64906120300293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12430.090188980103, + "relativeCreated": 12370.67437171936, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -182889,8 +182889,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,780", - "created": 1610346647.780664, + "asctime": "2021-01-11 11:25:37,285", + "created": 1610360737.2857924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182900,15 +182900,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 780.6639671325684, + "msecs": 285.79235076904297, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12430.205583572388, + "relativeCreated": 12370.8176612854, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -182916,8 +182916,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,780", - "created": 1610346647.7808301, + "asctime": "2021-01-11 11:25:37,286", + "created": 1610360737.2860014, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182927,15 +182927,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 780.8301448822021, + "msecs": 286.00144386291504, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12430.371761322021, + "relativeCreated": 12371.026754379272, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -182944,8 +182944,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,780", - "created": 1610346647.780938, + "asctime": "2021-01-11 11:25:37,286", + "created": 1610360737.2861347, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182955,15 +182955,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 780.937910079956, + "msecs": 286.1347198486328, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12430.479526519775, + "relativeCreated": 12371.16003036499, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -182971,8 +182971,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,781", - "created": 1610346647.781088, + "asctime": "2021-01-11 11:25:37,286", + "created": 1610360737.2863204, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -182982,15 +182982,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 781.08811378479, + "msecs": 286.32044792175293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12430.62973022461, + "relativeCreated": 12371.34575843811, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -182999,8 +182999,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,781", - "created": 1610346647.7811935, + "asctime": "2021-01-11 11:25:37,286", + "created": 1610360737.286451, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183010,15 +183010,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 781.1934947967529, + "msecs": 286.4511013031006, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12430.735111236572, + "relativeCreated": 12371.476411819458, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -183026,8 +183026,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,781", - "created": 1610346647.7813323, + "asctime": "2021-01-11 11:25:37,286", + "created": 1610360737.286624, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183037,15 +183037,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 781.33225440979, + "msecs": 286.6239547729492, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12430.87387084961, + "relativeCreated": 12371.649265289307, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -183054,8 +183054,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:47,781", - "created": 1610346647.7815053, + "asctime": "2021-01-11 11:25:37,286", + "created": 1610360737.2867796, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183065,15 +183065,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 781.5053462982178, + "msecs": 286.77964210510254, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12431.046962738037, + "relativeCreated": 12371.80495262146, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -183081,8 +183081,8 @@ "comm-server:", "(8): 6c 7d bd 30 46 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:47,781", - "created": 1610346647.7817705, + "asctime": "2021-01-11 11:25:37,287", + "created": 1610360737.2870321, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183092,15 +183092,15 @@ "lineno": 284, "message": "comm-server: TX -> (8): 6c 7d bd 30 46 9b 3a 3e", "module": "__init__", - "msecs": 781.7704677581787, + "msecs": 287.0321273803711, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12431.312084197998, + "relativeCreated": 12372.057437896729, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -183108,8 +183108,8 @@ "comm-client:", "(8): 6c 7d bd 30 46 9b 3a 3e" ], - "asctime": "2021-01-11 07:30:47,783", - "created": 1610346647.7831523, + "asctime": "2021-01-11 11:25:37,288", + "created": 1610360737.2884262, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183119,15 +183119,15 @@ "lineno": 414, "message": "comm-client: RX <- (8): 6c 7d bd 30 46 9b 3a 3e", "module": "__init__", - "msecs": 783.1523418426514, + "msecs": 288.42616081237793, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12432.69395828247, + "relativeCreated": 12373.451471328735, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -183135,8 +183135,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:47,783", - "created": 1610346647.783511, + "asctime": "2021-01-11 11:25:37,288", + "created": 1610360737.2887754, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183146,15 +183146,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 783.5109233856201, + "msecs": 288.7754440307617, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12433.05253982544, + "relativeCreated": 12373.80075454712, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -183163,8 +183163,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:47,783", - "created": 1610346647.7836866, + "asctime": "2021-01-11 11:25:37,288", + "created": 1610360737.288953, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183174,15 +183174,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 783.686637878418, + "msecs": 288.9530658721924, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12433.228254318237, + "relativeCreated": 12373.97837638855, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -183190,8 +183190,8 @@ "STP:", "(64): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 38 2c 20 22 73 74 61 74 75 73 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d bd 30 46 9b" ], - "asctime": "2021-01-11 07:30:47,783", - "created": 1610346647.7839441, + "asctime": "2021-01-11 11:25:37,289", + "created": 1610360737.289205, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -183201,15 +183201,15 @@ "lineno": 148, "message": "STP: message identified - (64): 7b 22 64 61 74 61 5f 69 64 22 3a 20 33 34 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 38 2c 20 22 73 74 61 74 75 73 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d bd 30 46 9b", "module": "stp", - "msecs": 783.9441299438477, + "msecs": 289.20507431030273, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12433.485746383667, + "relativeCreated": 12374.23038482666, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { @@ -183220,8 +183220,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 07:30:47,784", - "created": 1610346647.7843554, + "asctime": "2021-01-11 11:25:37,289", + "created": 1610360737.2895575, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183231,23 +183231,23 @@ "lineno": 438, "message": "prot-client: RX <- service: 18, data_id: 34, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 784.3554019927979, + "msecs": 289.55745697021484, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12433.897018432617, + "relativeCreated": 12374.582767486572, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:47,784", - "created": 1610346647.7845876, + "asctime": "2021-01-11 11:25:37,289", + "created": 1610360737.289781, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183257,37 +183257,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 784.5876216888428, + "msecs": 289.7810935974121, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12434.129238128662, + "relativeCreated": 12374.80640411377, "stack_info": null, - "thread": 140561688274688, + "thread": 140653551916800, "threadName": "Thread-16" } ], - "msecs": 954.9200534820557, + "msecs": 461.2846374511719, "msg": "Transfering a message client -> server -> client", "name": "__tLogger__", "pathname": "src/tests/test_communication.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12604.461669921875, + "relativeCreated": 12546.30994796753, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.1703324317932129 + "time_consumption": 0.17150354385375977 }, { "args": [ "True", "" ], - "asctime": "2021-01-11 07:30:47,955", - "created": 1610346647.9557343, + "asctime": "2021-01-11 11:25:37,462", + "created": 1610360737.4620867, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183304,8 +183304,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:47,955", - "created": 1610346647.9554071, + "asctime": "2021-01-11 11:25:37,461", + "created": 1610360737.4617536, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183315,15 +183315,15 @@ "lineno": 22, "message": "Result (Returnvalue of Client send Method): True ()", "module": "test", - "msecs": 955.4071426391602, + "msecs": 461.75360679626465, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12604.94875907898, + "relativeCreated": 12546.778917312622, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183332,8 +183332,8 @@ "True", "" ], - "asctime": "2021-01-11 07:30:47,955", - "created": 1610346647.955581, + "asctime": "2021-01-11 11:25:37,461", + "created": 1610360737.461934, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183343,37 +183343,37 @@ "lineno": 26, "message": "Expectation (Returnvalue of Client send Method): result = True ()", "module": "test", - "msecs": 955.5809497833252, + "msecs": 461.93408966064453, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12605.122566223145, + "relativeCreated": 12546.959400177002, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 955.7342529296875, + "msecs": 462.08667755126953, "msg": "Returnvalue of Client send Method is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12605.275869369507, + "relativeCreated": 12547.111988067627, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001533031463623047 + "time_consumption": 0.000152587890625 }, { "args": [ "{'data_id': 34, 'service_id': 18, 'status': 1, 'data': None}", "" ], - "asctime": "2021-01-11 07:30:47,956", - "created": 1610346647.9563012, + "asctime": "2021-01-11 11:25:37,462", + "created": 1610360737.4626956, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183390,8 +183390,8 @@ "{'data_id': 34, 'service_id': 18, 'status': 1, 'data': None}", "" ], - "asctime": "2021-01-11 07:30:47,955", - "created": 1610346647.9559755, + "asctime": "2021-01-11 11:25:37,462", + "created": 1610360737.4623394, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183401,15 +183401,15 @@ "lineno": 22, "message": "Result (Received message on server side): {'data_id': 34, 'service_id': 18, 'status': 1, 'data': None} ()", "module": "test", - "msecs": 955.9755325317383, + "msecs": 462.3394012451172, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12605.517148971558, + "relativeCreated": 12547.364711761475, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183418,8 +183418,8 @@ "{'service_id': 18, 'data_id': 34, 'status': 1, 'data': None}", "" ], - "asctime": "2021-01-11 07:30:47,956", - "created": 1610346647.956152, + "asctime": "2021-01-11 11:25:37,462", + "created": 1610360737.4625475, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -183429,41 +183429,41 @@ "lineno": 26, "message": "Expectation (Received message on server side): result = {'service_id': 18, 'data_id': 34, 'status': 1, 'data': None} ()", "module": "test", - "msecs": 956.1519622802734, + "msecs": 462.54754066467285, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12605.693578720093, + "relativeCreated": 12547.57285118103, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 956.301212310791, + "msecs": 462.6955986022949, "msg": "Received message on server side is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12605.84282875061, + "relativeCreated": 12547.720909118652, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014925003051757812 + "time_consumption": 0.0001480579376220703 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.8617236614227295, - "time_finished": "2021-01-11 07:30:47,956", - "time_start": "2021-01-11 07:30:47,094" + "time_consumption": 0.8573606014251709, + "time_finished": "2021-01-11 11:25:37,462", + "time_start": "2021-01-11 11:25:36,605" }, "_k7opsE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:50,390", - "created": 1610346650.3900251, + "asctime": "2021-01-11 11:25:39,894", + "created": 1610360739.8949027, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183474,19 +183474,19 @@ "message": "_k7opsE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 390.02513885498047, + "msecs": 894.9027061462402, "msg": "_k7opsE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15039.5667552948, + "relativeCreated": 14979.928016662598, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:50,396", - "created": 1610346650.3963377, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.9025228, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -183501,8 +183501,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:50,391", - "created": 1610346650.3912823, + "asctime": "2021-01-11 11:25:39,896", + "created": 1610360739.8964405, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183512,23 +183512,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 391.282320022583, + "msecs": 896.4405059814453, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15040.823936462402, + "relativeCreated": 14981.465816497803, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:50,392", - "created": 1610346650.3921604, + "asctime": "2021-01-11 11:25:39,897", + "created": 1610360739.8973417, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183538,23 +183538,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 392.16041564941406, + "msecs": 897.3417282104492, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15041.702032089233, + "relativeCreated": 14982.367038726807, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:50,392", - "created": 1610346650.3923717, + "asctime": "2021-01-11 11:25:39,897", + "created": 1610360739.897557, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183564,23 +183564,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 392.37165451049805, + "msecs": 897.5570201873779, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15041.913270950317, + "relativeCreated": 14982.582330703735, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:50,392", - "created": 1610346650.3927116, + "asctime": "2021-01-11 11:25:39,897", + "created": 1610360739.8978941, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183590,15 +183590,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 392.7116394042969, + "msecs": 897.8941440582275, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15042.253255844116, + "relativeCreated": 14982.919454574585, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183607,8 +183607,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:50,392", - "created": 1610346650.3928938, + "asctime": "2021-01-11 11:25:39,898", + "created": 1610360739.8980749, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183618,15 +183618,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 392.89379119873047, + "msecs": 898.0748653411865, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15042.43540763855, + "relativeCreated": 14983.100175857544, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183634,8 +183634,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:50,393", - "created": 1610346650.3931131, + "asctime": "2021-01-11 11:25:39,898", + "created": 1610360739.8983116, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183645,15 +183645,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 393.1131362915039, + "msecs": 898.3116149902344, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15042.654752731323, + "relativeCreated": 14983.336925506592, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183661,8 +183661,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:50,393", - "created": 1610346650.3932977, + "asctime": "2021-01-11 11:25:39,898", + "created": 1610360739.898482, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183672,15 +183672,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 393.2976722717285, + "msecs": 898.482084274292, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15042.839288711548, + "relativeCreated": 14983.50739479065, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183688,8 +183688,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:50,393", - "created": 1610346650.3934877, + "asctime": "2021-01-11 11:25:39,898", + "created": 1610360739.898637, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183699,15 +183699,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 393.48769187927246, + "msecs": 898.637056350708, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.029308319092, + "relativeCreated": 14983.662366867065, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183715,8 +183715,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:50,393", - "created": 1610346650.393563, + "asctime": "2021-01-11 11:25:39,898", + "created": 1610360739.8987994, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183726,15 +183726,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 393.56303215026855, + "msecs": 898.7994194030762, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.104648590088, + "relativeCreated": 14983.824729919434, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183744,8 +183744,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:50,393", - "created": 1610346650.3936543, + "asctime": "2021-01-11 11:25:39,898", + "created": 1610360739.8989694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183755,15 +183755,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 393.65434646606445, + "msecs": 898.9694118499756, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.195962905884, + "relativeCreated": 14983.994722366333, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183773,8 +183773,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:50,393", - "created": 1610346650.3937392, + "asctime": "2021-01-11 11:25:39,899", + "created": 1610360739.8991287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183784,15 +183784,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 393.7392234802246, + "msecs": 899.1286754608154, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.280839920044, + "relativeCreated": 14984.153985977173, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183802,8 +183802,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:50,393", - "created": 1610346650.3938189, + "asctime": "2021-01-11 11:25:39,899", + "created": 1610360739.89928, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183813,15 +183813,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 393.81885528564453, + "msecs": 899.2800712585449, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.360471725464, + "relativeCreated": 14984.305381774902, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183831,8 +183831,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:50,393", - "created": 1610346650.3938963, + "asctime": "2021-01-11 11:25:39,899", + "created": 1610360739.8994288, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183842,23 +183842,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 393.89634132385254, + "msecs": 899.4288444519043, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.437957763672, + "relativeCreated": 14984.454154968262, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:50,393", - "created": 1610346650.393965, + "asctime": "2021-01-11 11:25:39,899", + "created": 1610360739.8995616, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183868,15 +183868,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 393.9650058746338, + "msecs": 899.5616436004639, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.506622314453, + "relativeCreated": 14984.586954116821, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183885,8 +183885,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.3940473, + "asctime": "2021-01-11 11:25:39,899", + "created": 1610360739.8997247, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183896,15 +183896,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 394.0472602844238, + "msecs": 899.7247219085693, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.588876724243, + "relativeCreated": 14984.750032424927, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183912,8 +183912,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.3941298, + "asctime": "2021-01-11 11:25:39,899", + "created": 1610360739.8998888, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183923,15 +183923,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 394.12975311279297, + "msecs": 899.8887538909912, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.671369552612, + "relativeCreated": 14984.914064407349, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183939,8 +183939,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.394202, + "asctime": "2021-01-11 11:25:39,900", + "created": 1610360739.900033, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183950,15 +183950,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 394.20199394226074, + "msecs": 900.0329971313477, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.74361038208, + "relativeCreated": 14985.058307647705, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183968,8 +183968,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.3942778, + "asctime": "2021-01-11 11:25:39,900", + "created": 1610360739.9001958, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -183979,15 +183979,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 394.27781105041504, + "msecs": 900.195837020874, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.819427490234, + "relativeCreated": 14985.221147537231, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -183997,8 +183997,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.3943663, + "asctime": "2021-01-11 11:25:39,900", + "created": 1610360739.9003654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184008,15 +184008,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 394.3662643432617, + "msecs": 900.3653526306152, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.907880783081, + "relativeCreated": 14985.390663146973, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184025,8 +184025,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.3944468, + "asctime": "2021-01-11 11:25:39,900", + "created": 1610360739.9005125, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184036,15 +184036,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 394.44684982299805, + "msecs": 900.5124568939209, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15043.988466262817, + "relativeCreated": 14985.537767410278, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184053,8 +184053,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.394518, + "asctime": "2021-01-11 11:25:39,900", + "created": 1610360739.90065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184064,15 +184064,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 394.5178985595703, + "msecs": 900.6500244140625, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.05951499939, + "relativeCreated": 14985.67533493042, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184081,8 +184081,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.3945866, + "asctime": "2021-01-11 11:25:39,900", + "created": 1610360739.9008076, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184092,23 +184092,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 394.58656311035156, + "msecs": 900.8076190948486, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.12817955017, + "relativeCreated": 14985.832929611206, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.3946595, + "asctime": "2021-01-11 11:25:39,900", + "created": 1610360739.9008813, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184118,23 +184118,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 394.65951919555664, + "msecs": 900.881290435791, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.201135635376, + "relativeCreated": 14985.906600952148, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.3948, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9010222, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184144,15 +184144,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 394.79994773864746, + "msecs": 901.02219581604, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.341564178467, + "relativeCreated": 14986.047506332397, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184161,8 +184161,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.3948784, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9011006, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184172,15 +184172,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 394.8783874511719, + "msecs": 901.1006355285645, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.420003890991, + "relativeCreated": 14986.125946044922, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184188,8 +184188,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:50,394", - "created": 1610346650.3949773, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9011996, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184199,15 +184199,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 394.977331161499, + "msecs": 901.1995792388916, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.518947601318, + "relativeCreated": 14986.224889755249, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184215,8 +184215,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3950515, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9012733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184226,15 +184226,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 395.0514793395996, + "msecs": 901.273250579834, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.593095779419, + "relativeCreated": 14986.298561096191, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184242,8 +184242,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3951275, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9013531, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184253,15 +184253,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 395.127534866333, + "msecs": 901.353120803833, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.669151306152, + "relativeCreated": 14986.37843132019, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184269,8 +184269,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3951988, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9014227, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184280,15 +184280,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 395.1988220214844, + "msecs": 901.4227390289307, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.740438461304, + "relativeCreated": 14986.448049545288, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184298,8 +184298,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3952801, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9014974, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184309,15 +184309,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 395.280122756958, + "msecs": 901.4973640441895, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.821739196777, + "relativeCreated": 14986.522674560547, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184327,8 +184327,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3953626, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.901579, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184338,15 +184338,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 395.36261558532715, + "msecs": 901.5789031982422, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.904232025146, + "relativeCreated": 14986.6042137146, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184356,8 +184356,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3954399, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9016542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184367,15 +184367,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 395.43986320495605, + "msecs": 901.6542434692383, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15044.981479644775, + "relativeCreated": 14986.679553985596, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184385,8 +184385,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.395516, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9017336, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184396,23 +184396,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 395.51591873168945, + "msecs": 901.7336368560791, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.057535171509, + "relativeCreated": 14986.758947372437, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3955836, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9018009, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184422,15 +184422,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 395.5836296081543, + "msecs": 901.8008708953857, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.125246047974, + "relativeCreated": 14986.826181411743, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184439,8 +184439,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.395659, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9018755, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184450,15 +184450,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 395.6589698791504, + "msecs": 901.8754959106445, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.20058631897, + "relativeCreated": 14986.900806427002, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184466,8 +184466,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3957448, + "asctime": "2021-01-11 11:25:39,901", + "created": 1610360739.9019558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184477,15 +184477,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 395.74480056762695, + "msecs": 901.9558429718018, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.286417007446, + "relativeCreated": 14986.98115348816, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184493,8 +184493,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3958182, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.9020274, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184504,15 +184504,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 395.81823348999023, + "msecs": 902.0273685455322, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.35984992981, + "relativeCreated": 14987.05267906189, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184522,8 +184522,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3958924, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.9021003, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184533,15 +184533,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 395.8923816680908, + "msecs": 902.1003246307373, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.43399810791, + "relativeCreated": 14987.125635147095, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184551,8 +184551,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:50,395", - "created": 1610346650.3959749, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.9021802, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184562,15 +184562,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 395.97487449645996, + "msecs": 902.1801948547363, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.51649093628, + "relativeCreated": 14987.205505371094, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184579,8 +184579,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:50,396", - "created": 1610346650.3960538, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.902252, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184590,15 +184590,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 396.0537910461426, + "msecs": 902.2519588470459, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.595407485962, + "relativeCreated": 14987.277269363403, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184607,8 +184607,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:50,396", - "created": 1610346650.3961246, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.90232, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184618,15 +184618,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 396.12460136413574, + "msecs": 902.3199081420898, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.666217803955, + "relativeCreated": 14987.345218658447, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184635,8 +184635,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:50,396", - "created": 1610346650.3961937, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.902387, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184646,23 +184646,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 396.1937427520752, + "msecs": 902.3869037628174, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.735359191895, + "relativeCreated": 14987.412214279175, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:50,396", - "created": 1610346650.3962674, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.902459, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184672,34 +184672,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 396.2674140930176, + "msecs": 902.458906173706, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.809030532837, + "relativeCreated": 14987.484216690063, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 396.33774757385254, + "msecs": 902.5228023529053, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15045.879364013672, + "relativeCreated": 14987.548112869263, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 7.033348083496094e-05 + "time_consumption": 6.389617919921875e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:50,740", - "created": 1610346650.740479, + "asctime": "2021-01-11 11:25:40,246", + "created": 1610360740.2466629, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -184714,8 +184714,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:50,396", - "created": 1610346650.3964858, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.902672, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184725,23 +184725,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 396.4858055114746, + "msecs": 902.6720523834229, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15046.027421951294, + "relativeCreated": 14987.69736289978, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:50,396", - "created": 1610346650.3965588, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.9027426, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184751,23 +184751,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 396.5587615966797, + "msecs": 902.7426242828369, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15046.100378036499, + "relativeCreated": 14987.767934799194, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:50,396", - "created": 1610346650.3966293, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.9028125, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184777,15 +184777,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 396.62933349609375, + "msecs": 902.8124809265137, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15046.170949935913, + "relativeCreated": 14987.837791442871, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184796,8 +184796,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:50,396", - "created": 1610346650.3967528, + "asctime": "2021-01-11 11:25:39,902", + "created": 1610360739.902946, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184807,23 +184807,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 396.75283432006836, + "msecs": 902.9459953308105, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15046.294450759888, + "relativeCreated": 14987.971305847168, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:50,397", - "created": 1610346650.3970327, + "asctime": "2021-01-11 11:25:39,903", + "created": 1610360739.9032328, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184833,23 +184833,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 397.0327377319336, + "msecs": 903.2328128814697, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15046.574354171753, + "relativeCreated": 14988.258123397827, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:50,397", - "created": 1610346650.3971162, + "asctime": "2021-01-11 11:25:39,903", + "created": 1610360739.903317, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184859,23 +184859,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 397.11618423461914, + "msecs": 903.3169746398926, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15046.657800674438, + "relativeCreated": 14988.34228515625, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:50,397", - "created": 1610346650.3972008, + "asctime": "2021-01-11 11:25:39,903", + "created": 1610360739.9033911, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184885,15 +184885,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 397.2008228302002, + "msecs": 903.3911228179932, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15046.74243927002, + "relativeCreated": 14988.41643333435, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -184901,8 +184901,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:50,397", - "created": 1610346650.3975358, + "asctime": "2021-01-11 11:25:39,903", + "created": 1610360739.9036756, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184912,15 +184912,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 397.5358009338379, + "msecs": 903.6755561828613, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15047.077417373657, + "relativeCreated": 14988.700866699219, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -184928,8 +184928,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:50,405", - "created": 1610346650.405757, + "asctime": "2021-01-11 11:25:39,911", + "created": 1610360739.9119673, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -184939,15 +184939,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 405.75695037841797, + "msecs": 911.9672775268555, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15055.298566818237, + "relativeCreated": 14996.992588043213, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -184955,8 +184955,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,405", - "created": 1610346650.4059267, + "asctime": "2021-01-11 11:25:39,912", + "created": 1610360739.9121323, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -184966,15 +184966,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 405.9267044067383, + "msecs": 912.1322631835938, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15055.468320846558, + "relativeCreated": 14997.157573699951, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -184983,8 +184983,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:50,406", - "created": 1610346650.406015, + "asctime": "2021-01-11 11:25:39,912", + "created": 1610360739.91222, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -184994,15 +184994,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 406.01491928100586, + "msecs": 912.2200012207031, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15055.556535720825, + "relativeCreated": 14997.24531173706, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185010,8 +185010,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,406", - "created": 1610346650.4061153, + "asctime": "2021-01-11 11:25:39,912", + "created": 1610360739.9123194, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185021,15 +185021,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 406.1152935028076, + "msecs": 912.3194217681885, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15055.656909942627, + "relativeCreated": 14997.344732284546, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185038,8 +185038,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,406", - "created": 1610346650.4061892, + "asctime": "2021-01-11 11:25:39,912", + "created": 1610360739.912389, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185049,15 +185049,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 406.1892032623291, + "msecs": 912.3890399932861, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15055.730819702148, + "relativeCreated": 14997.414350509644, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185065,8 +185065,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,406", - "created": 1610346650.406294, + "asctime": "2021-01-11 11:25:39,912", + "created": 1610360739.912514, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185076,15 +185076,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 406.2941074371338, + "msecs": 912.5139713287354, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15055.835723876953, + "relativeCreated": 14997.539281845093, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185093,8 +185093,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,406", - "created": 1610346650.4063616, + "asctime": "2021-01-11 11:25:39,912", + "created": 1610360739.912632, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185104,15 +185104,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 406.36157989501953, + "msecs": 912.6319885253906, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15055.903196334839, + "relativeCreated": 14997.657299041748, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185120,8 +185120,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,406", - "created": 1610346650.4064548, + "asctime": "2021-01-11 11:25:39,912", + "created": 1610360739.912757, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185131,15 +185131,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 406.45480155944824, + "msecs": 912.7569198608398, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15055.996417999268, + "relativeCreated": 14997.782230377197, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185148,8 +185148,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,406", - "created": 1610346650.4065213, + "asctime": "2021-01-11 11:25:39,912", + "created": 1610360739.9128323, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185159,15 +185159,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 406.5213203430176, + "msecs": 912.8322601318359, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15056.062936782837, + "relativeCreated": 14997.857570648193, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185175,8 +185175,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,406", - "created": 1610346650.4066107, + "asctime": "2021-01-11 11:25:39,912", + "created": 1610360739.9129224, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185186,15 +185186,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 406.61072731018066, + "msecs": 912.9223823547363, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15056.15234375, + "relativeCreated": 14997.947692871094, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185203,8 +185203,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,406", - "created": 1610346650.4066784, + "asctime": "2021-01-11 11:25:39,912", + "created": 1610360739.9129884, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185214,15 +185214,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 406.6784381866455, + "msecs": 912.9884243011475, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15056.220054626465, + "relativeCreated": 14998.013734817505, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185230,8 +185230,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:50,406", - "created": 1610346650.4068053, + "asctime": "2021-01-11 11:25:39,913", + "created": 1610360739.9131165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185241,15 +185241,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 406.80527687072754, + "msecs": 913.116455078125, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15056.346893310547, + "relativeCreated": 14998.141765594482, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185257,8 +185257,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:50,407", - "created": 1610346650.4078023, + "asctime": "2021-01-11 11:25:39,914", + "created": 1610360739.914106, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185268,15 +185268,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 407.8023433685303, + "msecs": 914.1058921813965, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15057.34395980835, + "relativeCreated": 14999.131202697754, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185284,8 +185284,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,407", - "created": 1610346650.4079769, + "asctime": "2021-01-11 11:25:39,914", + "created": 1610360739.9142797, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185295,15 +185295,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 407.9768657684326, + "msecs": 914.2796993255615, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15057.518482208252, + "relativeCreated": 14999.305009841919, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185312,8 +185312,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:50,408", - "created": 1610346650.4080741, + "asctime": "2021-01-11 11:25:39,914", + "created": 1610360739.9143806, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185323,15 +185323,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 408.07414054870605, + "msecs": 914.3805503845215, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15057.615756988525, + "relativeCreated": 14999.405860900879, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185339,8 +185339,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:50,408", - "created": 1610346650.4082043, + "asctime": "2021-01-11 11:25:39,914", + "created": 1610360739.914505, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185350,15 +185350,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 408.2043170928955, + "msecs": 914.5050048828125, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15057.745933532715, + "relativeCreated": 14999.53031539917, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185369,8 +185369,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:50,408", - "created": 1610346650.4084232, + "asctime": "2021-01-11 11:25:39,914", + "created": 1610360739.9146986, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185380,15 +185380,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 408.42318534851074, + "msecs": 914.698600769043, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15057.96480178833, + "relativeCreated": 14999.7239112854, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185396,8 +185396,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:50,408", - "created": 1610346650.408519, + "asctime": "2021-01-11 11:25:39,914", + "created": 1610360739.914793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185407,15 +185407,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 408.51902961730957, + "msecs": 914.7930145263672, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15058.060646057129, + "relativeCreated": 14999.818325042725, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185426,8 +185426,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:50,408", - "created": 1610346650.4086547, + "asctime": "2021-01-11 11:25:39,914", + "created": 1610360739.914918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185437,15 +185437,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 408.65468978881836, + "msecs": 914.9179458618164, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15058.196306228638, + "relativeCreated": 14999.943256378174, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -185453,8 +185453,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:50,409", - "created": 1610346650.4090798, + "asctime": "2021-01-11 11:25:39,915", + "created": 1610360739.9153361, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185464,15 +185464,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 409.07979011535645, + "msecs": 915.3361320495605, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15058.621406555176, + "relativeCreated": 15000.361442565918, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185480,8 +185480,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:50,417", - "created": 1610346650.417371, + "asctime": "2021-01-11 11:25:39,923", + "created": 1610360739.9236178, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185491,15 +185491,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 417.3710346221924, + "msecs": 923.6178398132324, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15066.912651062012, + "relativeCreated": 15008.64315032959, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185507,8 +185507,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,417", - "created": 1610346650.4175527, + "asctime": "2021-01-11 11:25:39,923", + "created": 1610360739.9238222, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185518,15 +185518,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 417.5527095794678, + "msecs": 923.8221645355225, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.094326019287, + "relativeCreated": 15008.84747505188, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185535,8 +185535,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:50,417", - "created": 1610346650.4176378, + "asctime": "2021-01-11 11:25:39,923", + "created": 1610360739.9239342, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185546,15 +185546,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 417.63782501220703, + "msecs": 923.9342212677002, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.179441452026, + "relativeCreated": 15008.959531784058, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185562,8 +185562,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,417", - "created": 1610346650.4177377, + "asctime": "2021-01-11 11:25:39,924", + "created": 1610360739.9240673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185573,15 +185573,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 417.7377223968506, + "msecs": 924.0672588348389, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.27933883667, + "relativeCreated": 15009.092569351196, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185590,8 +185590,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,417", - "created": 1610346650.4178102, + "asctime": "2021-01-11 11:25:39,924", + "created": 1610360739.9241612, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185601,15 +185601,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 417.81020164489746, + "msecs": 924.1611957550049, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.351818084717, + "relativeCreated": 15009.186506271362, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185617,8 +185617,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,417", - "created": 1610346650.417911, + "asctime": "2021-01-11 11:25:39,924", + "created": 1610360739.9242985, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185628,15 +185628,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 417.9110527038574, + "msecs": 924.2985248565674, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.452669143677, + "relativeCreated": 15009.323835372925, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185645,8 +185645,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,417", - "created": 1610346650.4179938, + "asctime": "2021-01-11 11:25:39,924", + "created": 1610360739.9244068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185656,15 +185656,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 417.99378395080566, + "msecs": 924.4067668914795, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.535400390625, + "relativeCreated": 15009.432077407837, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185672,8 +185672,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,418", - "created": 1610346650.418085, + "asctime": "2021-01-11 11:25:39,924", + "created": 1610360739.924529, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185683,15 +185683,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 418.08509826660156, + "msecs": 924.5290756225586, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.62671470642, + "relativeCreated": 15009.554386138916, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185700,8 +185700,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,418", - "created": 1610346650.4181519, + "asctime": "2021-01-11 11:25:39,924", + "created": 1610360739.9246287, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185711,15 +185711,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 418.15185546875, + "msecs": 924.628734588623, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.69347190857, + "relativeCreated": 15009.65404510498, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185727,8 +185727,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,418", - "created": 1610346650.418238, + "asctime": "2021-01-11 11:25:39,924", + "created": 1610360739.9247673, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185738,15 +185738,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 418.23792457580566, + "msecs": 924.767255783081, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.779541015625, + "relativeCreated": 15009.792566299438, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185755,8 +185755,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,418", - "created": 1610346650.4183104, + "asctime": "2021-01-11 11:25:39,924", + "created": 1610360739.924861, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185766,15 +185766,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 418.31040382385254, + "msecs": 924.860954284668, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.852020263672, + "relativeCreated": 15009.886264801025, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185782,8 +185782,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:50,418", - "created": 1610346650.418438, + "asctime": "2021-01-11 11:25:39,925", + "created": 1610360739.9250278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185793,15 +185793,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 418.4379577636719, + "msecs": 925.0278472900391, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15067.979574203491, + "relativeCreated": 15010.053157806396, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185809,8 +185809,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:50,419", - "created": 1610346650.4194343, + "asctime": "2021-01-11 11:25:39,926", + "created": 1610360739.9260695, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185820,15 +185820,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 419.4343090057373, + "msecs": 926.0694980621338, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15068.975925445557, + "relativeCreated": 15011.094808578491, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185836,8 +185836,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,419", - "created": 1610346650.4196098, + "asctime": "2021-01-11 11:25:39,926", + "created": 1610360739.9262912, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185847,15 +185847,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 419.60978507995605, + "msecs": 926.2912273406982, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15069.151401519775, + "relativeCreated": 15011.316537857056, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185864,8 +185864,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:50,419", - "created": 1610346650.4196942, + "asctime": "2021-01-11 11:25:39,926", + "created": 1610360739.926403, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185875,15 +185875,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 419.694185256958, + "msecs": 926.4030456542969, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15069.235801696777, + "relativeCreated": 15011.428356170654, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185891,8 +185891,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:50,419", - "created": 1610346650.4198184, + "asctime": "2021-01-11 11:25:39,926", + "created": 1610360739.9265656, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -185902,15 +185902,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 419.8184013366699, + "msecs": 926.5656471252441, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15069.36001777649, + "relativeCreated": 15011.590957641602, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185921,8 +185921,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:50,420", - "created": 1610346650.4200401, + "asctime": "2021-01-11 11:25:39,926", + "created": 1610360739.9268184, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185932,15 +185932,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 420.0401306152344, + "msecs": 926.8183708190918, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15069.581747055054, + "relativeCreated": 15011.84368133545, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -185948,8 +185948,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:50,420", - "created": 1610346650.4201415, + "asctime": "2021-01-11 11:25:39,926", + "created": 1610360739.926941, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -185959,34 +185959,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 420.14145851135254, + "msecs": 926.94091796875, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15069.683074951172, + "relativeCreated": 15011.966228485107, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" } ], - "msecs": 740.4789924621582, + "msecs": 246.66285514831543, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15390.020608901978, + "relativeCreated": 15331.688165664673, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.32033753395080566 + "time_consumption": 0.31972193717956543 }, { "args": [], - "asctime": "2021-01-11 07:30:50,741", - "created": 1610346650.741209, + "asctime": "2021-01-11 11:25:40,247", + "created": 1610360740.2473798, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -186004,8 +186004,8 @@ "None", "None" ], - "asctime": "2021-01-11 07:30:50,741", - "created": 1610346650.7410192, + "asctime": "2021-01-11 11:25:40,247", + "created": 1610360740.2471898, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186015,34 +186015,34 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=None and DID=None", "module": "__init__", - "msecs": 741.0192489624023, + "msecs": 247.18976020812988, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15390.560865402222, + "relativeCreated": 15332.215070724487, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 741.2090301513672, + "msecs": 247.37977981567383, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15390.750646591187, + "relativeCreated": 15332.405090332031, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00018978118896484375 + "time_consumption": 0.0001900196075439453 }, { "args": [], - "asctime": "2021-01-11 07:30:50,942", - "created": 1610346650.9429116, + "asctime": "2021-01-11 11:25:40,448", + "created": 1610360740.4489865, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -186061,8 +186061,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:50,741", - "created": 1610346650.741635, + "asctime": "2021-01-11 11:25:40,247", + "created": 1610360740.2477398, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186072,15 +186072,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 741.6350841522217, + "msecs": 247.7397918701172, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15391.176700592041, + "relativeCreated": 15332.765102386475, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -186088,8 +186088,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:50,742", - "created": 1610346650.7425554, + "asctime": "2021-01-11 11:25:40,248", + "created": 1610360740.2486067, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186099,15 +186099,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 742.5553798675537, + "msecs": 248.60668182373047, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15392.096996307373, + "relativeCreated": 15333.631992340088, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186115,8 +186115,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:50,750", - "created": 1610346650.7509844, + "asctime": "2021-01-11 11:25:40,257", + "created": 1610360740.2571018, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186126,15 +186126,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 750.9844303131104, + "msecs": 257.10177421569824, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15400.52604675293, + "relativeCreated": 15342.127084732056, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186142,8 +186142,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,751", - "created": 1610346650.7512865, + "asctime": "2021-01-11 11:25:40,257", + "created": 1610360740.2574067, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186153,15 +186153,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 751.286506652832, + "msecs": 257.40671157836914, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15400.828123092651, + "relativeCreated": 15342.432022094727, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186170,8 +186170,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:50,751", - "created": 1610346650.751429, + "asctime": "2021-01-11 11:25:40,257", + "created": 1610360740.257569, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186181,15 +186181,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 751.4290809631348, + "msecs": 257.5690746307373, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15400.970697402954, + "relativeCreated": 15342.594385147095, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186197,8 +186197,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,751", - "created": 1610346650.7515843, + "asctime": "2021-01-11 11:25:40,257", + "created": 1610360740.2577677, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186208,15 +186208,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 751.5842914581299, + "msecs": 257.7676773071289, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15401.12590789795, + "relativeCreated": 15342.792987823486, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186225,8 +186225,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,751", - "created": 1610346650.7516947, + "asctime": "2021-01-11 11:25:40,257", + "created": 1610360740.2579055, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186236,15 +186236,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 751.6946792602539, + "msecs": 257.9054832458496, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15401.236295700073, + "relativeCreated": 15342.930793762207, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186252,8 +186252,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,751", - "created": 1610346650.7518437, + "asctime": "2021-01-11 11:25:40,258", + "created": 1610360740.2581072, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186263,15 +186263,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 751.8436908721924, + "msecs": 258.10718536376953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15401.385307312012, + "relativeCreated": 15343.132495880127, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186280,8 +186280,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,752", - "created": 1610346650.7520216, + "asctime": "2021-01-11 11:25:40,258", + "created": 1610360740.2582514, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186291,15 +186291,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.0215511322021, + "msecs": 258.251428604126, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15401.563167572021, + "relativeCreated": 15343.276739120483, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186307,8 +186307,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,752", - "created": 1610346650.7521749, + "asctime": "2021-01-11 11:25:40,258", + "created": 1610360740.2584536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186318,15 +186318,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 752.1748542785645, + "msecs": 258.4536075592041, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15401.716470718384, + "relativeCreated": 15343.478918075562, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186335,8 +186335,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,752", - "created": 1610346650.752297, + "asctime": "2021-01-11 11:25:40,258", + "created": 1610360740.2585876, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186346,15 +186346,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.2969245910645, + "msecs": 258.5875988006592, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15401.838541030884, + "relativeCreated": 15343.612909317017, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186362,8 +186362,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,752", - "created": 1610346650.7524304, + "asctime": "2021-01-11 11:25:40,258", + "created": 1610360740.2587628, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186373,15 +186373,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 752.4304389953613, + "msecs": 258.7628364562988, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15401.97205543518, + "relativeCreated": 15343.788146972656, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186390,8 +186390,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,752", - "created": 1610346650.752535, + "asctime": "2021-01-11 11:25:40,258", + "created": 1610360740.2589736, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186401,15 +186401,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 752.5351047515869, + "msecs": 258.9735984802246, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15402.076721191406, + "relativeCreated": 15343.998908996582, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186417,8 +186417,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:50,752", - "created": 1610346650.7527227, + "asctime": "2021-01-11 11:25:40,259", + "created": 1610360740.2592165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186428,15 +186428,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 752.7227401733398, + "msecs": 259.2165470123291, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15402.26435661316, + "relativeCreated": 15344.241857528687, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186444,8 +186444,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:50,753", - "created": 1610346650.75352, + "asctime": "2021-01-11 11:25:40,260", + "created": 1610360740.2601306, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186455,15 +186455,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 753.5200119018555, + "msecs": 260.1306438446045, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15403.061628341675, + "relativeCreated": 15345.155954360962, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186471,8 +186471,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,753", - "created": 1610346650.7536907, + "asctime": "2021-01-11 11:25:40,260", + "created": 1610360740.2603257, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186482,15 +186482,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 753.6907196044922, + "msecs": 260.32567024230957, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15403.232336044312, + "relativeCreated": 15345.350980758667, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186499,8 +186499,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:50,753", - "created": 1610346650.7537916, + "asctime": "2021-01-11 11:25:40,260", + "created": 1610360740.260455, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186510,15 +186510,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 753.7915706634521, + "msecs": 260.4548931121826, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15403.333187103271, + "relativeCreated": 15345.48020362854, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186526,8 +186526,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78" ], - "asctime": "2021-01-11 07:30:50,753", - "created": 1610346650.7539618, + "asctime": "2021-01-11 11:25:40,260", + "created": 1610360740.2606874, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186537,15 +186537,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78", "module": "stp", - "msecs": 753.9618015289307, + "msecs": 260.68735122680664, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15403.50341796875, + "relativeCreated": 15345.712661743164, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186556,8 +186556,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:50,754", - "created": 1610346650.7542021, + "asctime": "2021-01-11 11:25:40,261", + "created": 1610360740.261016, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186567,15 +186567,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 754.202127456665, + "msecs": 261.0158920288086, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15403.743743896484, + "relativeCreated": 15346.041202545166, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186583,8 +186583,8 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 07:30:50,754", - "created": 1610346650.7543173, + "asctime": "2021-01-11 11:25:40,261", + "created": 1610360740.2611725, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186594,15 +186594,15 @@ "lineno": 479, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 754.3172836303711, + "msecs": 261.1725330352783, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15403.85890007019, + "relativeCreated": 15346.197843551636, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186613,8 +186613,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:50,754", - "created": 1610346650.754465, + "asctime": "2021-01-11 11:25:40,261", + "created": 1610360740.2613647, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186624,15 +186624,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 754.4651031494141, + "msecs": 261.3646984100342, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15404.006719589233, + "relativeCreated": 15346.390008926392, "stack_info": null, - "thread": 140560656496384, + "thread": 140652520138496, "threadName": "Thread-25" }, { @@ -186640,8 +186640,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4" ], - "asctime": "2021-01-11 07:30:50,754", - "created": 1610346650.7549646, + "asctime": "2021-01-11 11:25:40,262", + "created": 1610360740.262108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186651,15 +186651,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4", "module": "__init__", - "msecs": 754.9645900726318, + "msecs": 262.10808753967285, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15404.506206512451, + "relativeCreated": 15347.13339805603, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186667,8 +186667,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4" ], - "asctime": "2021-01-11 07:30:50,763", - "created": 1610346650.763257, + "asctime": "2021-01-11 11:25:40,270", + "created": 1610360740.2705278, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186678,15 +186678,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4", "module": "__init__", - "msecs": 763.2570266723633, + "msecs": 270.52783966064453, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15412.798643112183, + "relativeCreated": 15355.553150177002, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186694,8 +186694,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,763", - "created": 1610346650.7634165, + "asctime": "2021-01-11 11:25:40,270", + "created": 1610360740.2707684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186705,15 +186705,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 763.4165287017822, + "msecs": 270.768404006958, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15412.958145141602, + "relativeCreated": 15355.793714523315, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186722,8 +186722,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:50,763", - "created": 1610346650.7634983, + "asctime": "2021-01-11 11:25:40,270", + "created": 1610360740.2709002, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186733,15 +186733,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 763.4983062744141, + "msecs": 270.9002494812012, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15413.039922714233, + "relativeCreated": 15355.925559997559, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186749,8 +186749,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,763", - "created": 1610346650.7635953, + "asctime": "2021-01-11 11:25:40,271", + "created": 1610360740.2710574, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186760,15 +186760,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 763.5953426361084, + "msecs": 271.0573673248291, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15413.136959075928, + "relativeCreated": 15356.082677841187, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186777,8 +186777,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,763", - "created": 1610346650.763709, + "asctime": "2021-01-11 11:25:40,271", + "created": 1610360740.2711935, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186788,15 +186788,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 763.7090682983398, + "msecs": 271.1935043334961, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15413.25068473816, + "relativeCreated": 15356.218814849854, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186804,8 +186804,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,763", - "created": 1610346650.7638092, + "asctime": "2021-01-11 11:25:40,271", + "created": 1610360740.2713583, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186815,15 +186815,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 763.8092041015625, + "msecs": 271.3582515716553, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15413.350820541382, + "relativeCreated": 15356.383562088013, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186832,8 +186832,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,763", - "created": 1610346650.7638738, + "asctime": "2021-01-11 11:25:40,271", + "created": 1610360740.2714634, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186843,15 +186843,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 763.873815536499, + "msecs": 271.46339416503906, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15413.415431976318, + "relativeCreated": 15356.488704681396, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186859,8 +186859,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,763", - "created": 1610346650.7639966, + "asctime": "2021-01-11 11:25:40,271", + "created": 1610360740.271611, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186870,15 +186870,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 763.9966011047363, + "msecs": 271.61097526550293, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15413.538217544556, + "relativeCreated": 15356.63628578186, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186887,8 +186887,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,764", - "created": 1610346650.7640762, + "asctime": "2021-01-11 11:25:40,271", + "created": 1610360740.271724, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186898,15 +186898,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 764.0762329101562, + "msecs": 271.72398567199707, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15413.617849349976, + "relativeCreated": 15356.749296188354, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186914,8 +186914,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,764", - "created": 1610346650.7641602, + "asctime": "2021-01-11 11:25:40,271", + "created": 1610360740.2718642, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186925,15 +186925,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 764.16015625, + "msecs": 271.8641757965088, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15413.70177268982, + "relativeCreated": 15356.889486312866, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186942,8 +186942,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,764", - "created": 1610346650.7642312, + "asctime": "2021-01-11 11:25:40,271", + "created": 1610360740.2719684, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -186953,15 +186953,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 764.2312049865723, + "msecs": 271.9683647155762, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15413.772821426392, + "relativeCreated": 15356.993675231934, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186969,8 +186969,8 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 07:30:50,764", - "created": 1610346650.764352, + "asctime": "2021-01-11 11:25:40,272", + "created": 1610360740.2721682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -186980,15 +186980,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 764.3520832061768, + "msecs": 272.1681594848633, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15413.893699645996, + "relativeCreated": 15357.19347000122, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -186996,8 +186996,8 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 07:30:50,765", - "created": 1610346650.7651434, + "asctime": "2021-01-11 11:25:40,273", + "created": 1610360740.2730143, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187007,15 +187007,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 765.1433944702148, + "msecs": 273.0143070220947, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15414.685010910034, + "relativeCreated": 15358.039617538452, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -187023,8 +187023,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,765", - "created": 1610346650.7652225, + "asctime": "2021-01-11 11:25:40,273", + "created": 1610360740.273209, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -187034,15 +187034,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 765.2225494384766, + "msecs": 273.2090950012207, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15414.764165878296, + "relativeCreated": 15358.234405517578, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -187051,8 +187051,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:50,765", - "created": 1610346650.7652934, + "asctime": "2021-01-11 11:25:40,273", + "created": 1610360740.2733574, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -187062,15 +187062,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 765.2933597564697, + "msecs": 273.3573913574219, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15414.834976196289, + "relativeCreated": 15358.38270187378, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -187078,8 +187078,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 33 7d e4 e1 8c bb" ], - "asctime": "2021-01-11 07:30:50,765", - "created": 1610346650.765402, + "asctime": "2021-01-11 11:25:40,273", + "created": 1610360740.2735522, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -187089,15 +187089,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 33 7d e4 e1 8c bb", "module": "stp", - "msecs": 765.40207862854, + "msecs": 273.55217933654785, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15414.94369506836, + "relativeCreated": 15358.577489852905, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { @@ -187108,8 +187108,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:50,765", - "created": 1610346650.7656138, + "asctime": "2021-01-11 11:25:40,273", + "created": 1610360740.273845, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187119,23 +187119,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 765.6137943267822, + "msecs": 273.84495735168457, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15415.155410766602, + "relativeCreated": 15358.870267868042, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:50,765", - "created": 1610346650.7657177, + "asctime": "2021-01-11 11:25:40,274", + "created": 1610360740.2740393, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187145,37 +187145,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 765.7177448272705, + "msecs": 274.03926849365234, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15415.25936126709, + "relativeCreated": 15359.06457901001, "stack_info": null, - "thread": 140560648103680, + "thread": 140652511745792, "threadName": "Thread-26" } ], - "msecs": 942.9116249084473, + "msecs": 448.9865303039551, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15592.453241348267, + "relativeCreated": 15534.011840820312, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.17719388008117676 + "time_consumption": 0.17494726181030273 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:50,943", - "created": 1610346650.9438376, + "asctime": "2021-01-11 11:25:40,449", + "created": 1610360740.4498594, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187192,8 +187192,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:50,943", - "created": 1610346650.9434772, + "asctime": "2021-01-11 11:25:40,449", + "created": 1610360740.4495063, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187203,15 +187203,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 943.4771537780762, + "msecs": 449.5062828063965, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15593.018770217896, + "relativeCreated": 15534.531593322754, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187220,8 +187220,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:50,943", - "created": 1610346650.9436717, + "asctime": "2021-01-11 11:25:40,449", + "created": 1610360740.449696, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187231,37 +187231,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 943.671703338623, + "msecs": 449.6960639953613, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15593.213319778442, + "relativeCreated": 15534.721374511719, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 943.8376426696777, + "msecs": 449.8593807220459, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15593.379259109497, + "relativeCreated": 15534.884691238403, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001659393310546875 + "time_consumption": 0.0001633167266845703 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 07:30:50,944", - "created": 1610346650.944386, + "asctime": "2021-01-11 11:25:40,450", + "created": 1610360740.4504063, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187278,8 +187278,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 07:30:50,944", - "created": 1610346650.944083, + "asctime": "2021-01-11 11:25:40,450", + "created": 1610360740.450096, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187289,15 +187289,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 944.0829753875732, + "msecs": 450.09589195251465, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15593.624591827393, + "relativeCreated": 15535.121202468872, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187306,8 +187306,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:50,944", - "created": 1610346650.9442425, + "asctime": "2021-01-11 11:25:40,450", + "created": 1610360740.4502547, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -187317,41 +187317,41 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 944.2424774169922, + "msecs": 450.2546787261963, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15593.784093856812, + "relativeCreated": 15535.279989242554, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 944.3860054016113, + "msecs": 450.4063129425049, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15593.92762184143, + "relativeCreated": 15535.431623458862, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014352798461914062 + "time_consumption": 0.00015163421630859375 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.5543608665466309, - "time_finished": "2021-01-11 07:30:50,944", - "time_start": "2021-01-11 07:30:50,390" + "time_consumption": 0.5555036067962646, + "time_finished": "2021-01-11 11:25:40,450", + "time_start": "2021-01-11 11:25:39,894" }, "_r9srME0vEeuiHtQbLi1mZg": { "args": null, - "asctime": "2021-01-11 07:30:48,311", - "created": 1610346648.3115826, + "asctime": "2021-01-11 11:25:37,818", + "created": 1610360737.8183708, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187362,19 +187362,19 @@ "message": "_r9srME0vEeuiHtQbLi1mZg", "module": "__init__", "moduleLogger": [], - "msecs": 311.5825653076172, + "msecs": 818.3708190917969, "msg": "_r9srME0vEeuiHtQbLi1mZg", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12961.124181747437, + "relativeCreated": 12903.396129608154, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:48,320", - "created": 1610346648.3208013, + "asctime": "2021-01-11 11:25:37,824", + "created": 1610360737.8241348, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -187389,8 +187389,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:48,312", - "created": 1610346648.3126347, + "asctime": "2021-01-11 11:25:37,819", + "created": 1610360737.8193662, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187400,23 +187400,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 312.6347064971924, + "msecs": 819.3662166595459, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12962.176322937012, + "relativeCreated": 12904.391527175903, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:48,313", - "created": 1610346648.3135152, + "asctime": "2021-01-11 11:25:37,820", + "created": 1610360737.8202362, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187426,23 +187426,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 313.51518630981445, + "msecs": 820.2362060546875, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12963.056802749634, + "relativeCreated": 12905.261516571045, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:48,313", - "created": 1610346648.3137274, + "asctime": "2021-01-11 11:25:37,820", + "created": 1610360737.8204691, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187452,23 +187452,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 313.72737884521484, + "msecs": 820.4691410064697, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12963.268995285034, + "relativeCreated": 12905.494451522827, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:48,314", - "created": 1610346648.3140547, + "asctime": "2021-01-11 11:25:37,820", + "created": 1610360737.8208134, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187478,15 +187478,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 314.0547275543213, + "msecs": 820.8134174346924, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12963.59634399414, + "relativeCreated": 12905.83872795105, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187495,8 +187495,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:48,314", - "created": 1610346648.3142285, + "asctime": "2021-01-11 11:25:37,820", + "created": 1610360737.8209076, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187506,15 +187506,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 314.2285346984863, + "msecs": 820.9075927734375, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12963.770151138306, + "relativeCreated": 12905.932903289795, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187522,8 +187522,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:48,314", - "created": 1610346648.3144464, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.8210247, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187533,15 +187533,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 314.44644927978516, + "msecs": 821.0246562957764, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12963.988065719604, + "relativeCreated": 12906.049966812134, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187549,8 +187549,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:48,314", - "created": 1610346648.3146167, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.8211029, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187560,15 +187560,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 314.6166801452637, + "msecs": 821.1028575897217, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12964.158296585083, + "relativeCreated": 12906.12816810608, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187576,8 +187576,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:48,314", - "created": 1610346648.3147607, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.821175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187587,15 +187587,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 314.760684967041, + "msecs": 821.1750984191895, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12964.30230140686, + "relativeCreated": 12906.200408935547, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187603,8 +187603,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:48,314", - "created": 1610346648.3149009, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.8212457, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187614,15 +187614,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 314.90087509155273, + "msecs": 821.2456703186035, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12964.442491531372, + "relativeCreated": 12906.270980834961, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187632,8 +187632,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:48,315", - "created": 1610346648.3150637, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.8213272, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187643,15 +187643,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 315.0637149810791, + "msecs": 821.3272094726562, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12964.605331420898, + "relativeCreated": 12906.352519989014, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187661,8 +187661,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:48,315", - "created": 1610346648.3152392, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.821412, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187672,15 +187672,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 315.23919105529785, + "msecs": 821.4120864868164, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12964.780807495117, + "relativeCreated": 12906.437397003174, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187690,8 +187690,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:48,315", - "created": 1610346648.3153958, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.821489, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187701,15 +187701,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 315.3958320617676, + "msecs": 821.4890956878662, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12964.937448501587, + "relativeCreated": 12906.514406204224, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187719,8 +187719,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:48,315", - "created": 1610346648.3155632, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.8215659, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187730,23 +187730,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 315.5632019042969, + "msecs": 821.5658664703369, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12965.104818344116, + "relativeCreated": 12906.591176986694, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:48,315", - "created": 1610346648.3157036, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.8216376, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187756,15 +187756,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 315.7036304473877, + "msecs": 821.6376304626465, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12965.245246887207, + "relativeCreated": 12906.662940979004, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187773,8 +187773,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:48,315", - "created": 1610346648.3158576, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.8217137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187784,15 +187784,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 315.8576488494873, + "msecs": 821.7136859893799, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12965.399265289307, + "relativeCreated": 12906.738996505737, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187800,8 +187800,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:48,316", - "created": 1610346648.3160288, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.8217964, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187811,15 +187811,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 316.0288333892822, + "msecs": 821.7964172363281, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12965.570449829102, + "relativeCreated": 12906.821727752686, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187827,8 +187827,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:48,316", - "created": 1610346648.316178, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.821867, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187838,15 +187838,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 316.1780834197998, + "msecs": 821.8669891357422, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12965.71969985962, + "relativeCreated": 12906.8922996521, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187856,8 +187856,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:48,316", - "created": 1610346648.3163323, + "asctime": "2021-01-11 11:25:37,821", + "created": 1610360737.8219423, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187867,15 +187867,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 316.3323402404785, + "msecs": 821.9423294067383, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12965.873956680298, + "relativeCreated": 12906.967639923096, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187885,8 +187885,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:48,316", - "created": 1610346648.3165064, + "asctime": "2021-01-11 11:25:37,822", + "created": 1610360737.8220263, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187896,15 +187896,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 316.50638580322266, + "msecs": 822.026252746582, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12966.048002243042, + "relativeCreated": 12907.05156326294, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187913,8 +187913,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:48,316", - "created": 1610346648.3166568, + "asctime": "2021-01-11 11:25:37,822", + "created": 1610360737.8221042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187924,15 +187924,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 316.65682792663574, + "msecs": 822.1042156219482, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12966.198444366455, + "relativeCreated": 12907.129526138306, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187941,8 +187941,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:48,316", - "created": 1610346648.3167968, + "asctime": "2021-01-11 11:25:37,822", + "created": 1610360737.8223455, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187952,15 +187952,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 316.79677963256836, + "msecs": 822.345495223999, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12966.338396072388, + "relativeCreated": 12907.370805740356, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -187969,8 +187969,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:48,316", - "created": 1610346648.316934, + "asctime": "2021-01-11 11:25:37,822", + "created": 1610360737.8224208, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -187980,23 +187980,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 316.93410873413086, + "msecs": 822.4208354949951, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12966.47572517395, + "relativeCreated": 12907.446146011353, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:48,317", - "created": 1610346648.3170872, + "asctime": "2021-01-11 11:25:37,822", + "created": 1610360737.8224924, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188006,23 +188006,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 317.08717346191406, + "msecs": 822.4923610687256, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12966.628789901733, + "relativeCreated": 12907.517671585083, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:48,317", - "created": 1610346648.3177462, + "asctime": "2021-01-11 11:25:37,822", + "created": 1610360737.8226352, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188032,15 +188032,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 317.7461624145508, + "msecs": 822.6351737976074, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12967.28777885437, + "relativeCreated": 12907.660484313965, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188049,8 +188049,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:48,317", - "created": 1610346648.3179135, + "asctime": "2021-01-11 11:25:37,822", + "created": 1610360737.8227205, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188060,15 +188060,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 317.9135322570801, + "msecs": 822.7205276489258, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12967.4551486969, + "relativeCreated": 12907.745838165283, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188076,8 +188076,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:48,318", - "created": 1610346648.3181174, + "asctime": "2021-01-11 11:25:37,822", + "created": 1610360737.8228211, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188087,15 +188087,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 318.1173801422119, + "msecs": 822.8211402893066, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12967.658996582031, + "relativeCreated": 12907.846450805664, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188103,8 +188103,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:48,318", - "created": 1610346648.318271, + "asctime": "2021-01-11 11:25:37,822", + "created": 1610360737.8228958, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188114,15 +188114,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 318.2709217071533, + "msecs": 822.8957653045654, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12967.812538146973, + "relativeCreated": 12907.921075820923, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188130,8 +188130,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:48,318", - "created": 1610346648.3184166, + "asctime": "2021-01-11 11:25:37,822", + "created": 1610360737.8229666, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188141,15 +188141,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 318.4165954589844, + "msecs": 822.9665756225586, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12967.958211898804, + "relativeCreated": 12907.991886138916, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188157,8 +188157,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:48,318", - "created": 1610346648.318557, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8230357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188168,15 +188168,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 318.5570240020752, + "msecs": 823.035717010498, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12968.098640441895, + "relativeCreated": 12908.061027526855, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188186,8 +188186,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:48,318", - "created": 1610346648.318707, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8231099, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188197,15 +188197,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 318.7069892883301, + "msecs": 823.1098651885986, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12968.24860572815, + "relativeCreated": 12908.135175704956, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188215,8 +188215,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:48,318", - "created": 1610346648.318863, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8231862, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188226,15 +188226,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 318.8629150390625, + "msecs": 823.1861591339111, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12968.404531478882, + "relativeCreated": 12908.211469650269, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188244,8 +188244,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:48,319", - "created": 1610346648.3190324, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8232684, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188255,15 +188255,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 319.0324306488037, + "msecs": 823.2684135437012, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12968.574047088623, + "relativeCreated": 12908.293724060059, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188273,8 +188273,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:48,319", - "created": 1610346648.3191853, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8233435, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188284,23 +188284,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 319.1852569580078, + "msecs": 823.3435153961182, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12968.726873397827, + "relativeCreated": 12908.368825912476, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:48,319", - "created": 1610346648.31932, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8234088, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188310,15 +188310,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 319.3199634552002, + "msecs": 823.408842086792, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12968.86157989502, + "relativeCreated": 12908.43415260315, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188327,8 +188327,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:48,319", - "created": 1610346648.3194807, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.823488, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188338,15 +188338,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 319.48065757751465, + "msecs": 823.4879970550537, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12969.022274017334, + "relativeCreated": 12908.513307571411, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188354,8 +188354,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:48,319", - "created": 1610346648.3196514, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.823574, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188365,15 +188365,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 319.65136528015137, + "msecs": 823.5740661621094, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12969.19298171997, + "relativeCreated": 12908.599376678467, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188381,8 +188381,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:48,319", - "created": 1610346648.319797, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8236456, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188392,15 +188392,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 319.7970390319824, + "msecs": 823.6455917358398, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12969.338655471802, + "relativeCreated": 12908.670902252197, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188410,8 +188410,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:48,319", - "created": 1610346648.3199534, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8237185, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188421,15 +188421,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 319.95344161987305, + "msecs": 823.7185478210449, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12969.495058059692, + "relativeCreated": 12908.743858337402, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188439,8 +188439,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:48,320", - "created": 1610346648.3201072, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8237977, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188450,15 +188450,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 320.10722160339355, + "msecs": 823.7977027893066, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12969.648838043213, + "relativeCreated": 12908.823013305664, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188467,8 +188467,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:48,320", - "created": 1610346648.320255, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8238704, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188478,15 +188478,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 320.2550411224365, + "msecs": 823.8704204559326, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12969.796657562256, + "relativeCreated": 12908.89573097229, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188495,8 +188495,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:48,320", - "created": 1610346648.3203952, + "asctime": "2021-01-11 11:25:37,823", + "created": 1610360737.8239381, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188506,15 +188506,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 320.39523124694824, + "msecs": 823.9381313323975, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12969.936847686768, + "relativeCreated": 12908.963441848755, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188523,8 +188523,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:48,320", - "created": 1610346648.3205335, + "asctime": "2021-01-11 11:25:37,824", + "created": 1610360737.8240047, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188534,23 +188534,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 320.53351402282715, + "msecs": 824.0046501159668, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12970.075130462646, + "relativeCreated": 12909.029960632324, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:48,320", - "created": 1610346648.320671, + "asctime": "2021-01-11 11:25:37,824", + "created": 1610360737.8240714, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188560,34 +188560,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 320.67108154296875, + "msecs": 824.0714073181152, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12970.212697982788, + "relativeCreated": 12909.096717834473, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 320.8012580871582, + "msecs": 824.1348266601562, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12970.342874526978, + "relativeCreated": 12909.160137176514, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00013017654418945312 + "time_consumption": 6.341934204101562e-05 }, { "args": [], - "asctime": "2021-01-11 07:30:48,665", - "created": 1610346648.665071, + "asctime": "2021-01-11 11:25:38,168", + "created": 1610360738.168295, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -188602,8 +188602,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:48,321", - "created": 1610346648.321112, + "asctime": "2021-01-11 11:25:37,824", + "created": 1610360737.8242846, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188613,23 +188613,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 321.11191749572754, + "msecs": 824.284553527832, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12970.653533935547, + "relativeCreated": 12909.30986404419, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:48,321", - "created": 1610346648.3212543, + "asctime": "2021-01-11 11:25:37,824", + "created": 1610360737.8243556, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188639,23 +188639,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 321.2542533874512, + "msecs": 824.3556022644043, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12970.79586982727, + "relativeCreated": 12909.380912780762, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:48,321", - "created": 1610346648.321405, + "asctime": "2021-01-11 11:25:37,824", + "created": 1610360737.8244286, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188665,15 +188665,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 321.40493392944336, + "msecs": 824.4285583496094, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12970.946550369263, + "relativeCreated": 12909.453868865967, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188684,8 +188684,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:48,321", - "created": 1610346648.3215377, + "asctime": "2021-01-11 11:25:37,824", + "created": 1610360737.8245513, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188695,23 +188695,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 321.53773307800293, + "msecs": 824.5513439178467, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12971.079349517822, + "relativeCreated": 12909.576654434204, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:48,321", - "created": 1610346648.3217187, + "asctime": "2021-01-11 11:25:37,824", + "created": 1610360737.8248608, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188721,23 +188721,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 321.718692779541, + "msecs": 824.8608112335205, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12971.26030921936, + "relativeCreated": 12909.886121749878, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:48,321", - "created": 1610346648.3217683, + "asctime": "2021-01-11 11:25:37,824", + "created": 1610360737.8249447, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188747,23 +188747,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 321.76828384399414, + "msecs": 824.9447345733643, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12971.309900283813, + "relativeCreated": 12909.970045089722, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:48,321", - "created": 1610346648.3218138, + "asctime": "2021-01-11 11:25:37,825", + "created": 1610360737.8250291, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188773,15 +188773,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 321.81382179260254, + "msecs": 825.0291347503662, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12971.355438232422, + "relativeCreated": 12910.054445266724, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -188789,8 +188789,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:48,321", - "created": 1610346648.321973, + "asctime": "2021-01-11 11:25:37,825", + "created": 1610360737.8252566, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188800,15 +188800,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 321.9730854034424, + "msecs": 825.2565860748291, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12971.514701843262, + "relativeCreated": 12910.281896591187, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -188816,8 +188816,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.330135, + "asctime": "2021-01-11 11:25:37,833", + "created": 1610360737.8334868, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -188827,15 +188827,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 330.1351070404053, + "msecs": 833.486795425415, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12979.676723480225, + "relativeCreated": 12918.512105941772, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -188843,8 +188843,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.3302577, + "asctime": "2021-01-11 11:25:37,833", + "created": 1610360737.8336523, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188854,15 +188854,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 330.2576541900635, + "msecs": 833.6522579193115, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12979.799270629883, + "relativeCreated": 12918.677568435669, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -188871,8 +188871,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.3303103, + "asctime": "2021-01-11 11:25:37,833", + "created": 1610360737.8337436, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188882,15 +188882,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 330.3103446960449, + "msecs": 833.7435722351074, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12979.851961135864, + "relativeCreated": 12918.768882751465, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -188898,8 +188898,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.330373, + "asctime": "2021-01-11 11:25:37,833", + "created": 1610360737.8338478, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188909,15 +188909,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 330.37304878234863, + "msecs": 833.8477611541748, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12979.914665222168, + "relativeCreated": 12918.873071670532, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -188926,8 +188926,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.3304172, + "asctime": "2021-01-11 11:25:37,833", + "created": 1610360737.8339896, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188937,15 +188937,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 330.4171562194824, + "msecs": 833.9896202087402, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12979.958772659302, + "relativeCreated": 12919.014930725098, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -188953,8 +188953,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.3304913, + "asctime": "2021-01-11 11:25:37,834", + "created": 1610360737.8341055, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188964,15 +188964,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 330.491304397583, + "msecs": 834.1054916381836, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12980.032920837402, + "relativeCreated": 12919.130802154541, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -188981,8 +188981,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.3305402, + "asctime": "2021-01-11 11:25:37,834", + "created": 1610360737.8341835, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -188992,15 +188992,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 330.5401802062988, + "msecs": 834.1834545135498, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12980.081796646118, + "relativeCreated": 12919.208765029907, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189008,8 +189008,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.330597, + "asctime": "2021-01-11 11:25:37,834", + "created": 1610360737.8342814, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189019,15 +189019,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 330.596923828125, + "msecs": 834.2814445495605, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12980.138540267944, + "relativeCreated": 12919.306755065918, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189036,8 +189036,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.330638, + "asctime": "2021-01-11 11:25:37,834", + "created": 1610360737.8343515, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189047,15 +189047,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 330.63793182373047, + "msecs": 834.3515396118164, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12980.17954826355, + "relativeCreated": 12919.376850128174, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189063,8 +189063,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.330692, + "asctime": "2021-01-11 11:25:37,834", + "created": 1610360737.834445, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189074,15 +189074,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 330.6920528411865, + "msecs": 834.4449996948242, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12980.233669281006, + "relativeCreated": 12919.470310211182, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189091,8 +189091,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.3307328, + "asctime": "2021-01-11 11:25:37,834", + "created": 1610360737.8345158, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189102,15 +189102,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 330.7328224182129, + "msecs": 834.5158100128174, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12980.274438858032, + "relativeCreated": 12919.541120529175, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189118,8 +189118,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:48,330", - "created": 1610346648.3308148, + "asctime": "2021-01-11 11:25:37,834", + "created": 1610360737.8346446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189129,15 +189129,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 330.8148384094238, + "msecs": 834.6445560455322, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12980.356454849243, + "relativeCreated": 12919.66986656189, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189145,8 +189145,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:48,331", - "created": 1610346648.33176, + "asctime": "2021-01-11 11:25:37,835", + "created": 1610360737.835649, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189156,15 +189156,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 331.7599296569824, + "msecs": 835.6490135192871, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12981.301546096802, + "relativeCreated": 12920.674324035645, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189172,8 +189172,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,331", - "created": 1610346648.3318858, + "asctime": "2021-01-11 11:25:37,835", + "created": 1610360737.8358362, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189183,15 +189183,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 331.88581466674805, + "msecs": 835.8361721038818, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12981.427431106567, + "relativeCreated": 12920.86148262024, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189200,8 +189200,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:48,331", - "created": 1610346648.3319387, + "asctime": "2021-01-11 11:25:37,835", + "created": 1610360737.8359244, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189211,15 +189211,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 331.9387435913086, + "msecs": 835.9243869781494, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12981.480360031128, + "relativeCreated": 12920.949697494507, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189227,8 +189227,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:48,332", - "created": 1610346648.3320205, + "asctime": "2021-01-11 11:25:37,836", + "created": 1610360737.8360574, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189238,15 +189238,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 332.02052116394043, + "msecs": 836.0574245452881, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12981.56213760376, + "relativeCreated": 12921.082735061646, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189257,8 +189257,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:48,332", - "created": 1610346648.3321543, + "asctime": "2021-01-11 11:25:37,836", + "created": 1610360737.836281, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189268,15 +189268,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 332.1542739868164, + "msecs": 836.2810611724854, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12981.695890426636, + "relativeCreated": 12921.306371688843, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189284,8 +189284,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:48,332", - "created": 1610346648.3322253, + "asctime": "2021-01-11 11:25:37,836", + "created": 1610360737.8363807, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189295,15 +189295,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 332.2253227233887, + "msecs": 836.3807201385498, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12981.766939163208, + "relativeCreated": 12921.406030654907, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189314,8 +189314,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:48,332", - "created": 1610346648.3323104, + "asctime": "2021-01-11 11:25:37,836", + "created": 1610360737.8365214, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189325,15 +189325,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 332.31043815612793, + "msecs": 836.5213871002197, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12981.852054595947, + "relativeCreated": 12921.546697616577, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -189341,8 +189341,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:48,332", - "created": 1610346648.3325837, + "asctime": "2021-01-11 11:25:37,836", + "created": 1610360737.836981, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189352,15 +189352,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 332.5836658477783, + "msecs": 836.9810581207275, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12982.125282287598, + "relativeCreated": 12922.006368637085, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189368,8 +189368,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:48,340", - "created": 1610346648.3409684, + "asctime": "2021-01-11 11:25:37,845", + "created": 1610360737.8452318, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189379,15 +189379,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 340.96837043762207, + "msecs": 845.2317714691162, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12990.509986877441, + "relativeCreated": 12930.257081985474, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189395,8 +189395,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,341", - "created": 1610346648.341488, + "asctime": "2021-01-11 11:25:37,845", + "created": 1610360737.845401, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189406,15 +189406,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 341.4878845214844, + "msecs": 845.4010486602783, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12991.029500961304, + "relativeCreated": 12930.426359176636, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189423,8 +189423,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:48,341", - "created": 1610346648.341678, + "asctime": "2021-01-11 11:25:37,845", + "created": 1610360737.8455665, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189434,15 +189434,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 341.6779041290283, + "msecs": 845.5665111541748, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12991.219520568848, + "relativeCreated": 12930.591821670532, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189450,8 +189450,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,341", - "created": 1610346648.3418586, + "asctime": "2021-01-11 11:25:37,845", + "created": 1610360737.8458083, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189461,15 +189461,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 341.8586254119873, + "msecs": 845.8082675933838, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12991.400241851807, + "relativeCreated": 12930.833578109741, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189478,8 +189478,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,341", - "created": 1610346648.3419986, + "asctime": "2021-01-11 11:25:37,845", + "created": 1610360737.8459256, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189489,15 +189489,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 341.9985771179199, + "msecs": 845.9255695343018, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12991.54019355774, + "relativeCreated": 12930.95088005066, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189505,8 +189505,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,342", - "created": 1610346648.3423111, + "asctime": "2021-01-11 11:25:37,846", + "created": 1610360737.8460884, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189516,15 +189516,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 342.31114387512207, + "msecs": 846.0884094238281, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12991.852760314941, + "relativeCreated": 12931.113719940186, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189533,8 +189533,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,342", - "created": 1610346648.3424335, + "asctime": "2021-01-11 11:25:37,846", + "created": 1610360737.8461947, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189544,15 +189544,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 342.4334526062012, + "msecs": 846.1947441101074, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12991.97506904602, + "relativeCreated": 12931.220054626465, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189560,8 +189560,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,342", - "created": 1610346648.3425817, + "asctime": "2021-01-11 11:25:37,846", + "created": 1610360737.8463404, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189571,15 +189571,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 342.58174896240234, + "msecs": 846.3404178619385, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12992.123365402222, + "relativeCreated": 12931.365728378296, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189588,8 +189588,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,342", - "created": 1610346648.3427002, + "asctime": "2021-01-11 11:25:37,846", + "created": 1610360737.8465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189599,15 +189599,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 342.7002429962158, + "msecs": 846.4999198913574, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12992.241859436035, + "relativeCreated": 12931.525230407715, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189615,8 +189615,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,342", - "created": 1610346648.3428216, + "asctime": "2021-01-11 11:25:37,846", + "created": 1610360737.8466668, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189626,15 +189626,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 342.8215980529785, + "msecs": 846.6668128967285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12992.363214492798, + "relativeCreated": 12931.692123413086, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189643,8 +189643,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,342", - "created": 1610346648.3429065, + "asctime": "2021-01-11 11:25:37,846", + "created": 1610360737.8468015, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189654,15 +189654,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 342.9064750671387, + "msecs": 846.8015193939209, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12992.448091506958, + "relativeCreated": 12931.826829910278, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189670,8 +189670,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:48,343", - "created": 1610346648.3430772, + "asctime": "2021-01-11 11:25:37,846", + "created": 1610360737.8469994, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189681,15 +189681,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 343.0771827697754, + "msecs": 846.9994068145752, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12992.618799209595, + "relativeCreated": 12932.024717330933, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189697,8 +189697,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:48,344", - "created": 1610346648.34413, + "asctime": "2021-01-11 11:25:37,848", + "created": 1610360737.848076, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189708,15 +189708,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 344.1300392150879, + "msecs": 848.0761051177979, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12993.671655654907, + "relativeCreated": 12933.101415634155, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189724,8 +189724,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,344", - "created": 1610346648.3443937, + "asctime": "2021-01-11 11:25:37,848", + "created": 1610360737.8483274, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189735,15 +189735,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 344.3937301635742, + "msecs": 848.3273983001709, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12993.935346603394, + "relativeCreated": 12933.352708816528, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189752,8 +189752,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:48,344", - "created": 1610346648.3445306, + "asctime": "2021-01-11 11:25:37,848", + "created": 1610360737.8484783, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189763,15 +189763,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 344.5305824279785, + "msecs": 848.4783172607422, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12994.072198867798, + "relativeCreated": 12933.5036277771, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189779,8 +189779,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:48,344", - "created": 1610346648.3447118, + "asctime": "2021-01-11 11:25:37,848", + "created": 1610360737.8486757, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -189790,15 +189790,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 344.7117805480957, + "msecs": 848.6757278442383, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12994.253396987915, + "relativeCreated": 12933.701038360596, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189809,8 +189809,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:48,345", - "created": 1610346648.3450978, + "asctime": "2021-01-11 11:25:37,849", + "created": 1610360737.8490045, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189820,15 +189820,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 345.09778022766113, + "msecs": 849.0045070648193, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12994.63939666748, + "relativeCreated": 12934.029817581177, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -189836,8 +189836,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:48,345", - "created": 1610346648.3452535, + "asctime": "2021-01-11 11:25:37,849", + "created": 1610360737.8491547, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189847,34 +189847,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 345.25346755981445, + "msecs": 849.1547107696533, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 12994.795083999634, + "relativeCreated": 12934.18002128601, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" } ], - "msecs": 665.0710105895996, + "msecs": 168.29490661621094, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13314.612627029419, + "relativeCreated": 13253.320217132568, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.31981754302978516 + "time_consumption": 0.3191401958465576 }, { "args": [], - "asctime": "2021-01-11 07:30:48,665", - "created": 1610346648.6658533, + "asctime": "2021-01-11 11:25:38,169", + "created": 1610360738.169091, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -189892,8 +189892,8 @@ "10", "0" ], - "asctime": "2021-01-11 07:30:48,665", - "created": 1610346648.6656594, + "asctime": "2021-01-11 11:25:38,168", + "created": 1610360738.1688733, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189903,34 +189903,34 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=0", "module": "__init__", - "msecs": 665.6594276428223, + "msecs": 168.87331008911133, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13315.201044082642, + "relativeCreated": 13253.898620605469, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 665.8532619476318, + "msecs": 169.09098625183105, "msg": "Registering a correct working Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13315.394878387451, + "relativeCreated": 13254.116296768188, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001938343048095703 + "time_consumption": 0.00021767616271972656 }, { "args": [], - "asctime": "2021-01-11 07:30:48,867", - "created": 1610346648.8675327, + "asctime": "2021-01-11 11:25:38,370", + "created": 1610360738.370659, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -189949,8 +189949,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:48,666", - "created": 1610346648.6661959, + "asctime": "2021-01-11 11:25:38,169", + "created": 1610360738.1694279, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189960,15 +189960,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 666.1958694458008, + "msecs": 169.42787170410156, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13315.73748588562, + "relativeCreated": 13254.453182220459, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -189976,8 +189976,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:48,667", - "created": 1610346648.6671045, + "asctime": "2021-01-11 11:25:38,170", + "created": 1610360738.170294, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -189987,15 +189987,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 667.1044826507568, + "msecs": 170.29404640197754, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13316.646099090576, + "relativeCreated": 13255.319356918335, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190003,8 +190003,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:48,675", - "created": 1610346648.6756325, + "asctime": "2021-01-11 11:25:38,178", + "created": 1610360738.1789446, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190014,15 +190014,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 675.6324768066406, + "msecs": 178.94458770751953, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13325.17409324646, + "relativeCreated": 13263.969898223877, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190030,8 +190030,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,675", - "created": 1610346648.6759813, + "asctime": "2021-01-11 11:25:38,179", + "created": 1610360738.1792815, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190041,15 +190041,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 675.9812831878662, + "msecs": 179.28147315979004, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13325.522899627686, + "relativeCreated": 13264.306783676147, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190058,8 +190058,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:48,676", - "created": 1610346648.6761599, + "asctime": "2021-01-11 11:25:38,179", + "created": 1610360738.1794465, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190069,15 +190069,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 676.1598587036133, + "msecs": 179.44645881652832, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13325.701475143433, + "relativeCreated": 13264.471769332886, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190085,8 +190085,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,676", - "created": 1610346648.6763642, + "asctime": "2021-01-11 11:25:38,179", + "created": 1610360738.1796496, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190096,15 +190096,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 676.3641834259033, + "msecs": 179.64959144592285, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13325.905799865723, + "relativeCreated": 13264.67490196228, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190113,8 +190113,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,676", - "created": 1610346648.676508, + "asctime": "2021-01-11 11:25:38,179", + "created": 1610360738.179789, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190124,15 +190124,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 676.5079498291016, + "msecs": 179.78906631469727, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13326.04956626892, + "relativeCreated": 13264.814376831055, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190140,8 +190140,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,676", - "created": 1610346648.6767132, + "asctime": "2021-01-11 11:25:38,179", + "created": 1610360738.1799934, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190151,15 +190151,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 676.713228225708, + "msecs": 179.9933910369873, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13326.254844665527, + "relativeCreated": 13265.018701553345, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190168,8 +190168,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,676", - "created": 1610346648.6768475, + "asctime": "2021-01-11 11:25:38,180", + "created": 1610360738.1801267, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190179,15 +190179,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 676.8474578857422, + "msecs": 180.12666702270508, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13326.389074325562, + "relativeCreated": 13265.151977539062, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190195,8 +190195,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,677", - "created": 1610346648.6770964, + "asctime": "2021-01-11 11:25:38,180", + "created": 1610360738.180315, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190206,15 +190206,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 677.0963668823242, + "msecs": 180.3150177001953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13326.637983322144, + "relativeCreated": 13265.340328216553, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190223,8 +190223,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,677", - "created": 1610346648.677311, + "asctime": "2021-01-11 11:25:38,180", + "created": 1610360738.1804597, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190234,15 +190234,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 677.3109436035156, + "msecs": 180.45973777770996, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13326.852560043335, + "relativeCreated": 13265.485048294067, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190250,8 +190250,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,677", - "created": 1610346648.677523, + "asctime": "2021-01-11 11:25:38,180", + "created": 1610360738.180636, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190261,15 +190261,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 677.5228977203369, + "msecs": 180.63592910766602, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13327.064514160156, + "relativeCreated": 13265.661239624023, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190278,8 +190278,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,677", - "created": 1610346648.6776347, + "asctime": "2021-01-11 11:25:38,180", + "created": 1610360738.1808088, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190289,15 +190289,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 677.6347160339355, + "msecs": 180.80878257751465, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13327.176332473755, + "relativeCreated": 13265.834093093872, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190305,8 +190305,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:48,677", - "created": 1610346648.6778486, + "asctime": "2021-01-11 11:25:38,181", + "created": 1610360738.1810563, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190316,15 +190316,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 677.8485774993896, + "msecs": 181.05626106262207, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13327.390193939209, + "relativeCreated": 13266.08157157898, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190332,8 +190332,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:48,678", - "created": 1610346648.6787581, + "asctime": "2021-01-11 11:25:38,181", + "created": 1610360738.1819582, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190343,15 +190343,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 678.7581443786621, + "msecs": 181.95819854736328, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13328.299760818481, + "relativeCreated": 13266.98350906372, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190359,8 +190359,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,678", - "created": 1610346648.6789677, + "asctime": "2021-01-11 11:25:38,182", + "created": 1610360738.182132, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190370,15 +190370,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 678.9677143096924, + "msecs": 182.13200569152832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13328.509330749512, + "relativeCreated": 13267.157316207886, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190387,8 +190387,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:48,679", - "created": 1610346648.6791027, + "asctime": "2021-01-11 11:25:38,182", + "created": 1610360738.1822689, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190398,15 +190398,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 679.1026592254639, + "msecs": 182.26885795593262, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13328.644275665283, + "relativeCreated": 13267.29416847229, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190414,8 +190414,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78" ], - "asctime": "2021-01-11 07:30:48,679", - "created": 1610346648.679302, + "asctime": "2021-01-11 11:25:38,182", + "created": 1610360738.1825235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190425,15 +190425,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78", "module": "stp", - "msecs": 679.3019771575928, + "msecs": 182.5234889984131, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13328.843593597412, + "relativeCreated": 13267.54879951477, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190444,8 +190444,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:48,679", - "created": 1610346648.679602, + "asctime": "2021-01-11 11:25:38,182", + "created": 1610360738.1828752, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190455,15 +190455,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 679.6019077301025, + "msecs": 182.8751564025879, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13329.143524169922, + "relativeCreated": 13267.900466918945, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190471,8 +190471,8 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 07:30:48,679", - "created": 1610346648.6797605, + "asctime": "2021-01-11 11:25:38,183", + "created": 1610360738.1830556, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190482,15 +190482,15 @@ "lineno": 479, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 679.7604560852051, + "msecs": 183.05563926696777, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13329.302072525024, + "relativeCreated": 13268.080949783325, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190501,8 +190501,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:48,679", - "created": 1610346648.6799643, + "asctime": "2021-01-11 11:25:38,183", + "created": 1610360738.1832893, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190512,15 +190512,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 679.9643039703369, + "msecs": 183.2892894744873, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13329.505920410156, + "relativeCreated": 13268.314599990845, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -190528,8 +190528,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4" ], - "asctime": "2021-01-11 07:30:48,680", - "created": 1610346648.6807153, + "asctime": "2021-01-11 11:25:38,184", + "created": 1610360738.184123, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190539,15 +190539,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4", "module": "__init__", - "msecs": 680.7153224945068, + "msecs": 184.12303924560547, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13330.256938934326, + "relativeCreated": 13269.148349761963, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190555,8 +190555,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4" ], - "asctime": "2021-01-11 07:30:48,689", - "created": 1610346648.68909, + "asctime": "2021-01-11 11:25:38,192", + "created": 1610360738.192638, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190566,15 +190566,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4", "module": "__init__", - "msecs": 689.0900135040283, + "msecs": 192.63792037963867, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13338.631629943848, + "relativeCreated": 13277.663230895996, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190582,8 +190582,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,689", - "created": 1610346648.689338, + "asctime": "2021-01-11 11:25:38,192", + "created": 1610360738.192928, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190593,15 +190593,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 689.337968826294, + "msecs": 192.92807579040527, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13338.879585266113, + "relativeCreated": 13277.953386306763, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190610,8 +190610,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:48,689", - "created": 1610346648.6894982, + "asctime": "2021-01-11 11:25:38,193", + "created": 1610360738.1930754, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190621,15 +190621,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 689.4981861114502, + "msecs": 193.07541847229004, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13339.03980255127, + "relativeCreated": 13278.100728988647, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190637,8 +190637,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,689", - "created": 1610346648.6896205, + "asctime": "2021-01-11 11:25:38,193", + "created": 1610360738.1932795, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190648,15 +190648,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 689.6204948425293, + "msecs": 193.27950477600098, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13339.162111282349, + "relativeCreated": 13278.304815292358, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190665,8 +190665,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,689", - "created": 1610346648.6896994, + "asctime": "2021-01-11 11:25:38,193", + "created": 1610360738.1934066, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190676,15 +190676,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 689.6994113922119, + "msecs": 193.4065818786621, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13339.241027832031, + "relativeCreated": 13278.43189239502, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190692,8 +190692,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,689", - "created": 1610346648.6898093, + "asctime": "2021-01-11 11:25:38,193", + "created": 1610360738.1935885, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190703,15 +190703,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 689.8093223571777, + "msecs": 193.5884952545166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13339.350938796997, + "relativeCreated": 13278.613805770874, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190720,8 +190720,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,689", - "created": 1610346648.6898813, + "asctime": "2021-01-11 11:25:38,193", + "created": 1610360738.1937072, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190731,15 +190731,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 689.8813247680664, + "msecs": 193.70722770690918, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13339.422941207886, + "relativeCreated": 13278.732538223267, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190747,8 +190747,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,689", - "created": 1610346648.6899815, + "asctime": "2021-01-11 11:25:38,193", + "created": 1610360738.1938715, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190758,15 +190758,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 689.9814605712891, + "msecs": 193.87149810791016, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13339.523077011108, + "relativeCreated": 13278.896808624268, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190775,8 +190775,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,690", - "created": 1610346648.6900523, + "asctime": "2021-01-11 11:25:38,193", + "created": 1610360738.1939874, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190786,15 +190786,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 690.0522708892822, + "msecs": 193.98736953735352, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13339.593887329102, + "relativeCreated": 13279.012680053711, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190802,8 +190802,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,690", - "created": 1610346648.6901631, + "asctime": "2021-01-11 11:25:38,194", + "created": 1610360738.1941411, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190813,15 +190813,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 690.1631355285645, + "msecs": 194.14114952087402, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13339.704751968384, + "relativeCreated": 13279.166460037231, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190830,8 +190830,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,690", - "created": 1610346648.6902354, + "asctime": "2021-01-11 11:25:38,194", + "created": 1610360738.1942582, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190841,15 +190841,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 690.2353763580322, + "msecs": 194.2582130432129, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13339.776992797852, + "relativeCreated": 13279.28352355957, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190857,8 +190857,8 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 07:30:48,690", - "created": 1610346648.6903794, + "asctime": "2021-01-11 11:25:38,194", + "created": 1610360738.1944768, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190868,15 +190868,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 690.3793811798096, + "msecs": 194.47684288024902, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13339.920997619629, + "relativeCreated": 13279.502153396606, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190884,8 +190884,8 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 07:30:48,691", - "created": 1610346648.6912212, + "asctime": "2021-01-11 11:25:38,195", + "created": 1610360738.195418, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -190895,15 +190895,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 691.2212371826172, + "msecs": 195.4178810119629, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13340.762853622437, + "relativeCreated": 13280.44319152832, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190911,8 +190911,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,691", - "created": 1610346648.6913674, + "asctime": "2021-01-11 11:25:38,195", + "created": 1610360738.1956964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190922,15 +190922,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 691.3673877716064, + "msecs": 195.69635391235352, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13340.909004211426, + "relativeCreated": 13280.721664428711, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190939,8 +190939,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:48,691", - "created": 1610346648.6914608, + "asctime": "2021-01-11 11:25:38,195", + "created": 1610360738.1958988, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190950,15 +190950,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 691.4608478546143, + "msecs": 195.89877128601074, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13341.002464294434, + "relativeCreated": 13280.924081802368, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190966,8 +190966,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 33 7d e4 e1 8c bb" ], - "asctime": "2021-01-11 07:30:48,691", - "created": 1610346648.6915967, + "asctime": "2021-01-11 11:25:38,196", + "created": 1610360738.1961417, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -190977,15 +190977,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 33 7d e4 e1 8c bb", "module": "stp", - "msecs": 691.5967464447021, + "msecs": 196.14171981811523, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13341.138362884521, + "relativeCreated": 13281.167030334473, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -190996,8 +190996,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:48,691", - "created": 1610346648.691809, + "asctime": "2021-01-11 11:25:38,196", + "created": 1610360738.1964643, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191007,23 +191007,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 691.8089389801025, + "msecs": 196.46430015563965, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13341.350555419922, + "relativeCreated": 13281.489610671997, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:48,691", - "created": 1610346648.6919262, + "asctime": "2021-01-11 11:25:38,196", + "created": 1610360738.1966596, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191033,37 +191033,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 691.9262409210205, + "msecs": 196.65956497192383, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13341.46785736084, + "relativeCreated": 13281.684875488281, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" } ], - "msecs": 867.5327301025391, + "msecs": 370.65911293029785, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13517.074346542358, + "relativeCreated": 13455.684423446655, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.17560648918151855 + "time_consumption": 0.17399954795837402 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:48,868", - "created": 1610346648.868457, + "asctime": "2021-01-11 11:25:38,371", + "created": 1610360738.3715196, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191080,8 +191080,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:48,868", - "created": 1610346648.8680747, + "asctime": "2021-01-11 11:25:38,371", + "created": 1610360738.371172, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191091,15 +191091,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 868.0746555328369, + "msecs": 371.1719512939453, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13517.616271972656, + "relativeCreated": 13456.197261810303, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -191108,8 +191108,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:48,868", - "created": 1610346648.8682883, + "asctime": "2021-01-11 11:25:38,371", + "created": 1610360738.3713562, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191119,37 +191119,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 868.2882785797119, + "msecs": 371.3562488555908, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13517.829895019531, + "relativeCreated": 13456.381559371948, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 868.4570789337158, + "msecs": 371.5195655822754, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13517.998695373535, + "relativeCreated": 13456.544876098633, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016880035400390625 + "time_consumption": 0.0001633167266845703 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 07:30:48,869", - "created": 1610346648.869007, + "asctime": "2021-01-11 11:25:38,372", + "created": 1610360738.3720562, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191166,8 +191166,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 07:30:48,868", - "created": 1610346648.8687122, + "asctime": "2021-01-11 11:25:38,371", + "created": 1610360738.371754, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191177,15 +191177,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 868.7121868133545, + "msecs": 371.7539310455322, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13518.253803253174, + "relativeCreated": 13456.77924156189, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -191194,8 +191194,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:48,868", - "created": 1610346648.8688617, + "asctime": "2021-01-11 11:25:38,371", + "created": 1610360738.3719018, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -191205,34 +191205,34 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 868.8616752624512, + "msecs": 371.9017505645752, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13518.40329170227, + "relativeCreated": 13456.927061080933, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 869.0071105957031, + "msecs": 372.056245803833, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13518.548727035522, + "relativeCreated": 13457.08155632019, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014543533325195312 + "time_consumption": 0.0001544952392578125 }, { "args": [], - "asctime": "2021-01-11 07:30:48,869", - "created": 1610346648.869546, + "asctime": "2021-01-11 11:25:38,372", + "created": 1610360738.3724737, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -191240,7 +191240,7 @@ "levelname": "DEBUG", "levelno": 10, "lineno": 110, - "message": "Overwriting existing Callback using one with faulty return values", + "message": "Overwriting existing Callback using one with faulty (too many) return values", "module": "test_callbacks", "moduleLogger": [ { @@ -191251,8 +191251,8 @@ "0", "'__callback_error__'" ], - "asctime": "2021-01-11 07:30:48,869", - "created": 1610346648.8693483, + "asctime": "2021-01-11 11:25:38,372", + "created": 1610360738.3723218, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191262,34 +191262,34 @@ "lineno": 168, "message": "prot-server: Overwriting existing callback '__callback__' for service_id (10) and data_id (0) to '__callback_error__'!", "module": "__init__", - "msecs": 869.3482875823975, + "msecs": 372.32184410095215, "msg": "%s Overwriting existing callback %s for service_id (%s) and data_id (%s) to %s!", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13518.889904022217, + "relativeCreated": 13457.34715461731, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 869.5459365844727, - "msg": "Overwriting existing Callback using one with faulty return values", + "msecs": 372.47371673583984, + "msg": "Overwriting existing Callback using one with faulty (too many) return values", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13519.087553024292, + "relativeCreated": 13457.499027252197, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001976490020751953 + "time_consumption": 0.0001518726348876953 }, { "args": [], - "asctime": "2021-01-11 07:30:49,071", - "created": 1610346649.071171, + "asctime": "2021-01-11 11:25:38,574", + "created": 1610360738.574006, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -191308,8 +191308,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:48,869", - "created": 1610346648.8698828, + "asctime": "2021-01-11 11:25:38,372", + "created": 1610360738.372854, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191319,15 +191319,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 869.8828220367432, + "msecs": 372.85399436950684, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13519.424438476562, + "relativeCreated": 13457.879304885864, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -191335,8 +191335,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:48,871", - "created": 1610346648.8712971, + "asctime": "2021-01-11 11:25:38,373", + "created": 1610360738.373613, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191346,15 +191346,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 871.2971210479736, + "msecs": 373.6131191253662, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13520.838737487793, + "relativeCreated": 13458.638429641724, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191362,8 +191362,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:48,879", - "created": 1610346648.8797169, + "asctime": "2021-01-11 11:25:38,382", + "created": 1610360738.3822725, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191373,15 +191373,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 879.7168731689453, + "msecs": 382.27248191833496, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13529.258489608765, + "relativeCreated": 13467.297792434692, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191389,8 +191389,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,879", - "created": 1610346648.8799102, + "asctime": "2021-01-11 11:25:38,382", + "created": 1610360738.3825161, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191400,15 +191400,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 879.9102306365967, + "msecs": 382.51614570617676, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13529.451847076416, + "relativeCreated": 13467.541456222534, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191417,8 +191417,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:48,880", - "created": 1610346648.8800159, + "asctime": "2021-01-11 11:25:38,382", + "created": 1610360738.3826637, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191428,15 +191428,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 880.0158500671387, + "msecs": 382.6637268066406, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13529.557466506958, + "relativeCreated": 13467.689037322998, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191444,8 +191444,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,880", - "created": 1610346648.880143, + "asctime": "2021-01-11 11:25:38,382", + "created": 1610360738.3828402, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191455,15 +191455,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 880.1429271697998, + "msecs": 382.8401565551758, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13529.68454360962, + "relativeCreated": 13467.865467071533, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191472,8 +191472,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,880", - "created": 1610346648.8802304, + "asctime": "2021-01-11 11:25:38,382", + "created": 1610360738.382964, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191483,15 +191483,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 880.2304267883301, + "msecs": 382.9638957977295, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13529.77204322815, + "relativeCreated": 13467.989206314087, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191499,8 +191499,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,880", - "created": 1610346648.8803573, + "asctime": "2021-01-11 11:25:38,383", + "created": 1610360738.3831441, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191510,15 +191510,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 880.3572654724121, + "msecs": 383.1441402435303, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13529.898881912231, + "relativeCreated": 13468.169450759888, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191527,8 +191527,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,880", - "created": 1610346648.880441, + "asctime": "2021-01-11 11:25:38,383", + "created": 1610360738.3832831, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191538,15 +191538,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 880.4409503936768, + "msecs": 383.2831382751465, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13529.982566833496, + "relativeCreated": 13468.308448791504, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191554,8 +191554,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,880", - "created": 1610346648.880573, + "asctime": "2021-01-11 11:25:38,383", + "created": 1610360738.3834536, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191565,15 +191565,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 880.573034286499, + "msecs": 383.4536075592041, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13530.114650726318, + "relativeCreated": 13468.478918075562, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191582,8 +191582,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,880", - "created": 1610346648.8806577, + "asctime": "2021-01-11 11:25:38,383", + "created": 1610360738.3835707, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191593,15 +191593,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 880.6576728820801, + "msecs": 383.57067108154297, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13530.1992893219, + "relativeCreated": 13468.5959815979, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191609,8 +191609,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,880", - "created": 1610346648.8807805, + "asctime": "2021-01-11 11:25:38,383", + "created": 1610360738.3837616, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191620,15 +191620,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 880.7804584503174, + "msecs": 383.7616443634033, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13530.322074890137, + "relativeCreated": 13468.78695487976, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191637,8 +191637,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,880", - "created": 1610346648.8808827, + "asctime": "2021-01-11 11:25:38,383", + "created": 1610360738.3839352, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191648,15 +191648,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 880.882740020752, + "msecs": 383.93521308898926, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13530.424356460571, + "relativeCreated": 13468.960523605347, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191664,8 +191664,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:48,881", - "created": 1610346648.881035, + "asctime": "2021-01-11 11:25:38,384", + "created": 1610360738.3841424, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191675,15 +191675,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 881.0350894927979, + "msecs": 384.1423988342285, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13530.576705932617, + "relativeCreated": 13469.167709350586, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191691,8 +191691,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:48,881", - "created": 1610346648.8819814, + "asctime": "2021-01-11 11:25:38,385", + "created": 1610360738.3850355, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191702,15 +191702,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 881.981372833252, + "msecs": 385.03551483154297, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13531.522989273071, + "relativeCreated": 13470.0608253479, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191718,8 +191718,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,882", - "created": 1610346648.882132, + "asctime": "2021-01-11 11:25:38,385", + "created": 1610360738.385193, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191729,15 +191729,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 882.1320533752441, + "msecs": 385.1931095123291, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13531.673669815063, + "relativeCreated": 13470.218420028687, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191746,8 +191746,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:48,882", - "created": 1610346648.8822432, + "asctime": "2021-01-11 11:25:38,385", + "created": 1610360738.3853142, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191757,15 +191757,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 882.2431564331055, + "msecs": 385.3142261505127, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13531.784772872925, + "relativeCreated": 13470.33953666687, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191773,8 +191773,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78" ], - "asctime": "2021-01-11 07:30:48,882", - "created": 1610346648.882397, + "asctime": "2021-01-11 11:25:38,385", + "created": 1610360738.3855357, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191784,15 +191784,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78", "module": "stp", - "msecs": 882.396936416626, + "msecs": 385.53571701049805, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13531.938552856445, + "relativeCreated": 13470.561027526855, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191803,8 +191803,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:48,882", - "created": 1610346648.8826334, + "asctime": "2021-01-11 11:25:38,385", + "created": 1610360738.3858542, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191814,15 +191814,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 882.6334476470947, + "msecs": 385.85424423217773, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13532.175064086914, + "relativeCreated": 13470.879554748535, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191830,8 +191830,8 @@ "prot-server:", "__callback_error__" ], - "asctime": "2021-01-11 07:30:48,882", - "created": 1610346648.882745, + "asctime": "2021-01-11 11:25:38,386", + "created": 1610360738.386039, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191841,21 +191841,21 @@ "lineno": 479, "message": "prot-server: Executing callback __callback_error__ to process received data", "module": "__init__", - "msecs": 882.7450275421143, + "msecs": 386.03901863098145, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13532.286643981934, + "relativeCreated": 13471.064329147339, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { "args": [], - "asctime": "2021-01-11 07:30:48,882", - "created": 1610346648.882865, + "asctime": "2021-01-11 11:25:38,386", + "created": 1610360738.3862085, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191863,17 +191863,17 @@ "levelname": "ERROR", "levelno": 40, "lineno": 482, - "message": "prot-server: Exception raised. Check callback __callback_error__ and it's return values for service_id 10 and data_id 0", + "message": "prot-server: Exception raised. Check callback __callback_error__: \"too many values to unpack (expected 2)\" and it's return values for service_id 10 and data_id 0", "module": "__init__", - "msecs": 882.8649520874023, - "msg": "prot-server: Exception raised. Check callback __callback_error__ and it's return values for service_id 10 and data_id 0", + "msecs": 386.20853424072266, + "msg": "prot-server: Exception raised. Check callback __callback_error__: \"too many values to unpack (expected 2)\" and it's return values for service_id 10 and data_id 0", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13532.406568527222, + "relativeCreated": 13471.23384475708, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191884,8 +191884,8 @@ "status: callback error", "None" ], - "asctime": "2021-01-11 07:30:48,883", - "created": 1610346648.8830047, + "asctime": "2021-01-11 11:25:38,386", + "created": 1610360738.3864055, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191895,15 +191895,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: callback error, data: \"None\"", "module": "__init__", - "msecs": 883.0046653747559, + "msecs": 386.40546798706055, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13532.546281814575, + "relativeCreated": 13471.430778503418, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -191911,8 +191911,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 32 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c" ], - "asctime": "2021-01-11 07:30:48,883", - "created": 1610346648.8835073, + "asctime": "2021-01-11 11:25:38,387", + "created": 1610360738.3871844, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191922,15 +191922,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 32 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c", "module": "__init__", - "msecs": 883.507251739502, + "msecs": 387.18438148498535, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13533.048868179321, + "relativeCreated": 13472.209692001343, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -191938,8 +191938,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 32 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c" ], - "asctime": "2021-01-11 07:30:48,891", - "created": 1610346648.891859, + "asctime": "2021-01-11 11:25:38,395", + "created": 1610360738.3956952, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -191949,15 +191949,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 32 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c", "module": "__init__", - "msecs": 891.8590545654297, + "msecs": 395.6952095031738, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13541.400671005249, + "relativeCreated": 13480.720520019531, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -191965,8 +191965,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,892", - "created": 1610346648.8920608, + "asctime": "2021-01-11 11:25:38,395", + "created": 1610360738.395974, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -191976,15 +191976,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 892.0607566833496, + "msecs": 395.97392082214355, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13541.602373123169, + "relativeCreated": 13480.999231338501, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -191993,8 +191993,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:48,892", - "created": 1610346648.8921692, + "asctime": "2021-01-11 11:25:38,396", + "created": 1610360738.396141, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192004,15 +192004,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 892.1692371368408, + "msecs": 396.14105224609375, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13541.71085357666, + "relativeCreated": 13481.166362762451, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192020,8 +192020,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,892", - "created": 1610346648.8923008, + "asctime": "2021-01-11 11:25:38,396", + "created": 1610360738.3963666, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192031,15 +192031,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.3008441925049, + "msecs": 396.3665962219238, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13541.842460632324, + "relativeCreated": 13481.391906738281, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192048,8 +192048,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,892", - "created": 1610346648.8923914, + "asctime": "2021-01-11 11:25:38,396", + "created": 1610360738.3965218, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192059,15 +192059,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 892.3914432525635, + "msecs": 396.52180671691895, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13541.933059692383, + "relativeCreated": 13481.547117233276, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192075,8 +192075,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,892", - "created": 1610346648.8925362, + "asctime": "2021-01-11 11:25:38,396", + "created": 1610360738.3967297, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192086,15 +192086,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.5361633300781, + "msecs": 396.7297077178955, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13542.077779769897, + "relativeCreated": 13481.755018234253, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192103,8 +192103,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,892", - "created": 1610346648.8926272, + "asctime": "2021-01-11 11:25:38,396", + "created": 1610360738.3969235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192114,15 +192114,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 892.6272392272949, + "msecs": 396.9235420227051, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13542.168855667114, + "relativeCreated": 13481.948852539062, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192130,8 +192130,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,892", - "created": 1610346648.8927505, + "asctime": "2021-01-11 11:25:38,397", + "created": 1610360738.397115, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192141,15 +192141,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.7505016326904, + "msecs": 397.11499214172363, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13542.29211807251, + "relativeCreated": 13482.140302658081, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192158,8 +192158,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,892", - "created": 1610346648.8928332, + "asctime": "2021-01-11 11:25:38,397", + "created": 1610360738.3972454, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192169,15 +192169,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 892.8332328796387, + "msecs": 397.2454071044922, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13542.374849319458, + "relativeCreated": 13482.27071762085, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192185,8 +192185,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,892", - "created": 1610346648.8929408, + "asctime": "2021-01-11 11:25:38,397", + "created": 1610360738.397419, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192196,15 +192196,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 892.9407596588135, + "msecs": 397.4189758300781, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13542.482376098633, + "relativeCreated": 13482.444286346436, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192213,8 +192213,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:48,893", - "created": 1610346648.893021, + "asctime": "2021-01-11 11:25:38,397", + "created": 1610360738.3975596, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192224,15 +192224,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 893.0211067199707, + "msecs": 397.55964279174805, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13542.56272315979, + "relativeCreated": 13482.584953308105, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192240,8 +192240,8 @@ "comm-server:", "(7): 7d a1 a2 87 f3 3a 3e" ], - "asctime": "2021-01-11 07:30:48,893", - "created": 1610346648.8931777, + "asctime": "2021-01-11 11:25:38,397", + "created": 1610360738.3978357, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192251,15 +192251,15 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d a1 a2 87 f3 3a 3e", "module": "__init__", - "msecs": 893.1777477264404, + "msecs": 397.83573150634766, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13542.71936416626, + "relativeCreated": 13482.861042022705, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192267,8 +192267,8 @@ "comm-client:", "(7): 7d a1 a2 87 f3 3a 3e" ], - "asctime": "2021-01-11 07:30:48,894", - "created": 1610346648.894283, + "asctime": "2021-01-11 11:25:38,399", + "created": 1610360738.399094, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192278,15 +192278,15 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d a1 a2 87 f3 3a 3e", "module": "__init__", - "msecs": 894.2830562591553, + "msecs": 399.0941047668457, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13543.824672698975, + "relativeCreated": 13484.119415283203, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192294,8 +192294,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:48,894", - "created": 1610346648.8944566, + "asctime": "2021-01-11 11:25:38,399", + "created": 1610360738.3992896, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192305,15 +192305,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 894.4566249847412, + "msecs": 399.289608001709, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13543.99824142456, + "relativeCreated": 13484.314918518066, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192322,8 +192322,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:48,894", - "created": 1610346648.8945708, + "asctime": "2021-01-11 11:25:38,399", + "created": 1610360738.399409, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192333,15 +192333,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 894.5708274841309, + "msecs": 399.40905570983887, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13544.11244392395, + "relativeCreated": 13484.434366226196, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192349,8 +192349,8 @@ "STP:", "(63): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 32 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d a1 a2 87 f3" ], - "asctime": "2021-01-11 07:30:48,894", - "created": 1610346648.8947256, + "asctime": "2021-01-11 11:25:38,399", + "created": 1610360738.3995924, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192360,15 +192360,15 @@ "lineno": 148, "message": "STP: message identified - (63): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 32 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d a1 a2 87 f3", "module": "stp", - "msecs": 894.7255611419678, + "msecs": 399.59239959716797, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13544.267177581787, + "relativeCreated": 13484.617710113525, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -192379,8 +192379,8 @@ "status: callback error", "None" ], - "asctime": "2021-01-11 07:30:48,894", - "created": 1610346648.8949862, + "asctime": "2021-01-11 11:25:38,399", + "created": 1610360738.399862, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192390,23 +192390,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: callback error, data: \"None\"", "module": "__init__", - "msecs": 894.9861526489258, + "msecs": 399.86205101013184, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13544.527769088745, + "relativeCreated": 13484.88736152649, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:48,895", - "created": 1610346648.8951297, + "asctime": "2021-01-11 11:25:38,400", + "created": 1610360738.4000158, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192416,37 +192416,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 895.1296806335449, + "msecs": 400.01583099365234, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13544.671297073364, + "relativeCreated": 13485.04114151001, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" } ], - "msecs": 71.17104530334473, + "msecs": 574.0060806274414, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13720.712661743164, + "relativeCreated": 13659.031391143799, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.1760413646697998 + "time_consumption": 0.17399024963378906 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:49,072", - "created": 1610346649.0720496, + "asctime": "2021-01-11 11:25:38,574", + "created": 1610360738.574844, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192463,8 +192463,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:49,071", - "created": 1610346649.0716968, + "asctime": "2021-01-11 11:25:38,574", + "created": 1610360738.5744948, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192474,15 +192474,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 71.69675827026367, + "msecs": 574.4948387145996, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13721.238374710083, + "relativeCreated": 13659.520149230957, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -192491,8 +192491,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:49,071", - "created": 1610346649.071885, + "asctime": "2021-01-11 11:25:38,574", + "created": 1610360738.57468, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192502,37 +192502,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 71.8851089477539, + "msecs": 574.6800899505615, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13721.426725387573, + "relativeCreated": 13659.705400466919, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 72.04961776733398, + "msecs": 574.8438835144043, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13721.591234207153, + "relativeCreated": 13659.869194030762, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00016450881958007812 + "time_consumption": 0.00016379356384277344 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 2, 'data': None}", "" ], - "asctime": "2021-01-11 07:30:49,072", - "created": 1610346649.0726123, + "asctime": "2021-01-11 11:25:38,575", + "created": 1610360738.5754063, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192549,8 +192549,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 2, 'data': None}", "" ], - "asctime": "2021-01-11 07:30:49,072", - "created": 1610346649.0722904, + "asctime": "2021-01-11 11:25:38,575", + "created": 1610360738.575083, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192560,15 +192560,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 2, 'data': None} ()", "module": "test", - "msecs": 72.29042053222656, + "msecs": 575.0830173492432, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13721.832036972046, + "relativeCreated": 13660.1083278656, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -192577,8 +192577,8 @@ "{'data': None, 'data_id': 0, 'service_id': 11, 'status': 2}", "" ], - "asctime": "2021-01-11 07:30:49,072", - "created": 1610346649.0724654, + "asctime": "2021-01-11 11:25:38,575", + "created": 1610360738.5752509, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -192588,34 +192588,34 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': None, 'data_id': 0, 'service_id': 11, 'status': 2} ()", "module": "test", - "msecs": 72.46541976928711, + "msecs": 575.2508640289307, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13722.007036209106, + "relativeCreated": 13660.276174545288, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 72.61228561401367, + "msecs": 575.4063129425049, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13722.153902053833, + "relativeCreated": 13660.431623458862, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001468658447265625 + "time_consumption": 0.00015544891357421875 }, { "args": [], - "asctime": "2021-01-11 07:30:49,073", - "created": 1610346649.07305, + "asctime": "2021-01-11 11:25:38,575", + "created": 1610360738.5758188, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -192633,8 +192633,8 @@ "10", "0" ], - "asctime": "2021-01-11 07:30:49,072", - "created": 1610346649.0728984, + "asctime": "2021-01-11 11:25:38,575", + "created": 1610360738.5756688, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192644,34 +192644,34 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback_error__' for service_id (10) and data_id (0)!", "module": "__init__", - "msecs": 72.89838790893555, + "msecs": 575.6688117980957, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13722.440004348755, + "relativeCreated": 13660.694122314453, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 73.05002212524414, + "msecs": 575.8187770843506, "msg": "Removing the registered Callback", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13722.591638565063, + "relativeCreated": 13660.844087600708, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015163421630859375 + "time_consumption": 0.0001499652862548828 }, { "args": [], - "asctime": "2021-01-11 07:30:49,274", - "created": 1610346649.2746415, + "asctime": "2021-01-11 11:25:38,777", + "created": 1610360738.7773561, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -192690,8 +192690,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:49,073", - "created": 1610346649.073375, + "asctime": "2021-01-11 11:25:38,576", + "created": 1610360738.5761604, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192701,15 +192701,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 73.37498664855957, + "msecs": 576.1604309082031, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13722.916603088379, + "relativeCreated": 13661.18574142456, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -192717,8 +192717,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:49,074", - "created": 1610346649.0748317, + "asctime": "2021-01-11 11:25:38,577", + "created": 1610360738.57718, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192728,15 +192728,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 74.83172416687012, + "msecs": 577.1799087524414, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13724.37334060669, + "relativeCreated": 13662.205219268799, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -192744,8 +192744,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:49,083", - "created": 1610346649.083274, + "asctime": "2021-01-11 11:25:38,585", + "created": 1610360738.5855165, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -192755,15 +192755,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 83.27388763427734, + "msecs": 585.5164527893066, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13732.815504074097, + "relativeCreated": 13670.541763305664, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -192771,8 +192771,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,083", - "created": 1610346649.0835085, + "asctime": "2021-01-11 11:25:38,585", + "created": 1610360738.5857294, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192782,15 +192782,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 83.50849151611328, + "msecs": 585.7293605804443, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13733.050107955933, + "relativeCreated": 13670.754671096802, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -192799,8 +192799,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:49,083", - "created": 1610346649.0836234, + "asctime": "2021-01-11 11:25:38,585", + "created": 1610360738.5858493, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192810,15 +192810,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 83.62340927124023, + "msecs": 585.8492851257324, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13733.16502571106, + "relativeCreated": 13670.87459564209, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -192826,8 +192826,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,083", - "created": 1610346649.0837607, + "asctime": "2021-01-11 11:25:38,585", + "created": 1610360738.5859935, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192837,15 +192837,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 83.76073837280273, + "msecs": 585.9935283660889, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13733.302354812622, + "relativeCreated": 13671.018838882446, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -192854,8 +192854,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,083", - "created": 1610346649.0838604, + "asctime": "2021-01-11 11:25:38,586", + "created": 1610360738.586095, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192865,15 +192865,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 83.86039733886719, + "msecs": 586.0950946807861, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13733.402013778687, + "relativeCreated": 13671.120405197144, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -192881,8 +192881,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,083", - "created": 1610346649.0839992, + "asctime": "2021-01-11 11:25:38,586", + "created": 1610360738.5862427, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192892,15 +192892,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 83.9991569519043, + "msecs": 586.24267578125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13733.540773391724, + "relativeCreated": 13671.267986297607, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -192909,8 +192909,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,084", - "created": 1610346649.0840886, + "asctime": "2021-01-11 11:25:38,586", + "created": 1610360738.586339, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192920,15 +192920,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 84.08856391906738, + "msecs": 586.338996887207, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13733.630180358887, + "relativeCreated": 13671.364307403564, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -192936,8 +192936,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,084", - "created": 1610346649.0842147, + "asctime": "2021-01-11 11:25:38,586", + "created": 1610360738.5865016, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192947,15 +192947,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 84.21468734741211, + "msecs": 586.5015983581543, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13733.756303787231, + "relativeCreated": 13671.526908874512, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -192964,8 +192964,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,084", - "created": 1610346649.084314, + "asctime": "2021-01-11 11:25:38,586", + "created": 1610360738.5866046, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -192975,15 +192975,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 84.31410789489746, + "msecs": 586.6045951843262, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13733.855724334717, + "relativeCreated": 13671.629905700684, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -192991,8 +192991,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,084", - "created": 1610346649.084438, + "asctime": "2021-01-11 11:25:38,586", + "created": 1610360738.5867295, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193002,15 +193002,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 84.43808555603027, + "msecs": 586.7295265197754, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13733.97970199585, + "relativeCreated": 13671.754837036133, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -193019,8 +193019,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,084", - "created": 1610346649.0845263, + "asctime": "2021-01-11 11:25:38,586", + "created": 1610360738.586823, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193030,15 +193030,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 84.52630043029785, + "msecs": 586.8229866027832, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13734.067916870117, + "relativeCreated": 13671.84829711914, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -193046,8 +193046,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:49,084", - "created": 1610346649.0846884, + "asctime": "2021-01-11 11:25:38,586", + "created": 1610360738.5869842, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193057,15 +193057,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 84.68842506408691, + "msecs": 586.9841575622559, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13734.230041503906, + "relativeCreated": 13672.009468078613, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -193073,8 +193073,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:49,085", - "created": 1610346649.0855637, + "asctime": "2021-01-11 11:25:38,587", + "created": 1610360738.5878558, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193084,15 +193084,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 85.56365966796875, + "msecs": 587.8558158874512, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13735.105276107788, + "relativeCreated": 13672.881126403809, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -193100,8 +193100,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,085", - "created": 1610346649.085731, + "asctime": "2021-01-11 11:25:38,588", + "created": 1610360738.5880337, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193111,15 +193111,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 85.73102951049805, + "msecs": 588.0336761474609, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13735.272645950317, + "relativeCreated": 13673.058986663818, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -193128,8 +193128,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:49,085", - "created": 1610346649.0858438, + "asctime": "2021-01-11 11:25:38,588", + "created": 1610360738.5881524, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193139,15 +193139,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 85.84380149841309, + "msecs": 588.1524085998535, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13735.385417938232, + "relativeCreated": 13673.177719116211, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -193155,8 +193155,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78" ], - "asctime": "2021-01-11 07:30:49,086", - "created": 1610346649.0860088, + "asctime": "2021-01-11 11:25:38,588", + "created": 1610360738.5883415, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193166,15 +193166,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78", "module": "stp", - "msecs": 86.00878715515137, + "msecs": 588.341474533081, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13735.55040359497, + "relativeCreated": 13673.366785049438, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -193185,8 +193185,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:49,086", - "created": 1610346649.0862646, + "asctime": "2021-01-11 11:25:38,588", + "created": 1610360738.5886126, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193196,23 +193196,23 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 86.26461029052734, + "msecs": 588.6125564575195, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13735.806226730347, + "relativeCreated": 13673.637866973877, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:49,086", - "created": 1610346649.0863905, + "asctime": "2021-01-11 11:25:38,588", + "created": 1610360738.5887654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193222,15 +193222,15 @@ "lineno": 474, "message": "prot-server: Incomming message with no registered callback. Sending negative response.", "module": "__init__", - "msecs": 86.39049530029297, + "msecs": 588.7653827667236, "msg": "%s Incomming message with no registered callback. Sending negative response.", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13735.932111740112, + "relativeCreated": 13673.790693283081, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -193241,8 +193241,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 07:30:49,086", - "created": 1610346649.0865562, + "asctime": "2021-01-11 11:25:38,588", + "created": 1610360738.5889452, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193252,15 +193252,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 86.55619621276855, + "msecs": 588.9451503753662, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13736.097812652588, + "relativeCreated": 13673.970460891724, "stack_info": null, - "thread": 140561184974592, + "thread": 140653048616704, "threadName": "Thread-19" }, { @@ -193268,8 +193268,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c" ], - "asctime": "2021-01-11 07:30:49,087", - "created": 1610346649.0871165, + "asctime": "2021-01-11 11:25:38,589", + "created": 1610360738.589576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193279,15 +193279,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c", "module": "__init__", - "msecs": 87.11647987365723, + "msecs": 589.576005935669, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13736.658096313477, + "relativeCreated": 13674.601316452026, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193295,8 +193295,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c" ], - "asctime": "2021-01-11 07:30:49,095", - "created": 1610346649.0955007, + "asctime": "2021-01-11 11:25:38,597", + "created": 1610360738.59793, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193306,15 +193306,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 31 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c", "module": "__init__", - "msecs": 95.50070762634277, + "msecs": 597.9299545288086, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13745.042324066162, + "relativeCreated": 13682.955265045166, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193322,8 +193322,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,095", - "created": 1610346649.0956993, + "asctime": "2021-01-11 11:25:38,598", + "created": 1610360738.5981452, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193333,15 +193333,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 95.69931030273438, + "msecs": 598.1452465057373, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13745.240926742554, + "relativeCreated": 13683.170557022095, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193350,8 +193350,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:49,095", - "created": 1610346649.0958264, + "asctime": "2021-01-11 11:25:38,598", + "created": 1610360738.5982718, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193361,15 +193361,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 95.82638740539551, + "msecs": 598.2718467712402, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13745.368003845215, + "relativeCreated": 13683.297157287598, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193377,8 +193377,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,095", - "created": 1610346649.0959609, + "asctime": "2021-01-11 11:25:38,598", + "created": 1610360738.5984383, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193388,15 +193388,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 95.96085548400879, + "msecs": 598.4382629394531, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13745.502471923828, + "relativeCreated": 13683.46357345581, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193405,8 +193405,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,096", - "created": 1610346649.0960674, + "asctime": "2021-01-11 11:25:38,598", + "created": 1610360738.5986385, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193416,15 +193416,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 96.06742858886719, + "msecs": 598.6385345458984, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13745.609045028687, + "relativeCreated": 13683.663845062256, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193432,8 +193432,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,096", - "created": 1610346649.0962124, + "asctime": "2021-01-11 11:25:38,598", + "created": 1610360738.5988433, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193443,15 +193443,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 96.21238708496094, + "msecs": 598.8433361053467, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13745.75400352478, + "relativeCreated": 13683.868646621704, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193460,8 +193460,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,096", - "created": 1610346649.096304, + "asctime": "2021-01-11 11:25:38,598", + "created": 1610360738.598979, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193471,15 +193471,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 96.30393981933594, + "msecs": 598.9789962768555, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13745.845556259155, + "relativeCreated": 13684.004306793213, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193487,8 +193487,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,096", - "created": 1610346649.0964284, + "asctime": "2021-01-11 11:25:38,599", + "created": 1610360738.599149, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193498,15 +193498,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 96.42839431762695, + "msecs": 599.1489887237549, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13745.970010757446, + "relativeCreated": 13684.174299240112, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193515,8 +193515,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,096", - "created": 1610346649.0965166, + "asctime": "2021-01-11 11:25:38,599", + "created": 1610360738.5992675, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193526,15 +193526,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 96.51660919189453, + "msecs": 599.2674827575684, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13746.058225631714, + "relativeCreated": 13684.292793273926, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193542,8 +193542,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,096", - "created": 1610346649.0966322, + "asctime": "2021-01-11 11:25:38,599", + "created": 1610360738.599421, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193553,15 +193553,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 96.63224220275879, + "msecs": 599.4210243225098, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13746.173858642578, + "relativeCreated": 13684.446334838867, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193570,8 +193570,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:49,096", - "created": 1610346649.0967202, + "asctime": "2021-01-11 11:25:38,599", + "created": 1610360738.5995374, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193581,15 +193581,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 96.72021865844727, + "msecs": 599.5373725891113, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13746.261835098267, + "relativeCreated": 13684.562683105469, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193597,8 +193597,8 @@ "comm-server:", "(7): 7d 88 6a 33 01 3a 3e" ], - "asctime": "2021-01-11 07:30:49,096", - "created": 1610346649.0968888, + "asctime": "2021-01-11 11:25:38,599", + "created": 1610360738.5997498, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193608,15 +193608,15 @@ "lineno": 284, "message": "comm-server: TX -> (7): 7d 88 6a 33 01 3a 3e", "module": "__init__", - "msecs": 96.88878059387207, + "msecs": 599.7498035430908, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13746.430397033691, + "relativeCreated": 13684.775114059448, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193624,8 +193624,8 @@ "comm-client:", "(7): 7d 88 6a 33 01 3a 3e" ], - "asctime": "2021-01-11 07:30:49,098", - "created": 1610346649.0980036, + "asctime": "2021-01-11 11:25:38,600", + "created": 1610360738.6009595, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193635,15 +193635,15 @@ "lineno": 414, "message": "comm-client: RX <- (7): 7d 88 6a 33 01 3a 3e", "module": "__init__", - "msecs": 98.00362586975098, + "msecs": 600.9595394134521, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13747.54524230957, + "relativeCreated": 13685.98484992981, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193651,8 +193651,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:49,098", - "created": 1610346649.0981724, + "asctime": "2021-01-11 11:25:38,601", + "created": 1610360738.6012478, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193662,15 +193662,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 98.17242622375488, + "msecs": 601.2477874755859, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13747.714042663574, + "relativeCreated": 13686.273097991943, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193679,8 +193679,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:49,098", - "created": 1610346649.0982869, + "asctime": "2021-01-11 11:25:38,601", + "created": 1610360738.6014183, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193690,15 +193690,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 98.28686714172363, + "msecs": 601.4182567596436, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13747.828483581543, + "relativeCreated": 13686.443567276001, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193706,8 +193706,8 @@ "STP:", "(63): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 88 6a 33 01" ], - "asctime": "2021-01-11 07:30:49,098", - "created": 1610346649.0984523, + "asctime": "2021-01-11 11:25:38,601", + "created": 1610360738.6016383, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -193717,15 +193717,15 @@ "lineno": 148, "message": "STP: message identified - (63): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 31 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 88 6a 33 01", "module": "stp", - "msecs": 98.45232963562012, + "msecs": 601.6383171081543, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13747.99394607544, + "relativeCreated": 13686.663627624512, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { @@ -193736,8 +193736,8 @@ "status: no callback for service, data buffered", "None" ], - "asctime": "2021-01-11 07:30:49,098", - "created": 1610346649.0987093, + "asctime": "2021-01-11 11:25:38,601", + "created": 1610360738.6019654, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193747,23 +193747,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: no callback for service, data buffered, data: \"None\"", "module": "__init__", - "msecs": 98.7093448638916, + "msecs": 601.9654273986816, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13748.250961303711, + "relativeCreated": 13686.990737915039, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:49,098", - "created": 1610346649.0988634, + "asctime": "2021-01-11 11:25:38,602", + "created": 1610360738.6021569, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193773,37 +193773,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 98.86336326599121, + "msecs": 602.1568775177002, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13748.40497970581, + "relativeCreated": 13687.182188034058, "stack_info": null, - "thread": 140561176581888, + "thread": 140653040224000, "threadName": "Thread-20" } ], - "msecs": 274.6415138244629, + "msecs": 777.3561477661133, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13924.183130264282, + "relativeCreated": 13862.38145828247, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.17577815055847168 + "time_consumption": 0.17519927024841309 }, { "args": [ "None", "" ], - "asctime": "2021-01-11 07:30:49,275", - "created": 1610346649.2755506, + "asctime": "2021-01-11 11:25:38,778", + "created": 1610360738.7781887, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193820,8 +193820,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:49,275", - "created": 1610346649.2751596, + "asctime": "2021-01-11 11:25:38,777", + "created": 1610360738.7778337, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193831,15 +193831,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): None ()", "module": "test", - "msecs": 275.1595973968506, + "msecs": 777.8337001800537, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13924.70121383667, + "relativeCreated": 13862.859010696411, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -193848,8 +193848,8 @@ "None", "" ], - "asctime": "2021-01-11 07:30:49,275", - "created": 1610346649.2753453, + "asctime": "2021-01-11 11:25:38,778", + "created": 1610360738.7780108, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193859,37 +193859,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = None ()", "module": "test", - "msecs": 275.3453254699707, + "msecs": 778.0108451843262, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13924.88694190979, + "relativeCreated": 13863.036155700684, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 275.55060386657715, + "msecs": 778.1887054443359, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13925.092220306396, + "relativeCreated": 13863.214015960693, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0002052783966064453 + "time_consumption": 0.00017786026000976562 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 1, 'data': None}", "" ], - "asctime": "2021-01-11 07:30:49,276", - "created": 1610346649.2761447, + "asctime": "2021-01-11 11:25:38,778", + "created": 1610360738.7787483, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193906,8 +193906,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 1, 'data': None}", "" ], - "asctime": "2021-01-11 07:30:49,275", - "created": 1610346649.275808, + "asctime": "2021-01-11 11:25:38,778", + "created": 1610360738.7784324, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193917,15 +193917,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 1, 'data': None} ()", "module": "test", - "msecs": 275.80809593200684, + "msecs": 778.4323692321777, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13925.349712371826, + "relativeCreated": 13863.457679748535, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -193934,8 +193934,8 @@ "{'data': None, 'data_id': 0, 'service_id': 11, 'status': 1}", "" ], - "asctime": "2021-01-11 07:30:49,275", - "created": 1610346649.2759826, + "asctime": "2021-01-11 11:25:38,778", + "created": 1610360738.7785847, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -193945,41 +193945,41 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': None, 'data_id': 0, 'service_id': 11, 'status': 1} ()", "module": "test", - "msecs": 275.9826183319092, + "msecs": 778.5847187042236, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13925.524234771729, + "relativeCreated": 13863.610029220581, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 276.14474296569824, + "msecs": 778.7482738494873, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 13925.686359405518, + "relativeCreated": 13863.773584365845, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001621246337890625 + "time_consumption": 0.00016355514526367188 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.964562177658081, - "time_finished": "2021-01-11 07:30:49,276", - "time_start": "2021-01-11 07:30:48,311" + "time_consumption": 0.9603774547576904, + "time_finished": "2021-01-11 11:25:38,778", + "time_start": "2021-01-11 11:25:37,818" }, "_tb5akE4LEeupHeIYRnC0qw": { "args": null, - "asctime": "2021-01-11 07:30:50,944", - "created": 1610346650.944848, + "asctime": "2021-01-11 11:25:40,450", + "created": 1610360740.4508402, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -193990,19 +193990,19 @@ "message": "_tb5akE4LEeupHeIYRnC0qw", "module": "__init__", "moduleLogger": [], - "msecs": 944.8480606079102, + "msecs": 450.8402347564697, "msg": "_tb5akE4LEeupHeIYRnC0qw", "name": "__tLogger__", "pathname": "/user_data/data/dirk/prj/unittest/socket_protocol/unittest/src/tests/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15594.38967704773, + "relativeCreated": 15535.865545272827, "stack_info": null, "testcaseLogger": [ { "args": [], - "asctime": "2021-01-11 07:30:50,952", - "created": 1610346650.9527605, + "asctime": "2021-01-11 11:25:40,458", + "created": 1610360740.458587, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -194017,8 +194017,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:50,945", - "created": 1610346650.9458058, + "asctime": "2021-01-11 11:25:40,451", + "created": 1610360740.451966, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194028,23 +194028,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 945.8057880401611, + "msecs": 451.9660472869873, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15595.34740447998, + "relativeCreated": 15536.991357803345, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:50,946", - "created": 1610346650.946517, + "asctime": "2021-01-11 11:25:40,452", + "created": 1610360740.4526963, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194054,23 +194054,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 946.5169906616211, + "msecs": 452.6963233947754, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15596.05860710144, + "relativeCreated": 15537.721633911133, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:50,946", - "created": 1610346650.9466865, + "asctime": "2021-01-11 11:25:40,452", + "created": 1610360740.4529223, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194080,23 +194080,23 @@ "lineno": 520, "message": "comm-server: Waiting for incomming connection", "module": "__init__", - "msecs": 946.6865062713623, + "msecs": 452.9223442077637, "msg": "%s Waiting for incomming connection", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15596.228122711182, + "relativeCreated": 15537.947654724121, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:50,946", - "created": 1610346650.9469936, + "asctime": "2021-01-11 11:25:40,453", + "created": 1610360740.453196, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194106,15 +194106,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 946.9935894012451, + "msecs": 453.19604873657227, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15596.535205841064, + "relativeCreated": 15538.22135925293, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194123,8 +194123,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:50,947", - "created": 1610346650.9471424, + "asctime": "2021-01-11 11:25:40,453", + "created": 1610360740.4533525, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194134,15 +194134,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 947.1423625946045, + "msecs": 453.3524513244629, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15596.683979034424, + "relativeCreated": 15538.37776184082, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194150,8 +194150,8 @@ "prot-server:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:50,947", - "created": 1610346650.9473443, + "asctime": "2021-01-11 11:25:40,453", + "created": 1610360740.4535327, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194161,15 +194161,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 947.3443031311035, + "msecs": 453.5326957702637, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15596.885919570923, + "relativeCreated": 15538.558006286621, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194177,8 +194177,8 @@ "prot-server:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:50,947", - "created": 1610346650.9474735, + "asctime": "2021-01-11 11:25:40,453", + "created": 1610360740.4536576, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194188,15 +194188,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 947.4735260009766, + "msecs": 453.6576271057129, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15597.015142440796, + "relativeCreated": 15538.68293762207, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194204,8 +194204,8 @@ "prot-server:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:50,947", - "created": 1610346650.9476001, + "asctime": "2021-01-11 11:25:40,453", + "created": 1610360740.453776, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194215,15 +194215,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 947.6001262664795, + "msecs": 453.77588272094727, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15597.141742706299, + "relativeCreated": 15538.801193237305, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194231,8 +194231,8 @@ "prot-server:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:50,947", - "created": 1610346650.9477167, + "asctime": "2021-01-11 11:25:40,453", + "created": 1610360740.45389, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194242,15 +194242,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 947.7167129516602, + "msecs": 453.8900852203369, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15597.25832939148, + "relativeCreated": 15538.915395736694, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194260,8 +194260,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:50,947", - "created": 1610346650.9478567, + "asctime": "2021-01-11 11:25:40,454", + "created": 1610360740.454019, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194271,15 +194271,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 947.8566646575928, + "msecs": 454.01906967163086, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15597.398281097412, + "relativeCreated": 15539.044380187988, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194289,8 +194289,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:50,947", - "created": 1610346650.9479926, + "asctime": "2021-01-11 11:25:40,454", + "created": 1610360740.454148, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194300,15 +194300,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 947.9925632476807, + "msecs": 454.1480541229248, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15597.5341796875, + "relativeCreated": 15539.173364639282, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194318,8 +194318,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:50,948", - "created": 1610346650.9481268, + "asctime": "2021-01-11 11:25:40,454", + "created": 1610360740.454289, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194329,15 +194329,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 948.1267929077148, + "msecs": 454.2889595031738, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15597.668409347534, + "relativeCreated": 15539.314270019531, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194347,8 +194347,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:50,948", - "created": 1610346650.948255, + "asctime": "2021-01-11 11:25:40,454", + "created": 1610360740.4547002, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194358,23 +194358,23 @@ "lineno": 170, "message": "prot-server: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 948.2550621032715, + "msecs": 454.700231552124, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15597.79667854309, + "relativeCreated": 15539.725542068481, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:50,948", - "created": 1610346650.9483683, + "asctime": "2021-01-11 11:25:40,454", + "created": 1610360740.4548204, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194384,15 +194384,15 @@ "lineno": 373, "message": "prot-server: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 948.3683109283447, + "msecs": 454.8203945159912, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15597.909927368164, + "relativeCreated": 15539.845705032349, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194401,8 +194401,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:50,948", - "created": 1610346650.948794, + "asctime": "2021-01-11 11:25:40,454", + "created": 1610360740.4549484, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194412,15 +194412,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 948.793888092041, + "msecs": 454.94842529296875, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15598.33550453186, + "relativeCreated": 15539.973735809326, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194428,8 +194428,8 @@ "prot-server:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:50,948", - "created": 1610346650.9489586, + "asctime": "2021-01-11 11:25:40,455", + "created": 1610360740.4550908, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194439,15 +194439,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 948.9586353302002, + "msecs": 455.0907611846924, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15598.50025177002, + "relativeCreated": 15540.11607170105, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194455,8 +194455,8 @@ "prot-server:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:50,949", - "created": 1610346650.9490788, + "asctime": "2021-01-11 11:25:40,455", + "created": 1610360740.4552262, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194466,15 +194466,15 @@ "lineno": 556, "message": "prot-server: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 949.0787982940674, + "msecs": 455.22618293762207, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15598.620414733887, + "relativeCreated": 15540.25149345398, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194484,8 +194484,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:50,949", - "created": 1610346650.9492078, + "asctime": "2021-01-11 11:25:40,455", + "created": 1610360740.4553516, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194495,15 +194495,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 949.2077827453613, + "msecs": 455.3515911102295, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15598.74939918518, + "relativeCreated": 15540.376901626587, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194513,8 +194513,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:50,949", - "created": 1610346650.949347, + "asctime": "2021-01-11 11:25:40,455", + "created": 1610360740.455485, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194524,15 +194524,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 949.3470191955566, + "msecs": 455.48510551452637, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15598.888635635376, + "relativeCreated": 15540.510416030884, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194541,8 +194541,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:50,949", - "created": 1610346650.949503, + "asctime": "2021-01-11 11:25:40,455", + "created": 1610360740.4556036, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194552,15 +194552,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 949.5029449462891, + "msecs": 455.60359954833984, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15599.044561386108, + "relativeCreated": 15540.628910064697, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194569,8 +194569,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:50,949", - "created": 1610346650.9496236, + "asctime": "2021-01-11 11:25:40,455", + "created": 1610360740.4557137, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194580,15 +194580,15 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 949.6235847473145, + "msecs": 455.71374893188477, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15599.165201187134, + "relativeCreated": 15540.739059448242, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194597,8 +194597,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:50,949", - "created": 1610346650.949745, + "asctime": "2021-01-11 11:25:40,455", + "created": 1610360740.45583, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194608,23 +194608,23 @@ "lineno": 579, "message": "prot-server: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 949.7449398040771, + "msecs": 455.8300971984863, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15599.286556243896, + "relativeCreated": 15540.855407714844, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:50,949", - "created": 1610346650.9498587, + "asctime": "2021-01-11 11:25:40,455", + "created": 1610360740.4559417, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194634,23 +194634,23 @@ "lineno": 325, "message": "prot-server: Initialisation finished.", "module": "__init__", - "msecs": 949.8586654663086, + "msecs": 455.94167709350586, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15599.400281906128, + "relativeCreated": 15540.966987609863, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:50,950", - "created": 1610346650.9500854, + "asctime": "2021-01-11 11:25:40,456", + "created": 1610360740.4561653, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194660,15 +194660,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 950.0854015350342, + "msecs": 456.1653137207031, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15599.627017974854, + "relativeCreated": 15541.19062423706, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194677,8 +194677,8 @@ "authentification request", "authentification response" ], - "asctime": "2021-01-11 07:30:50,950", - "created": 1610346650.9502127, + "asctime": "2021-01-11 11:25:40,456", + "created": 1610360740.4562902, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194688,15 +194688,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=authentification request and Response=authentification response", "module": "__init__", - "msecs": 950.2127170562744, + "msecs": 456.29024505615234, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15599.754333496094, + "relativeCreated": 15541.31555557251, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194704,8 +194704,8 @@ "prot-client:", "service: authentification request, data_id: seed" ], - "asctime": "2021-01-11 07:30:50,950", - "created": 1610346650.9503727, + "asctime": "2021-01-11 11:25:40,456", + "created": 1610360740.456448, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194715,15 +194715,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 950.3726959228516, + "msecs": 456.4480781555176, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15599.91431236267, + "relativeCreated": 15541.473388671875, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194731,8 +194731,8 @@ "prot-client:", "service: authentification response, data_id: seed" ], - "asctime": "2021-01-11 07:30:50,950", - "created": 1610346650.9504926, + "asctime": "2021-01-11 11:25:40,456", + "created": 1610360740.4565651, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194742,15 +194742,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: seed) to the authentification whitelist", "module": "__init__", - "msecs": 950.4926204681396, + "msecs": 456.56514167785645, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15600.034236907959, + "relativeCreated": 15541.590452194214, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194758,8 +194758,8 @@ "prot-client:", "service: authentification request, data_id: key" ], - "asctime": "2021-01-11 07:30:50,950", - "created": 1610346650.9506376, + "asctime": "2021-01-11 11:25:40,456", + "created": 1610360740.456686, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194769,15 +194769,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification request, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 950.6375789642334, + "msecs": 456.68601989746094, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15600.179195404053, + "relativeCreated": 15541.711330413818, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194785,8 +194785,8 @@ "prot-client:", "service: authentification response, data_id: key" ], - "asctime": "2021-01-11 07:30:50,950", - "created": 1610346650.9508126, + "asctime": "2021-01-11 11:25:40,456", + "created": 1610360740.4568198, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194796,15 +194796,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: authentification response, data_id: key) to the authentification whitelist", "module": "__init__", - "msecs": 950.812578201294, + "msecs": 456.8197727203369, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15600.354194641113, + "relativeCreated": 15541.845083236694, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194814,8 +194814,8 @@ "0", "0" ], - "asctime": "2021-01-11 07:30:50,950", - "created": 1610346650.9509377, + "asctime": "2021-01-11 11:25:40,456", + "created": 1610360740.4569435, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194825,15 +194825,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_seed__' for SID=0 and DID=0", "module": "__init__", - "msecs": 950.9377479553223, + "msecs": 456.9435119628906, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15600.479364395142, + "relativeCreated": 15541.968822479248, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194843,8 +194843,8 @@ "1", "0" ], - "asctime": "2021-01-11 07:30:50,951", - "created": 1610346650.9510639, + "asctime": "2021-01-11 11:25:40,457", + "created": 1610360740.457065, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194854,15 +194854,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_create_key__' for SID=1 and DID=0", "module": "__init__", - "msecs": 951.063871383667, + "msecs": 457.0651054382324, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15600.605487823486, + "relativeCreated": 15542.09041595459, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194872,8 +194872,8 @@ "0", "1" ], - "asctime": "2021-01-11 07:30:50,951", - "created": 1610346650.9511867, + "asctime": "2021-01-11 11:25:40,457", + "created": 1610360740.4571855, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194883,15 +194883,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_check_key__' for SID=0 and DID=1", "module": "__init__", - "msecs": 951.1866569519043, + "msecs": 457.1855068206787, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15600.728273391724, + "relativeCreated": 15542.210817337036, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194901,8 +194901,8 @@ "1", "1" ], - "asctime": "2021-01-11 07:30:50,951", - "created": 1610346650.951308, + "asctime": "2021-01-11 11:25:40,457", + "created": 1610360740.457304, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194912,23 +194912,23 @@ "lineno": 170, "message": "prot-client: Adding callback '__authentificate_process_feedback__' for SID=1 and DID=1", "module": "__init__", - "msecs": 951.308012008667, + "msecs": 457.3040008544922, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15600.849628448486, + "relativeCreated": 15542.32931137085, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:50,951", - "created": 1610346650.951418, + "asctime": "2021-01-11 11:25:40,457", + "created": 1610360740.4574096, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194938,15 +194938,15 @@ "lineno": 373, "message": "prot-client: Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "module": "__init__", - "msecs": 951.4179229736328, + "msecs": 457.4096202850342, "msg": "%s Resetting authentification state to AUTH_STATE_UNTRUSTED_CONNECTION", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15600.959539413452, + "relativeCreated": 15542.434930801392, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194955,8 +194955,8 @@ "channel name request", "channel name response" ], - "asctime": "2021-01-11 07:30:50,951", - "created": 1610346650.9515417, + "asctime": "2021-01-11 11:25:40,457", + "created": 1610360740.4575284, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194966,15 +194966,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=channel name request and Response=channel name response", "module": "__init__", - "msecs": 951.5416622161865, + "msecs": 457.52835273742676, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15601.083278656006, + "relativeCreated": 15542.553663253784, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -194982,8 +194982,8 @@ "prot-client:", "service: channel name request, data_id: name" ], - "asctime": "2021-01-11 07:30:50,951", - "created": 1610346650.9516726, + "asctime": "2021-01-11 11:25:40,457", + "created": 1610360740.457657, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -194993,15 +194993,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name request, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 951.6725540161133, + "msecs": 457.6570987701416, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15601.214170455933, + "relativeCreated": 15542.682409286499, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -195009,8 +195009,8 @@ "prot-client:", "service: channel name response, data_id: name" ], - "asctime": "2021-01-11 07:30:50,951", - "created": 1610346650.951789, + "asctime": "2021-01-11 11:25:40,457", + "created": 1610360740.4577715, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195020,15 +195020,15 @@ "lineno": 556, "message": "prot-client: Adding Message (service: channel name response, data_id: name) to the authentification whitelist", "module": "__init__", - "msecs": 951.7889022827148, + "msecs": 457.77153968811035, "msg": "%s Adding Message (%s) to the authentification whitelist", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15601.330518722534, + "relativeCreated": 15542.796850204468, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -195038,8 +195038,8 @@ "8", "0" ], - "asctime": "2021-01-11 07:30:50,951", - "created": 1610346650.9519079, + "asctime": "2021-01-11 11:25:40,457", + "created": 1610360740.4578977, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195049,15 +195049,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_request__' for SID=8 and DID=0", "module": "__init__", - "msecs": 951.9078731536865, + "msecs": 457.8976631164551, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15601.449489593506, + "relativeCreated": 15542.922973632812, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -195067,8 +195067,8 @@ "9", "0" ], - "asctime": "2021-01-11 07:30:50,952", - "created": 1610346650.9521618, + "asctime": "2021-01-11 11:25:40,458", + "created": 1610360740.458026, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195078,15 +195078,15 @@ "lineno": 170, "message": "prot-client: Adding callback '__channel_name_response__' for SID=9 and DID=0", "module": "__init__", - "msecs": 952.1617889404297, + "msecs": 458.0259323120117, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15601.703405380249, + "relativeCreated": 15543.05124282837, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -195095,8 +195095,8 @@ "read data request", "read data response" ], - "asctime": "2021-01-11 07:30:50,952", - "created": 1610346650.9523137, + "asctime": "2021-01-11 11:25:40,458", + "created": 1610360740.458147, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195106,15 +195106,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=read data request and Response=read data response", "module": "__init__", - "msecs": 952.3136615753174, + "msecs": 458.1470489501953, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15601.855278015137, + "relativeCreated": 15543.172359466553, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -195123,8 +195123,8 @@ "write data request", "write data response" ], - "asctime": "2021-01-11 07:30:50,952", - "created": 1610346650.9524279, + "asctime": "2021-01-11 11:25:40,458", + "created": 1610360740.4582565, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195134,15 +195134,15 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=write data request and Response=write data response", "module": "__init__", - "msecs": 952.427864074707, + "msecs": 458.25648307800293, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15601.969480514526, + "relativeCreated": 15543.28179359436, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -195151,8 +195151,8 @@ "execute request", "execute response" ], - "asctime": "2021-01-11 07:30:50,952", - "created": 1610346650.952538, + "asctime": "2021-01-11 11:25:40,458", + "created": 1610360740.4583633, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195162,23 +195162,23 @@ "lineno": 579, "message": "prot-client: Adding Service with Request=execute request and Response=execute response", "module": "__init__", - "msecs": 952.538013458252, + "msecs": 458.36329460144043, "msg": "%s Adding Service with Request=%s and Response=%s", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15602.079629898071, + "relativeCreated": 15543.388605117798, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:50,952", - "created": 1610346650.9526472, + "asctime": "2021-01-11 11:25:40,458", + "created": 1610360740.45847, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195188,34 +195188,34 @@ "lineno": 325, "message": "prot-client: Initialisation finished.", "module": "__init__", - "msecs": 952.6472091674805, + "msecs": 458.47010612487793, "msg": "%s Initialisation finished.", "name": "root.socket_protocol", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15602.1888256073, + "relativeCreated": 15543.495416641235, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 952.7604579925537, + "msecs": 458.5869312286377, "msg": "Setting up communication", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15602.302074432373, + "relativeCreated": 15543.612241744995, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00011324882507324219 + "time_consumption": 0.00011682510375976562 }, { "args": [], - "asctime": "2021-01-11 07:30:51,297", - "created": 1610346651.2974973, + "asctime": "2021-01-11 11:25:40,803", + "created": 1610360740.803282, "exc_info": null, "exc_text": null, "filename": "test_helpers.py", @@ -195230,8 +195230,8 @@ "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:50,952", - "created": 1610346650.9529984, + "asctime": "2021-01-11 11:25:40,458", + "created": 1610360740.4588287, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195241,23 +195241,23 @@ "lineno": 268, "message": "comm-client: Connection established...", "module": "__init__", - "msecs": 952.9983997344971, + "msecs": 458.8286876678467, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15602.540016174316, + "relativeCreated": 15543.853998184204, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-client:" ], - "asctime": "2021-01-11 07:30:50,953", - "created": 1610346650.953115, + "asctime": "2021-01-11 11:25:40,458", + "created": 1610360740.4589436, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195267,23 +195267,23 @@ "lineno": 411, "message": "comm-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 953.1149864196777, + "msecs": 458.94360542297363, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15602.656602859497, + "relativeCreated": 15543.968915939331, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:50,953", - "created": 1610346650.9532266, + "asctime": "2021-01-11 11:25:40,459", + "created": 1610360740.4590552, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195293,15 +195293,15 @@ "lineno": 427, "message": "prot-client: Cleaning up receive-buffer", "module": "__init__", - "msecs": 953.2265663146973, + "msecs": 459.05518531799316, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15602.768182754517, + "relativeCreated": 15544.08049583435, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -195312,8 +195312,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:50,953", - "created": 1610346650.953464, + "asctime": "2021-01-11 11:25:40,459", + "created": 1610360740.4592578, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195323,23 +195323,23 @@ "lineno": 438, "message": "prot-client: TX -> service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 953.4640312194824, + "msecs": 459.2578411102295, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15603.005647659302, + "relativeCreated": 15544.283151626587, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:50,953", - "created": 1610346650.9539354, + "asctime": "2021-01-11 11:25:40,459", + "created": 1610360740.459711, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195349,23 +195349,23 @@ "lineno": 268, "message": "comm-server: Connection established...", "module": "__init__", - "msecs": 953.9353847503662, + "msecs": 459.71107482910156, "msg": "%s Connection established...", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15603.477001190186, + "relativeCreated": 15544.736385345459, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "comm-server:" ], - "asctime": "2021-01-11 07:30:50,954", - "created": 1610346650.9540684, + "asctime": "2021-01-11 11:25:40,459", + "created": 1610360740.4598424, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195375,23 +195375,23 @@ "lineno": 411, "message": "comm-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 954.0684223175049, + "msecs": 459.8424434661865, "msg": "%s Cleaning up receive-buffer", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15603.610038757324, + "relativeCreated": 15544.867753982544, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { "args": [ "prot-server:" ], - "asctime": "2021-01-11 07:30:50,954", - "created": 1610346650.9541857, + "asctime": "2021-01-11 11:25:40,459", + "created": 1610360740.4599564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195401,15 +195401,15 @@ "lineno": 427, "message": "prot-server: Cleaning up receive-buffer", "module": "__init__", - "msecs": 954.1857242584229, + "msecs": 459.95640754699707, "msg": "%s Cleaning up receive-buffer", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15603.727340698242, + "relativeCreated": 15544.981718063354, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -195417,8 +195417,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:50,954", - "created": 1610346650.9545126, + "asctime": "2021-01-11 11:25:40,460", + "created": 1610360740.460249, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195428,15 +195428,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 954.5125961303711, + "msecs": 460.2489471435547, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15604.05421257019, + "relativeCreated": 15545.274257659912, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195444,8 +195444,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:50,962", - "created": 1610346650.9629097, + "asctime": "2021-01-11 11:25:40,468", + "created": 1610360740.4686425, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195455,15 +195455,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 38 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 962.9096984863281, + "msecs": 468.6424732208252, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15612.451314926147, + "relativeCreated": 15553.667783737183, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195471,8 +195471,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,963", - "created": 1610346650.963156, + "asctime": "2021-01-11 11:25:40,468", + "created": 1610360740.468909, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195482,15 +195482,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 963.15598487854, + "msecs": 468.90902519226074, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15612.69760131836, + "relativeCreated": 15553.934335708618, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195499,8 +195499,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:50,963", - "created": 1610346650.9632916, + "asctime": "2021-01-11 11:25:40,469", + "created": 1610360740.4690654, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195510,15 +195510,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 963.2916450500488, + "msecs": 469.06542778015137, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15612.833261489868, + "relativeCreated": 15554.090738296509, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195526,8 +195526,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,963", - "created": 1610346650.9634778, + "asctime": "2021-01-11 11:25:40,469", + "created": 1610360740.4692233, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195537,15 +195537,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 963.4778499603271, + "msecs": 469.2232608795166, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15613.019466400146, + "relativeCreated": 15554.248571395874, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195554,8 +195554,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,963", - "created": 1610346650.9636068, + "asctime": "2021-01-11 11:25:40,469", + "created": 1610360740.4693446, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195565,15 +195565,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 963.6068344116211, + "msecs": 469.3446159362793, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15613.14845085144, + "relativeCreated": 15554.369926452637, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195581,8 +195581,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,963", - "created": 1610346650.9637735, + "asctime": "2021-01-11 11:25:40,469", + "created": 1610360740.4695094, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195592,15 +195592,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 963.7734889984131, + "msecs": 469.5093631744385, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15613.315105438232, + "relativeCreated": 15554.534673690796, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195609,8 +195609,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,963", - "created": 1610346650.9638844, + "asctime": "2021-01-11 11:25:40,469", + "created": 1610360740.4696171, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195620,15 +195620,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 963.8843536376953, + "msecs": 469.6171283721924, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15613.425970077515, + "relativeCreated": 15554.64243888855, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195636,8 +195636,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,964", - "created": 1610346650.9640288, + "asctime": "2021-01-11 11:25:40,469", + "created": 1610360740.4697626, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195647,15 +195647,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 964.0288352966309, + "msecs": 469.76256370544434, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15613.57045173645, + "relativeCreated": 15554.787874221802, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195664,8 +195664,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,964", - "created": 1610346650.9641352, + "asctime": "2021-01-11 11:25:40,469", + "created": 1610360740.4698675, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195675,15 +195675,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 964.1351699829102, + "msecs": 469.867467880249, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15613.67678642273, + "relativeCreated": 15554.892778396606, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195691,8 +195691,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,964", - "created": 1610346650.9642763, + "asctime": "2021-01-11 11:25:40,470", + "created": 1610360740.470009, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195702,15 +195702,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 964.2763137817383, + "msecs": 470.00908851623535, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15613.817930221558, + "relativeCreated": 15555.034399032593, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195719,8 +195719,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,964", - "created": 1610346650.964383, + "asctime": "2021-01-11 11:25:40,470", + "created": 1610360740.470114, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195730,15 +195730,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 964.3828868865967, + "msecs": 470.11399269104004, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15613.924503326416, + "relativeCreated": 15555.139303207397, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195746,8 +195746,8 @@ "comm-client:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:50,964", - "created": 1610346650.9645958, + "asctime": "2021-01-11 11:25:40,470", + "created": 1610360740.4703212, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195757,15 +195757,15 @@ "lineno": 284, "message": "comm-client: TX -> (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 964.5957946777344, + "msecs": 470.3211784362793, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15614.137411117554, + "relativeCreated": 15555.346488952637, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195773,8 +195773,8 @@ "comm-server:", "(6): 53 5e 67 0b 3a 3e" ], - "asctime": "2021-01-11 07:30:50,965", - "created": 1610346650.9655576, + "asctime": "2021-01-11 11:25:40,471", + "created": 1610360740.471395, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195784,15 +195784,15 @@ "lineno": 414, "message": "comm-server: RX <- (6): 53 5e 67 0b 3a 3e", "module": "__init__", - "msecs": 965.5575752258301, + "msecs": 471.39501571655273, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15615.09919166565, + "relativeCreated": 15556.42032623291, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195800,8 +195800,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,965", - "created": 1610346650.9657562, + "asctime": "2021-01-11 11:25:40,471", + "created": 1610360740.4716551, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195811,15 +195811,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 965.7561779022217, + "msecs": 471.65513038635254, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15615.297794342041, + "relativeCreated": 15556.68044090271, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195828,8 +195828,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:50,965", - "created": 1610346650.9659047, + "asctime": "2021-01-11 11:25:40,471", + "created": 1610360740.4718084, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195839,15 +195839,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 965.904712677002, + "msecs": 471.80843353271484, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15615.446329116821, + "relativeCreated": 15556.833744049072, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195855,8 +195855,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b" ], - "asctime": "2021-01-11 07:30:50,966", - "created": 1610346650.9661028, + "asctime": "2021-01-11 11:25:40,472", + "created": 1610360740.4720068, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -195866,15 +195866,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 38 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 53 5e 67 0b", "module": "stp", - "msecs": 966.1028385162354, + "msecs": 472.00679779052734, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15615.644454956055, + "relativeCreated": 15557.032108306885, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195885,8 +195885,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:50,966", - "created": 1610346650.9664297, + "asctime": "2021-01-11 11:25:40,472", + "created": 1610360740.4723043, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195896,15 +195896,15 @@ "lineno": 438, "message": "prot-server: RX <- service: channel name request, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 966.4297103881836, + "msecs": 472.3043441772461, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15615.971326828003, + "relativeCreated": 15557.329654693604, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195912,8 +195912,8 @@ "prot-server:", "__channel_name_request__" ], - "asctime": "2021-01-11 07:30:50,966", - "created": 1610346650.966581, + "asctime": "2021-01-11 11:25:40,472", + "created": 1610360740.472461, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195923,15 +195923,15 @@ "lineno": 479, "message": "prot-server: Executing callback __channel_name_request__ to process received data", "module": "__init__", - "msecs": 966.5811061859131, + "msecs": 472.4609851837158, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15616.122722625732, + "relativeCreated": 15557.486295700073, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195942,8 +195942,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:50,966", - "created": 1610346650.9668083, + "asctime": "2021-01-11 11:25:40,472", + "created": 1610360740.4726613, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195953,15 +195953,15 @@ "lineno": 438, "message": "prot-server: TX -> service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 966.8083190917969, + "msecs": 472.66125679016113, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15616.349935531616, + "relativeCreated": 15557.686567306519, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -195969,8 +195969,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:50,967", - "created": 1610346650.9676301, + "asctime": "2021-01-11 11:25:40,473", + "created": 1610360740.4733474, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -195980,15 +195980,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 967.63014793396, + "msecs": 473.34742546081543, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15617.17176437378, + "relativeCreated": 15558.372735977173, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -195996,8 +195996,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d" ], - "asctime": "2021-01-11 07:30:50,976", - "created": 1610346650.9760644, + "asctime": "2021-01-11 11:25:40,481", + "created": 1610360740.4817312, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196007,15 +196007,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 39 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 6e 75 6c 6c 7d", "module": "__init__", - "msecs": 976.0644435882568, + "msecs": 481.7311763763428, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15625.606060028076, + "relativeCreated": 15566.7564868927, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196023,8 +196023,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,976", - "created": 1610346650.9763107, + "asctime": "2021-01-11 11:25:40,481", + "created": 1610360740.4819663, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196034,15 +196034,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 976.3107299804688, + "msecs": 481.9662570953369, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15625.852346420288, + "relativeCreated": 15566.991567611694, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196051,8 +196051,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:50,976", - "created": 1610346650.9764447, + "asctime": "2021-01-11 11:25:40,482", + "created": 1610360740.4821012, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196062,15 +196062,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 976.4447212219238, + "msecs": 482.1012020111084, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15625.986337661743, + "relativeCreated": 15567.126512527466, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196078,8 +196078,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,976", - "created": 1610346650.976634, + "asctime": "2021-01-11 11:25:40,482", + "created": 1610360740.4822803, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196089,15 +196089,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 976.6340255737305, + "msecs": 482.2802543640137, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15626.17564201355, + "relativeCreated": 15567.305564880371, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196106,8 +196106,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,976", - "created": 1610346650.9767494, + "asctime": "2021-01-11 11:25:40,482", + "created": 1610360740.4823925, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196117,15 +196117,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 976.7494201660156, + "msecs": 482.3925495147705, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15626.291036605835, + "relativeCreated": 15567.417860031128, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196133,8 +196133,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,976", - "created": 1610346650.9769163, + "asctime": "2021-01-11 11:25:40,482", + "created": 1610360740.4825544, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196144,15 +196144,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 976.9163131713867, + "msecs": 482.55443572998047, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15626.457929611206, + "relativeCreated": 15567.579746246338, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196161,8 +196161,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,977", - "created": 1610346650.9770243, + "asctime": "2021-01-11 11:25:40,482", + "created": 1610360740.4826608, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196172,15 +196172,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 977.0243167877197, + "msecs": 482.66077041625977, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15626.565933227539, + "relativeCreated": 15567.686080932617, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196188,8 +196188,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,977", - "created": 1610346650.9771705, + "asctime": "2021-01-11 11:25:40,482", + "created": 1610360740.4828048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196199,15 +196199,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 977.170467376709, + "msecs": 482.8047752380371, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15626.712083816528, + "relativeCreated": 15567.830085754395, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196216,8 +196216,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,977", - "created": 1610346650.977281, + "asctime": "2021-01-11 11:25:40,482", + "created": 1610360740.4829113, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196227,15 +196227,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 977.2810935974121, + "msecs": 482.9113483428955, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15626.822710037231, + "relativeCreated": 15567.936658859253, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196243,8 +196243,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,977", - "created": 1610346650.977419, + "asctime": "2021-01-11 11:25:40,483", + "created": 1610360740.483049, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196254,15 +196254,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 977.4188995361328, + "msecs": 483.0489158630371, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15626.960515975952, + "relativeCreated": 15568.074226379395, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196271,8 +196271,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:50,977", - "created": 1610346650.9775505, + "asctime": "2021-01-11 11:25:40,483", + "created": 1610360740.4831526, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196282,15 +196282,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 977.5505065917969, + "msecs": 483.1526279449463, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15627.092123031616, + "relativeCreated": 15568.177938461304, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196298,8 +196298,8 @@ "comm-server:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:50,977", - "created": 1610346650.977766, + "asctime": "2021-01-11 11:25:40,483", + "created": 1610360740.4833465, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196309,15 +196309,15 @@ "lineno": 284, "message": "comm-server: TX -> (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 977.7660369873047, + "msecs": 483.34646224975586, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15627.307653427124, + "relativeCreated": 15568.371772766113, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196325,8 +196325,8 @@ "comm-client:", "(6): 30 59 be 2f 3a 3e" ], - "asctime": "2021-01-11 07:30:50,978", - "created": 1610346650.9788554, + "asctime": "2021-01-11 11:25:40,484", + "created": 1610360740.4844196, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196336,15 +196336,15 @@ "lineno": 414, "message": "comm-client: RX <- (6): 30 59 be 2f 3a 3e", "module": "__init__", - "msecs": 978.8553714752197, + "msecs": 484.419584274292, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15628.396987915039, + "relativeCreated": 15569.44489479065, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196352,8 +196352,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:50,979", - "created": 1610346650.9791193, + "asctime": "2021-01-11 11:25:40,484", + "created": 1610360740.4846802, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196363,15 +196363,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 979.1193008422852, + "msecs": 484.68017578125, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15628.660917282104, + "relativeCreated": 15569.705486297607, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196380,8 +196380,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:50,979", - "created": 1610346650.9792569, + "asctime": "2021-01-11 11:25:40,484", + "created": 1610360740.4848819, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196391,15 +196391,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 979.2568683624268, + "msecs": 484.8818778991699, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15628.798484802246, + "relativeCreated": 15569.907188415527, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196407,8 +196407,8 @@ "STP:", "(62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f" ], - "asctime": "2021-01-11 07:30:50,979", - "created": 1610346650.9794862, + "asctime": "2021-01-11 11:25:40,485", + "created": 1610360740.4850967, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196418,15 +196418,15 @@ "lineno": 148, "message": "STP: message identified - (62): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 39 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 6e 75 6c 6c 7d 30 59 be 2f", "module": "stp", - "msecs": 979.4862270355225, + "msecs": 485.09669303894043, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15629.027843475342, + "relativeCreated": 15570.122003555298, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196437,8 +196437,8 @@ "status: okay", "None" ], - "asctime": "2021-01-11 07:30:50,979", - "created": 1610346650.9797957, + "asctime": "2021-01-11 11:25:40,485", + "created": 1610360740.485429, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196448,15 +196448,15 @@ "lineno": 438, "message": "prot-client: RX <- service: channel name response, data_id: name, status: okay, data: \"None\"", "module": "__init__", - "msecs": 979.7956943511963, + "msecs": 485.429048538208, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15629.337310791016, + "relativeCreated": 15570.454359054565, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -196464,8 +196464,8 @@ "prot-client:", "__channel_name_response__" ], - "asctime": "2021-01-11 07:30:50,979", - "created": 1610346650.9799633, + "asctime": "2021-01-11 11:25:40,485", + "created": 1610360740.4855955, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196475,34 +196475,34 @@ "lineno": 492, "message": "prot-client: Executing callback __channel_name_response__ to process received data", "module": "__init__", - "msecs": 979.9633026123047, + "msecs": 485.5954647064209, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15629.504919052124, + "relativeCreated": 15570.620775222778, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" } ], - "msecs": 297.4972724914551, + "msecs": 803.2820224761963, "msg": "Connecting Server and Client", "name": "__tLogger__", "pathname": "src/tests/test_helpers.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15947.038888931274, + "relativeCreated": 15888.307332992554, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.3175339698791504 + "time_consumption": 0.3176865577697754 }, { "args": [], - "asctime": "2021-01-11 07:30:51,298", - "created": 1610346651.2987761, + "asctime": "2021-01-11 11:25:40,804", + "created": 1610360740.804516, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -196520,8 +196520,8 @@ "None", "None" ], - "asctime": "2021-01-11 07:30:51,298", - "created": 1610346651.2980475, + "asctime": "2021-01-11 11:25:40,803", + "created": 1610360740.8038082, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196531,15 +196531,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback3__' for SID=None and DID=None", "module": "__init__", - "msecs": 298.0475425720215, + "msecs": 803.8082122802734, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15947.58915901184, + "relativeCreated": 15888.83352279663, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -196549,8 +196549,8 @@ "None", "0" ], - "asctime": "2021-01-11 07:30:51,298", - "created": 1610346651.298273, + "asctime": "2021-01-11 11:25:40,804", + "created": 1610360740.8040302, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196560,15 +196560,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback2__' for SID=None and DID=0", "module": "__init__", - "msecs": 298.27308654785156, + "msecs": 804.030179977417, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15947.81470298767, + "relativeCreated": 15889.055490493774, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -196578,8 +196578,8 @@ "10", "None" ], - "asctime": "2021-01-11 07:30:51,298", - "created": 1610346651.2984605, + "asctime": "2021-01-11 11:25:40,804", + "created": 1610360740.8042119, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196589,15 +196589,15 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback1__' for SID=10 and DID=None", "module": "__init__", - "msecs": 298.4604835510254, + "msecs": 804.2118549346924, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15948.002099990845, + "relativeCreated": 15889.23716545105, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -196607,8 +196607,8 @@ "10", "0" ], - "asctime": "2021-01-11 07:30:51,298", - "created": 1610346651.298636, + "asctime": "2021-01-11 11:25:40,804", + "created": 1610360740.8043823, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196618,34 +196618,34 @@ "lineno": 170, "message": "prot-server: Adding callback '__callback__' for SID=10 and DID=0", "module": "__init__", - "msecs": 298.63595962524414, + "msecs": 804.38232421875, "msg": "%s Adding callback %s for SID=%s and DID=%s", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15948.177576065063, + "relativeCreated": 15889.407634735107, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 298.77614974975586, + "msecs": 804.516077041626, "msg": "Registering all kind of Callbacks", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15948.317766189575, + "relativeCreated": 15889.541387557983, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014019012451171875 + "time_consumption": 0.00013375282287597656 }, { "args": [], - "asctime": "2021-01-11 07:30:51,500", - "created": 1610346651.500497, + "asctime": "2021-01-11 11:25:41,006", + "created": 1610360741.0060606, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -196664,8 +196664,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:51,299", - "created": 1610346651.299108, + "asctime": "2021-01-11 11:25:40,804", + "created": 1610360740.8048694, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196675,15 +196675,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 299.10802841186523, + "msecs": 804.8694133758545, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15948.649644851685, + "relativeCreated": 15889.894723892212, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -196691,8 +196691,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:51,300", - "created": 1610346651.300156, + "asctime": "2021-01-11 11:25:40,805", + "created": 1610360740.8057485, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196702,15 +196702,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 300.1561164855957, + "msecs": 805.748462677002, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15949.697732925415, + "relativeCreated": 15890.77377319336, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196718,8 +196718,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:51,308", - "created": 1610346651.3086936, + "asctime": "2021-01-11 11:25:40,814", + "created": 1610360740.8142223, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -196729,15 +196729,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 308.69364738464355, + "msecs": 814.2223358154297, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15958.235263824463, + "relativeCreated": 15899.247646331787, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196745,8 +196745,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,308", - "created": 1610346651.3089893, + "asctime": "2021-01-11 11:25:40,814", + "created": 1610360740.8145099, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196756,15 +196756,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 308.9892864227295, + "msecs": 814.5098686218262, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15958.530902862549, + "relativeCreated": 15899.535179138184, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196773,8 +196773,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:51,309", - "created": 1610346651.309155, + "asctime": "2021-01-11 11:25:40,814", + "created": 1610360740.8146741, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196784,15 +196784,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 309.1549873352051, + "msecs": 814.6741390228271, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15958.696603775024, + "relativeCreated": 15899.699449539185, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196800,8 +196800,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,309", - "created": 1610346651.3093584, + "asctime": "2021-01-11 11:25:40,814", + "created": 1610360740.814873, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196811,15 +196811,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 309.3583583831787, + "msecs": 814.8729801177979, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15958.899974822998, + "relativeCreated": 15899.898290634155, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196828,8 +196828,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,309", - "created": 1610346651.3095422, + "asctime": "2021-01-11 11:25:40,815", + "created": 1610360740.8150115, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196839,15 +196839,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 309.542179107666, + "msecs": 815.0115013122559, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15959.083795547485, + "relativeCreated": 15900.036811828613, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196855,8 +196855,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,309", - "created": 1610346651.3097773, + "asctime": "2021-01-11 11:25:40,815", + "created": 1610360740.8152354, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196866,15 +196866,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 309.77725982666016, + "msecs": 815.2353763580322, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15959.31887626648, + "relativeCreated": 15900.26068687439, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196883,8 +196883,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,309", - "created": 1610346651.309917, + "asctime": "2021-01-11 11:25:40,815", + "created": 1610360740.8153698, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196894,15 +196894,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 309.9169731140137, + "msecs": 815.3698444366455, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15959.458589553833, + "relativeCreated": 15900.395154953003, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196910,8 +196910,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,310", - "created": 1610346651.310111, + "asctime": "2021-01-11 11:25:40,815", + "created": 1610360740.8155582, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196921,15 +196921,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 310.11104583740234, + "msecs": 815.5581951141357, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15959.652662277222, + "relativeCreated": 15900.583505630493, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196938,8 +196938,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,310", - "created": 1610346651.3102438, + "asctime": "2021-01-11 11:25:40,815", + "created": 1610360740.8156874, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196949,15 +196949,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 310.2438449859619, + "msecs": 815.6874179840088, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15959.785461425781, + "relativeCreated": 15900.712728500366, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196965,8 +196965,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,310", - "created": 1610346651.3104177, + "asctime": "2021-01-11 11:25:40,815", + "created": 1610360740.8158588, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -196976,15 +196976,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 310.41765213012695, + "msecs": 815.8588409423828, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15959.959268569946, + "relativeCreated": 15900.88415145874, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -196993,8 +196993,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,310", - "created": 1610346651.310549, + "asctime": "2021-01-11 11:25:40,815", + "created": 1610360740.8159878, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197004,15 +197004,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 310.5490207672119, + "msecs": 815.9878253936768, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15960.090637207031, + "relativeCreated": 15901.013135910034, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -197020,8 +197020,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:51,310", - "created": 1610346651.310799, + "asctime": "2021-01-11 11:25:40,816", + "created": 1610360740.8162248, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197031,15 +197031,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 310.79888343811035, + "msecs": 816.2248134613037, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15960.34049987793, + "relativeCreated": 15901.250123977661, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -197047,8 +197047,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:51,311", - "created": 1610346651.3116958, + "asctime": "2021-01-11 11:25:40,817", + "created": 1610360740.817093, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197058,15 +197058,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 311.69581413269043, + "msecs": 817.0928955078125, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15961.23743057251, + "relativeCreated": 15902.11820602417, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -197074,8 +197074,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,311", - "created": 1610346651.3118784, + "asctime": "2021-01-11 11:25:40,817", + "created": 1610360740.8172328, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197085,15 +197085,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 311.8784427642822, + "msecs": 817.2328472137451, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15961.420059204102, + "relativeCreated": 15902.258157730103, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -197102,8 +197102,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:51,312", - "created": 1610346651.3120146, + "asctime": "2021-01-11 11:25:40,817", + "created": 1610360740.817339, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197113,15 +197113,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 312.0145797729492, + "msecs": 817.3389434814453, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15961.556196212769, + "relativeCreated": 15902.364253997803, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -197129,8 +197129,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78" ], - "asctime": "2021-01-11 07:30:51,312", - "created": 1610346651.3122551, + "asctime": "2021-01-11 11:25:40,817", + "created": 1610360740.8175118, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197140,15 +197140,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78", "module": "stp", - "msecs": 312.2551441192627, + "msecs": 817.511796951294, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15961.796760559082, + "relativeCreated": 15902.537107467651, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -197159,8 +197159,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:51,312", - "created": 1610346651.3126338, + "asctime": "2021-01-11 11:25:40,817", + "created": 1610360740.8177774, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197170,15 +197170,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 312.633752822876, + "msecs": 817.7773952484131, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15962.175369262695, + "relativeCreated": 15902.80270576477, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -197186,8 +197186,8 @@ "prot-server:", "__callback__" ], - "asctime": "2021-01-11 07:30:51,312", - "created": 1610346651.312813, + "asctime": "2021-01-11 11:25:40,817", + "created": 1610360740.8179085, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197197,15 +197197,15 @@ "lineno": 479, "message": "prot-server: Executing callback __callback__ to process received data", "module": "__init__", - "msecs": 312.81304359436035, + "msecs": 817.908525466919, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15962.35466003418, + "relativeCreated": 15902.933835983276, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -197216,8 +197216,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:51,313", - "created": 1610346651.3130488, + "asctime": "2021-01-11 11:25:40,818", + "created": 1610360740.8180783, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197227,15 +197227,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 313.0488395690918, + "msecs": 818.0782794952393, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15962.590456008911, + "relativeCreated": 15903.103590011597, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -197243,8 +197243,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4" ], - "asctime": "2021-01-11 07:30:51,313", - "created": 1610346651.3138583, + "asctime": "2021-01-11 11:25:40,818", + "created": 1610360740.8186564, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197254,15 +197254,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4", "module": "__init__", - "msecs": 313.8582706451416, + "msecs": 818.6564445495605, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15963.399887084961, + "relativeCreated": 15903.681755065918, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197270,8 +197270,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4" ], - "asctime": "2021-01-11 07:30:51,322", - "created": 1610346651.3222625, + "asctime": "2021-01-11 11:25:40,827", + "created": 1610360740.827042, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197281,15 +197281,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 33 7d e4", "module": "__init__", - "msecs": 322.2625255584717, + "msecs": 827.0421028137207, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15971.804141998291, + "relativeCreated": 15912.067413330078, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197297,8 +197297,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,322", - "created": 1610346651.3225765, + "asctime": "2021-01-11 11:25:40,827", + "created": 1610360740.8272603, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197308,15 +197308,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 322.57652282714844, + "msecs": 827.2602558135986, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15972.118139266968, + "relativeCreated": 15912.285566329956, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197325,8 +197325,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:51,322", - "created": 1610346651.3227432, + "asctime": "2021-01-11 11:25:40,827", + "created": 1610360740.82738, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197336,15 +197336,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 322.74317741394043, + "msecs": 827.3799419403076, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15972.28479385376, + "relativeCreated": 15912.405252456665, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197352,8 +197352,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,322", - "created": 1610346651.3229754, + "asctime": "2021-01-11 11:25:40,827", + "created": 1610360740.8275485, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197363,15 +197363,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 322.97539710998535, + "msecs": 827.5485038757324, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15972.517013549805, + "relativeCreated": 15912.57381439209, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197380,8 +197380,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,323", - "created": 1610346651.3231225, + "asctime": "2021-01-11 11:25:40,827", + "created": 1610360740.8276532, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197391,15 +197391,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 323.122501373291, + "msecs": 827.653169631958, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15972.66411781311, + "relativeCreated": 15912.678480148315, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197407,8 +197407,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,323", - "created": 1610346651.3233387, + "asctime": "2021-01-11 11:25:40,827", + "created": 1610360740.8278086, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197418,15 +197418,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 323.33874702453613, + "msecs": 827.8086185455322, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15972.880363464355, + "relativeCreated": 15912.83392906189, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197435,8 +197435,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,323", - "created": 1610346651.323475, + "asctime": "2021-01-11 11:25:40,827", + "created": 1610360740.8279061, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197446,15 +197446,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 323.4748840332031, + "msecs": 827.9061317443848, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15973.016500473022, + "relativeCreated": 15912.931442260742, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197462,8 +197462,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,323", - "created": 1610346651.3236623, + "asctime": "2021-01-11 11:25:40,828", + "created": 1610360740.8280509, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197473,15 +197473,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 323.66228103637695, + "msecs": 828.0508518218994, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15973.203897476196, + "relativeCreated": 15913.076162338257, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197490,8 +197490,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,323", - "created": 1610346651.3237963, + "asctime": "2021-01-11 11:25:40,828", + "created": 1610360740.828149, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197501,15 +197501,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 323.79627227783203, + "msecs": 828.1490802764893, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15973.337888717651, + "relativeCreated": 15913.174390792847, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197517,8 +197517,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,323", - "created": 1610346651.3239841, + "asctime": "2021-01-11 11:25:40,828", + "created": 1610360740.8282754, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197528,15 +197528,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 323.98414611816406, + "msecs": 828.2754421234131, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15973.525762557983, + "relativeCreated": 15913.30075263977, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197545,8 +197545,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,324", - "created": 1610346651.3241189, + "asctime": "2021-01-11 11:25:40,828", + "created": 1610360740.8283699, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197556,15 +197556,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 324.11885261535645, + "msecs": 828.3698558807373, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15973.660469055176, + "relativeCreated": 15913.395166397095, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197572,8 +197572,8 @@ "comm-server:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 07:30:51,324", - "created": 1610346651.32436, + "asctime": "2021-01-11 11:25:40,828", + "created": 1610360740.8285916, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197583,15 +197583,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 324.3598937988281, + "msecs": 828.5915851593018, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15973.901510238647, + "relativeCreated": 15913.61689567566, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197599,8 +197599,8 @@ "comm-client:", "(5): e1 8c bb 3a 3e" ], - "asctime": "2021-01-11 07:30:51,325", - "created": 1610346651.3253725, + "asctime": "2021-01-11 11:25:40,829", + "created": 1610360740.82948, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197610,15 +197610,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): e1 8c bb 3a 3e", "module": "__init__", - "msecs": 325.37245750427246, + "msecs": 829.4799327850342, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15974.914073944092, + "relativeCreated": 15914.505243301392, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197626,8 +197626,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,325", - "created": 1610346651.3257215, + "asctime": "2021-01-11 11:25:40,829", + "created": 1610360740.8296502, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197637,15 +197637,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 325.72150230407715, + "msecs": 829.6501636505127, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15975.263118743896, + "relativeCreated": 15914.67547416687, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197654,8 +197654,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:51,325", - "created": 1610346651.325896, + "asctime": "2021-01-11 11:25:40,829", + "created": 1610360740.8297853, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197665,15 +197665,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 325.8960247039795, + "msecs": 829.7853469848633, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15975.437641143799, + "relativeCreated": 15914.81065750122, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197681,8 +197681,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 33 7d e4 e1 8c bb" ], - "asctime": "2021-01-11 07:30:51,326", - "created": 1610346651.326143, + "asctime": "2021-01-11 11:25:40,830", + "created": 1610360740.8300104, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -197692,15 +197692,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 33 7d e4 e1 8c bb", "module": "stp", - "msecs": 326.1430263519287, + "msecs": 830.0104141235352, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15975.684642791748, + "relativeCreated": 15915.035724639893, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -197711,8 +197711,8 @@ "status: okay", "33" ], - "asctime": "2021-01-11 07:30:51,326", - "created": 1610346651.3265424, + "asctime": "2021-01-11 11:25:40,830", + "created": 1610360740.8303614, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197722,23 +197722,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"33\"", "module": "__init__", - "msecs": 326.5423774719238, + "msecs": 830.3613662719727, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15976.083993911743, + "relativeCreated": 15915.38667678833, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:51,326", - "created": 1610346651.3267906, + "asctime": "2021-01-11 11:25:40,830", + "created": 1610360740.83058, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197748,37 +197748,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 326.79057121276855, + "msecs": 830.5799961090088, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 15976.332187652588, + "relativeCreated": 15915.605306625366, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" } ], - "msecs": 500.49710273742676, + "msecs": 6.060600280761719, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16150.038719177246, + "relativeCreated": 16091.08591079712, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.1737065315246582 + "time_consumption": 0.17548060417175293 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:51,501", - "created": 1610346651.501468, + "asctime": "2021-01-11 11:25:41,006", + "created": 1610360741.0069563, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197795,8 +197795,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:51,501", - "created": 1610346651.5010471, + "asctime": "2021-01-11 11:25:41,006", + "created": 1610360741.0065832, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197806,15 +197806,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 501.04713439941406, + "msecs": 6.583213806152344, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16150.588750839233, + "relativeCreated": 16091.60852432251, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -197823,8 +197823,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:51,501", - "created": 1610346651.501238, + "asctime": "2021-01-11 11:25:41,006", + "created": 1610360741.0067716, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197834,37 +197834,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 501.2381076812744, + "msecs": 6.771564483642578, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16150.779724121094, + "relativeCreated": 16091.796875, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 501.4679431915283, + "msecs": 6.956338882446289, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16151.009559631348, + "relativeCreated": 16091.981649398804, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00022983551025390625 + "time_consumption": 0.00018477439880371094 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 07:30:51,502", - "created": 1610346651.502021, + "asctime": "2021-01-11 11:25:41,007", + "created": 1610360741.0075114, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197881,8 +197881,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33}", "" ], - "asctime": "2021-01-11 07:30:51,501", - "created": 1610346651.5017238, + "asctime": "2021-01-11 11:25:41,007", + "created": 1610360741.0072, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197892,15 +197892,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 33} ()", "module": "test", - "msecs": 501.7237663269043, + "msecs": 7.200002670288086, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16151.265382766724, + "relativeCreated": 16092.225313186646, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -197909,8 +197909,8 @@ "{'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:51,501", - "created": 1610346651.5018756, + "asctime": "2021-01-11 11:25:41,007", + "created": 1610360741.0073583, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -197920,34 +197920,34 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 33, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 501.875638961792, + "msecs": 7.358312606811523, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16151.417255401611, + "relativeCreated": 16092.383623123169, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 502.02107429504395, + "msecs": 7.511377334594727, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16151.562690734863, + "relativeCreated": 16092.536687850952, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014543533325195312 + "time_consumption": 0.00015306472778320312 }, { "args": [], - "asctime": "2021-01-11 07:30:51,502", - "created": 1610346651.5024683, + "asctime": "2021-01-11 11:25:41,007", + "created": 1610360741.0079272, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -197965,8 +197965,8 @@ "10", "0" ], - "asctime": "2021-01-11 07:30:51,502", - "created": 1610346651.5023153, + "asctime": "2021-01-11 11:25:41,007", + "created": 1610360741.007779, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -197976,34 +197976,34 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback__' for service_id (10) and data_id (0)!", "module": "__init__", - "msecs": 502.3152828216553, + "msecs": 7.77888298034668, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16151.856899261475, + "relativeCreated": 16092.804193496704, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 502.4683475494385, + "msecs": 7.927179336547852, "msg": "Removing Callback for a specific Data- and Service-ID", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16152.009963989258, + "relativeCreated": 16092.952489852905, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00015306472778320312 + "time_consumption": 0.00014829635620117188 }, { "args": [], - "asctime": "2021-01-11 07:30:51,704", - "created": 1610346651.7040865, + "asctime": "2021-01-11 11:25:41,209", + "created": 1610360741.2094207, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -198022,8 +198022,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:51,502", - "created": 1610346651.5027838, + "asctime": "2021-01-11 11:25:41,008", + "created": 1610360741.0082366, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198033,15 +198033,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 502.78377532958984, + "msecs": 8.23664665222168, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16152.32539176941, + "relativeCreated": 16093.26195716858, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -198049,8 +198049,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:51,503", - "created": 1610346651.5039852, + "asctime": "2021-01-11 11:25:41,009", + "created": 1610360741.0092669, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198060,15 +198060,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 503.9851665496826, + "msecs": 9.266853332519531, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16153.526782989502, + "relativeCreated": 16094.292163848877, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198076,8 +198076,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:51,512", - "created": 1610346651.5125103, + "asctime": "2021-01-11 11:25:41,017", + "created": 1610360741.0175772, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198087,15 +198087,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 512.5102996826172, + "msecs": 17.577171325683594, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16162.051916122437, + "relativeCreated": 16102.602481842041, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198103,8 +198103,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,512", - "created": 1610346651.5128026, + "asctime": "2021-01-11 11:25:41,017", + "created": 1610360741.0177839, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198114,15 +198114,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 512.8026008605957, + "msecs": 17.78388023376465, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16162.344217300415, + "relativeCreated": 16102.809190750122, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198131,8 +198131,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:51,512", - "created": 1610346651.5129921, + "asctime": "2021-01-11 11:25:41,017", + "created": 1610360741.0178955, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198142,15 +198142,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 512.9921436309814, + "msecs": 17.89546012878418, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16162.5337600708, + "relativeCreated": 16102.920770645142, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198158,8 +198158,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,513", - "created": 1610346651.5132036, + "asctime": "2021-01-11 11:25:41,018", + "created": 1610360741.0180283, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198169,15 +198169,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 513.2036209106445, + "msecs": 18.02825927734375, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16162.745237350464, + "relativeCreated": 16103.053569793701, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198186,8 +198186,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,513", - "created": 1610346651.5133455, + "asctime": "2021-01-11 11:25:41,018", + "created": 1610360741.018119, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198197,15 +198197,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 513.34547996521, + "msecs": 18.119096755981445, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16162.88709640503, + "relativeCreated": 16103.144407272339, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198213,8 +198213,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,513", - "created": 1610346651.5135863, + "asctime": "2021-01-11 11:25:41,018", + "created": 1610360741.0182538, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198224,15 +198224,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 513.5862827301025, + "msecs": 18.253803253173828, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16163.127899169922, + "relativeCreated": 16103.279113769531, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198241,8 +198241,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,513", - "created": 1610346651.5137274, + "asctime": "2021-01-11 11:25:41,018", + "created": 1610360741.0183415, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198252,15 +198252,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 513.7274265289307, + "msecs": 18.341541290283203, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16163.26904296875, + "relativeCreated": 16103.36685180664, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198268,8 +198268,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,513", - "created": 1610346651.5139198, + "asctime": "2021-01-11 11:25:41,018", + "created": 1610360741.0184655, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198279,15 +198279,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 513.9198303222656, + "msecs": 18.465518951416016, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16163.461446762085, + "relativeCreated": 16103.490829467773, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198296,8 +198296,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,514", - "created": 1610346651.5140533, + "asctime": "2021-01-11 11:25:41,018", + "created": 1610360741.0185509, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198307,15 +198307,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 514.0533447265625, + "msecs": 18.550872802734375, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16163.594961166382, + "relativeCreated": 16103.576183319092, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198323,8 +198323,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,514", - "created": 1610346651.514231, + "asctime": "2021-01-11 11:25:41,018", + "created": 1610360741.0186853, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198334,15 +198334,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 514.2309665679932, + "msecs": 18.685340881347656, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16163.772583007812, + "relativeCreated": 16103.710651397705, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198351,8 +198351,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,514", - "created": 1610346651.5143642, + "asctime": "2021-01-11 11:25:41,018", + "created": 1610360741.0187705, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198362,15 +198362,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 514.3642425537109, + "msecs": 18.770456314086914, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16163.90585899353, + "relativeCreated": 16103.795766830444, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198378,8 +198378,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:51,514", - "created": 1610346651.5146055, + "asctime": "2021-01-11 11:25:41,018", + "created": 1610360741.0189297, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198389,15 +198389,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 514.6055221557617, + "msecs": 18.929719924926758, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16164.147138595581, + "relativeCreated": 16103.955030441284, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198405,8 +198405,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:51,515", - "created": 1610346651.515565, + "asctime": "2021-01-11 11:25:41,019", + "created": 1610360741.019826, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198416,15 +198416,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 515.5649185180664, + "msecs": 19.82593536376953, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16165.106534957886, + "relativeCreated": 16104.851245880127, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198432,8 +198432,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,515", - "created": 1610346651.515777, + "asctime": "2021-01-11 11:25:41,020", + "created": 1610360741.0200047, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198443,15 +198443,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 515.7771110534668, + "msecs": 20.004749298095703, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16165.318727493286, + "relativeCreated": 16105.030059814453, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198460,8 +198460,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:51,515", - "created": 1610346651.5159116, + "asctime": "2021-01-11 11:25:41,020", + "created": 1610360741.0201156, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198471,15 +198471,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 515.9115791320801, + "msecs": 20.11561393737793, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16165.4531955719, + "relativeCreated": 16105.140924453735, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198487,8 +198487,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78" ], - "asctime": "2021-01-11 07:30:51,516", - "created": 1610346651.5161078, + "asctime": "2021-01-11 11:25:41,020", + "created": 1610360741.0202804, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198498,15 +198498,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78", "module": "stp", - "msecs": 516.1077976226807, + "msecs": 20.28036117553711, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16165.6494140625, + "relativeCreated": 16105.305671691895, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198517,8 +198517,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:51,516", - "created": 1610346651.5164356, + "asctime": "2021-01-11 11:25:41,020", + "created": 1610360741.0205312, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198528,15 +198528,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 516.4356231689453, + "msecs": 20.531177520751953, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16165.977239608765, + "relativeCreated": 16105.55648803711, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198544,8 +198544,8 @@ "prot-server:", "__callback1__" ], - "asctime": "2021-01-11 07:30:51,516", - "created": 1610346651.5165868, + "asctime": "2021-01-11 11:25:41,020", + "created": 1610360741.0206594, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198555,15 +198555,15 @@ "lineno": 479, "message": "prot-server: Executing callback __callback1__ to process received data", "module": "__init__", - "msecs": 516.5867805480957, + "msecs": 20.659446716308594, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16166.128396987915, + "relativeCreated": 16105.684757232666, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198574,8 +198574,8 @@ "status: operation not permitted", "34" ], - "asctime": "2021-01-11 07:30:51,516", - "created": 1610346651.5167994, + "asctime": "2021-01-11 11:25:41,020", + "created": 1610360741.0208795, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198585,15 +198585,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: operation not permitted, data: \"34\"", "module": "__init__", - "msecs": 516.7994499206543, + "msecs": 20.879507064819336, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16166.341066360474, + "relativeCreated": 16105.904817581177, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -198601,8 +198601,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 64 61 74 61 22 3a 3d 20 33 34 7d 53" ], - "asctime": "2021-01-11 07:30:51,517", - "created": 1610346651.5174704, + "asctime": "2021-01-11 11:25:41,021", + "created": 1610360741.0217366, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198612,15 +198612,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 64 61 74 61 22 3a 3d 20 33 34 7d 53", "module": "__init__", - "msecs": 517.4703598022461, + "msecs": 21.736621856689453, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16167.011976242065, + "relativeCreated": 16106.761932373047, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198628,8 +198628,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 64 61 74 61 22 3a 3d 20 33 34 7d 53" ], - "asctime": "2021-01-11 07:30:51,525", - "created": 1610346651.5257475, + "asctime": "2021-01-11 11:25:41,030", + "created": 1610360741.0300803, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198639,15 +198639,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 64 61 74 61 22 3a 3d 20 33 34 7d 53", "module": "__init__", - "msecs": 525.747537612915, + "msecs": 30.080318450927734, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16175.289154052734, + "relativeCreated": 16115.105628967285, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198655,8 +198655,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,525", - "created": 1610346651.5259874, + "asctime": "2021-01-11 11:25:41,030", + "created": 1610360741.0303185, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198666,15 +198666,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 525.9873867034912, + "msecs": 30.318498611450195, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16175.52900314331, + "relativeCreated": 16115.343809127808, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198683,8 +198683,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:51,526", - "created": 1610346651.5261202, + "asctime": "2021-01-11 11:25:41,030", + "created": 1610360741.0304534, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198694,15 +198694,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 526.1201858520508, + "msecs": 30.45344352722168, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16175.66180229187, + "relativeCreated": 16115.47875404358, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198710,8 +198710,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,526", - "created": 1610346651.526281, + "asctime": "2021-01-11 11:25:41,030", + "created": 1610360741.0306375, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198721,15 +198721,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 526.2811183929443, + "msecs": 30.637502670288086, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16175.822734832764, + "relativeCreated": 16115.662813186646, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198738,8 +198738,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,526", - "created": 1610346651.5264223, + "asctime": "2021-01-11 11:25:41,030", + "created": 1610360741.0307627, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198749,15 +198749,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 526.4222621917725, + "msecs": 30.762672424316406, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16175.963878631592, + "relativeCreated": 16115.787982940674, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198765,8 +198765,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,526", - "created": 1610346651.5266018, + "asctime": "2021-01-11 11:25:41,030", + "created": 1610360741.030927, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198776,15 +198776,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 526.6017913818359, + "msecs": 30.926942825317383, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16176.143407821655, + "relativeCreated": 16115.952253341675, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198793,8 +198793,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,526", - "created": 1610346651.5267122, + "asctime": "2021-01-11 11:25:41,031", + "created": 1610360741.031033, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198804,15 +198804,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 526.71217918396, + "msecs": 31.033039093017578, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16176.25379562378, + "relativeCreated": 16116.058349609375, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198820,8 +198820,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,526", - "created": 1610346651.5268621, + "asctime": "2021-01-11 11:25:41,031", + "created": 1610360741.0311809, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198831,15 +198831,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 526.8621444702148, + "msecs": 31.180858612060547, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16176.403760910034, + "relativeCreated": 16116.206169128418, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198848,8 +198848,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,526", - "created": 1610346651.526968, + "asctime": "2021-01-11 11:25:41,031", + "created": 1610360741.0312848, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198859,15 +198859,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 526.9680023193359, + "msecs": 31.284809112548828, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16176.509618759155, + "relativeCreated": 16116.310119628906, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198875,8 +198875,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,527", - "created": 1610346651.5271082, + "asctime": "2021-01-11 11:25:41,031", + "created": 1610360741.0314221, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198886,15 +198886,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 527.1081924438477, + "msecs": 31.422138214111328, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16176.649808883667, + "relativeCreated": 16116.447448730469, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198903,8 +198903,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,527", - "created": 1610346651.5272117, + "asctime": "2021-01-11 11:25:41,031", + "created": 1610360741.0315263, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198914,15 +198914,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 527.2116661071777, + "msecs": 31.52632713317871, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16176.753282546997, + "relativeCreated": 16116.551637649536, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198930,8 +198930,8 @@ "comm-server:", "(5): 62 51 ca 3a 3e" ], - "asctime": "2021-01-11 07:30:51,527", - "created": 1610346651.5274143, + "asctime": "2021-01-11 11:25:41,031", + "created": 1610360741.0317175, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198941,15 +198941,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): 62 51 ca 3a 3e", "module": "__init__", - "msecs": 527.4143218994141, + "msecs": 31.717538833618164, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16176.955938339233, + "relativeCreated": 16116.742849349976, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198957,8 +198957,8 @@ "comm-client:", "(5): 62 51 ca 3a 3e" ], - "asctime": "2021-01-11 07:30:51,528", - "created": 1610346651.5283115, + "asctime": "2021-01-11 11:25:41,032", + "created": 1610360741.0326679, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -198968,15 +198968,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): 62 51 ca 3a 3e", "module": "__init__", - "msecs": 528.3114910125732, + "msecs": 32.66787528991699, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16177.853107452393, + "relativeCreated": 16117.693185806274, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -198984,8 +198984,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,528", - "created": 1610346651.5285063, + "asctime": "2021-01-11 11:25:41,032", + "created": 1610360741.0329535, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -198995,15 +198995,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 528.5062789916992, + "msecs": 32.953500747680664, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16178.047895431519, + "relativeCreated": 16117.978811264038, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -199012,8 +199012,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:51,528", - "created": 1610346651.5286415, + "asctime": "2021-01-11 11:25:41,033", + "created": 1610360741.0330937, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199023,15 +199023,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 528.6414623260498, + "msecs": 33.09369087219238, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16178.18307876587, + "relativeCreated": 16118.11900138855, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -199039,8 +199039,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 36 2c 20 22 64 61 74 61 22 3a 20 33 34 7d 53 62 51 ca" ], - "asctime": "2021-01-11 07:30:51,528", - "created": 1610346651.5288372, + "asctime": "2021-01-11 11:25:41,033", + "created": 1610360741.033291, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199050,15 +199050,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 36 2c 20 22 64 61 74 61 22 3a 20 33 34 7d 53 62 51 ca", "module": "stp", - "msecs": 528.8372039794922, + "msecs": 33.29110145568848, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16178.378820419312, + "relativeCreated": 16118.316411972046, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -199069,8 +199069,8 @@ "status: operation not permitted", "34" ], - "asctime": "2021-01-11 07:30:51,529", - "created": 1610346651.5291529, + "asctime": "2021-01-11 11:25:41,033", + "created": 1610360741.033609, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199080,23 +199080,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: operation not permitted, data: \"34\"", "module": "__init__", - "msecs": 529.1528701782227, + "msecs": 33.60891342163086, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16178.694486618042, + "relativeCreated": 16118.634223937988, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:51,529", - "created": 1610346651.5293453, + "asctime": "2021-01-11 11:25:41,033", + "created": 1610360741.0337918, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199106,37 +199106,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 529.3452739715576, + "msecs": 33.79178047180176, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16178.886890411377, + "relativeCreated": 16118.81709098816, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" } ], - "msecs": 704.0865421295166, + "msecs": 209.42068099975586, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16353.628158569336, + "relativeCreated": 16294.445991516113, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.17474126815795898 + "time_consumption": 0.1756289005279541 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:51,704", - "created": 1610346651.7049809, + "asctime": "2021-01-11 11:25:41,210", + "created": 1610360741.2103198, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199153,8 +199153,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:51,704", - "created": 1610346651.7046082, + "asctime": "2021-01-11 11:25:41,209", + "created": 1610360741.2099128, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199164,15 +199164,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 704.6082019805908, + "msecs": 209.91277694702148, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16354.14981842041, + "relativeCreated": 16294.938087463379, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -199181,8 +199181,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:51,704", - "created": 1610346651.7048137, + "asctime": "2021-01-11 11:25:41,210", + "created": 1610360741.2101474, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199192,37 +199192,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 704.8137187957764, + "msecs": 210.14738082885742, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16354.355335235596, + "relativeCreated": 16295.172691345215, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 704.9808502197266, + "msecs": 210.31975746154785, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16354.522466659546, + "relativeCreated": 16295.345067977905, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001671314239501953 + "time_consumption": 0.0001723766326904297 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 34}", "" ], - "asctime": "2021-01-11 07:30:51,705", - "created": 1610346651.7055807, + "asctime": "2021-01-11 11:25:41,210", + "created": 1610360741.2108505, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199239,8 +199239,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 34}", "" ], - "asctime": "2021-01-11 07:30:51,705", - "created": 1610346651.7052302, + "asctime": "2021-01-11 11:25:41,210", + "created": 1610360741.2105618, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199250,15 +199250,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 6, 'data': 34} ()", "module": "test", - "msecs": 705.2302360534668, + "msecs": 210.56175231933594, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16354.771852493286, + "relativeCreated": 16295.587062835693, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -199267,8 +199267,8 @@ "{'data': 34, 'data_id': 0, 'service_id': 11, 'status': 6}", "" ], - "asctime": "2021-01-11 07:30:51,705", - "created": 1610346651.7053905, + "asctime": "2021-01-11 11:25:41,210", + "created": 1610360741.2107096, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -199278,34 +199278,34 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 34, 'data_id': 0, 'service_id': 11, 'status': 6} ()", "module": "test", - "msecs": 705.390453338623, + "msecs": 210.7095718383789, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16354.932069778442, + "relativeCreated": 16295.734882354736, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 705.5807113647461, + "msecs": 210.85047721862793, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16355.122327804565, + "relativeCreated": 16295.875787734985, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00019025802612304688 + "time_consumption": 0.00014090538024902344 }, { "args": [], - "asctime": "2021-01-11 07:30:51,706", - "created": 1610346651.7060804, + "asctime": "2021-01-11 11:25:41,211", + "created": 1610360741.211257, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -199323,8 +199323,8 @@ "10", "None" ], - "asctime": "2021-01-11 07:30:51,705", - "created": 1610346651.7058635, + "asctime": "2021-01-11 11:25:41,211", + "created": 1610360741.2111108, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199334,34 +199334,34 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback1__' for service_id (10) and data_id (None)!", "module": "__init__", - "msecs": 705.8634757995605, + "msecs": 211.11083030700684, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16355.40509223938, + "relativeCreated": 16296.136140823364, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 706.080436706543, + "msecs": 211.2569808959961, "msg": "Removing Callback for a specific Service-ID and all Data-IDs", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16355.622053146362, + "relativeCreated": 16296.282291412354, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00021696090698242188 + "time_consumption": 0.0001461505889892578 }, { "args": [], - "asctime": "2021-01-11 07:30:51,907", - "created": 1610346651.9076762, + "asctime": "2021-01-11 11:25:41,412", + "created": 1610360741.4128733, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -199380,8 +199380,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:51,706", - "created": 1610346651.706412, + "asctime": "2021-01-11 11:25:41,211", + "created": 1610360741.2115815, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199391,15 +199391,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 706.4120769500732, + "msecs": 211.58146858215332, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16355.953693389893, + "relativeCreated": 16296.60677909851, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -199407,8 +199407,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:51,708", - "created": 1610346651.7081184, + "asctime": "2021-01-11 11:25:41,213", + "created": 1610360741.2131681, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199418,15 +199418,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 708.1184387207031, + "msecs": 213.16814422607422, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16357.660055160522, + "relativeCreated": 16298.193454742432, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199434,8 +199434,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:51,716", - "created": 1610346651.716675, + "asctime": "2021-01-11 11:25:41,221", + "created": 1610360741.2215602, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199445,15 +199445,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 716.6750431060791, + "msecs": 221.56023979187012, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16366.216659545898, + "relativeCreated": 16306.585550308228, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199461,8 +199461,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,716", - "created": 1610346651.7169998, + "asctime": "2021-01-11 11:25:41,221", + "created": 1610360741.221847, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199472,15 +199472,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 716.9997692108154, + "msecs": 221.8470573425293, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16366.541385650635, + "relativeCreated": 16306.872367858887, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199489,8 +199489,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:51,717", - "created": 1610346651.7171628, + "asctime": "2021-01-11 11:25:41,222", + "created": 1610360741.2220197, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199500,15 +199500,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 717.1628475189209, + "msecs": 222.01967239379883, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16366.70446395874, + "relativeCreated": 16307.044982910156, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199516,8 +199516,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,717", - "created": 1610346651.7173688, + "asctime": "2021-01-11 11:25:41,222", + "created": 1610360741.2222195, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199527,15 +199527,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 717.3688411712646, + "msecs": 222.21946716308594, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16366.910457611084, + "relativeCreated": 16307.244777679443, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199544,8 +199544,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,717", - "created": 1610346651.7175663, + "asctime": "2021-01-11 11:25:41,222", + "created": 1610360741.22236, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199555,15 +199555,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 717.5662517547607, + "msecs": 222.35989570617676, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16367.10786819458, + "relativeCreated": 16307.385206222534, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199571,8 +199571,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,717", - "created": 1610346651.7177784, + "asctime": "2021-01-11 11:25:41,222", + "created": 1610360741.2225652, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199582,15 +199582,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 717.7784442901611, + "msecs": 222.5651741027832, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16367.32006072998, + "relativeCreated": 16307.59048461914, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199599,8 +199599,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,717", - "created": 1610346651.7179182, + "asctime": "2021-01-11 11:25:41,222", + "created": 1610360741.222701, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199610,15 +199610,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 717.9181575775146, + "msecs": 222.7010726928711, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16367.459774017334, + "relativeCreated": 16307.726383209229, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199626,8 +199626,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,718", - "created": 1610346651.7181118, + "asctime": "2021-01-11 11:25:41,222", + "created": 1610360741.2229176, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199637,15 +199637,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 718.1117534637451, + "msecs": 222.9175567626953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16367.653369903564, + "relativeCreated": 16307.942867279053, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199654,8 +199654,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,718", - "created": 1610346651.7182467, + "asctime": "2021-01-11 11:25:41,223", + "created": 1610360741.2230515, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199665,15 +199665,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 718.2466983795166, + "msecs": 223.0515480041504, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16367.788314819336, + "relativeCreated": 16308.076858520508, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199681,8 +199681,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,718", - "created": 1610346651.718448, + "asctime": "2021-01-11 11:25:41,223", + "created": 1610360741.2232263, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199692,15 +199692,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 718.4479236602783, + "msecs": 223.22630882263184, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16367.989540100098, + "relativeCreated": 16308.25161933899, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199709,8 +199709,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,718", - "created": 1610346651.7185905, + "asctime": "2021-01-11 11:25:41,223", + "created": 1610360741.2233577, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199720,15 +199720,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 718.590497970581, + "msecs": 223.3576774597168, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16368.1321144104, + "relativeCreated": 16308.382987976074, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199736,8 +199736,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:51,718", - "created": 1610346651.7188766, + "asctime": "2021-01-11 11:25:41,223", + "created": 1610360741.2236164, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199747,15 +199747,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 718.8766002655029, + "msecs": 223.616361618042, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16368.418216705322, + "relativeCreated": 16308.6416721344, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199763,8 +199763,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:51,719", - "created": 1610346651.7198477, + "asctime": "2021-01-11 11:25:41,224", + "created": 1610360741.2245715, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199774,15 +199774,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 719.8476791381836, + "msecs": 224.57146644592285, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16369.389295578003, + "relativeCreated": 16309.59677696228, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199790,8 +199790,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,720", - "created": 1610346651.720096, + "asctime": "2021-01-11 11:25:41,224", + "created": 1610360741.22485, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199801,15 +199801,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 720.0961112976074, + "msecs": 224.84993934631348, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16369.637727737427, + "relativeCreated": 16309.87524986267, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199818,8 +199818,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:51,720", - "created": 1610346651.7202618, + "asctime": "2021-01-11 11:25:41,225", + "created": 1610360741.2250235, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199829,15 +199829,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 720.261812210083, + "msecs": 225.0235080718994, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16369.803428649902, + "relativeCreated": 16310.048818588257, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199845,8 +199845,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78" ], - "asctime": "2021-01-11 07:30:51,720", - "created": 1610346651.7205052, + "asctime": "2021-01-11 11:25:41,225", + "created": 1610360741.2253098, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -199856,15 +199856,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78", "module": "stp", - "msecs": 720.5052375793457, + "msecs": 225.3098487854004, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16370.046854019165, + "relativeCreated": 16310.335159301758, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199875,8 +199875,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:51,720", - "created": 1610346651.7208705, + "asctime": "2021-01-11 11:25:41,225", + "created": 1610360741.2256682, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199886,15 +199886,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 720.8704948425293, + "msecs": 225.66819190979004, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16370.412111282349, + "relativeCreated": 16310.693502426147, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199902,8 +199902,8 @@ "prot-server:", "__callback2__" ], - "asctime": "2021-01-11 07:30:51,721", - "created": 1610346651.7210596, + "asctime": "2021-01-11 11:25:41,225", + "created": 1610360741.2258599, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199913,15 +199913,15 @@ "lineno": 479, "message": "prot-server: Executing callback __callback2__ to process received data", "module": "__init__", - "msecs": 721.0595607757568, + "msecs": 225.8598804473877, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16370.601177215576, + "relativeCreated": 16310.885190963745, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199932,8 +199932,8 @@ "status: operation not permitted", "35" ], - "asctime": "2021-01-11 07:30:51,721", - "created": 1610346651.7212973, + "asctime": "2021-01-11 11:25:41,226", + "created": 1610360741.2260985, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199943,15 +199943,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: operation not permitted, data: \"35\"", "module": "__init__", - "msecs": 721.2972640991211, + "msecs": 226.09853744506836, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16370.83888053894, + "relativeCreated": 16311.123847961426, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -199959,8 +199959,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 64 61 74 61 22 3a 3d 20 33 35 7d 4a" ], - "asctime": "2021-01-11 07:30:51,722", - "created": 1610346651.7221005, + "asctime": "2021-01-11 11:25:41,226", + "created": 1610360741.2269053, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199970,15 +199970,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 64 61 74 61 22 3a 3d 20 33 35 7d 4a", "module": "__init__", - "msecs": 722.1004962921143, + "msecs": 226.90534591674805, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16371.642112731934, + "relativeCreated": 16311.930656433105, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -199986,8 +199986,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 64 61 74 61 22 3a 3d 20 33 35 7d 4a" ], - "asctime": "2021-01-11 07:30:51,730", - "created": 1610346651.730513, + "asctime": "2021-01-11 11:25:41,235", + "created": 1610360741.235396, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -199997,15 +199997,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 36 2c 20 22 64 61 74 61 22 3a 3d 20 33 35 7d 4a", "module": "__init__", - "msecs": 730.5130958557129, + "msecs": 235.3959083557129, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16380.054712295532, + "relativeCreated": 16320.42121887207, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200013,8 +200013,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,730", - "created": 1610346651.7308342, + "asctime": "2021-01-11 11:25:41,235", + "created": 1610360741.2356794, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200024,15 +200024,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 730.8342456817627, + "msecs": 235.67938804626465, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16380.375862121582, + "relativeCreated": 16320.704698562622, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200041,8 +200041,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:51,731", - "created": 1610346651.7310057, + "asctime": "2021-01-11 11:25:41,235", + "created": 1610360741.235847, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200052,15 +200052,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 731.0056686401367, + "msecs": 235.84699630737305, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16380.547285079956, + "relativeCreated": 16320.87230682373, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200068,8 +200068,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,731", - "created": 1610346651.7312324, + "asctime": "2021-01-11 11:25:41,236", + "created": 1610360741.23607, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200079,15 +200079,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 731.2324047088623, + "msecs": 236.069917678833, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16380.774021148682, + "relativeCreated": 16321.09522819519, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200096,8 +200096,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,731", - "created": 1610346651.7313824, + "asctime": "2021-01-11 11:25:41,236", + "created": 1610360741.2362154, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200107,15 +200107,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 731.3823699951172, + "msecs": 236.21535301208496, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16380.923986434937, + "relativeCreated": 16321.240663528442, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200123,8 +200123,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,731", - "created": 1610346651.7316105, + "asctime": "2021-01-11 11:25:41,236", + "created": 1610360741.236419, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200134,15 +200134,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 731.6105365753174, + "msecs": 236.4189624786377, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16381.152153015137, + "relativeCreated": 16321.444272994995, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200151,8 +200151,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,731", - "created": 1610346651.7317514, + "asctime": "2021-01-11 11:25:41,236", + "created": 1610360741.2365525, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200162,15 +200162,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 731.7514419555664, + "msecs": 236.55247688293457, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16381.293058395386, + "relativeCreated": 16321.577787399292, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200178,8 +200178,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,731", - "created": 1610346651.7319393, + "asctime": "2021-01-11 11:25:41,236", + "created": 1610360741.236736, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200189,15 +200189,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 731.9393157958984, + "msecs": 236.73605918884277, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16381.480932235718, + "relativeCreated": 16321.7613697052, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200206,8 +200206,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,732", - "created": 1610346651.732072, + "asctime": "2021-01-11 11:25:41,236", + "created": 1610360741.2368946, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200217,15 +200217,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 732.072114944458, + "msecs": 236.8946075439453, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16381.613731384277, + "relativeCreated": 16321.919918060303, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200233,8 +200233,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,732", - "created": 1610346651.7322469, + "asctime": "2021-01-11 11:25:41,237", + "created": 1610360741.23707, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200244,15 +200244,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 732.2468757629395, + "msecs": 237.07008361816406, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16381.788492202759, + "relativeCreated": 16322.095394134521, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200261,8 +200261,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,732", - "created": 1610346651.7323802, + "asctime": "2021-01-11 11:25:41,237", + "created": 1610360741.2371998, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200272,15 +200272,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 732.3801517486572, + "msecs": 237.1997833251953, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16381.921768188477, + "relativeCreated": 16322.225093841553, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200288,8 +200288,8 @@ "comm-server:", "(5): 79 60 8b 3a 3e" ], - "asctime": "2021-01-11 07:30:51,732", - "created": 1610346651.732623, + "asctime": "2021-01-11 11:25:41,237", + "created": 1610360741.2374384, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200299,15 +200299,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): 79 60 8b 3a 3e", "module": "__init__", - "msecs": 732.6231002807617, + "msecs": 237.43844032287598, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16382.164716720581, + "relativeCreated": 16322.463750839233, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200315,8 +200315,8 @@ "comm-client:", "(5): 79 60 8b 3a 3e" ], - "asctime": "2021-01-11 07:30:51,733", - "created": 1610346651.7335744, + "asctime": "2021-01-11 11:25:41,238", + "created": 1610360741.238416, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200326,15 +200326,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): 79 60 8b 3a 3e", "module": "__init__", - "msecs": 733.574390411377, + "msecs": 238.41595649719238, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16383.116006851196, + "relativeCreated": 16323.44126701355, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200342,8 +200342,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,733", - "created": 1610346651.733818, + "asctime": "2021-01-11 11:25:41,238", + "created": 1610360741.2387006, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200353,15 +200353,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 733.8180541992188, + "msecs": 238.70062828063965, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16383.359670639038, + "relativeCreated": 16323.725938796997, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200370,8 +200370,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:51,734", - "created": 1610346651.734008, + "asctime": "2021-01-11 11:25:41,238", + "created": 1610360741.2388716, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200381,15 +200381,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 734.0080738067627, + "msecs": 238.87157440185547, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16383.549690246582, + "relativeCreated": 16323.896884918213, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200397,8 +200397,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 36 2c 20 22 64 61 74 61 22 3a 20 33 35 7d 4a 79 60 8b" ], - "asctime": "2021-01-11 07:30:51,734", - "created": 1610346651.7342727, + "asctime": "2021-01-11 11:25:41,239", + "created": 1610360741.2391212, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200408,15 +200408,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 36 2c 20 22 64 61 74 61 22 3a 20 33 35 7d 4a 79 60 8b", "module": "stp", - "msecs": 734.2727184295654, + "msecs": 239.1211986541748, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16383.814334869385, + "relativeCreated": 16324.146509170532, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -200427,8 +200427,8 @@ "status: operation not permitted", "35" ], - "asctime": "2021-01-11 07:30:51,734", - "created": 1610346651.7346466, + "asctime": "2021-01-11 11:25:41,239", + "created": 1610360741.2394307, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200438,23 +200438,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: operation not permitted, data: \"35\"", "module": "__init__", - "msecs": 734.6465587615967, + "msecs": 239.43066596984863, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16384.188175201416, + "relativeCreated": 16324.455976486206, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:51,734", - "created": 1610346651.7348568, + "asctime": "2021-01-11 11:25:41,239", + "created": 1610360741.239609, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200464,37 +200464,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 734.8568439483643, + "msecs": 239.6090030670166, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16384.398460388184, + "relativeCreated": 16324.634313583374, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" } ], - "msecs": 907.6762199401855, + "msecs": 412.8732681274414, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16557.217836380005, + "relativeCreated": 16497.8985786438, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.1728193759918213 + "time_consumption": 0.1732642650604248 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:51,908", - "created": 1610346651.908684, + "asctime": "2021-01-11 11:25:41,413", + "created": 1610360741.4137528, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200511,8 +200511,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:51,908", - "created": 1610346651.9082773, + "asctime": "2021-01-11 11:25:41,413", + "created": 1610360741.4134014, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200522,15 +200522,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 908.2772731781006, + "msecs": 413.40136528015137, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16557.81888961792, + "relativeCreated": 16498.42667579651, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -200539,8 +200539,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:51,908", - "created": 1610346651.9084735, + "asctime": "2021-01-11 11:25:41,413", + "created": 1610360741.4135914, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200550,37 +200550,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 908.4734916687012, + "msecs": 413.5913848876953, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16558.01510810852, + "relativeCreated": 16498.616695404053, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 908.6840152740479, + "msecs": 413.75279426574707, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16558.225631713867, + "relativeCreated": 16498.778104782104, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0002105236053466797 + "time_consumption": 0.0001614093780517578 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 35}", "" ], - "asctime": "2021-01-11 07:30:51,909", - "created": 1610346651.9092433, + "asctime": "2021-01-11 11:25:41,414", + "created": 1610360741.4143019, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200597,8 +200597,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 6, 'data': 35}", "" ], - "asctime": "2021-01-11 07:30:51,908", - "created": 1610346651.9089377, + "asctime": "2021-01-11 11:25:41,413", + "created": 1610360741.4139903, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200608,15 +200608,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 6, 'data': 35} ()", "module": "test", - "msecs": 908.9376926422119, + "msecs": 413.9902591705322, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16558.47930908203, + "relativeCreated": 16499.01556968689, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -200625,8 +200625,8 @@ "{'data': 35, 'data_id': 0, 'service_id': 11, 'status': 6}", "" ], - "asctime": "2021-01-11 07:30:51,909", - "created": 1610346651.9090858, + "asctime": "2021-01-11 11:25:41,414", + "created": 1610360741.4141355, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -200636,34 +200636,34 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 35, 'data_id': 0, 'service_id': 11, 'status': 6} ()", "module": "test", - "msecs": 909.085750579834, + "msecs": 414.1354560852051, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16558.627367019653, + "relativeCreated": 16499.160766601562, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 909.2433452606201, + "msecs": 414.30187225341797, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16558.78496170044, + "relativeCreated": 16499.327182769775, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001575946807861328 + "time_consumption": 0.00016641616821289062 }, { "args": [], - "asctime": "2021-01-11 07:30:51,909", - "created": 1610346651.9097092, + "asctime": "2021-01-11 11:25:41,414", + "created": 1610360741.4147143, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -200681,8 +200681,8 @@ "None", "0" ], - "asctime": "2021-01-11 07:30:51,909", - "created": 1610346651.909544, + "asctime": "2021-01-11 11:25:41,414", + "created": 1610360741.4145658, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200692,34 +200692,34 @@ "lineno": 164, "message": "prot-server: Deleting existing callback '__callback2__' for service_id (None) and data_id (0)!", "module": "__init__", - "msecs": 909.5439910888672, + "msecs": 414.5658016204834, "msg": "%s Deleting existing callback %s for service_id (%s) and data_id (%s)!", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16559.085607528687, + "relativeCreated": 16499.59111213684, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 909.7092151641846, + "msecs": 414.7143363952637, "msg": "Removing Callback for a specific Data-ID and all Serice-IDs", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16559.250831604004, + "relativeCreated": 16499.73964691162, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.0001652240753173828 + "time_consumption": 0.00014853477478027344 }, { "args": [], - "asctime": "2021-01-11 07:30:52,111", - "created": 1610346652.111397, + "asctime": "2021-01-11 11:25:41,616", + "created": 1610360741.6162238, "exc_info": null, "exc_text": null, "filename": "test_callbacks.py", @@ -200738,8 +200738,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:51,910", - "created": 1610346651.9100597, + "asctime": "2021-01-11 11:25:41,415", + "created": 1610360741.415125, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200749,15 +200749,15 @@ "lineno": 438, "message": "prot-client: TX -> service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 910.0596904754639, + "msecs": 415.12489318847656, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16559.601306915283, + "relativeCreated": 16500.150203704834, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -200765,8 +200765,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:51,911", - "created": 1610346651.9119897, + "asctime": "2021-01-11 11:25:41,416", + "created": 1610360741.416533, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200776,15 +200776,15 @@ "lineno": 284, "message": "comm-client: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 911.989688873291, + "msecs": 416.5329933166504, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16561.53130531311, + "relativeCreated": 16501.558303833008, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -200792,8 +200792,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8" ], - "asctime": "2021-01-11 07:30:51,920", - "created": 1610346651.9205053, + "asctime": "2021-01-11 11:25:41,424", + "created": 1610360741.424961, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -200803,15 +200803,15 @@ "lineno": 414, "message": "comm-server: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 31 7d b8", "module": "__init__", - "msecs": 920.5052852630615, + "msecs": 424.9610900878906, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16570.04690170288, + "relativeCreated": 16509.986400604248, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -200819,8 +200819,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,920", - "created": 1610346651.920799, + "asctime": "2021-01-11 11:25:41,425", + "created": 1610360741.4252336, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200830,15 +200830,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 920.7990169525146, + "msecs": 425.2336025238037, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16570.340633392334, + "relativeCreated": 16510.25891304016, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -200847,8 +200847,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:51,920", - "created": 1610346651.9209633, + "asctime": "2021-01-11 11:25:41,425", + "created": 1610360741.4253979, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200858,15 +200858,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 920.9632873535156, + "msecs": 425.3978729248047, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16570.504903793335, + "relativeCreated": 16510.423183441162, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -200874,8 +200874,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,921", - "created": 1610346651.921164, + "asctime": "2021-01-11 11:25:41,425", + "created": 1610360741.4255984, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200885,15 +200885,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 921.1640357971191, + "msecs": 425.5983829498291, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16570.70565223694, + "relativeCreated": 16510.623693466187, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -200902,8 +200902,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,921", - "created": 1610346651.92131, + "asctime": "2021-01-11 11:25:41,425", + "created": 1610360741.425775, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200913,15 +200913,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 921.3099479675293, + "msecs": 425.77505111694336, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16570.85156440735, + "relativeCreated": 16510.8003616333, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -200929,8 +200929,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,921", - "created": 1610346651.9215555, + "asctime": "2021-01-11 11:25:41,426", + "created": 1610360741.42602, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200940,15 +200940,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 921.5555191040039, + "msecs": 426.01990699768066, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16571.097135543823, + "relativeCreated": 16511.045217514038, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -200957,8 +200957,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,921", - "created": 1610346651.921698, + "asctime": "2021-01-11 11:25:41,426", + "created": 1610360741.4261565, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200968,15 +200968,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 921.6980934143066, + "msecs": 426.15652084350586, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16571.239709854126, + "relativeCreated": 16511.181831359863, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -200984,8 +200984,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,921", - "created": 1610346651.9219165, + "asctime": "2021-01-11 11:25:41,426", + "created": 1610360741.4263463, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -200995,15 +200995,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 921.9164848327637, + "msecs": 426.3463020324707, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16571.458101272583, + "relativeCreated": 16511.371612548828, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201012,8 +201012,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,922", - "created": 1610346651.922053, + "asctime": "2021-01-11 11:25:41,426", + "created": 1610360741.426477, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201023,15 +201023,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 922.0530986785889, + "msecs": 426.47695541381836, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16571.59471511841, + "relativeCreated": 16511.502265930176, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201039,8 +201039,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,922", - "created": 1610346651.9222937, + "asctime": "2021-01-11 11:25:41,426", + "created": 1610360741.4267073, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201050,15 +201050,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 922.2936630249023, + "msecs": 426.70726776123047, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16571.83527946472, + "relativeCreated": 16511.732578277588, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201067,8 +201067,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,922", - "created": 1610346651.9224594, + "asctime": "2021-01-11 11:25:41,426", + "created": 1610360741.4268656, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201078,15 +201078,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 922.4593639373779, + "msecs": 426.8655776977539, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16572.000980377197, + "relativeCreated": 16511.89088821411, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201094,8 +201094,8 @@ "comm-client:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:51,922", - "created": 1610346651.9227164, + "asctime": "2021-01-11 11:25:41,427", + "created": 1610360741.4270914, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201105,15 +201105,15 @@ "lineno": 284, "message": "comm-client: TX -> (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 922.7163791656494, + "msecs": 427.0913600921631, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16572.25799560547, + "relativeCreated": 16512.11667060852, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201121,8 +201121,8 @@ "comm-server:", "(5): 5b f5 78 3a 3e" ], - "asctime": "2021-01-11 07:30:51,923", - "created": 1610346651.9236615, + "asctime": "2021-01-11 11:25:41,428", + "created": 1610360741.42803, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201132,15 +201132,15 @@ "lineno": 414, "message": "comm-server: RX <- (5): 5b f5 78 3a 3e", "module": "__init__", - "msecs": 923.661470413208, + "msecs": 428.03001403808594, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16573.203086853027, + "relativeCreated": 16513.055324554443, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201148,8 +201148,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,923", - "created": 1610346651.9239063, + "asctime": "2021-01-11 11:25:41,428", + "created": 1610360741.428274, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201159,15 +201159,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 923.9063262939453, + "msecs": 428.27391624450684, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16573.447942733765, + "relativeCreated": 16513.299226760864, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201176,8 +201176,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:51,924", - "created": 1610346651.9240751, + "asctime": "2021-01-11 11:25:41,428", + "created": 1610360741.4284363, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201187,15 +201187,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 924.0751266479492, + "msecs": 428.436279296875, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16573.61674308777, + "relativeCreated": 16513.461589813232, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201203,8 +201203,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78" ], - "asctime": "2021-01-11 07:30:51,924", - "created": 1610346651.9243245, + "asctime": "2021-01-11 11:25:41,428", + "created": 1610360741.428677, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201214,15 +201214,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 30 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 31 7d b8 5b f5 78", "module": "stp", - "msecs": 924.3245124816895, + "msecs": 428.6770820617676, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16573.86612892151, + "relativeCreated": 16513.702392578125, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201233,8 +201233,8 @@ "status: okay", "31" ], - "asctime": "2021-01-11 07:30:51,924", - "created": 1610346651.9247193, + "asctime": "2021-01-11 11:25:41,429", + "created": 1610360741.4290795, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201244,15 +201244,15 @@ "lineno": 438, "message": "prot-server: RX <- service: read data request, data_id: 0, status: okay, data: \"31\"", "module": "__init__", - "msecs": 924.7193336486816, + "msecs": 429.079532623291, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16574.2609500885, + "relativeCreated": 16514.10484313965, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201260,8 +201260,8 @@ "prot-server:", "__callback3__" ], - "asctime": "2021-01-11 07:30:51,924", - "created": 1610346651.924918, + "asctime": "2021-01-11 11:25:41,429", + "created": 1610360741.4292743, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201271,15 +201271,15 @@ "lineno": 479, "message": "prot-server: Executing callback __callback3__ to process received data", "module": "__init__", - "msecs": 924.9179363250732, + "msecs": 429.274320602417, "msg": "%s Executing callback %s to process received data", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16574.459552764893, + "relativeCreated": 16514.299631118774, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201290,8 +201290,8 @@ "status: okay", "36" ], - "asctime": "2021-01-11 07:30:51,925", - "created": 1610346651.9251578, + "asctime": "2021-01-11 11:25:41,429", + "created": 1610360741.429514, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201301,15 +201301,15 @@ "lineno": 438, "message": "prot-server: TX -> service: read data response, data_id: 0, status: okay, data: \"36\"", "module": "__init__", - "msecs": 925.1577854156494, + "msecs": 429.51393127441406, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16574.69940185547, + "relativeCreated": 16514.53924179077, "stack_info": null, - "thread": 140560639710976, + "thread": 140652503353088, "threadName": "Thread-27" }, { @@ -201317,8 +201317,8 @@ "comm-server:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 36 7d 99" ], - "asctime": "2021-01-11 07:30:51,925", - "created": 1610346651.9259717, + "asctime": "2021-01-11 11:25:41,430", + "created": 1610360741.4303164, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201328,15 +201328,15 @@ "lineno": 284, "message": "comm-server: TX -> (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 36 7d 99", "module": "__init__", - "msecs": 925.9717464447021, + "msecs": 430.3164482116699, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16575.51336288452, + "relativeCreated": 16515.341758728027, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201344,8 +201344,8 @@ "comm-client:", "(64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 36 7d 99" ], - "asctime": "2021-01-11 07:30:51,934", - "created": 1610346651.9343026, + "asctime": "2021-01-11 11:25:41,438", + "created": 1610360741.4387963, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201355,15 +201355,15 @@ "lineno": 414, "message": "comm-client: RX <- (64): 3a 3c 7b 22 64 61 74 61 5f 69 64 22 3a 3d 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 3d 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 3d 20 30 2c 20 22 64 61 74 61 22 3a 3d 20 33 36 7d 99", "module": "__init__", - "msecs": 934.302568435669, + "msecs": 438.7962818145752, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16583.84418487549, + "relativeCreated": 16523.821592330933, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201371,8 +201371,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,934", - "created": 1610346651.9345229, + "asctime": "2021-01-11 11:25:41,439", + "created": 1610360741.4391048, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201382,15 +201382,15 @@ "lineno": 101, "message": "STP: data sync (3a) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "module": "stp", - "msecs": 934.5228672027588, + "msecs": 439.1047954559326, "msg": "%s data sync (%02x) received => changing state STP_STATE_IDLE -> STP_STATE_ESCAPE_1", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16584.064483642578, + "relativeCreated": 16524.13010597229, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201399,8 +201399,8 @@ 58, 60 ], - "asctime": "2021-01-11 07:30:51,934", - "created": 1610346651.934636, + "asctime": "2021-01-11 11:25:41,439", + "created": 1610360741.4392705, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201410,15 +201410,15 @@ "lineno": 106, "message": "STP: start pattern (3a 3c) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 934.636116027832, + "msecs": 439.2704963684082, "msg": "%s start pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_1 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16584.17773246765, + "relativeCreated": 16524.295806884766, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201426,8 +201426,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,934", - "created": 1610346651.9347699, + "asctime": "2021-01-11 11:25:41,439", + "created": 1610360741.4394693, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201437,15 +201437,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 934.769868850708, + "msecs": 439.4693374633789, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16584.311485290527, + "relativeCreated": 16524.494647979736, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201454,8 +201454,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,934", - "created": 1610346651.9348698, + "asctime": "2021-01-11 11:25:41,439", + "created": 1610360741.4396122, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201465,15 +201465,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 934.8697662353516, + "msecs": 439.61215019226074, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16584.41138267517, + "relativeCreated": 16524.637460708618, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201481,8 +201481,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,935", - "created": 1610346651.9350076, + "asctime": "2021-01-11 11:25:41,439", + "created": 1610360741.4398158, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201492,15 +201492,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 935.0075721740723, + "msecs": 439.8157596588135, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16584.54918861389, + "relativeCreated": 16524.84107017517, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201509,8 +201509,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,935", - "created": 1610346651.935099, + "asctime": "2021-01-11 11:25:41,439", + "created": 1610360741.4399498, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201520,15 +201520,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 935.0988864898682, + "msecs": 439.94975090026855, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16584.640502929688, + "relativeCreated": 16524.975061416626, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201536,8 +201536,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,935", - "created": 1610346651.9352252, + "asctime": "2021-01-11 11:25:41,440", + "created": 1610360741.4401348, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201547,15 +201547,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 935.225248336792, + "msecs": 440.13476371765137, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16584.76686477661, + "relativeCreated": 16525.16007423401, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201564,8 +201564,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,935", - "created": 1610346651.9353147, + "asctime": "2021-01-11 11:25:41,440", + "created": 1610360741.4402654, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201575,15 +201575,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 935.3146553039551, + "msecs": 440.265417098999, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16584.856271743774, + "relativeCreated": 16525.290727615356, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201591,8 +201591,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,935", - "created": 1610346651.9354308, + "asctime": "2021-01-11 11:25:41,440", + "created": 1610360741.440439, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201602,15 +201602,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 935.4307651519775, + "msecs": 440.43898582458496, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16584.972381591797, + "relativeCreated": 16525.464296340942, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201619,8 +201619,8 @@ 58, 61 ], - "asctime": "2021-01-11 07:30:51,935", - "created": 1610346651.9355187, + "asctime": "2021-01-11 11:25:41,440", + "created": 1610360741.4405694, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201630,15 +201630,15 @@ "lineno": 132, "message": "STP: store sync pattern (3a 3d) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "module": "stp", - "msecs": 935.518741607666, + "msecs": 440.5694007873535, "msg": "%s store sync pattern (%02x %02x) received => changing state STP_STATE_ESCAPE_2 -> STP_STATE_STORE_DATA", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16585.060358047485, + "relativeCreated": 16525.59471130371, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201646,8 +201646,8 @@ "comm-server:", "(5): 96 78 fe 3a 3e" ], - "asctime": "2021-01-11 07:30:51,935", - "created": 1610346651.935674, + "asctime": "2021-01-11 11:25:41,440", + "created": 1610360741.4408545, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201657,15 +201657,15 @@ "lineno": 284, "message": "comm-server: TX -> (5): 96 78 fe 3a 3e", "module": "__init__", - "msecs": 935.6739521026611, + "msecs": 440.854549407959, "msg": "%s TX -> %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16585.21556854248, + "relativeCreated": 16525.879859924316, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201673,8 +201673,8 @@ "comm-client:", "(5): 96 78 fe 3a 3e" ], - "asctime": "2021-01-11 07:30:51,936", - "created": 1610346651.9365027, + "asctime": "2021-01-11 11:25:41,441", + "created": 1610360741.4417753, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201684,15 +201684,15 @@ "lineno": 414, "message": "comm-client: RX <- (5): 96 78 fe 3a 3e", "module": "__init__", - "msecs": 936.5026950836182, + "msecs": 441.7753219604492, "msg": "%s RX <- %s", "name": "root.helpers.all_others", "pathname": "src/helpers/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16586.044311523438, + "relativeCreated": 16526.800632476807, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201700,8 +201700,8 @@ "STP:", 58 ], - "asctime": "2021-01-11 07:30:51,936", - "created": 1610346651.936632, + "asctime": "2021-01-11 11:25:41,442", + "created": 1610360741.442006, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201711,15 +201711,15 @@ "lineno": 117, "message": "STP: data sync (3a) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "module": "stp", - "msecs": 936.6319179534912, + "msecs": 442.00611114501953, "msg": "%s data sync (%02x) received => changing state STP_STATE_STORE_DATA -> STP_STATE_ESCAPE_2", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16586.17353439331, + "relativeCreated": 16527.031421661377, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201728,8 +201728,8 @@ 58, 62 ], - "asctime": "2021-01-11 07:30:51,936", - "created": 1610346651.936732, + "asctime": "2021-01-11 11:25:41,442", + "created": 1610360741.4421656, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201739,15 +201739,15 @@ "lineno": 127, "message": "STP: end pattern (3a 3e) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "module": "stp", - "msecs": 936.7320537567139, + "msecs": 442.1656131744385, "msg": "%s end pattern (%02x %02x) received => storing message and changing state STP_STATE_ESCAPE_2 -> STP_STATE_IDLE", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16586.273670196533, + "relativeCreated": 16527.190923690796, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201755,8 +201755,8 @@ "STP:", "(61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 36 7d 99 96 78 fe" ], - "asctime": "2021-01-11 07:30:51,936", - "created": 1610346651.9368925, + "asctime": "2021-01-11 11:25:41,442", + "created": 1610360741.442406, "exc_info": null, "exc_text": null, "filename": "stp.py", @@ -201766,15 +201766,15 @@ "lineno": 148, "message": "STP: message identified - (61): 7b 22 64 61 74 61 5f 69 64 22 3a 20 30 2c 20 22 73 65 72 76 69 63 65 5f 69 64 22 3a 20 31 31 2c 20 22 73 74 61 74 75 73 22 3a 20 30 2c 20 22 64 61 74 61 22 3a 20 33 36 7d 99 96 78 fe", "module": "stp", - "msecs": 936.8925094604492, + "msecs": 442.40593910217285, "msg": "%s message identified - %s", "name": "root.stringtools.stp", "pathname": "src/stringtools/stp.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16586.43412590027, + "relativeCreated": 16527.43124961853, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { @@ -201785,8 +201785,8 @@ "status: okay", "36" ], - "asctime": "2021-01-11 07:30:51,937", - "created": 1610346651.9371493, + "asctime": "2021-01-11 11:25:41,442", + "created": 1610360741.4427288, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201796,23 +201796,23 @@ "lineno": 438, "message": "prot-client: RX <- service: read data response, data_id: 0, status: okay, data: \"36\"", "module": "__init__", - "msecs": 937.1492862701416, + "msecs": 442.72875785827637, "msg": "%s %s %s, %s, data: \"%s\"", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16586.69090270996, + "relativeCreated": 16527.754068374634, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" }, { "args": [ "prot-client:" ], - "asctime": "2021-01-11 07:30:51,937", - "created": 1610346651.9372895, + "asctime": "2021-01-11 11:25:41,442", + "created": 1610360741.4429178, "exc_info": null, "exc_text": null, "filename": "__init__.py", @@ -201822,37 +201822,37 @@ "lineno": 385, "message": "prot-client: Message data is stored in buffer and is now ready to be retrieved by receive method", "module": "__init__", - "msecs": 937.2894763946533, + "msecs": 442.9178237915039, "msg": "%s Message data is stored in buffer and is now ready to be retrieved by receive method", "name": "root.socket_protocol.all_others", "pathname": "src/socket_protocol/__init__.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16586.831092834473, + "relativeCreated": 16527.94313430786, "stack_info": null, - "thread": 140560631318272, + "thread": 140652494960384, "threadName": "Thread-28" } ], - "msecs": 111.39702796936035, + "msecs": 616.2238121032715, "msg": "Transfering data", "name": "__tLogger__", "pathname": "src/tests/test_callbacks.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16760.93864440918, + "relativeCreated": 16701.24912261963, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.17410755157470703 + "time_consumption": 0.17330598831176758 }, { "args": [ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:52,112", - "created": 1610346652.1123855, + "asctime": "2021-01-11 11:25:41,617", + "created": 1610360741.6172876, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201869,8 +201869,8 @@ "{'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31}", "" ], - "asctime": "2021-01-11 07:30:52,111", - "created": 1610346652.1119924, + "asctime": "2021-01-11 11:25:41,616", + "created": 1610360741.6168394, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201880,15 +201880,15 @@ "lineno": 22, "message": "Result (Message stored inside callback): {'data_id': 0, 'service_id': 10, 'status': 0, 'data': 31} ()", "module": "test", - "msecs": 111.99235916137695, + "msecs": 616.8394088745117, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16761.533975601196, + "relativeCreated": 16701.86471939087, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -201897,8 +201897,8 @@ "{'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:52,112", - "created": 1610346652.1121874, + "asctime": "2021-01-11 11:25:41,617", + "created": 1610360741.6171124, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201908,37 +201908,37 @@ "lineno": 26, "message": "Expectation (Message stored inside callback): result = {'data': 31, 'data_id': 0, 'service_id': 10, 'status': 0} ()", "module": "test", - "msecs": 112.18738555908203, + "msecs": 617.112398147583, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16761.7290019989, + "relativeCreated": 16702.13770866394, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 112.38551139831543, + "msecs": 617.2876358032227, "msg": "Message stored inside callback is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16761.927127838135, + "relativeCreated": 16702.31294631958, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00019812583923339844 + "time_consumption": 0.00017523765563964844 }, { "args": [ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 36}", "" ], - "asctime": "2021-01-11 07:30:52,112", - "created": 1610346652.1129258, + "asctime": "2021-01-11 11:25:41,617", + "created": 1610360741.6178365, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201955,8 +201955,8 @@ "{'data_id': 0, 'service_id': 11, 'status': 0, 'data': 36}", "" ], - "asctime": "2021-01-11 07:30:52,112", - "created": 1610346652.1126313, + "asctime": "2021-01-11 11:25:41,617", + "created": 1610360741.617541, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201966,15 +201966,15 @@ "lineno": 22, "message": "Result (Message received by client): {'data_id': 0, 'service_id': 11, 'status': 0, 'data': 36} ()", "module": "test", - "msecs": 112.63132095336914, + "msecs": 617.5410747528076, "msg": "Result (%s): %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16762.17293739319, + "relativeCreated": 16702.566385269165, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" }, { @@ -201983,8 +201983,8 @@ "{'data': 36, 'data_id': 0, 'service_id': 11, 'status': 0}", "" ], - "asctime": "2021-01-11 07:30:52,112", - "created": 1610346652.112781, + "asctime": "2021-01-11 11:25:41,617", + "created": 1610360741.6176922, "exc_info": null, "exc_text": null, "filename": "test.py", @@ -201994,40 +201994,40 @@ "lineno": 26, "message": "Expectation (Message received by client): result = {'data': 36, 'data_id': 0, 'service_id': 11, 'status': 0} ()", "module": "test", - "msecs": 112.78104782104492, + "msecs": 617.692232131958, "msg": "Expectation (%s): result = %s (%s)", "name": "__unittest__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16762.322664260864, + "relativeCreated": 16702.717542648315, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread" } ], - "msecs": 112.92576789855957, + "msecs": 617.8364753723145, "msg": "Message received by client is correct (Content %s and Type is %s).", "name": "__tLogger__", "pathname": "src/unittest/test.py", - "process": 25632, + "process": 33730, "processName": "MainProcess", - "relativeCreated": 16762.46738433838, + "relativeCreated": 16702.861785888672, "stack_info": null, - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 0.00014472007751464844 + "time_consumption": 0.0001442432403564453 } ], - "thread": 140562528749376, + "thread": 140654328825664, "threadName": "MainThread", - "time_consumption": 1.1680777072906494, - "time_finished": "2021-01-11 07:30:52,112", - "time_start": "2021-01-11 07:30:50,944" + "time_consumption": 1.1669962406158447, + "time_finished": "2021-01-11 11:25:41,617", + "time_start": "2021-01-11 11:25:40,450" } }, "testrun_id": "p3", - "time_consumption": 19.242286920547485, + "time_consumption": 19.209097146987915, "uid_list_sorted": [ "_XzMFcHYZEem_kd-7nxt1sg", "_7izDUEzYEeuiHtQbLi1mZg", @@ -202055,6 +202055,6 @@ } ], "unittest_information": { - "Version": "961450f5024d02546d81ac0ff90bcfb9" + "Version": "da1e6bd881c6d5dd865ce87d511e702f" } } \ No newline at end of file diff --git a/_testresults_/unittest.pdf b/_testresults_/unittest.pdf index 6d98ce96162dea9f3e9e39416ce14167ecc75c88..a43849b2fada3467f6978ca25a87a3a07157c642 100644 GIT binary patch delta 121172 zcmV)xK$E|!kTju^G_YDE0Wp^$NdhTsN557iuPg@FtL3o5X3;IFrV5 zFG&s*3E6BYQspCw|9uw^%BD>@cC6_|f(UT=arfK(c7>yh2uH7H7zw+APgqY}`)xH_ zo=_2Kq$QQnY7KCg7 zq&G|E3qmlCS948c?+cm4e^lUq4MyT-n|4KAd7oHw1Zg3hISh6L_$8P@(}rH8RbJ$2 zXYR2(iW8Wn8qp-cTV2{a35ieZ`GTrA?@KckA%-Nt`$2>VXNZGknNWn4dP;-{mq-#0 zrU+7C>Q0Dmy%y(4b2$JkTK`hHfdz?+i)v0{W0$$#uv}EYMfgGE9lUve64yo5`QKgb z5AB>shU+BG>a8`g?W-d5?!9X(D+^O~i`Fz>P2=~Aw(U)e<_pe}_{8SG^$lRnXGMsD zi=W-xrVIO)(Sk6B62@TRnC9OvJRFj$F{yne#^cUK5-zp7%cA=3*SU{s)^7oo!;J2R zO(aOsB$8YpP3i5ZB|6!EM~!QVFr?rpZorG{I7o&RhOjY;qz;+&wpcq(rgMhl=IS6* zr%_RfIE4BZDt?1Ylc+}Q7*G)gJ`^6+yL1Z$>-tGzYXSVH&VbJgTmi+SAz9G>Ae_E4TkGLHRO=dxWfp2QzaY0}nzC z6xBFmS_6KGHA^?CIT&LhIl@dmI>uAX69PjC)gI$Zv$J^>n<_U|RzNj42muO+)JI{N zU<686sFYn(R2LzCu5}5{mP98p)@z=VjFYvZDpRn`)(K^slx*@ur}{8V5H6yBDo1Zf zOEAVYLzt*RU}zAS8>%g3$W#2oJcYXNGX5CVgTptM{7w_`h_b=qn`n8IfO6mlA(ONh zR%B9Qk{H0h3_5naZHmTrsQUO<%QtKIOg@-6iOR0*YK`pWmVg zUP$>;{|O8H2@_tWAZsQ3BG3HB?VA8U61VShHym~xg}Nk;#4x6zZ%LAYVQjL6IlF2* zvkl>e7pgW^Wgiq}291WG>L{dR0@@-S3dac311ZO#Ny6+XjAPJDYY}S5uT6GYbSCS1 z+a(ChNi6w)y6C1T^|G)PXWjb-K~SjaZ;PrA-N31DWq=J7+kVns>&vUQO{Z-AUbkK4 zL{jKP#Ob9Ml4|PgpQfoy>2!d_0zo-nNW8c(m1&C1KgbgB7nv;1*L~IX9>&?}d%x*Y zp$`qrn>5fjP?xCZj67%3Up!yE2pNGX8K}I+6S#JNnu5cabP4H!MoEG?U8xM!VH5L z+&%7pdP3qRL~@|MEhoVK3C5m-$343xPH=2Ja4@qe^x!a`{!B@{9uI>p+y4<6M0b!} z+tWejLaH1d1aT-$6p=8ZT9nO2k3&YWBy0yg~yBhH#a4Lvn(U+ z?#@d7AS7^LuRgFhr6j{lJmoz*6~b)sX!lKj6-L5<#)A~U>$hHZ-J}H-q2BoK&W(C) z*Y4eUbFjqFozY=Zq;z7KTnvXsj5+u?H)HnTz058$)3%$wEC(q68;sEHw{5X5uYBd) zq&BGKe)7EuX#79ML1g&W*{2``IHeiJ)hFSY;+cY810Sb_hbn}_@cQbz$()>)=Brg* zI7P9vQ@o1zF&_H3Yn@B|7LRk|GR53<{vFL4+QDKQ1Td?sw%_i&h)XAd?k}76p6(k_ z`KT1b5B#U^VgLRK3X*RX5Xx3~9S)>}YOxHRDAVIV)~*BjAKnSky^}E{6SL|nTmpZ% zdf&y`^igmj-ha%xmb2bWTf?2Qt>MTx7|ZACF<*@C^I!yPcOiw5!5o97y@esX21}yh z+QA;Iy{c$UTsaJ=zE*^SWW6l&BzRQiJ!=uh15(;-VDZ1km=<;ey;ASH9Q7|pVW z&D*0HD9ZumYq~m^L8m{o8A$3hO1*#HmYn7m!dg`Fl&<6~6&AZux4Y7g_yH9araf^~ za4tT@i6Swy5Br@q0qV8F?pVOF)Ica|XiSqd z-rjjy)Y(sl1~n@;o>Su=HHlQAR{vxqLW z372pM0xOefI3a&B6D|%(CGo%S0|8QkMA>qroZ5?o_2GN_dlC+o0S;cDVI<55K4Cnt z_I!3Wy`&&V4rqOjXo-oG3n{rHLSdBl;-cBz$ z*|;kRqJ+RB?X9|;f6`rNG6fQtmm=k@~TOiRV$cnR$l6QUZr>KlY@M> zDv|c^tYv}njvkEH%)+u`7Jo){nY*J)UFa&w?Af%~W)c=ZVu91bp3ckGzF{;^YF*o5 z+PK?pzN)o*=Guto-j16NT&3%~@dP%?VxcRbPSAM5ISF6=NbA(rkny3?A(j-M3McH;Q?mxUMF=+5{`p1 z7-`K5CRTnxD>Xtgo|HUd6;2AT({IkQor&|%@?O@pft&*5>ofx`!rHw%S#H?$jjrsq zWU)xwH$hyPU8*}vV}G6Xs7)8)t@UWMY*oyAy86dmmZY7$^%5?0AUDhdEXfW3)vG zVZL|DXC}!0wwqmrM2gCQV}>N>+sReNvQMr&ju3`C?4?%^b;OXuJYX>-P9i$BK(I1u zSrrh?gk%x;oPP;o&20ybB8iAvJBf)W1-KP4Gcpv;UO*t%70`hpBvil3>`5iHHyz&%{p zNJL|P3V@7ZM4_Vb09r(4<8YMO2DWNGHG_J(3yX7!Kz}VyhqXaMU=-6+FvbN#F^+x4 zQea~Mccc)8a`G75k{}VQlK_VjQz+>JM|WKrz-%=^qu#_PoPfW94n0eUm}tZBWR~W- ztp~tMD5hkB36xBh6d@N>Twr#tWIW_AmmsnFRxdgtG*;vRA_{v%x|#~^PF_GRTIIG1 zn-B^W8-GR^lX`DpVKhPt3gsjJp9TR-h}yAvu@PP6i$>1AM4kaietP}n6 zu%ZAQ4^lG3fAAwD7(2K)@Qur>J6-iORJ&~yz4>PCR`%`Sy7rsf+Nza1~qd9$yAoj8U(Nk7rCn3SREaHI6?Pu*E{HHV zB0uF_z}@I-1l7v9ePzFYnFx<13n(Ntj*m+(!~mu(DT-syzYHLNbM@xssDsq|7^C6H zUw**Fj)&Q~*bd75E;f1zxQBd{ICP15OV8B#*lTHcNYS zK|j@Kh_pnU_X*&S$0)D0G*qlmERcXS{M25|)2^chr6>3>`M*UzphbTEaEojzFn<}H zrbQ;u`U!S;iww7r_+=e3fn>teNjhXhil|d}$R_~Ub;usTBRk|L!`kVPPrz8$A$yEH z+#w%>+jYpN0PZ?u5BRU`kf}I_^&>mv{X~AQLpC8nou)wsqf+>1`eP2NVEic<@PYpr z9`-Mypd5rmO(PXMVMg|kf~gCDEDZMlpmX2A%)hU7+e4F#KaB*PnVs*G9YA(}YB8gu zPwv%K#1LT`?v~Nb#cy8O&Vq~zBrxeH`%vUnKF^nKVSLCB;X1u$rX_Pig+W?H6Q+@1 z(hGgP2CJRH9cO8Sgl-IeS)@sot?$MYj!B%Z9;z|b@n`?IO3O02OZ`Ls?tMD1uDnFT zTM`M!h%;4-yzN<(BePv|v`DIdWOOy22#w=k@^yL%D-h+!dwj1MqC!QANyH61{LSx=V~Y@i2&goFft3Uc5qq&PJa^w0&BPllaP6P= zQgB`SH-c~$FSD8(0yVh%MK-TM2tnR^T}K3iI-WieWK^j*@t0NdcedKB!h?&pV6GiF zfHt9!!TNNxaU$c1AYAx`$G5W^Tr@!vz(5w7V2-N~+bnXjvK zU3C@RWBj&Qa1VW6-SG-@UTLktU2wRWWWDe=v$1CJ=Ld){9jA?dI3GZr@&GfWR0HpC zd*H2*;>`>5Wl{$9U|)(+pGb{No0_$k1BFQ07!N)r|R7N#8)F-xwN+?zK2AgFBkqHv!rf!c$K(S++gy~azmVND*s&7k}Df6 zZfBL-S(tM`vs3qBph*AP_+k`Br+%!7qS8l2zFxQ-VP9ztmMH>);w=8*?_~9`OiRmG zoWd)~Vk>-X3ly6|s>|AEZ8v->vMNMfQ03AGYLMc_TT5Pl`myFSUQes-G><_sBBj5m zxG!gd8VsTf2TuDvO-koacpY5Kh(j4Xct?S(%$m3Y93@ZeuksRq%s!?&q!tYH-rboC zCX{9NE?Z`P=fW$wzi!I#>LPoC2}_HHH+*Fr5L|A7--@i#f@e!2&H728#v)mlw`p;N zr>?VVZk=C$92Mo?`(;|V>9BY^3-H}6z~Y~`M9AY`TSVB9SGJQD?g1)3R@=_)F3)yh zbcEHjv7zAG3W9C3td2o3xlV z1;IeDBMZ6lV-O^cUGqj=`|3*SQD1_`?GpW9=MP>$8bCax^~Zeck14%v{V~`2s~rq8 z2Y5tU+>mGSi0uvBjGz{~^s5|bw?Qs{!-_@JqLmLK5@PkGPLkxLLnKxo&?Yq8oJI|q zFdCYa&F}#(8LVYZC6AQcPbIEz*~cXmNvN7m<`PJaihXG=!4MnZuyb$;h*GexUlo@O zH?QH6u6bwRk|TnkmtOwWCg)xc+ZG*^1H@p+lwy#F!8pp96UB+_51?Z@s}_EL&+Dxc zX@4FSPxV%tR%oZ=^F)tTA2Po5 z`6`Fr%5a@SZ>6pCmu;<3afvA_9oSmg3OW40IZuqiMquC%C?`3DK>Y)>@;{zT1I(G} zt`n}Xq5l9KEW`4XutzDE(d_{&vjs>40RgPD2}#lfe`8l%T~TpqZEvT%MZAi~^sX_& zagaRTh#8_ga&(Q8@+`U|*RZMO3v@>>q$;P+qC0YlNt5YsU3YBHx?N4p#)r;a7V%Y; zhlUL+f68#Smfc|WOMJZosoke!C;`Koodcu7{%TbZ#Gnos96W{n=C#KDFfq^%5OE;0 zLJ!*Zf3SfvW-C)#n6D`g?9sA}B}}<<_$DkeAa{Iw4V4imW5tH4j3TIv@c&t56qU-@ zL>G4sFbG(bYW5-q@u%dQ5oWQ=u*v~t54#vOs61*wuY)LrdAz)`#2xEUh{ppowYFCw zYH399S`Te6A7GKeC>s*l0lA+?4-1sW0vcFXe<{Z(~{$u7{m#s3H_|u{TAvezCZCJwRME6g&0t z;$oQZI(GMpj36K>zN9j`<5WfzG|{_K?u%4L#s!h~|FX(4vdZ^|Wfg}lLY_xev3}A# ze_m9QCh2f5HzX zX$oa-WOHtK_6Y$_k+}2DI7u$hv{yppX*lwISnS=xw38Ybz_;SwLw{`Z~8X7%DGMKYcz=_7Q6V0xNRujCJ&q@mvN(nF#@xp5 z!_Q?}mdRrpe&la|Nt3!!9|1R$+EFZjzhyK3HQhxfwItH;OCXcl5UJTw$f~4Tm!moo zs3gW=l548Lgctqe1A*eGJ|@~QJT_(QttlR(@a6kA+o^>TWP~}1FC0bNP{G}LHbZvw znBZWd4ab&&U4Td{O%xn?h69-~gfUw$B~0hQz#duYKV|%!`0Oqkw#^^HXZ4hShTC1f z*LUlD4>!X5BA(^-`$c!-C#vYav^AD6Ry!v$j)DAtRlOADdb4Z;l&@aElxYDf8Ke}LvYw3kK@>U2I>91=qAj0)kUiG&U9hcOrFTIAG4;|>RO(06N;oI-ir1aWI zXydCxuo?n>1PEHk+46ajE|HPRao&29{g!T7;d2#-yU#8bXK0{*-)4)f@}>B`c{1;N zCcNg|eS`_OS%p|uX>k<1*IN$zAbJ09lT5zdAn&dqv#P(~6D&kh)U8jQ1l#%JnW~|p zW$-GCk1(_qkwsdr7u7L&+vP;sGWPG@)}*=ojDk<+&5f*j+Dc>J4x~57(K%DtxTA(6 zXk4IOLl4osP#1!KjPKIM>B*vOQsQCV78;UcmiCXN62YjYz5nsKulrB-@{N#?WcFmb z>49#9y$}?VjI~h#9s8)PS6-SKp^@)iF;`D5GEUG#*q4+2C(7h1Ss?13B8P?-uRt$p zf%UXvGM=u{DGoI`21lWb1k;28);V2{rH~{x@`tjc>ZP@Rnub4F@orjMRs1qtHv_7v z4-qcS-uWBD!zV*H&e972tX+=Nq6aV_%Bu!PzSzK4%%=WJIUVS(r6CB*>997IP?R`+ z3B#lkFv#@{%V5SHResRv&9JELX1ME89C`!wh8XrczN(?$ zcGxF43KmiOw#oIEicSmdmUA=kQg=_MwH9Lb;{Hcp=za^$oh`dngW$idCb zeC#8`POSFFVfKKmMtTzq#pw+c+MSjC6f$4Qp09?7bAzKzyKfSq1lHB;5)c)Zuxb}! z5ckF**0x^&AM23tZ_(N~jS;B+vs=1Ap^8Nz50L-Sqc2VxHu%PD$N{kbYe&Xa3XAsM&|$#ky4lP@tZEZao5~Wd zzfJQA|NQ~itdxI~qE{-HQD+7zf8|=+j@w2OeV?yjo>|lEnZ40vKkqNmf28YiYb|4G9x6ohLAT@z`uJ;nbQyQXM`ihqm*}fkykHv z*$AOVldFZeZ)a~eMYUUR>wHs8XM|#$VuUfSj@>O3(o`i169m!^z0Et`=0+k6f$901 znT~HHLmKl$YK^Gi(VVHFDI^D&v(Barr{$M7C#{g0Afv^NRtO{+e@Ud&$Y2qy__2Vr z^cmR;rZ!0EHY4AbHmmdE8KQ?tYQcRjreDJC+E!KeY{Sjw!*6y`zX=iv??@yZ%w?(( z`81%E!xCGalVw(C6Nt6YIQ`eAu=k*Ws4zcJ9GZb^!BG;*5Q}rgK|zh_yQyae(-Kig znx3EX<&Z5EESo?{f0Oi6zHmc(Y#EmvaYe_lj7x>MBo|p$XZ5a{_((uS5(-N){d#b( z4+M%r6%*Ek;W@&ATTS_#gu(kC4pR$?kRW0>3@8+Tgp`NfVgcFFLzJ_L=40!NIj`K6 zr`rf0VRrKruJwxzkK5$)Pkr)*2jP2`E;j!AvVHIi78r5}MM4JY)qgiH4y3R02D^il zFuTkbHAo>SIIr)AxSpP)udFeuRGNj$I{Q6e@7D3gCtF;vn>bT!02>DD>x+#OnNGf& z+y|4mT9ALfuvlePbU$QlIT?`1++Nat@b}jw?n5)gQ(zlH7w7+1&3%h>|x7#TL3b29D!PS;^ZmS?W#MXTf zG6Y7|OV()q5Z(_rb(s~_lP&EMHO#fUgzs#%DD&-py}j@p(A@7o+44&WdEZk$sTvDh z9Y&=w6Pw&!Z&$XCN#Cgeo_@~jmzd~vTmC+&(Qp(PBo2;P_1x0u;A+f58U9fFZ%g9X~)o0XT1xj;GnGih+t?5(;Y3V0Y1Yaj{RaZxKP_o0Hf{ z0T`9mS7T?->Uh$ma2yiAM`BoDZ*gJS74D>J4Jp-)OFAVPST!HNCNgh55Z?@~Re=68v-vixTh&mZP+=D3)I4^(`zg6d*~D(!wHI zA+Gcl$Lj}Mhtsul^KRRcowH2xhSU6}C>-=R8Xw^BYU2T?-L~JZa<|Ejsn>r)J@7gJ z?#gZEPg4@M_tF#E=V-wIyIXXO>7Q3AK?JuNz8SEA0LRwtR#}C$UUqt;6u?Ew8;@`A zZM`dtPuXf``)n?{xM4KQhT6f-=Mi~%?a2)s%+qpb4?=nA@r_}QG-nr|-$J8x>urro zn|$zh!T!x^=t##olHk);S#R4$5PtWsV4q9@)@tuv21S83sf!fo zLu>b`?E^#6HXDg_c_hfc@9ZUMCCZj7rYMR4fwjDLzBzX0+nwO#KEcTk7Z?dMg1;~x zx%b`e#p0TZBtw~`GP%7=D9aGxG*OBp&63+?@>}|AUG;t0^|Lu+EWK-HRHg0gkJ}%A z7uTHZd@Bf|gn$tHRo4{n%ig?p@%`<^Ul-;9PDsKiMNBe~AP}ZmQmik2`vWISc=#j0 zVwp}p+E>>JLxgDmpAfo~aOd_z4ZPPbJv$BHmQ+Dvbi))tc%sHo0A*pyW zXBu%K-K@8>jHY0Mw(N#g?{tsshLbse;fV3@{zKI{a|Ofk^y7@`H21e3^R6qG{z270 z_?I6_H|YAjFJE~bjOE(<#0`EqKuiP(-kAMnD2lS{BK7yMGLACB!v|wqS}3HcN)%Q|F}3e%m8p%Zc_tBmhNy^~ z9if&CY0MLuaqzhgZqdxTWvE}x=0Y)K_6$_zDRJ{dX+z@0jp9U(JZQA_nok z>t5%pRoTLHQV^alhOTT66(dR^p|eD4h*(LU3Sx>fc=5Pi1f~#5+o_184#YC=^M(6U zweJ^JsrJvs;8)_pxCm|)@6CggPGcnj<&$({J4a2QTQBzW+iDHjX3otjp_r06CUZjE zRD`^u0{&fL%A)n6+$`5%vF@QyIru^X>d~Q+LDq(WMnaF-`%rpp*Dx zB7aY>j-w#pSS-&(A&`V54grEV^_G2GL#;h5H97<5Z}WZG_f>uG%sf20Ojk7PHLS-X zx3;uX#6`}}5&7UGap0rcWd0!Wrffezf^?OmUb>sFS5;Z}lghQ3zRhb$+)zPDdIy8j z4B84t4hz|3B{qoQjfAg8Fc1crZ&N8dr|U^Yc}^)L7b)Yl zazb&A)&8aIhqnHZuLe&HnmebJH?c3p!SFwolh0%#NFc0$^92Ubd1FRY33Ww*A^(n55=PP1fTtIdgQ@|sqp;!A6s*er6(X~x9|uH+B7aTP=|pBriB2Li zKuw{NoLeA|5ScB3{I3uh2|HBvIf)GWOhiT@0iRArWEeH^XF{{fAvEuU<7)S;*f3BU z_zaA~vDcoT=(BuAqKwGr_zZcL&uF9|BXA8dtIne{u)tx(n3-Vb9x({0|4dvtwVtLk zL`;H3nlss>SR9+NSbw%`2JZ6>n}Mpu=re4F9%nP=Df#q^I0}Cg<#KSVrBpDY-R$(1vV2I?xk#I3LKuzL^wVVn;AXEGWkl-7oX8b zMJP5HFF6&Zf8h_wPS$9KQx^WLh=fRJm zoS0KMUryi~8``a-kDR&%ynPPAmDRXOBV#D z6q?Jr>D|Dz66{c?Hck#_Ftu|4E&N2yzMQZ;TT^eXC%(2|QwBdl};$vkjWkw;V zSozg`?YeU1(tmy~!s8+zx^f>|vwmEaeK~dxTWpyWEb6*g4a+KU(oJ*f#+AIeyYgv) zr*8oK{Oy}vzQ$6QC7Q0Q-mN}usR2N3hsVBLjF)<~!6 za}uq$M^`8GIVnK`;ZiDKt&*F&SzOeHfhaienrfT7VD0X(zO`C?cHjm`-a z3ysc5v45u{xq6$bqOI~Nr-U3y zDWBWd>9JG7)BfMz*gbF|BCwX{R2ngEYLnIoP!jEh|Ibt`i{U*)gHvW)WyI)YCJa#`^~c<7i=u4X(J6bXG#OE* zSAWO#vMfHd+ZB{Zv&lD2GgKp!gLSF3Ko-}1;b)9?W`a;DBGMM3w zl?#FhKN&*2IdHnvMD6tTk0XcoD#zs+@sq|tU=ldf5)BR{1i<}kjTiBB$FcRDh)uq3 z@2AWvicOjdt@VR_Q*x5~r?s;n`huOF;)CG<8K$2B2s9pN6m@0o=%M;7*zu-P!+*zW zelgmAEW2&9{+QR>(qCq-pwc0G?qlsZv5;ZLa}4aTeIg z9AhV;%`@O*%8b|vd+xA}F9UYMw|}0U&<+XP%bbR;QrGLL-62k^L`DFE$hwjI`ZJqV)K-De7PfL+7oh+Tw#9I2>YX!XelN1Qde8m5Q-|ULwSqUXD#YkgX}^ zw$aX?iY4*dVU?GQHP}K?f-vd=7n4emjArADRk+3hxl=KPp`j8MK2-!n?CK;Za*^3-+y4+c@o849`kj+fmSHdZ0GslI)SB?YLC+jr*QmcUzKv8%IDcW z@(R_20t_Rzhd8TzDu0km{QB;=6coCZuM`5V1{5xhMwIk|p!%lly2^*pVzPaV5#wrw z*I49ElLvzMu*b*(XB`I%tu5`x6L+EPAnv^GW9^Hb8*>NHc55?-^HYdoAk1D0!3d-5 z{1jrBjGUE1fLdV5&y+%3#}M&PlR_XXl;Z3NvZxXLoS!i?g@hGnY13mbp2!p84lCGnY9$$~lycG9nBCH8DV zgBku@xiw{@f`0}Z7BtwXpuq+O4K^rfFy@WV_6r(}?HQl-1q~Jp8tiF7gR$dGB(?gB zFww!FQYb|alS#`&PJ%|8FG0^x|Hb+kNB;R&R=)JPZaflkxpTdaHu}v@W z_md5S%QB4g6?D7WnFo#D&UV5wceMj_hh2RCqx-UH+kfh=4qer{sJ9CrQ)0TUd~93a zzAwwgU5+f*OvBuM5Ms@NzD!u*77GMTa~qwU3Hu zDx&wu+fBe7oU3qgiv8k6v3OWL*5wMq4OiZRvU+;a@0fSxHoPQ;{qi7sq=wSostcRU(bd^i@oI@igsTMnvD4hAZ7#rqvaw1OkLPB1TK%q zd?3s3J@^ixAslj;JOe#{mtjwqVZS1b=;LKrow}bTE>VU}k*4tM>?$lL8X?AKE5k}d zv|!8;5P`p=`U|%ZKlM3wXZxsu$!&{xMzrI4~P=39D)S>!1 zl=^A$RYhQ*{vR06^x2n)&k3JU;BWlmb&r#@aVnRA zSqLkW*?tUvCWQCH)9Fl-)|uqcX=AmQBnOs)V>S}y@{vsbeHQ>_i4x^Vmg2^ZE+VxA zcNhEZE_Mmv=zWBv7XyrhyMtf2@1Z>#4@MVML2?AY)2rY0trky%HEXodY;Xv zUNFAP4()Z#011@@Nu#2KX(X5oTrcZ%NOfG+$vB_c^I^gn<1xjQB$y}T3Zf(9|ZEhsO08Gc;%&gc(GNdt&q}GTE-l{V+GzRAYb!O?1;kf*K zzEumU2{Kw7sD(h1kw{973>HC)mj$?`_s9-^nA#wrZ$0wT)^%RI4`yy|+?B`Kd^T%} zJWIVTJ&TUCq~+1UU?*{aQDL*C#7kR#v}KT*7L!1HKFw`WA64$J^T4{YS!wGaud>IL z@tcbVTe@5TQ88=h$m6F?eGT);-(td-CLK5zz)|@=3OBD`40h4vvdJ=ARh>w_Q>)j1 zwr)xY2!?t5r_(H*HrD-R@%$=~(@h2a^O>!$!EW%*Bn-@}@E{B6t^_0l;Vl*zpsgKj ze&j`vRM}R7hZY8ohnmHo!Oh@(d&|^YmUOe2M8wd=B!28MzCw!Y#emw$^L+J!?~}j0 zlrVw$^hu8t4u(|=7C(JS227Hm9iiiY$_1o35WA;+z&J0i)7l2-@)&x@UIY>gF!?a{ zp4h^~)?tDX00)oD#;ygRC$CtOZ9$1@h0M}G+fXvwPy$gNCH*Coq?BI=CZ=FrqYnpD z7E;?o!z2-9^qYXmY{0aMi9klF78A8c0{+<{z-)PIVaWDS3B-``s|BHc$lUvX)#G+TowK=r z=gdx>^EcZ$@Ap|Y7_zxpewqbjTB~gVX=bzQw8*R3BU%>JsR!7@eRuBxq&YPK|A!{P z+`kDBrzYS(#i?&^kuiz{ytTHssEpcUZ?WY?VIY&FyTe)9s+rb3O0I8z&|c^5C)mZN zIgdYiJX-QiT2;0Mch;cR3C?%(MP~Am;h>NxY`aR-3sk67C~3MPD0fmj~d94n-e2SK`fhy zatv?Yd4Pc;qs<-jA{s+B(Vi6nR$hroTBoD%lb0Vxep2P%qozHDF{(mHWgmR?(0jr{ zA!_(B6l4q|3i-ODV9;n@w|dN{E4r20$lX+{z{s_X}YOSz;5E#K4e}su~!H~hG zJFy(5(WAH22t(dFL~liqF#0HpD`-iz>MD+c=PwrnCT?9k;RM1>ueUFI9B85POfhoc zfflOHq|wJa&_WDGn$x2kXmJs(B)i9f76QO>!;f;Hg$Ru}dEf&r>U5yx5qzPe;F2q? z7&W04bL75O%+Wi4t(YUYqQqT0t(YTpibqFSDIT3953QrG6_4&&4vT4jH|9>{>793E zvMJO=LCP+5qwpog=`hPf9cF3a*|n^PPJHFDhj5$5zM?ofEx{?XI-S(I~jk7T>` z@Csy;u(7alhGn<&%zdt*F~~?Nlkr(XnL&ip zL@ACmOU9Grefr0|aL(3lFl3CSXNv(Ub1+|#b$(Ls6EMbT+4R>X7a`1alwl^W8 z0trld$}X#gTjYzfnHXPZhxOHKR-Gr|=G|+Ug_+JQLn;i?Dj7131e0N!lU1JEy6(-g zVM=X(kkD&$9If2c&Ry{V6P{YtYnM6eZ+W^ni%qurY^!iz)S)j2tLwC?Y#!b4 z0SkP*m^+XeM!fO^va+_JKbucN`*@&vda)b~q1Hr^v$V^Yu;j2PAZF^uRfNFl{d zJ0LH!x(?!AoHoK2;kSITML3t>O4`2r(@nyEVQ~aS+ur0I&I!T*iy`5N@kek^UKY{l zkLwXH;L7?(*1*9xXIqft+h^8IgUKhM!DGc=^FW{hE54zJ72nXoil3>$if`Y4 zz>4oH1|;1E7e+lL>YL!AH{jxD*#|BHDavnxi~g!`hO{7|>CwXZnQgzGZPhc|ew%Fj zX5!7CXJs1$d1YO+ZXK$&efab{V0MO8m)ZSe13fIaGQ02ZF}rVQa0%BwE}@~1OArb8 zV`I;Q9XJ5gy$I*bRrHdTPQt(K$)(+>) zY(CBAMLoNb^3`)O|KP>^9V&Tqhf1FPk2(Ljkbgcld34h6pNI;DG*yWJPe{#wHxERW zQR@RyZY08z^^Zh*evPuY(nt^!re%mCJ{S^$aeCw(B$X$+#S9#l`^O!nE)1)uSy{#* zpR=OOPD|?-02%IHa%o@yKcx_jHFd~2vdOxirKQXGng&g zZ=omth2kt~0(o{)t}}CcjK0GXd+7VBaA0$1tG#qNp4$A=^>#nAc5<4vqkJfKV|E>S zfoDCIW5=0mX*U`>jGJb4>$WCJZFG*Sit}?@*~uPj91kFk+1gdMUX|{DnpMW?WIQe6 zr0oX_o_=X4BsMQ0ylq^_m%>dqz|`>8;eHfK1WdeU!ab;yabzy32n~RPd3s{o3azXc z5gMzqY)zHrZAm*{Z`Chp_6QNAf7r<=R5GN1tZ&OGJ*`28#yp_{BOz$(7TB+Px2)!e zgP~ANrb}<-3#gK!Y7{AdM0C*IL&<|}o|O>V4RRufbbWUWRAVcUCxHpm(F$;Ob!9{; z$Ui2bOd^iObzhGtGTL0TFrr~aN;je?h-#FWWG)+ppQ8FSYF1VKHCn|_V52&u0|*ii z>8+o)6rzUThk}e@M4`6mDHt?bxTwdX?C4hIBY#tmuByekLg1Ev+pEyduPtI#okuH- zhUa)iDpVqX7j%s~3T!}i6GW$NT7tW*r*k<o5|W>{x)d>{CJ ztn^DQe9@j$-xz&M8|AXDU8BZCOHTF_5#GJLuY*EZ*(h;ijX9r|y&DfD@hGwG&WZe2 zNzlHXWuKSY(bKOmiOp+({cnktSy_ckf!}DWs*sTMN^MWVv`@oI z({3oD311h#p+oCMP+&Sw7QRQF64!2oprqYA9}%5auC{M;zTY=)di?{jg7bGNXHg!= zzp$h#T+rYK($2o881xL8zd?94_b3t#TTl}PLoicyKftH~S6VXvb>4d3HJC~j{hQaH z8Da{A5=O*89%fg;LCCmg7uSt`{ek&k-t$rhh5S`*LJa26h%t3@&HgwuJsW@Tkfwj^ zMgj|(_owx?&H8-zVc{e#mXI&2oSvoslLq+z#*|mK*Z42BRA2iJKQ^=I;?$||iY9zt z01tqd`^dz&`ak$WW}BL>iVsKk=jG|+>s%`7I|wD2VG;=i_T~RNZS zkz{=INt#2Goz1Y*denOk*m3}{P~b5W^yVgKb84{RDfGsa$=@?||LvTX9gJ$o4T&=! zLF^E?nUb3A*RJW7{@C3@Fd{KHNM4&s5i{(t%lpDmA5jwb(D4^Hp7!)Iiak$prRj|;9 zCkEcSG+fGdR$?i^KxdOH2aQTQWumGi^@nj@hzSKNu1An0cp)ux%}{L=w5Wa2}&W=ahr*aFFjX9c_29NaixvBK=j8 zhFjq8OFtnEU3hvsG(!UmAHMrT1(py$)Gv%w+TUPr#bxathm#Hbdf{XL)>Bp6m7WTl zdlqRX5avPWWG(}sH1hZhjtz=%-Hh*`x-m)U&c}MCAsPR5SXSzHr>2(CA$ZzjUqXb8 zR-s<1VEs0IvyrZtQ3Z53(UTr@CkE6K9E6^-aoF23wnce?RMYVc%p3e=+t%Ja2Ryf*JLO8+8fm#;YT_|0TE z=(Q@4K@b5rT@O?cM(m6t=$4u30SPr%?6Y{?y;$>Krjmi8G6>&EA-1~F3l^e&wo*)p zZhxS#@7-X2d}>bobk}I^aO9l0f?q`FCsPc?{$`@@{3u{qF!orap=bPbAy98$?~7`7 z*=Vo4tAy^??yn_>BJ-F7R4{x?gVa1;3g%L|RH`0w>G0~uc5 zdMCZKohI^G6I;vPvB8R;Q%53@$655qn{oA$`T)ksg6I1w2TN-nLUP3=-0$Og$ZUYc zlp0{|vBXsusa5U084MMINY`#dcI8QR)mi`4+_UP{2d+mG#GXlP9vdzif6=kTrPX)f z%7ayH2t&@ghi-ynw()4Wjxk7aAiwir`Y`)9LpDdB{RN@V34|u&N!0jcf9@S`8{E+$ z;V#>&8rL^wP4n_YW;gmom9R#>9BQY1Jq$pvg@VJ{s+H=nHMw{%`HFO?a`);yJB8na zINpho)92Z*v%pi3&1UOCiSYzVS0k_z|2^)V#Vz$NZ;B_-j&5TstZ`KoHrD2RN>`^( z>*(a!=)v6lW_fxWR#ef=**tDwi*o{DewEbWQ7vJ!vtHsSuOz5t9%m6twikAKsRdBV z3I}z6LI7fNdx8KWTwC*Is>+_;21bj@?hY_&b$=oV;&pjK0OoUfg6MPS^*;B{=Fh@c zDSjTF0Oj!x##13Cm|Y8M%C|eaM5aLMeDjKf z3e~>0IpFE05#qdv?!ew%`?!r?-Bcr9Ja%=*mKk48Ng$w)GoA3!?fd7k^nl6HJgSRklkyv&77*(X6i7mGe_$BQtiL`8(XzH@fH_*A`~~|8wvFr zs9IMwwY~%bwNWd&6%tTS%TVjD2UGFBf5cy-`5M2&k(j4!vqAQO0(X@;#Lp}8q+4Sa zN1%>X$|j~dr)W2f&Ois;)1N42PW?RS+lP)2t|T(z5O+RFfhn|blv;VE?T}^D_;oK! z&tzPn;!qM^|F+uFv}D`}n?1!upubB7X3OUOcSo}8IxDKxdkx^8O&X8y6z4ZJc75FW z6z$yeQnBTJwAY-_`m4bHUwqj{mbXw0m^AsmcUCL1-|iV0oMa%+&Iv%*6!KC@Ne7`|=jCb2O1)f8Vv04c z*$XZbE8WU%wgdoiY}1I{jby`W7TcpTf?l{z*$41vM4o>Pjns==F#4QGHW^}01&iAd z9$e+X1eZ#}ZkmvM%32{wxDNKCm*ukR+EFS>lbbUe6hZwCoK8sWOtR_Dx3M_-m7n-) zu{DXC-^TCWuWp+EI^MVAB>QfSJ2u5y?C;vvMCa?*QT%6eb=`jGXm*3P>K^&8(yFJ+mwn#e>cc+T2dlL zNTv<7@AK{ehf_YI@_7OR|I}&R3hE$6e_kCQ?&G5;q7^5Mk4JK zO8wPp5A0y{WA;mXs^UGO_vMja($G?3JSh^*l0E&ujj`V3BgG6rPWQR!vQ4>E@^l%$ zH^WRNIk#bW#6z&=`jSzh1|x(z$lh9I`eR9kx&XSFV+izPKvsYwE!0yg};Pk5GI62EWhL!@uw zdUe9v?b_%)tPurR2v}SVl(c@}ZK~p-K|*FZq#ga|z2f(Q;)S-tTOr zQ9J}Y;|yty%PJH~?sBT5($B;r+NsJV3WgE@RniAL(?*lTLX(h^MhA z4Mwd_M985=MN9*hUR2^*HXcLA zSryxy%ztp8?+2HFKedv<;Dm??;pc~hn_OHZP7`VdbbZJ=?LhtZf^E{~j(`3e=IAeul_Im5VSE&i8Q#>U@sq!suX@UxccmW$Nh^)*P;QqbKULr_4l{HmFMz z&?h3#WG7>14Ly|a6n!$`0p}>cJd*q(pcls}7UjfL&t0)%NlbxMY|!#$dGzK`*Q+2z zoqz$T6G|pdF=-gS>8$}ESFjj39g~iHbkOtt_P>pF9hsBUvk~Zc5z=bby&MEpYmf%7 zDsYA7Mm_QSQVwSZX4ePJzvh;X0%CJFII`!M@kW1uMoAC&t!^*iw!JIH%|e4?1X!C@5(^WVLq<{foG|+|Nr3#E>??V7+CYawOGX0g8*l-Y%GPbW1&)Zgq+vmfg z;v^%B8n)Fr-Tz2-m;QOtTHVi-m}P54Zdun_ly(=`dW(5qsZq*55as@%BELh*C5C*3 zdtmj40x1JSzBKiLQ0JnMW{pKS`I4`mar^Y^JaOnXv4<-bMtj16XJ|*^- z-@Lil{f>WT9`K%31z1A~ey%=v;0r9Y0@H+*7=S>&B3EprUqSG2heMt`;#2CCsJKG~1lY=p|xU?hq;Ok3)+ zhAOlc6^ZB@KolLj8%GmsITVj7T#pHC&w={)q+oJTHU(do7d_RgS~E?$`v7~{y4)Ak zHCf590MCsY!M1-=3lA|z0YDQywvW=dFH zcf$%ETTbe~UrPwLL(e8|FMn%NGkI;RkxH&?{3WI0*QT&9;1&+z;p5K)r#$EZ{N$~W zr}$u_Ycpk1#2^s+k8CmX@c?KHSJdY=VYuo64_S~@u!~J_2@Rk8a-3gl*F@$ye|ZD1 z$CkG!A`$)U+@+>$%F=<})10KKoAP$xaKIGRp%d~r@Xof~jk3z621Bg#jvcqi3k zyeVGM5#`BS?EktNnyuIPyVA@bb9iNwE>nWz)~zV>vejH?p*hW||{ zss#M}`)sd4>w@>#7XepTBQs*GJ7aV*(o;u{ws6QP6eC`)qVEHFj70RKLOIiVnX6y) z=ey-s6<~OOjUiWaNKZC^dWD~KcEcbi$dY0HeM$rBWSm;Pc!fD5(MZ;5?X3%b$Jbo8^Kb#BY5;|n1ils#@d4T$U;#5M1$pjZb|T#3 zSexGMVB6>1TRxztNXQVSC@cUF)HDnso3?yrXGERRlu+6MEP$Xxm1g zcskTxL%PctA^s9FQ9w;BES<{|GfAIeg*pP;5S023!Y~<^u`fZP-jQ^p3xnj~{&E~9 zepl6ZY_g+`2kaagcF6sshIA``xaMY=b;cbw^HQOU*_aPg6JaJ-k@fd^D~D%e#n>Jw4El&5vm z8RMnyO4k5aF*5_gI>v@4_ytkVYh>7|?9qbHjb})H zPyd%lj|7+d0`e@^w?{oXIBP{h-)Mdx2nJp)5su|k*%D)7gX~2D-u{xWO2GD(p}=&> zk`BTv8JKSqz+rJmv+J@8ZELxnk#|M_qTzi4&wB{i^y)5=(sa&-Cu!!Z>ErLOQ4yGcW2|WGP;_V^SyMS@I?vUe9wAWN_SgterxJPWCNeDp&BPIZ~L#_j3=Q# zH;R&SYw-#f3+!t@*nOu0hnxU{1auEbrqRB@u7DZ?a`dO{%At(VB-mh%5rIvaNwOf6 zor*M>^uYwfzG)gdmeu&vSw;rJ9)rj0vOaje9o;6R%>O5eNnZjgtg`(Uo73GMQ(u<= zHItxt@%~DYnnV9(wMK+HI^JG2@aT5;;tVjN)NXA`Ye0TLXb#Dc?i$}NBTr~7H1T~! z=9en%H7jR4t&#uoxn5@0=%aX9N>zs>#|*~NQ0SaQ091X}7Y>Y?G~y!72)+7r4+Fy% zYV;B9`-a_aqyWpDvjK_QSLRCBoOb`aTTD8KWcn}3!x--#f7}tnG_Gvl_pW*BpDxMD zDrYVgMv4?Ou_1eU!VfEO1?u{bq)n%C*VL&Tj{;`Bkfc#aQcV!uIx)L!v zNwwp){5`XVkl0)`#E+=b2PyAbO*4h((OPy}pekw|c8{WukB(EoLW*>5pZ-V-b{g2VdTMYgS6z{M!1 zEgT8s18~V#%=5l@O{9{xffHPXE>~g$zQ#0AGq**?oJr#XhDbc;jI!F zydw#FQyP`RHSjllhQlSDCqEpck2TDEk-JFPqiImnq#Y|* zE5%jJuFCcmW_UYTmHrqa^jIkygZLc5ZWJeb%~!F!41FX+RBc4)K&hvAm}PTvW$44n zwG(@E$`H1ZF$GCt82%4Q%NM}OI{v#BXn<@T;u2B)lkQRJ&d89!=vdUfaH6Aw7T0A0 zhK|LkivZiv{L+ahK1~FCjqp9U6?m7qK_H}c^`V``U$iR%3vneeaNP-e$NVsb#$d53 zAzJHwy4;cY(ja)R8Pt1@OI_^hb&lWTsGLGk%n_Y@D8V}jt3t+(T3qzqiKIX{H$u3b1dfwLIWJPjj*^HR}-(Q;2_0; znXyJheG;m<0ZILI zYC2@}lMw|>zOs=bCw5hm>R;4()DUfdw-)2p@lil0nVFxnAH8*pO`l9w09WE@&+n(+weryRh5NqUw|(a! z|6=tP>W!DQ<~@KGavS-cVWX<16V_+`C5llRFr9-!48HXq_bV5Usrp~O{yBrqjSA^> zo$hg&Ioo^(SZ z*{c5%6VA^v`4qHSpzU5p$D0ex=pF!HJD!hTL+aExzP3~WzP{$JB>WtDq^|T8HlY|% z%+={vg!lz_$w7=0Ux%Z4E`GVqmYAm=$s?2K11RfiDUK*CVcV;qMQF!l5k$LIN_bzh zR6ZNGAr-?hl)o8Z`W=B+I^qsznzowJ1>oGO`zt^DnRN@6QgMaTNW=NSGSVz-7^ z9ynSWcX{>8q|Nfy;hq3l^sl>joH~e52I|{+VY9j0P&^0$ zFkToC^IDG_ljRzk|6xe5uTj8+dEU%68-UB(@asv!xrM=iHKFcR{Mhtbpbuk#{O^D0 zL^ztFP1k72yi6c-pf7{G3G+UJ0wxq?aF|VFCmA@iYXx<`EN-T!o3)Ye+&^nd9)HV3 z*^Wum{$nlG=Xmn&)){N1Pfv=mm!}(uj()hQI7Z_Nh5v&0g7$BP*v;}G!Qq1^Vro6M@ z-X#2|1#71O^?n22%jOwq{qI@IkR;GJ86P97ZCMu?Yp9joQ);>^4i`9GSX?c2_h!zp zdGxO&M&CAZ*?Qt`jWex|j%vAD&97}2EpDqUuO@3C4Sh=;c$nRSNzM>DEE;k?vvRul`x8(9GeOc_RIK8fZ0CcEMpBn(wCO_#7FVY$T=(IHJL(t~GU=$Fpr?E^7*g%PWEYJB-O(FYvYe9f+i~O6!rt#Z zRFM|T3`0kz@3*EG)dg_lryiYc2QcV6Nj+f)@O8c?4c-B_k>dOxf3l!(}6@qQ19tS0`DpT8EdNe^9gY&g!zF1cc<4FBr z&j9RaZhKKjKe|QczliGglgSFFb^9zCt|GyW9}L8AL1s>g@!p{^ch`o6vmgr)IVP)A zWXqJ3DWizEAw&GnyMN4CZP3yzbSj>iZ5G1}4}RlvghF%B$6=ddhvFys=IG&OVh!)S zM*kaz(t7UcJC-9bivoSRIL0Tuu7?vePU1Er&{ z@E+0G^$pCX-uC?Sq0#&&K+`9-wZH?UP3koBve|~wPC+s~a!Py^O(>RQ=}cYHg};0e z854>%6IUZPu8mH}OUUnTd0XR7X8Zef{eyC6m{82X0ET@3E=QNv?h+z}h|%Y$G`Ap< zs71Np_tQwn0+)DRka`#!{=*^v%q1AuaFRc$%lPhjGxZ!BGx)!q@l`cz*L1(dm~^+N zh4agWbk6`#6eelpD6Icl<1~`3=7fHu{WyAGAa!X8{g}M2xJ;sH!Ab-=xt|*W__qIV zFu{9;&3Mz~)yNAq@5{^)xe91HEDc(MW1RsCGzNG64b1F14IfL2s^s6qx>ipBEZjMJ z_dm1g1lH${6+8A+I-j;&MuYZiQ|-Y&hGcV+dEwy*`+^iUxP@tzb|M*+u2+Xs=Or0( z;lVFTZThz}CuD)*VECsHvFMRZ@6Mlfuv5K@h;UNH@>h^|S-6KexKFkOq?R6gr))m4 zn8&d5YbHbRk3_nN`=KwmoU)^UqTf$K$ak;MN+?4rUvc!QzrK1Yif~Hhn=MSDD3XB&cr_d&B1(8YwYCJJ zN}BcweC~+$yP#oy;!cV0N-7=c)}Oc(o3nEHTZuz*R1cV(ObFx3wk}|Rc-UD<=siW9 zQ=aOEcM94lXx=@?F77k|!x*89?@8~$J*uYX@0fB*LLbGpINHzhM{vs4MKBhO8wLV! z`TcGEvvqI%}JONdkyuUdBh`a}0E?kD_+H+9Vwn-cZ`NB%$-Sq6DCiURB?9xfrC^(2S z@lwK_$-M_sgV-WRg>1tQ65KGRuY@(GV5Mf2(WrW}_oZS1nKP zFIZv3LtMd8x%Z#R929S0Eg+2q}Ky?-I4=1=@})$M=JY(_m!l z?{2dASw`KziVV@g+{C04X2^xb6ks8r^<^H+9_uFjYRhOep<&q(kv)Ss6brm{Si{NK zS%@BD##^Q_paVfaQlV!PldhmdBSq=h*VI;W2;@ex{u>4;eos^*OjWNu7o1q$0i}yc z+(j1c8H*kx5ENJarvhXGH>mV?1PH&N;UCwykAJmvs+l6=v!SCM4YwO#RR9z!@B><; zaJ4~H-yb9FGUfo@1gKwocQ~8O!XjgdKylon`g{zfDW zR9}+e)oN4TBQ4u&R~fz0Zo8JR zJZW$^dt2kNHGrJ9`ASNQ?;qf7FVuw=OTT$@y9EYel;QtX_0YWBL$<385w_MJIB(qH z1ygE1bdYG*B@LkR65jC?dS}Gr?p@X|pB8XOujhpg(`xFE;vNUJXN zs#m1a%l-nAn;H3&pwVJ2sZ_ah8BKlkr-JwNBOSLF^#phos4`MYd$JS+Wkj2XEGaFqI#h)x>8@YMiw?J%Q=+)U67T`4A zVX-;A2?1QgFoDD%14xR zp|i0s&aV`djJ*<99i8MG_G{ph1rKP;#>kUEm!ub0&6gJIQCX4}diyH7yADnc*fEZa zF%w*W7sm9#sOUV$7+F=i)A>907e2^{z>^Tq|1#tDpMKwo-;Vaj5DDB08kXb;OQZUi z@7Be4UT8`a1r>1VbWCBX9K?K34h<5%rNv+VPXzPo!A!jefuU*a?70U9h)kDrncvA8 zF&{G$`ZIf5A6Fw)u->I1xsH(IqwX)u@6^(EYHhI>-|PP5@R`Sh8{W^u9mQZ`8oJ|0 zy=7xV(Mz5OBM(tb^LDY+*<205XRGd@2Q5DxzPO+ez9!Cam41LdQe+6jA8(rO@P4}mD&xGspcYVcwUX6q56klz zB*M=cPj+P~U6~q*nS>aW7EB5&lJTK5#aFqRU>EO^XTYG=GkL%~md9RyU`xDw7XDt59@*aB!E+}dl({&8bZja1#4Zv9 zfx9g!_wc6BlEd|pTi;H0*TNU|G@|3qc)1DZW2_JSoYWhS%GO#-z-Z9`bVCSKd`^^j z(=xL3apZC}SYsD-m6DA2pROfoY7idSuj_uTsP_wG7IbAD`}WCd_}^K2KXT}^mnRPi zepVLKdd=rC_Z|bluK@IM2>hjO*M3>WaD0X$p~VTKhuv&ed&$b`!mTAMvnL@w_9CU6;_gNs1oh4W$PL=Vj?XTOfDE!y_>z%>9oxlx9mT?Ci z2{FS4_B>*dM$1^G+lbt4+-*g>?TYYWLuCVYXelEyp)DhTsl(tk7dratu3g9e@g>>n^-pM7Jh2O6WK+0{WSEw%lNLv2L1f5~M~B%UPz6KaB=Mq$s< zf-4An1O*EC?a&<)Am;(|DLXv~-&~6UyfHQnjbZGF%)BXw^{;_$YdhuL56Fx@-7h&2 zUd9PCkdS(U+(N`$k+rLx2Gc=-M@jc(qjG$X)GR%q*L;Xz z9C_w}wqQ#0bC^A7jM1I}zCe{0RzR0=#2!`ybv_Ru0TOa5(MUzFbCAzrsvPPqQo*Lb zOpz-X%-Ec3W<^-~@!ZRizW_A*H2=w^!)OW|QLT=ret40ZQxrIe-K7_gfttmNj$zpg;YUZ7fl zxPbtfn(lgvy=Kso;I-tfrDY|YAPj(oP!HGg{yyX=(`yg;JrzQR*v6>gF4GveK_(cz z_1x;&e0n#z=Six|+_afWzXQIijoJt{YOn;rfM~Jd@Y}JIB1(F`Y%~^FFHMBZ=$ejF zcmjeDNPx{*&9-Q#V8ne0oB=_Ap-T(7k?XRdeeWB;#K_|BRsjteABlX%Y0+?8Os2G ze0qx&Vpr!W@1mifMp6Wzl)w;!%K+xuZHs;1GkdQ&@FUg@%1a8eK!ag5Fkz(pPRSn6QM5ys# zrBk#%Ou-fg^<8ZM{r?a>!mZ2xx4s9CV5BONfYSoBcYa2&q4+)P_Y0(F)DwL`oStpU zX7Xg4lytYRJ}*86>?(CKOB{uaNb8EwMxe^`$6m-a0sQKX0c~D1M%9{kA zPmprQ4*%%;P}1cDI%--Yh-5Xnw8>5+zV8eQfx$IIl`sOjD>bevH0d|{9-RH4z8hCa zHtM*K){$&YSkO}>i@TSiq()R6gmpPC#4Z3Q1g|j^Dijg%y5AQS|E|yRC>P>T?H2gh zc8=s!rUyeRx)HK#WdO5Hp1*TKx${oWD~AZXHbf@T;5IuyeRR=G7ep5T!D^BT%xhah z6e`rFUV146ay=I6#Pb)!B)b*&Bsw)Iz=m2)OEg&@l32m#omU35zvwt4@!|}x zdXBoKVK~H$H4Zvz_<*uYMC-xe0ukmW*N4N&_6wwq|m)zgI|`p~%T=O8%gG z)YeA3L*_j*Ub3!ZZ)myF5EJl5Sf+2DnVnQE3sL77r)D&c$qwUdNe$G-+h_peQk`rV zXOiad<*0w^dO@QZ7f##Qd+DYMxb>58^gLbeZ&uAV%dPG?8b5A5@K&lNzA;)HmIa#E z)nuo^V`QTLEOY>Klbz@qVH@Rl;x)WOzCRXc02R9N)%ZqfT9G z8;E`Y(MN-ABeLW}RrK0GYbNyI8iDW3m9g`F+|gB$(NZ116Q3F%%IX^WZ>Bk-z4T z93zULLJ-4H?dw5-_5prKq#n)&dmbq=9lFg62S)~q2hJ>L@XW>JoDwnvBD{yYdf-IH zu=5Ur{e>IODO0OU#SEx`-FYGSB7(gIYsSo}$|&*bg_5H}s?*1G0;If0i2)tr62tCY zPZ2OtWE3H#z=ZtX!=3S+m;0qK%42Xv884%f%kk-Q$obh5W; z531@OWTr3M2TRqJ5=*i>msDa5`+^MQ1|k6Bk>|gIy9`M2Cp0w5_K%}@@&pDz zT@&q&0ug}ufcgCHt3(FpTc8Y`%YSSL^EW>R%i(@PxlPYkfc5BSBWuSI>w~3%GS?^B z<%ats#Tw}!<|bLVF$Np8dILF$YgBZ_g9aPl zvAym{r@d)BgE|17G72^AJP@+6>iK&h1P)Tk|AZcwJbXZ#ia9QDwOUcLVH8vk14+z$ z(e-N-)edmYYfwzd+YsX)N%_Z?OGyN8oFnhl-|UAX<*yTDeiMYye=wi{;vUU*u+Cu# zft!<$4fBP5%$>3Ki>(menT<5&i*D*?8r`B_iYbF4q@}b2>R)KKV#^`cb%$ADgqZbR z>>(=A8CDcD_&AwkObnO#ARW7_?6#g2h(39ouF)!kb*3<2GJYK``*|TA!T_AL#j$ZGOy< z>LEAXupfKQtC21TBMI{76OBwS^>C_sq%24P3`d}{sEq3EVA6gK-1HtrrMRI3Q}NYG z5gI_kL2qU^b9y7QU!rf0`Gq3(8?%^7=$ns947j0GCDNl^ zNoEgo>+ZetocsBD7GSvcn!n=g(DiQsZRaTD0nijeLz?2s?+0)6+a*f5fbx(bD&be; z9%lXw-GqRCmtWi^!NDyuG~7{fiyi2v%=oUIekVe+Fi^xINCWmcJEHcV16XI(TziBVj{xA=evYrk=IICs5EiEYoFlXVUFU-qbl?97eJMZ1fe*lgC)<)^YtpRb zjLa=3fzQEo-Ap4zCt*fYqR5w=O=Ic8iO?$hiIAX9i6MU$zMVWy5Tp3O`Y)ZAC($c7-DEm;l7X#?c_ zI$!*rgd1Ya(MhwIWl?e})bD3JuR60ouJ#Z0DZe28hba<)o&2c|7}9rgKJIYk7##1t z`%tDS^na~vh$2zY)nJUhj>RF{*o*X|D?Npm#pxN$nHF zSMR8~s@GP!nUXu?3zO-(Qk^X+gHC#7g=ZbHcwp(>;U5{$)HI86zW zvqnP$+7gj99M^~=_?DwxdU zfo5uP)%&wLi)S@u_7x{l<1-;rB!{*}0r(B@Wx%d@OeQAUZWt)ki=N#RseOp!aLrvtBp4h>RNq~hO@J;jJzrB7ykGYf1hNi{wseB zA@n+%0nw~mypmj8;MPyu1rjP#n(HhB(NPO}vUm#po2Giz0L(`q$@Lv(Oir-_IQpH5 zhf4j>D$AarR#l|dNJg0SgzC|!mt(eYTdfj zZrx>>8PmLO!0Gezqg)ic0y28NcgJ@!OZ(&x3*w6|ew%codj=z_Ysf*HIemIrO%Fja zmw8tz)k0LhD0*MAV2%=&Y-QWI}{C9>V&o?O#O>amg*3TJPCRvFa~JhT$I}XeTm+=1AmBNEs*dD-Hfk z0;(+uKMmn^mgW$Os!QasAa1`oA^#JPl&C*F?mOH`1kd+LWa)Sf*3Z?PvF&$d8J8E(e-*MzK8k*thduyiE!Y=;7VUO(pV#`y(gvU4FzV< zhkgC|DBoF16I@=iv-U?jgF(fNdr)Wy6a{T=2!z#0Nzykiy$GY0m*97Yjgv%kz*q@D zh|!Ne3KBZ~8+W|M!c>KFsUWYq!>-cw>!t0G=01%1v#3<-TkX<2lb(3&`WFEj&Ulwz z>eN_Ys!jcLrIP7+CIy}ns&asjC!Sn*elV{%YOH_pQt+VWHrt*`hGJhW^CeWlY#bPe zM>-WAuy`SiH`BK2-c2b?$lOpJKuI;9P`aK}bq`7tN39KXoI&mHbLBv2-ACzw@Hyq1 zducl6xybi0>ImoptaBEf%PK~W5fd6~m~yo8YJ?LU9tbt?JzitP0XAM^s?nvNTDYU^ z1m#EGefP#vs{94}PJfq9)TrO<5nzv~_EY*>uw-lhxsPgi-PNKwvp2^cKxLNRvV%{E zA3aV`8A>3?7OCB|q4bs}~a?g|`K(db?R}|y%OUP}Q_vun4{(Hk?6dy}Jf_XoiFp~DQ!GjYdmSg+Tp-a9C z_v6QN5Y*&SsG98{OZKN8Fha^j0tNY-sc4&!U&$f}YIq)ZhA2PO5E)m{(;We!*cUkX zyS}1gf1$wgZu$0e-2n$+`tMl$Lx^;rJZJkdfcrC^ZR#YXHYaU#~S2$)}S8;Ind^ti1#wyJbAZq=38Hhv0H*i_0 zw#Za1a?TVeG((&Tb53 zPh;iP*Gg;kP!oyc>mdfuTDsmqN^6zIf0RI|s#M6fp{q2QhM!v37o8q&Aw378uW7Sx&@&v&f}S{_9baXXi6HyuW}q zg)@W|3#rAOXO9qOdK42bo;RcmweSx8^JlcJgRr|6t97UDE3O-fj!JBUPe_zlk)wB8 z<9(M}PFd*kRHKaEG>Afvs{Yv?Ih$sssW?cl7qkcio%8of{;JaG(X&0-s}2E(`+kN4dJw~8k$9d z{`}&D`Gr*@g{6rK-s!cv!$>MZ;JQu@a{w=^BoRUv@0lDU3vJzaec%rafNp@zACjbp zjxoWLUrgBaqnFA9klxD`kV6L#R=?qEC*10Lm(C^h8H!R)mM$esV$z>|OUdwfRnD7iOd&Lnf?$%Bb!bmoJE`@|RjQeZ8BaOZK4kf=}zYDhJ zo(HdnAF5~5&9|Wvw|ZuRAEJ}~R;f*nT|P0qn?BTUue<;f6uGVpC^l2>IXx4N; z&B`*rYhD!9Lo@gxkBzdLRrz(ZhTysNeHI%(zd}qJ6K~yqvzgEHvP_o$0;^QalWIR; z1&1_Mwnn-UJiw4(vHg8@R%LZXSuZmUk@B<@8<}a^6~Q*(|Te6K$m#Jq0&^t{z%!_=@R>{a3E} zubk9!wir`*qJa2i?B2{4i+l}pMw1#%H)Xzly)d$tY3DQJuw@M$+Qou-4BWpif(dP1 zZHkPDAns<>Y#RS5)*q(zqSn7pH-AkkPD6~)HUAJ^bf=kR!mA+wO39f(ekA}SBIH`c zv0Ch4ThFJVQBGgOQpz$!<$PE>CNyVW46!h!CG*^;3oEdU4&25u4sz>*+Y-~>4FVj5 zr=3lKv$*r)t`A#X+3gmeC_=g+hRII9sb+N)tI2Kg2)dc5kR^f(nsAyBMSoL7*Fs-Q zeA-`*l2=8dW5$9D`(uHp)Z&u54^Y|2bg#_m#WQMloUS2WSnNF*h zu2eg&?Btb%KU-cQaFo?4-viF$Y%KX`{rP%73PNDH>4`!!0~W^yVM;Wf{c(xI_Vrog zJc9pB_<2h8EH~IP_2r?cW z%e&b5W>MtJYS4Lq&hLw|%GcY8XYESsExZP%*#9Y%C$aOxc5vYIcQdf%F-YflzCL`` zvt{`nrwNWn8m$Yo;+(3c@Y7E4POqGBkf(6|fzh*j;7~}MvWhMUHGf8UE|z6+*Swpz z&WLZyrZ?7g(UGAePza)3Z6k@AVW&_egKE#VlfUoq7RrogbeCIqq{kHYJNG8j3dJMp z&OW5biE*cEQ(U!des@_H25!W!uq-m8OPuE)3zRb*950wrZV)VWI@^6%=ot(Oy-m4; zv1V%twpK8hY>3)}VSi*O*CchsBuqxK_4s|)24<3rcEC1W>y7;RsXob@0<3Hs$4r@zCeu|tzD+&N=TKil7%$$+GkoA=DhAzvXEmwgc7EVH+xDJwr5X< z(^aZLaD*~Z$P`DLn@HBn4lhf=RBf~#{M{ZmZwG`ko}I`uQhy6vsj#gC7AX7jjN}>w zGtY~U^-Ts(@7f9k?Rh){>UMn@;vnk~`Gm0X@-WYkm$)XnV>}~{@eE?>ITA8tlo5Sn z>H=lK6dAdj+X|IJNNq`Uh-ai>KAiRau_#>EQ48;ZLbS!QrI}}le9I^`=Ln~m#l0%w z94R|OQn!w=jDPIKGSVNT8GoE+Iw&SAGF1GUb5Nz}<9gx3HgG8IJac5vq!=ZU)}i$`rRW5u==-1)+5Jip3eQ?~8$v0P$WS3pSBeC)jND05k^KUxNLrj^ zZV;(RTEQGl4J#E50I-#c5`aCWqO)PWl8OdcSSuAJ3p*?o^}*dpMMD5@q@o1)YpKW$ zC>4>ra(`TOsXS*$MdYuf_QOdzes$kj;lptSDHAg7HxKKEZW8!i=xnfNWCF} zw2)xxp7J^}jG`rL67eQrp=U5#MF!oHTJeVa`hQ}OglMzpUP=y*Q3?+7%#iL^9B9UI zUItT&OadEa8}AAW?g3W({|ZK-a6x(u;JmtUL9LiL@8sJYJnv|bAWG+O#JmXNe^D^P ziKl2N!3Y)Ij$jm?TEQr^Tfr!_Yf(D%?b1x>I6^ZV{+0G*v1pfOjHRd%TXT?Rv|$=C z7JuBLH0vkc;IfO-3#JT8vqZfyRz&qiS-rzE0i%>#oh>(2A&*;*G(+%AFr}sa z6YRNA*gx@l^`|vgeKxjkh^XxL9U(q zovjsCA{2jv{DbI_CiWMDc)#+nw-~hTA4sGQ2NJ>D{iljEjN@h{opv2sn_#U};$Wcm(}!^~rZQ1x6z%6sxvKH&;p7pV*K%^? zykj|e3>*z7M>yWJ-!o}Hb-4E90tl0%Xg_~0u%~2)YCkbV`(cb@e2t?0oGC?L(;0IF z=XE^Ociz!FGXjp5XZko^h4$;|yjTEs^+2xyBlY5l}Sj(ns-}e+|Hxr`8_x zLvDKDKba5vce7*&fTIqlHvZ#q^Ny4G1K1=xJCm{h6O(=S76CMu zvBd@}lfU;Sf3@Tu^uM2?NU5#ZN}Py|9(4O+(-K{LtYSSr*({peCN%l?870!S@D2x#s{rbn* zI{`c2l|UE(4$^$9TIcsg?Yf=)>-y~fXYK|~AmNM=f37%=APHqQ$(Lup{!WuQ-uw|^ zach!4ny$-)6W|70i{$F;zaDIFK+YtQ6nbDEHtTwwuNTe0^eI1t_t`sccWh3X(nM*I zOt~RKDsT0AVp)nV*c8=vQTw^~{6>>02*O3%|E{dOyIRMI^p6QMX%;R&WK~tn!;P}O z3!U!@f8VI;tS&CY9GvGiw~253yoVSh4&1r@YMbXpRrRL-2rC!Ff@r@$CQ~6qdQ}u2 zO}41kA=2B$BH-F&dAMD!0>UD%%XRqh0|5f&Z~MWPni!@NO*PS6KaRDwx{I~2icnk@ zy=eDfD^3g*iLwHNZrZpQ-o$0Qx|~d<<|=(~e{TL%-?iBATSR*7zfnnlqaaqfw2VxTpV#wN<(l2!23DrUrD$KiPanvmKwra&L;#a<3 z^=_#P+b!{_08BTGVQ-~h)man8dU{CpyPY_qP>-O z=&|aqn72llH85lZE)?iPN$0*heY0Lwf7|7Q=M`X-rbsJFSA)EwaAg`P9=lTPxbh&c z^!T&o6+n*Cvd{MjXPHenO*fw|hfx3qma35`BvHuXxIl7CV>R~|f8Q+1 zVpT^S_vhlatm8>JM8)<43GCdWchvdEP|Ify4h#EsNH-<6 zJRZ?7_Hi5bK_?usZ};K+guSy{#33+GD&%38$xc$Z&*iEr=iy!+yb<-370puDv<)UBFfA$97ussBO6mx zwB$WMZ*+i3=><*;RC05vcF<$nmIr*Zjw&mOG=R{)fm?^% zjxR(pdwjy&mfPo(BgNZt{jpPSZ#qHZbkmK89zy0hpI6j?_a_T)k52 zMZnQXy4#U(a%Dx_s@8=i3Va<2dsWNPo4fPa9X~5G@e_uxf zGNgKAV@N<}N!bw+FangI00*F)6yQ?|kZD}iB8mcZrnq>e0*rwpD8L?$lLGvD3eX+c zbw~3eC_ttZe=#sZ0Y<Oa!H(C_raQs8=e$2sl~=*u(LqDCW?K zMkerm|3T*2^V%3=z(;H;SrheOj3QCeK$PesBn&_$a}LyC}MI^ZWMIvfN7 zlJ-brJ5GVA^}(GGZ;rM4Yvp51j`mjVN!DG&@t0_KaA3gE8CjfhbxfR@0>$b|yq;k9)FyYNPq3A_~4UX{T3S+zw1yR&+_ zMqmW!T~Hzr0d=Sl*hRfpARzfrfq;H_fdHcy(*LRWI7?noAi&^)3;Tis0g56?4i^aE zo@}&!$;o_rWa->-<#ZA(N?m-eChciZh6Dq+q0B;c61V+IweXIU`4dOT>cx|>|0iI^mICtxOFGFwN_6_4lG4mtSQOmqaOeJER`<-8GnED zD3R_CfAN09vrnVm@Py02605ihMrQ#BOPJt+)`A!aM&saX`1dR=%cLm#0{{rm=6$Zi zy#IalWq2ak%D0jc&KN4GzbfYOMN+z9z28T@|9b8P4Ojr26HtH}B%#~}@wE5#I}OJ8 z@(Y>;)&y7e&}jgKfx){hIPLxEjel(^1TKlBtYz$FJ}>9-JgXJc`{K}ChbLfHWDdAu zL|GjSzz_+_OC9ws4>1HqHJwI%pkaP}wC?rQp%`rAk3@8|JArA++z`5W0<)K zlcmf$YHT%ExwM39v#{@%4S#{vM2qEsvX27Wa^L?`|26l&+4~Jzgdj?(g^XYCP+}JY z&`Cyighfz`SXN_%sL9ZZYerq>xiu*w!o*R4vt z8Ox=~w!CCk5>DCAN$k?T?vATt_Sehozs;8uMpTs(j9>bVGI6sw?zp_;@{Y@Q$7Rzd zm_#I$;kVgTTm67duzyCD&`>uAt*y8`DXOg8U?gp$KbkCHTI^wp@XEy}Y93!kMUgas zT&3lt89ZqM=KxQRcFR8|QSnV0ZO=Op#Iog#OZo#L1g2loEHkpA>0!>QENkq_qqupU z&X!%zB0nMgM37zWyE}0~1;m&K!_u-^0Wrvb0vPfITfl-D?tfsZW=H*j)S!Ihb6rjr zrr}padedEjxH)$gWqnp>k~8==bjMMaB{_;iEg~FNMUt=k#k9uSwSi!GrSd858#CC1 z;`HZ40g9@P7)NC^^gn5SG4$Qszr(886d!JFFM(^qt=NZw0F-b8Z3EZ(%N5)5c<645 z;ksEupbUVAn}4+;LSiGt_u-h3fGw46JC>pw8|+rtrQ^Ky6uUJe(we;(t_5bFZW~T~ z=HGCEgk_4?-J?bf+Z0tsHHzh6lumKB83oE-B!8u&?vA=U>V6b;cPA%5Ia%wDte=ytH*Q)nZU|7dmy;4Jh@ir21tJLV4;Z5~ z{Oo*FdVx)S+@VyMx}tY`YSU!}yX`sPR+ zP(ZZW_roX(G-(|)Ko5=8Q<4KqF|itoa!IOz|9xj4l(`aR%Qk~HsW0+!cQ`XU-|Xys zl5z4e!O5!$M#7HZ6UGB`FBX&eITeXPMpBt9J|vVGL^w^9;z+Y(u}t2kzgMfaEt+;Z zV~nLAHdCt7dis9xdVbDH?_EI(5G4eRxVM^3{;8K71_2r*_B~FPu=pC>Vn!#Qo#;AY zh%gPKGP#)i=ADfUGAfY3By#qums$n^Ie(kZ1lUQhrc|fb?d7KO@uf&1qV1Tc@36q{ zFyU2JPKkXYc3WU`MmS7lg+cnD=J8%62kQzmhjm4Ai8KHl>WZPZu7Ee|Y|3z2U!NU!g2Vac^pRc&BpFF0 zoLVla_u`idE(donMBr-!*zfLzi=u5;)kh!Y?UgTd`DVR_0 z4j`(E{Kn!%QU49~(OJ!^rJsCRu8OJ+SB8DH{+Rf|n^%)lT)EihdC@e{rE|Mm-r|f2 zupVvRO|7b?&8occPkGoww+d_Rwh59=C*!W=8sz+hJy5Xuc4r3e9-h`)rxW%L7mC}y zUt#I>l`D+JPOXb9iSAozuYV@d?cw`@;47rK=>%GLzB|3{STiUDhVeLh&;D>Cwlb@9 zQ$8CoZ7)%!JHJCs?bAZBJ z3@A**fP$ohtp*&oL9Neczry=~S_i%nKu<#Nq{{Hqs>%Q3#eu1VTz_J^pGzPR+_Ios7FSLoUHWoJ$~aZUwTkDg1g?L0T>Sct4rE-lyvDpz1)y0irO~LzKd02)#tQ zu?PULcH9Z_8*uGQ;cpBsOvK>AL?2vu^qCEVePq4Te+60iv=nDlaEE#yt}RuR_hxoc zQgphwMpEr{V0F=K%YSyj$^HKE(jQKicGQ}upB+wN`YLOhVi^`z?PUu$Tl}siKQLG$gLJI~(-*sF?$HDqMjSTQKve$lbGRV_9;(aSg zBgeWgffUgvcYj}bnfbWbu8Scq)wkSF>%)H941nowpdOg;eA7#t&`az6UV5J>fn*O% zcnYobAxZK&ziKf5S4{hEUMBVuNE{_&>Y-#TdyJ&0lC`6htf=mZK>l z9I!Y6JC|^BG?0NV&oCqzB-K283BXKj=;q%8{sC#)^y!na{}Y#o3jr6G;l2hdli7X@ zeet+jeea$qUOR!vbZNj2kt-^GJ6LCLmcGY@Bc5kX+NSm0YMcE1sh zE+QPgonRzP3x1)!r|oWGl$ank!%5JU-qN$gk6e>%S^S|c|3Z9e&TVg_(TB1S1>~+0v*ZI1%6XW~#!9NEZ zkkFK%RLdw~3JI1vt#7ijEb7x~k_y7(*`_J#-IWn3kx)94EJa+i`&LGg2Ekxue}NT5 zfw59qRaA3l#3F06nfqDRSF`IWRdM~#Y~$gXHS1{tUHO$6*uVACY8$~o#xSC==YfIF zBG`Xt$GYs#EtTuG{6h znkIx|9D~uAG`nyJi4>Jls#4e~IowL#+e)regdqe4o5^%!9mjjMpcpD&Ujwb|3QGXvu4%8b-pQ=Mb-MSY(A|o zBG>ry?c@+s&Nq2pG))lLfA2TT&6qF&vj>Z}UCXLzvnns#TkhA;jlx*FX}o09$=Iu} z207PZP82M@-A*%~DjwGxs}t5fC9z$;8)5OywT+C$R;}Gx65MIvI7EqV4L|SMe2FC2 zoj_|3c&FE%YX*@(Gal~VtG}&?3C%KIm#_9rO_{xOyy9OTn%M*re{>+8aB$%uDbs*U zl|2&BtzU7n11QIRKtUh?6h^mz!k7gV`a(dVBLoyAEo?R5xbbS8Kf4j$2h@Uzbh(od*XdcYKMdzAu45;7jnn^(7QPF{le;q`jtA{9s%Mg-@cx?~>U`@LdPj^eZ4McaVkO5*GaRA_e_^atQg|KmpKU%;iF zaW=67?GrN!@=b9a71Vt-66a85Q8lcQq?Sk2NS!VW^;XKme@d+`noZg6F>+XFUb;)1 z#U0JXMuw>S=}ugj)Cf~~G%kVJzJg{@!%8T6Jucw- z2A55BI!%ORf2pI4ZraPvHuwq&XS+E$A28unWQ?0pf7|GIzkvhvJWG?Iv7E42qR(79>(zk z!AolJoKgd`+UL)--IpQcKV)j~btuz)b&gO_mZry$IQYPSjUDz+GC>TB6j1^_&Rz!9 zB}rvG^HdMh;h(hp6BhG7VqH`43T19&b98cLlezy3m(mddb_yYft|(@bB;cvdK_2Ci$|Q zuV>ZrHjK1)@wJ(KiwR#QcoEXQM`Y`^vVTpOyI96IW<^^>SMG{r`F(gl+_ZJEY;J6A zXUI9Uae)UHezZ+lSNCnTS_XeRWd$!2ju?;8{OO~uKZkOuO!ujj5p*fIQZJYJHJ?#GVT@_tP6v$l+ zbY8^a`=V(Q_$}UzcMa5vy@+h&IIzCW!o{n|JzLX6fZ+{+zFwClxYZ%D2Urt{YqLdq$K(LYs_B_!5h!8WKeYUVPj!qM^qq?WZC*f^gJ2 z4gXa2hpG3f{%g99U3Kb`1b;*22lt@AV=6=q9|9m_7*S}I9e@FmZ&(h;YQBT5E~oCI zneM~lTp>uy^I`2wAuuv@2*?c};z0N+fwTO|}zGQk9dMVN|^3x6suC_U#`_pO&J zh*)!HXK4~@G2O1=}yUSjDG zXd)I&kRql__yA{7j2X`B&liuPU`7BXod`l82`tVu=v+kth+kYg-|scrK<>AMZ`(FV zIf(N5ej|2v^wEBMn}5VPIw?5H9HeOJs6SbJZR?LgY4L5_zMNOC$sV$+o?+KBJ?J{% z?Z!3pn=uLPz4n6kHX`UzcjXQkXnQ-nO9?EVjfL-eFc1dBw`rA4@b##!JfRf0Mal=V z=x}%Ly8X(w>w5XIn6GVD&BYKWMKep%4jP{)mlqiED=}T_-=nM7G_mkp##ruiO-MqGOB{!V~*z2a$W?Ua_b0EBp)!@=-`HdXwXvFRTiYhu+w%l z3Q6N(Ue7?gv3DY`hCHZUyka$kpG6w2Ei>M&-n!|b>Ju#TaI zkznj!Q94_FvZr(?(nKAvbheu5D5V41RnxDfbhZlfTTwa^cChN3P&($zln!i02FO=Z zIs{{}Eku9k_iq^U@Wb1@N+s-4;KzgT@$b6C`G1Q}=KRPZ?SqjZ^2@Z3Ryp_DM;)Vm zoT{Kw51@VAOjw$ywU0VN`_RX=59RI$5;}zTaZ@Quj}bpZSdHSRWA!QZGlb2kemXV} z%AWxYC;8KL_SyPp2qaPebdc-{Ao1T4KvW_Di5Wlu!AwlaFBCwh!`KL*T^wIY0QLSd zMt>*sKeH?QN?syzC1n_tq z(*gdB;~4q;;~37)xh5wb$8dfQ3gel_F+}?D;}}>uSPyd=BNf6}f5Bml1dM!;vlv(! zQVxC+^Yot=9T>})4-f1UV9y;}A)}BSsq$&$*O1V?zgU7;{R0T6;hdAP{}Z=28Uccm zmxyvR$+J$%Wcfs&^t`6*mwxBbQ!W$Btl}!^j}nfS zf#8YOf*DNu!{qhBUz2fB_*rq-MZ|+qe#rH~^zd!}#iM_x0+#wpU>txZnfIFI?!7O{ zW}RNY^RZJ_qzNR*IYWgsgJdbUi97GSew!vks(eAqLTi$L=1tENWPpaA&XVKKpVeX; z6C#&PrqEdIhiP8qE>1onXQ+zd*g&buI_6wx@49XFyEKU&(FK=Z0sk+b6hK`>P>Sc@G@vlcOdjsA!w2Jfuffzx{4Uw1M z6xwScRz@(eD-iohK<-0ET68*D2D!dk*MU7N^63KWb3dD9rvdG(9{mRAu|T^%4MIKP zq~m`$B;9b&>cxjH&!7C(t2Dh$1hWRP+;A5R!<5&W{$bSu_)-&?b22peVY~DF0)?z- zWtL-n(gImZmgLS(nk=0K8=rLJV8%nz)Z@{(KFVeF!VEZQ;z6HbklZ!P<9Sp)UR|z2x!rg@RMdY}juu@iDZXrJYQxs+_f6v}--JlHro6>` zB?M`6_qW}x9$ss3HWF=l{+qEa9%tU5yZtyjVXZWZsrL1ADjBc!bLl2t?I@I$W9LI{ zc2T^m2<@_BoKI?P{qcevjD=U>@8e~fjjMSvVYn{7#dcA+WyC@d+&t+$4Cz*R+y$uG9gEs^0(3S>F8 z8~V&C<&4l?3xO!aiSmG$(G2c{i_Cvnmsvg(ZiLoLj-WyJHOh z-WkIMqiD4)#*j?`c|Qrm$*_OO*7-tqh4VdKc10Ji1=(@i5?#19%nH1xd=cd@FL=v@ z;bdS^*fVB_X+p4)=~d3$ak_!iMbRj4pC-ih(Wc^2^eUUN_@W<1v9OG!h+^n^TprB_ zQIu?>ey}LtbYU<`2Vgw4ik5Dpt;uL<7;RZai^tucscTPCI|>_8ZVm`Jeim z(9|!|5cf0P0D_!1P%ZNo45wN6?bC#N-tKw3=j}3Y5f~WNl8*`~nK1T#`ly!t^VGKN zq5^0prQN%zyK_+uHPEId#u&-C+3Nf2W%~x`0e@vH>ZVa6kwvm(YC$4S&=u$>VFW70A}KSTSH-;{gTQ!jLH{HImq^t#r%3-^qH3 zMN3YcMcJD8Lqd@vdF0(ax);(kI*DlXdXEyBKjD9TZfW~@xcBT8mysn_aTN{Ih=V0e z@JMSx3`D~u`mq1!bdqI$ksS;GU_YH5aJ@f2_%wX;?3G|EVoU-$ACG-45OPCx-tkc4s@x%0gbpJmIO(afAf=QwfgRLa|==v!*!&YCQ68W2YI`&ics7b zH$+(;&3%;OsyoRA<$wC_Dk`7|x1!kH@$l{QgMs97-%pd`;Y*CdnNN$#M=B}A#WQ%U zvEq5|ou7R3<&d9V6y+kD%_q~7qH^vRi}=JBmAIPSeU7Imb)Q8RXJrpu$>?}^I6N91 z9shFp_GrY5_Q8vs^AV@SauyAkARtt|_;SdvFMm5K6v#$`SbxJH-|&DL0+d$@^t9-~ z_(~Us9IiF&ho+2gS}uiZWmC{)y+hJUpw1S$x+-bShz53dlBR-Crb9_L1T#teG@GQ8 zN|b{uxic<{z8~ z`h8VGPzLW6Z?2-AkF}4lS1*H71iP;0|eZ#d7g zLt|gx=REggQWzyv@}8Xsh4X0?ZtWTk+}Q*zNNFVAy)ViiOEa?Y^KTR9%eV1G_PMY& zF3u*iY2`{RzRacz|FozkaTbpz$@6LgpFF+t6)qNK`|LEnTp94Z(*``b_(++gO1s3z zPAO-E_J3Lk03pW8Gk_RLxG@*8vo5wg5iSMmB?qQbA)SFlsC7Ck#0e z=t9Yt8|p%*4oI9%pp)OB14n;*cahaDo{P`U#<4psYNJs@3H->-eO{dU%h9OllFdp# zbUt(FskHf;MS z5O&mJyD`E!tqb%3@`PBemrN2$6OIwlAa{&QTjE+G#lclaP82PB8i$hdf(s3}5hc8^ zX@3fd#+9hC2c?bnR=P1<1MdfJIZ(-o(Xwwv2ZmHwDZ|n9$8 z|j7S&_nKobaA;0utSDjIsK~31~`$(d#&w&3}E! z<8H(xcZV4M&=CVbEY*D>25kywj}$PJ5#(ggctMTiW(Sx1f(ti*^0Pg`g`8Y2GMIc z9|SppI_eG1dDl+aZR6~|O=0RI<$v&~IY*Ea8yeyWwdUuc0;wq%yH)^d$^;Nev zw>!}8K)VBN;{d6z`3I5(UMWo~41beD#*0S=dLxd9acIG0h{1v!6t$Jb&jkge&kV!*n_0|vB( zA=6Z9B(Ymt>DGTg%AypDkgz0U1h)d#0g}>!lvRQreYf}WFhz6A? zrikRckf3PiMiS};15KoXWa*O3bKOZUDsM_xQ9*x6!0=MK)6wf^M?(SPaFs8XEVaC$%gQ?{D5m8zPJNA)&r4_B?6aGewV$4srTvi3&t~(pYV|Y^t9z2;)6wzh zWPEb^%kk@zF_i7Y=Y@(Bpu_-6hKv*BvgR^OIUW7+=4AZhcywIai%B>!nqeW|kZFPx zDtmurON?Ez(XSWPO zzX?kDad_X9A|)~2ntD=-@*&lj*!QPtp2mN!UwZo;c=?9QHtet^4)m;A6omQs&~JE^ z0*Mk3tJuw_Ukj=3YsxM{bgk=4w_2rVLECAydOuP3w->*kJfwIlkP)u*4JYzpm;>G& z)WCd*x#3L>WM)$ziD%iY!g3?tFs(Ntj+&Gu1Yi_~l9#1q&AJlJan-!aoS=$ap#*>1 zY>(;4YQ3smhIZ3wATpXNvU*Bc^6z6!c8FfpyVkASbr>(3^suT2K2e1-$WhD1>i$9n zG?KnrrJ{x%RO8iIlS(xnc{HClwHwc`rGbb}L@!btH$X`D&5A)}3sYwN$Jr zRn4_-axY`7W9%SWPefAFc5UCNW2Ap&6KPdM{k-nqlwLJ0zt$y>EGOcwqSh&mZnuSc zJ?y|(NBy+J7Gvoks;g+8smHZp&m!!32Nl!AqQ)fBT1~wRV;R|sh`5#QTB)%Y9hk>x zMWNKkr55S8jZ#}j#cG}K#>i|_s*SB_=PTK7^Axge-plbi>j4e9@69^uA3Z zf&iL$|HF|`)OWW15#HDU#q}}C?I~8#IkPVGrdRoga%W`Ie72ZZ``%AiZk0c|PD{qK zX_#^DzC5|!)?Teb^Wr@HvN8Ty=WgZT>K$c5XH*&`Y^pLqohgx8&GpoYl!8)1Ptj!> zl~y~^uc%cd6>lhmGl22yylY7E9Qa|&P|st<1?ynixsPni}}jkZLkP0mxGt-#mXH# zq@)+MAwu*W^f`d1(s{1dcGxI457z3_4%<)Ki_?3b{@!4b-EA5iuU~J!tHjf`i+&6J zw)FQqx4SJ`c$_aW^d5hT(6ig3k_4ITx+7>i4&S@&-fj18+wHdC_e~0W+Iu2WLY3O- zMa}w@|Mn{y*7Fq&7$jQvycb2EXbHS||D7)LuU*mDySw#f5AfD|D=3RM4)*0Aped0k zALm6TaGy+J-zghNzXj1||DDLrJO(7uy`5$NGQ!Lw^%!P6w!MEJasWdj`QBr8<}pku z!bM*m!!#pGJXVk4qU|*4jy;A+PJr$`W_KRr0i>)qk3qOTWq52J<5kI6?+)XUQgZJw zyZm@p6QTO@7!5=#xy@<1+WclLz?KFudH6&CRI`6~U#|k89{-*`UiAqjh;5EA@3pS{ z3zqlwNjNt|DgG?~h{L!4;-sxD`Uwh`MdpLa5WI3&(29^pLnhVX)AC0sh^Cb-58Qu& zY#E=o;=cht2a|D(Dwj&f0Ste{49Vk%SZoEd)h$*GTbFpifVMDHiB63qR%$EV`tNtL zDAl5^Bu>I$N&H}+NRfBs9q&`5(Md$3H$6&Z`Go)Yyr%ExVejBImysbxaTN{65eGw< z;E~pX#1IX$=>6_r(@9a-d9l|AfZcJv$Mx=P@8j_8!E3>m=1N95V@Q8wF>9Wur?x1E z^#;Sqs+Aln~_(%6?%Kp|~*~ z6J>Zbv(Xq=-AT@atGj=zsemHfh-!Do!*?(C`jX4td6Cbod;B&{tEY+`Z-jbMCf2t$T8 z2kM8mNN)-^7OOIbXr%9n)ot*GV(k_u6@)VFi!)1##Fu6zzR;CY%~37CRN z2yA{OCQdP3VX>WN*O^><9kWXl-thX|&gaRA<91SG4`Y9oe|`1a;4#@_fwo{(&;kg> z4D{Xv%`i^l$`^D?E|U!H^kh7#CAn;T_>%R}pDM_mR5Um!DyUeytz~;$J+D4X+*vbl zkf-f_pN^{W)&0u#o6ggrys2{BOsSx_+tO6W*6Vf`US-=XQfV9Bf?ml2+TQ(bcdN5& z-A$*SEz^I$nX>tK76ba5<9QgRm4fi#=2>V?3|%TOT^%NrFDI#WZtvn&)+;c_jJ%hQt*w<)2-ND9sL1(yrcT=fU}aI`B$qPDycB)Y%dJOO zcn&0LntciziHTJY5!)7#z#sZ)5yu{u;WxdlItyX|Mdk(XbsUnCZKshUBT3=KlITp*hx zBzzXnHI@#h(BW)2UBdck=0-x7^@hsh&Z>}VYyIr+J*$Cw-52wEj@(gcuowfbC9n&~ zdf)XHo$8o+e)bJ>)zKt{L&saUbB4nAyj+lHVXmYBcIIDS_xtmoq&&=7Rirr+!(qY< zZhWvRd7uzcB6`9H+WSe&{Sc4(*~5#JP}vrN%;Bfau?6KLEO!j@|Gv9-1?k24(8P%l zhvbu_jua*&%`6VH=r)qyabRffn{C+9AZyd8H>}F7`huH6f&!V*>6pv!8yBcfFfUv| zaRAJErG~BN+hTwAF2*a1LKM3i>(0j!6^a=*qCCWOePLT4)+fz^|E3r7X_Iu-!aDWX z&eTsJA-_U4SAVDhV5c_u)&G>MIJUhce{=|5E%yj3q_h?GBw8mC0|T{I ztu!l2G@g)=P7?C}@4Vf_;on=vuSrmXf2VlX4Cl75k$@W9B7=`Vb1T?dHWocpjU9iX zupSPZM5!ctXG@yn`y-!Ds_C36nwQE;vVWwF3Pl3{O}k(G$?PF_(OA>Jii{|9?I*QW zf6yJFBtn(04M~T40_!Z786^ItE-8)Z-1vT8J=f5@RkaE2=U$z}ycRxYJnqC72>H{k zN*av;U|7OMm%BCLAGfhBnz{$Cw@15gAQiL+Kw-29D5XXFsV?2G?)9?GpKf>*WAswq znjC$zod??bov6p=wvCp|^}u+f$!P5q9tK@i7&iCK88Z!kM6^-R(7iDxq)d%w%&f~L zX5-98mF0pcVrwZc!&k!$hrue+DEj?QA+Xv4&@<5iwY22+;7TKHJse$pd0nZ$2{99G z5z8dLG8<_e&6HI6i&1KT3F%n(Y0&7<_|SN0(BbAw(Ady8c+afg%Qo-0p~p?ETYM9| zN-}Fb4%5p3p~TW=GyU#dRJByy5oM2DyHB}HR@A+CoFzerGNdH$2{}b$G0kIYHik?<6X2WDwv@|__E})!(pD;jKm$F zrO0t5R-eMLZ#MIu$N%xU$T8i~Z~f>}hmgrUTFZvUm>BPZf9xx<`LM5nE0=1ylpH_8 z42ICu4D;Ib!tZsWePk20bmsFruOQ$CU{Vn1qn~zZz$=tLl^}LS#^`^K30*)ChddJT z^n5ZgIF=G}Epl&p$L;9ieYepcGYI>qY=29Ge(q^ayU94R(b)kDwMDKu60?gAOODv? zNh~_wj%P>R3o+SF*{@_#_jf>ewOhGwzmyXQvu3Lo2mhl3eMV?y5lBd?ScL*K0C+Q@ z6o~ua@m3X3Heq1@4BW+_h?^`VeyKU|1WhgvZvM_LLng4^e*wVPE&2t#3U{7`ycTK1Lj|lhTcu zevt3@JU4&k;u*llm;{YWc;#*fFtfy6&(#sE2D%PzvaGUm`>tD-WIMU6FE^!Mc(TUC zt=SPr)V;3!45~ZV7))n|r#`FGqFkL?T*Y2^g&%b|v%m9BjtQsl>tr z1&@WWq$(qxXt`iFEhnGOK4Iq2(7V%=uT)(A2j(|_*fo+()B5Z?I|2ymak zSye0ddKUz4pZ={_f!^fv6U$1aHOq&sXZzj!OKn$^wXVC6vowo?z{pJmaYgYZS7x@) z-LhE$a)PaNg7q@M;QLQ_KoUlz04t6ZwkW!R+ug-C=cjrvD+#e{eP35Lg{{{!8#Wt4 zFd-K?Bdn|Uld&JRstjPr222EOX-qxsNYI`q`<x1f|utYK~9AGGN0H3npg-Z5$+Ui?( zTaGD2H=ZTQvi5JH7M5_S?QjAFKJ-6z>(eMwsYt|a{5&q?^rb9K-M3L9i;F0+6-gS( z4dt?34&kVSIeeW%^ZeZL@1B2%6Pbs z#2vo%oR2VSiL)+v`T6fL>8e802t>+Hm3>DQ+sWSeXVmr z$R*D@F+LPXznTxIz@m~N&I^W*9OxhgF%E=6z7P{oKEu8=mv*h`nMY3zPOtB1I%rtn{fOZ7=@x45zBX9e%K7SA_w&l7y@FO#1Ay zQ~yB@)WZ8~q$OvUR8bWlb^R`MyG`3ufk4Mu@#hChBzqJ(o=X!`^-kV_C0pquvF7Jz zfBQu)QFhoT$oR|Y$^Y&|PNueSJQ)!SpjetQKi1Q^q#r?*M7d_Bq!+9$o-tpyB++Iz~99Deq-XMkxBAY?+hl^FwW^T!%-tY zgk-mgJ_K-2+H+2%1jP9#%cSH9r{lLDjRgG0OfC#SLqVS;u$-pKA2yF5*ZO5XcNavi zgQyY#BxVqlFPIQTlN1j(yBB`hv2TM~`Hbwm&t4+FStOu~9~%;`zJFJe*Ve!PflG5R)e zUL(ticFZG=$k}j^ix%SVZF~(mS zpzVx`MU8KEx$&`i2<$@j4J3NU{gKFk*k#1x2H_cdYny;BjP{{I-Fy5*`o_PDi#tqK zgY3;EFSe8!RRqWZ@Q*O zM3;?dEfaQB-e3Of077GK+1m!8TW0jm0lG3s&5ZY~Cdaq6uz(lZ+@S|CULJga()7TF zPj=^#meBKVGhkEbx&Y9_gWJV@NxXu5jX6B_yMDA@3Cf-e^QumFEb`_oQhkCwN$_qp zLkR_)&sAd@8KCN+?xa{z&> zXN!{EKxl8iVMz>~M|7p7}dUVkmNOdV6T69l-&zjyTTujw+yZthHv6fTQ3gCV?r{o21$2B zF44dUtajDc1a-5MMD6xnz{l0UuoqitS@q4hpVbDU{AiLA+cDCWM)3-9O+w?U~ zj3B#}Xbdh=^ofWI#mgE%z}q|5Z0n~%fc_9)LSzrLUK+%WU6AG3@}x5?D``jHoQ~#Zcd0* zmN9jxRClPb8!TExrnP8(TMw13;AeX3FGgr*v2qB)qE_FbaFWLF6Gh+mSSD6y!FUZ} z?hk{vCCFgFwr4z27|3x3RGQZw#{koYM;dh&3o$V!wlf*s{e_mhj>i8)t-qZ7I1IEm zHou^))V?$=Kv|blQu)%h09&SuXaVC_J2Jp*@suPR}6b;IE+)H&xN zh!OsgV`aUA(BR@@L+74{%BgY-YaMWp4 zF|;f?<1-iI0>kAK5Zk)&01OesFu`=Rh(?-3b=UHpFYjn2&HB$r)wVNq^){aa6}os< zT_81>G%UxN2^L$7(Qe@x9#voD^4YZ&*$&)SAm4ZguS)dJ+b%fcEBrtwRLmj7D!F3MB5d8bUeYGL! zZe@yUY0O-bd3>J;X*G8hifU?;j_XAh zvbbQF_D>ob@uS`d$B$w1!zA=O07e`q3MxEg zO?9L&nDsOv+#*&So;++bEAz?(!M3t&g{@cqXD+I7Q9LVJT&!`asKHmi^~44jnv@;( z{H$X>*N>xHF?=SnCY7iZ){>=_)6k-OEXoj)9wJ|z20QJB{T4F6n$Yv25;fowHJ@-H z6`$N7z2n2>u12FG8N00tNRXhRNQSxCgC~b=aif|>PSNnIGlKN&iBS64b9dn4uUSl} zRU6@A9vJYhcS7s%3ycfg&RcEaJNo$4F*_sf&vi}?1GPz#{yg7VV)d%rt-#gEj}j&L zG1(StLs=DR$osDJdsmHaTh^bhLIp)O_OS zc<7d7SFu7rZf;}qL#lGn!9R&L|4H_okM7I6$&Q^7B@<4cuDI%Hi9dTPWq7NCrAIcx zj5rdWnD$qwU4y0{JuT$ycOG0h)P)~TdB=CDJfvNysv~&K0Jmv)7R{g&!Pa>C4B*el z)Gl1hU}-vVzi+v)f5I5~gcHcrI#?uF(aXbHuaiy0R} zX$gOYSP;ZL1Hh$rsrGU<%$!iTAD}eRP>P)3ah;1#%$#7xY4k7y+;TdvgRBB8k#y1d zqaaOTa7bjGeiM=w&h(j|@`)ek_y5qcJmkS ze`@n}Eb2OAv8$Sv)&I14bCpKQ4Hv>pNxWCmGH-!HFYh{4oOa6CE*sXW8|t^=6HEso zPrZ}+FtT`FM)u#^D4_AKw2`dIx+GhIK7gB1??j6+c0LF2zA*(~y2-J_JF&-$XS*@% zV>(616M(cir(O1lmrOdcokvG4K-UMFJU0jhgPjCYBFmYAsAU^q{39XH$whCM;n|DR zT|CIO;fbAMrFJJ~Y8mFcvO25b#-DeJsd;X~X_%%6XX|tfndjayMx7eN?n+`2T-z{G zDDJN;I_h5=r3e4BOCFC~!!~-b9`gx}72er_ zxTC`hM)ItYe>1S}WzeWYW@LIR-v2hz9Q2l4Ul{wJTUn{3VDcUF=?c?ICSf zPh48eEd;I+%(Z{~zA-4LKKtuP2MpKblPX11unv>x8(tCZ#5HxKwJL_aW|yOu`C1`_ zu>cse8A5bK`x3V-O}S>L5KouY0rfh4`rO(@Q%4 zWC$ZwildB?2a&JXQ**Hw*cfB=Zf=-IQu(+m%auub#BX%UrPZ72~^+Enzr zL5Rx0jw1*u-%rdnz~O7Z+a{*sZ-jE=K5|uVnxn6_!__wsQ7+iHpU=gQFAZ8B6&StG zKd0aQ98U|@SLHyX5nHjd%C*epbyiSZ!TEMtf`qq;Agjq#Mf|f65WB)R&@>#x+zl|C z?=s}760FPBGNkH1^OYaEf1n~XsMBh-+qqmeMBd7*a;&12pyjfk66oUSK0dVw*y`Y| z6#H@D`wZjD15p$BQmb?>x3FXFybQNa_FkXTdd%AddU3I`mau4AF|1B9QJz{{c*vjY zyDId{phhHDf3oF_8y73hg3Te1kG$i_rLG$i*aL5`g<-2#x}=HJtKUGGCWadElW`Vs!wImoiSY-v zmbC}E5&nIJQY$xF@2X;7de&Ucv`wu7M~qX`u#lyrrc(v2cM{A z4^nT97EUnr!`LWUt;5s{2E${(WDF~6I8nc2NDSnL9{}eI-fj5iji$>cwNypn&OXL@ zB(lF%n*Yp|>AM}BC0RIe1_qFU!4V4!ADqMjdqJRT&J1$JNWcB5bYl?bg9SzokzkgNS2;bHww(@UyY`c>{Mpv3S)()W3)E>!4_O9Q5di{Nl8!W!JSBy-}`)Zp|jDTshT(NNRmc=~8r8zlH_Vjj6_U<4*td*8+1Z2NZkR(Nq zD@RI8#U;&%)e64t&{VJEedd#Kl;dzFw+cJANl|(sv~g0O3=36&w54r`j=Uph&>&@) zs6e6v!%)Bgkm=*hGG|m>XO(13V(QBq7ytM{gSA0I zqs%&7^mBD4#)s4Eb^+5QFpFRy8MX4p$px)eYp2V;u@E65ihgTu+`aUEdimWiT(th!)a?C~JA2GvDRCsArB5;3^jAG( z-)AqcAn^W+>dePHV#{GJYx<%(k259?zo^b1UsR{O{le3TSR85 zEEg5ic4o=cQU+PXsScH?z@;|XoWzX#M)4JUZJyix77p-bS?kwsGXJ1q&pk5nK zzlVLR-&f-*n~Q*X+yidm2fe*=HkFV^r*2dbS37oa(76t2p=NEdZd!$vgR|O_M4tr* zfDv&^KM$!Ly`TF}Av3ry<~z6d&U8SV@4|FIEx8G%(4^(SgfvjqFESpjC~BfP5`H$By0(RTjnnW;(0HLh7&F@;g~+`*5{Zn{Eqj z1jTanIwirqcq!pk@uIk#Vs1v~V;SD}&ljI>99;7Q7;56=8h`t1wxdnV+^)?FF;&?l zQ(ex~~C;s0&^Vmf&NGa{t}K`kSC!#qJrfK&Bi^MQpZ56Qo* zytDxfX|lhd-KKqDf2Qq*Db=8_AGz_rI1$D=5Xe|0fy$80hN&{GEQTo(DzoQNQ1^;K z$A3Ir@>d)1XXNI`qd!(w#7QDj{v`+g^|>Ac;KxNXt##drVY^A?%jWcEIX!z8cYzkB zs>`eXMS=PGRje}M0>**`u%7=DWxxr=}sDdE4*nEjCAsn$roq`aMpd zNZ{Pw^@VfiAmEGc%s9}TtwQm;nJz7itiPFNP7b8cXm@_=ncDPqeXRO%$-&lI{SWPQ zGI!g9`gqY4J^IzAE)db1EC|2u2$K=o_^WO_zf%vzopJKKd?X>Fx0eS`K!|`SQ0Tfk zk`g>ofK+@4!&St;97bm&Y{KQcz=1f8>mcpO88-C*z?sUdDJtc8AcE~uQr_1uvi~(6 zhcxr3jCm+gLF6mrZm&-|S>Pay9qoWn{}PS~2Yy{>16@B60pVodWFK;@Px{X*0oYid zbI2FkX^@T5Zf=SG4VddFY!VsW;gdbfK4Zh-E?z)Iqk+;LZgs)WeRU)vv=+!~aDvd# zp5M_6xK!j49-a5@GsPJZ>+^MXH<&3|Ux3i{AP63v0uPKMBx|{_341XGag1zc+#&(9 zSR{vq5tFLhPDp||%qvvJh*b{o4(Aulefq>*bjbB4} zpp$y6a02kYu#ELaAZ-hWetN(yEH}VdYAQ`FlJibIjQm~Pg{?~@-}8bv_zy?Lmkyr+ zK@NtNkwO55m97TEn4#Pc2K^uXgyH{3JJsC(H`;#!Wqh6q_M@Ow?XIR`~Tr#zEZ zgbeSE?&X}+^XTQ!18_h`_>-1ujyCh#yKq{)_%~l0wfO%R+==aXB{WZQi@f9AI(vFp zzcd>I0V{SxbT*|~N zhD!||%w3NuNjW7*DQ^>ZF_0(*p@B2tvM44_WKXahnLllG9?Vsj?5Wr=Q|%2|hlc_D z!OLJ(EB+km@Oz(qMLg>)lf7E6bGH^(t1sFq)s}_jpwqNRxsH#%(4;vE^{Y03 zwK&1X2KN*6XyT{we6osjs+BafX66Ti0(g>q5_2EZrMHG=QpnUCsy=ZO(Gaw3azYFP>v78 zdiONoC}f2Ze&$#J!_>X-S0y6re)c#|Soq@2e*N`pR7Y>u%l#AUuwHPib7?(K67nFy z-w$=f$%st5?Zw$i_S+&9Q6P;>cS#o z-G-@GRzjUxt*x(_&~J7WTm{S&U)i;r&ynmuDBWjXwR$_q2P~1_i^rIuK2VD_B@Q%` z#x_L7UVN8G7&SMCtFt0wybTM(J7~9BuIX$g#F>w?IiIUutD+nwfXBo+=e~iuKkBU} zBF{7F@no>gri-5$@Q|lG%<=%^+T}^=s*>kJ*4du;6~_`CS|X3l;NNhk%90lOlO;V0 zJ@BJhx7y-n+rk~iq0Jl&i?%JFsgkky+|gWc)#@E0B|7>dJEcck*il^SdF@47&s$sn zN98vkHOWnmhn4@f_^8~(U1Kkpwp!|WoG8^ho~fHp zo@0mqHoXb7(%M*`uxJwylIyLF1I)GSt@XYMXBn$IflOx;cvt}B9{94QkAuhux$L2AEd7TxRU3GEB=3AuLf|sZ;VC<}7Br zp3oTEqsk)An#Im2fX^>$r9E9?W@fZffZne}Ww3ASS0KRk!T!*}o1IST@HP>d>3EqM z!NF&Tj&X;ddYeV_sYV-j!A)}#k~%ksiQxcmY0Gr@=GMQ}{SlvGV8Q~>*5>}2KzkzL z5Q!2n>W{Qr>7Kr{ZX4&?U8jl7XD_6~Y>6!R+C4(nxx>J1*c*Ku6Rb?dW^je}pvUuKI?xYz&25VX}eX->$bQ*kT)t3Hq-gSR)oH5R@E@pXZPiX^GtlxQFl)<+K0TrW=XY2h=f}vns&*!wW zKynlJwGuFSy1V1Eavp?gye?z_d6L)5W=Rjvh9Rz8!Sd?DD?{b!%3+l0I4_om){DVP zCQV$1EmHb+ETI8Y6e)>Gqb%;4Kc2YkMh<&lTtqc*%;F*P=h;#J%MerRh+fkqxo{8u zx#Jtx`=7G%QG?+9icclU&R$D)2Lhc8U^v$pG?${}^{?oZ3w*2;T9agv$ zXO?Ki7+C#OuE}JU_N=4(l!?C+^Fa&h!=S!|q!0$Xp)Oh1Pltq%q@X{Vtb?VJVlNWI zpcvyKaBgR{tK~7WBLQ=f(b6U54B{49u!G8QwUu9qG08evu-vS8+Epn`)&n$Hnh)&f zplyqgZ&az4Pijjjm$F_gP?d?wGdfc^+~kXT*W0ndz9IsW#{+9)_xF}&-cpcho1dcF z!C^ctxEh18WXBfiYWXU#OO0qtfx~UC+cfp%K0M{t)%W-J<^WbF73N#tFE^@2PW7Rq z#Mm3YMwlF(RKzNpap06u>%^HaWts*LTsuzskve2ET>ww^O50(Jj)jM&j`LuZD$4>w z>ygJ*c-ssAEz;J-$r@^V2b_L4Dv;(KzS3e<)&vIK^^1$MJ$!eKALrt+2V4>v`vqNq zwt59Katx8z0-!c>m-q%+aqIdbzw;mRUiAtZgbMf=-&xpWD_fYrEs-@hI^L}vjoit7 z5VaByTn}6O|AeX5e>kNk&V8JD>F%Gf0^C(GUrFd)y*)Oqbc5QLZ`69wrBZ=7j5ZA@ zRUbyXcB_`jJUp@9!H&9j)$9(uUx>_=vcX$$`BV)j0&YJFoP0y9tlpa<;-rD=@~{vT zPOzk+a08`1TA>UVUwci)8{8sd&DcE_xy}j@ry9BPWp#B2mP6vNVhA6nk)RY%?s}1+ z5-8U$WZ`xsXg?i>lx3CoKv^HdaF}?K;Pgae0lg?ChvX6nW}&oeY^H6(qAElvZh(_e zdHP};fYWndu-_7G>nkhia0bMim^`^R4fr{RJ7ob4sO{N2^;kOu103Ruxm>4(U2Pqw%B)b!zxP>77qZ+a3 z;w!w0icE2wJ?yuN;9bt7-#74zNBDSI*~IP+_?>sUc2fz37!c2zJJ7v|wSO1274&rX z!o8_)rMu}_zG}wAHYV;%t***Xd?}!hx>ru4+Lyu9%lee%o`zKh1r@9~k?;y-oTKhxwcp&Is`AN)Ue@q4^xmjglsw!c+8 zoTT}SYBW{Ww^{w|rpP>ZG+1Bv;uZ> zy(YBamIC)$dx4;`#UL4uR8FzFy}>zS04||lONS0%GT;z}wL`-&10tL{!dF68PRVS2 zO?yjAEX^4@HY^pHLHMhca$}{hY&hly$udM?iqy-awCBZBK5PvE6g`BwZ5gU90Zn@7 zO!yq_8;qYyT#o5AVaZxID?8U(E|a-^MNusCV&WjjeIu&Km_x=9q$6T>wA!+9fXMIx znln3!IE_d=l15LOhNL5%z& zCSPzyCNW!Lu^@FR>b2frZO>14I13--;!jYsDx19w&`vOn3?0+2!9uVO3>`qv$mxI+ z0WecOyRB=iLa7Rfa1aJg5PIS?=pBH9J4TSnZ8B-+Y$op_y*`+kuEk;UIk0uEaQeV9 zuAxb&3T6Kw=&#E%cH;eheuVix?;){+EOYXQ!}_?L%UIiW7(^fgF0&8d9b7v(~ zbkd9+<`fu8MW?^y&@-H@)2R%&E@KF7-3+$SB!Sjt8Eg2Xwe2iYOba;tjwL9!hFRO0 zZX(WgG|^s2%0!pq#NFL}f#fvu+x&XUMk_>6CUD03@iq2?w3#J3(83!8IvDAj?dK$o zu(eqsU5RA+hGs^=#3<%%yl5}Xg|LbCWx{io|900-Xkafp5%|2I^m1Bs30u}36<$?+ zG%2pe6vNzN1)0+h7XaY06Yf$b&zcPGmVFzM1}CoL8~bC(y5%%_uJjc$4Rsh{IG^@1 zZ|ErhTy|6iMDOI);~_J&<%Htm4(!}WW2(uwu=AB48A=|vy$(SihzJa)L2KR^uDzD? zg0gGND{oTz&Cqv4w)?Pg2|rRRu>TObaqL_Tk>LmqG^s@%asUVzrtObE%l`z}_Aj?1f4>zdq!RHAKL&@svq1dPuqb;q|;w zUEp`L^0?J)_&Iv()h*Ya^tVeag5OK+JHY!SvrZeb~Fkqk<~QT z@!jonC8!wQ;utVq2hVyLewSjzE6y?TT!;jn zshyV^;>R*gmAcf88A$cQICvfuk7euod9N+cv!0^ya}|Kfip+KHm?lbzsAV4NNslD! zvk&H{1sBuIx!NMVaeKG2NKwOyXJvaF?8<9MF+kOkV3A$^e(k?#1T={z?a8gg#srIG z^CpfWYi0ha92P0wxFMJq%jA zi>JQPh6#|?e_+BOGVu$&n25M=WY&imM!cx=42}_xYkuu@R%o8`Fc-#lnDEYdJ-dih z>F!#^;oK)D6TBXYF*Y%OpVL3&heMTbh9D-Dl&C_PLvvT4HC!PY?^)z6wJ^>q#`nDaIzts(hUcn~X^?Gi_)f_^g z#@m%jUz91|2klVP_-=7AiN02Fm*g(~U`n3DBe@vszKXUc>!lhMJFlvf9-uDY>cdrU ze6DFMVZSfQsdN?Fh!_;MNrd-e^Q>!PROaVe03HVZK-h!`Kx%ze)l^sZ|Ej9Lt-h*i zkv;e~K+!`A_$0$W)CKelbz%I6?SG*zFl-X-l4#W}ssF+DlO4vGqx9$%76MTvqRA4F zuXu>YO8O}Z`406hK?(`seZ*1;o|ecm<{_rBue;*znTJoqP;p zPM<1SFvZ`{9s-2R;zB>k`vAVrM zt}=Cscn7Q1x(I7UgheMO$`IaejAcKHqE176pOOWKvE4lghuK&h^afyEM;(V?dpZuY zrt)`L<*8*sK0SGqq%H8SEBQX$w@0lvtrVhvt8{1Zv#WEwyh$d@V{Uku+x5hP2>~DO zQtWZM^A^Q}8({*^N4IRX;Z{fUy!Un?LD2B`t%-DCc&&0WdaVP#m}O++AL~|88%YS= zB|`0ZIz85>dlbE-ZY6+KmQdZ#*|eWHQ}u5|x^sHQ1Hre_9ChSdy8e_j{blrK>4t`v z1;bqGs+50WH6V#JD(Te(nAAq9`0G_w%HXnn7<2B=KGQEWhfJEswP@X@Zae{1jzA_Y zjrOhf?26@jHk}XEvi)$ffk4zHB$~4~j|=7^GX)sCcBfe{zqP|)xeTCV(fVY0SuyyScJ2LCUksYTY*R9{=Hy!KS(2);NM+=t4ug ze|-<)OrTHz4+3ECTkc$lFytn^%IPX*8iCg>+WIaT&25+KSPB2*?HX@i%R3*~tQ?D7 zgI8A760=o_kP+e_b$Q7`{dp1*TNc;~0mvGvSSW{hP`5^S&D20(enY$u83wtr_9#Cp zl*F!m3iaQx%+@EQQmbdA-F8wKet$2hhJId)GI ztx7{Gc5gXZ&vW1s!K7^;LVP834~kH50>Houl*A#8O6{N@fRT%RQG^9=BQ-C!8*rA) z#1evW^E)}K$&}f~wV-j7gd}h;?(t-SUSc1)@7MJJDN{Iq8}X|7kk=y<*P>w^j7oQ& zeLl()hXrssN_rmEvy{U6mmg~ zDbfUQXvQj=Js`yZs|KnDhF;q$JXZ$lK+3gmrVGtat#9&_1?A3j>ezFRxo-jxDp0#n zDfA*_pUE5~7Hz9DP+RW*;M{{|eBe+ct!@3UzP=W194i$i?-0@kVZa;mYd96(N3Ej+}BJiI! z5uxG;22^nb&qdDoCICeb(A7)W;KT|nFe-YWBqFi&?!~YPvgc*gb)UP8#n%3sIS;2( zi}Ek4C#N7`z3x0JQ&`B5`}~Q;WVa!<6i>qN@n+h2md2A>L5=U>`!Wtkdy8;Y+7hy~ zn&~MeWBVmdSF%P|JV`QO^8-UFTcXM0ZsKq!r6QQIv>zNMYF4MVr-9)g(a^3iM)=tf-|4En!0p~Q~xA8+WfGKcFX)Bj59^C)4-yfEo> z05gmL;C+CPfW8K>WCX~nZ>qnH!zpSybr;Dx+q1A_KA6V3O{_j`I$JnO8kTP_R?iDu zA5+(JxHEZi*Dk_Z36c_i5Q097$ZpL}o90pF%-4U++nqe$%~TQ6lElQ962Sh6_}NRf z2?wQz)GryX2Z~P_cU8%~#z6di^^nv;?^m5iKneyx!vCU$Fk)_0Wbdl?`FdY%zz7M) zd1p446oGF#1veXnxwz5pG~HmHl0>OPHiQztkX#1bW6>^wcbhKy*-DsnK2WQ8i`gIB zKg#s;vcP?=?rNHR(7VX+#rNAOVdHJ3_EJF`H9(ksJ`gF223j3u8+z30;v^y-`Mi;? zFK-Dz+#&m^z70x2B>yesdMWp@f#f`1%_EaYXnGV@vl11hEQyUs3j=qPTX0{!Mn$07Rgcb!Q-6S$vu2l%$b9(@z=+Monj|DODlSxV76S7wNYkY~>Y zlkAv+!HBSJt|>Vmf`_5Y`2j%+OlSW7JVR z6QYOBjbSi`#pE_OTLzZHcHjFJfy%vQ-xGBuI(XH=zVDDf_*YsZSI$?i_iLSK{cB$V zAo405P&x2M7CC7ABj;&cN;M*yr4pI`M;*;W)v+kN_62RTeqh_9wDn+U@>b^t<~u@- z$DY`AdAc+^UZ#lB#R{)O9gMKtm>M;;yY9H=qto*|;>iHO!S)ZIZHdDx|C85jR+!AGG2*bJ|`*S5Hh50k3Xj5I`a+B4?#++jT zdOqHozB-K@XFz%mIGJKaQs_Y(8HNql(A`k$fcX+jNz|1VEF=COmJ^yP32p%1K2tn* z+j#IAvHA7)D3Cao6!H^xs9bSdVz3OEp9UFx$J^u97jH+i_3M#7cXo+ypN@cGac=*{ zQY0(qTBOn-6?Wf5P3&{|I7xV7G1%J69U|mUCt&7@p#LTxjIzO>sV^=2sKc#OTKlI1 zK*d2-C~MFTYPW7^RjLLd5(_Z;5qZC#peOCc8r)F> z`3bj8x!%n<8iOdtQYA>d?#|2xi@eK)U!Ebrpf*&Fk8ZY z8wBZ2ggu7m%1r#KRHx9MNxBrPaA^E42pbDx?-D_|%Z4n&Vog%Sl^^A5)p(oREP zLkv|ifkG1xV`x?8aJFh)6nMxTq%H8P`p%>)nl1+Jj2wj?t`nhdM3AsN$ThSPJW}Ho zhTndVa62zlJt^Qv^gBSIDqIGW6$(B#kr#20X9QHm<}0r18fa-;aA&0b&pW2Eof8|Kt-!U=w6`Rzy*MSqrBRhu z2ff9uMumOfE~N>s53R(X_oy?CnS3QTI@E3fPWw}NopntYKB@r6i?n>k-k6n*A2<;1 zWIW~($YAcKuWKdlO!kGGMz0`w$`i>WQ0^>T_HQ{S=e5M-&9SOmA9jC{JpqD{%Ji+i$F1dxd@8~K|P9g%J#i(CRs1d%o56`_1 zPmyLw_kv5OCiIGtjc$`(e2#e=8F<}NQWWnVs3A>X0Xc^Z&Cn{TW(c6zEPaQ;ke`JF z0VNv$*jMz7r!a8r3=MT?hA$-RYjq$6dI=j$Kd^QKGpAGQc$lEaKQLf(OEnCL?r-ppd zHVUgFD<*;sW5Zqrm+;jFAWll>m}<==!fl&~DncH(FqqH{9Ib~msGz5{1f+gXwyBjt zGiqaCUOs!!HPU^C|4y?XYf{H;otViIvtPaZngD^gd!%=Y1%!J4#^@WyUAEb`K*?+O zuH)WXocJw@vM6oZuv{j6XzWOxRVPBsz*IS`R{UAaH=geI0@sp=bR6P>GWK`OfMNLrU;tHof%kD0zsi6f zHOLr7v{k(ETaJ|?D7S&x;_Z@R91Hj(nwmS@6@d2AbhEJ4t0yOwd|G>%tbS8G5RT%2 zpT#MSvd|*96+L6SW3lOGap7Tf8ojJGucj(BgRdfWCio3hJYfEt}?yzQ`cdak^lYf(potcna_ZZiGp2yMBg~S+` zY%#p=4k2Q}YXH&K1mOGP17!j0p&H6k=d$v;-?RyEU*NMY#q%~oNZNC0LIMn8AHx3P*j}o9j z$o!3(#q8~Sm&v>v%RInJZ%;h%XBwxoEEE;afRXQt;G3jX423U#=)7VubFis#2#aJO zxt}7A7|jYLw<&jj@S-KwEe9ZW-N7_hHwY4T7{>u|CDpO9fDw!Hu$=MF+$@iJ^E)1v z*Sf1cv-VEU76xy)@ytEvYdSJK0VHboQo)=u$^u*o1vqfdb`~ddn%raNn1`6%8f#jdUgbCJ4 z@=I?%!!KUM0G{aWm<0r>kd6qsZ6F@kc>Lk>`+OgeO3JmX^ zmqmsdk{KL~j%4gWz762<>3%KG=_>B*=KV|qYNn|58kW8?%BM8#GTk%|b&jz|^+(sb zge`inA#wJ;ShO(|X9s@$4Qm1p4Hs)GS8OfG?6JB|eVrtV8%OC77&A0ETRU_kXf}C} zPC>X;W#y;Izby&;nOrru8(UX!BT}@S4~biJ{rX|qYipy`Z8tu6 zp9F9^Lq^dBR78H7usYpIb3ijRorvB4+Kw?zI5NOT^zD~yrwyg8o#60U)%&T9>h-Y; z&-LovKLSS&ys}z7&uWn~rEy=p+#Kx0dX(EFSkwSeZJZL!YX~ueuF)%C-6Q&y=;=3G zb)7{`3dDA!zIiPVhaKTLpHaHJ6X|FiEPwnWB_B*?TLR-UEB_?^fk2O|-r=wJHXi2M z*#P*d_VJaog=6Z!+1r{Q^A+nlWfLU76sCYe0o-``(fqf_`oGRrwD|vZwuQlL+ zblIeB04x%q!7C-;>BmM^7Miq5AX)Es)BEw9-emZa8=?swRiXha@ghdrr@{z1ucPv{ zI6uj=6ObS!@vC&$0PBlK#B<(UXG%BnI~Q~vxgm8-4%|$4qILzqIxnxiaBAh`o-d#G z0A7+CjD(u{FIpn2v5e2W_hV4fRIlHDHsneoz*3tDMhR&|C^uz)#!%f94_t&;VgxU) zJLiu?-r*5j|2d;Tlh~<*a!j#bMozNi+p&A&xAF?qEGsCrC#YA!)RP6;3BOfxr9(VH zXS3tYZZ#viuJvAk4jeU;gvPtAx^Pz4rZj=stJz_0n7>KTt=YO66qoN;PH2laUH(S?-N4FmYcD2N zU-n(5jUMz)qD?)sF4QTE<_$1>pWsk0Td;Wg(q00m)%Xaw(D1Xpa@SC{iz;4mqV8>H zFa_U7CQv`c5sYBIpOl9AwX7Yd=V7-pa4omHVu zJFM8OIa(2*cPg2$k6o7^Or;=13Buw%v8OU7llmF--1Iwt{@lfTd$@TtSoAmSJtO$^ zd1~R>tD^CAF99)17VJyl#L_U%*un#9N7^0eK+-}LwFF>PzPZ9k3|#HSE-t!&rbW%U zdFg4#nDggs(azq1@uw4y!+8{H@Q4xwK@>_;FfL%6C@nEexh?w}YUa1Q6sWqmwu~Q! z6IuZ&$$q~#a1CZ;TLcY;9%o`6sg-I(P5+WYs(-6#EmVV?*f zV3DG+Ecjy6ELotDp?3QYj}1v*nG_E*up~$#SY0ie*60*JvIJ)%QiKcO7) zhFhbt(d(D2Bl-hMj-H_)GdIJ&_#LvJ#^)7f^&{AQnEASvmRny)$~1QczeN^BppG2?cF zW5eE{SEte`7As*W4aD^x5W%5BivZ|pRk5c1_2u zGRD%w;fm%~(4Mnn;MDHwMdkinB~kYM%CpEWXET@`ZCgCuay6pbS+|{xrmJdxMKFZe|8)sq zK=B)T??2Ziz+PG?EWrJ4LId@1;RUxt4W}cKUG&oRMf~hF&qC?AjA#nbH`VC*Pw)F} zbc5k5s5rsudh!8X z>0eGW2i01OC!|3STc$i8`&%e{rksBAt8(21WAS98jgFKFf<`0nWp9AboLJvGJ;TDO z^@F)xRT;n&oksDUtLjG8a{IV(vT}=QwsI*zdX%c@TBcmTIIN1$e?MgZ!}xOy@cDdb z_4n;3K&$&iAci779>C}4&mP#~!&RbNrGYDkUa8gmqkG_2N9A_4Nomv%T8-=K3_1Pk z{e+6qKDVy&zo(g&d`f;rD>@ej-LOg~ffU_8f1Co888>Z^BvN2Z*!K_Kd;&~zL=lHa z(;z}1Q4cXTjPA=Wrk?LDmW4Bx2uLJtWI}^|qp^!2+K#bVRBQ^Hy@aPc#SoxLAw59J zk0{i`JkoHLLhLhKP&TY%kPzjTA@Z8N+u^Gzjo9SAy<3>L4VzwK4ZAW>nk_bY#nQW~R4@%dVT4a5hCXzYW%3D!U1j2_A zPCq{wrUa&Z(;2St5=sms0E^bMIi8tpuJ!At(&8{fJk+P1-XB=~)ky+=$H&_%X*vKQ zCtU0LlVi9_xuUXL2|84s>&fehLA$6)#>rZ@OK(Vl9aR$Fbz6tX_$EhVr5R3^mbmsh$%T0wzH` zZp(A|Z`taWG|jd27;n2N!`1rZjsU>)gt|T>UQZY2kH|^`pa~aO zYl%@ZC`S96@4Wia7g^)Uj-Qg^-IG>sTtWkSs0s{2*%#}(-Fq%!7yD^#_Y;OhY9r^S zHLJNqsToAhoK00m_t5$3_N^s>>_eUB@#9~uB#J{P^EvgVb!78|8W_9enW6#6%MPZC zChRz?Y9{|>%tnD~j-UzrW48VLnnJTJBkX3}`o+9pV6oY^uPDYdwE*X4szj1xcuQu= z%Yl_H0?v*xO=MD;L>33QA#$1+#KM|F!>iEkm6vYM-yr~W3yg)?BXD*TCWl+<;BdOj zZ^Q!eg6w=eIOQ&^)9?@gIx&5S=Sykh6`-7p8tE|k-?@_^pVEeC$C<&Pi}t7Vz(Q%Q zqgBp64&&x*Jq-(dJVRuqe8#P6tthIxBgYWcs8F>@e)*E0j0_|YI=t3R$;o&lVICUJ zWO0q`p3xf!1k9!xlO=3ol>A>vZf~g16L0jSY0I6K9JO8VoYI~E)Y290$)Rcxq166$ zze#AD=mJibJJIh_fh)<$N8iD?X>(aOkitw?Hb}lk4IoBnAh?Ej$K&n!pE>Zf=pGC1 zQ0j<|!sp^hx)H21<$Kz7<=Yi1ZOZdET z4a@JZb2W1feM1D0B}fH5-UTFk8%AWg$LR(^q#1a6bzTSGFz#sx>^*?B@(tEpzh~Eu zwX;CPzSJHa-43o+Db8rG3gzAkBD;^)*FBJ@o*vkayXn~R^0an##+rG)L6-(}qEH{s~IIa6#tWsvWWaA&3`oV_RCk+lkVn*VoT zltn^d1C=eIXaRWoAmP*B?OxHzf5*o7z9mR3pwaq2vA|c5SiqW=C3&slpICs%T)9C) zHhx=Mf8nX1L^|owf3!0tr05n#%8?iQ`h5KTD$jN$;Lz#WOD_wO{%@g%&0GKCdJ}>PP^XT0o9R80tqij9mARv8WnihzZou zV$t(yyDWw2JDVVE$7C^X(uj%A>|Cj;#Ye|VdMA*9GKm}wc7zqF!Mzl6AfBZ%aSp(q zwNCA<##IPE;(iH7PmHome{@;>c{wZtR1M%)EMq$(x}u~6bVTJATBP{hpt>SBe;|-? zkv-o|;qrZ$NIjpI0iUfHe~&+Vxflp1s3LC{;OE>czIKaTodXv=yTPVcJDJ!}rO?Ub zWtJ!qz`jwWeT->;K0bE$S1o>6gWOHLCen1^H~{@Z6eFFr$woiu0y^EuZ&ubyLTc(A z7j2C?VJp(SZ$UZ&A-a{#+PN7da%SZ-$~hwioUV|UBF=O=)M~568@b|LomOGu2xgOn zWT{`P{uKSie%ALwSY$+sN#~bz5{~9qj&RmQm}VO1B!J>pQ6Z|$`25YBr3tt{Jwl8= zKqITaWJN&npqbr4kLfoq;BmF^@!#gqH06`&4t@owPxGmk8D-+WL!ksL1*iq2_P?5h z8VSL!Xk*0h1%!TafT8+fdV&AoI&Z~1oP-8h8;k;J-4zXP)fZiBSx-)bA_H4SED$lbR=KjP@@lOMJCHsao4ckgE ze)XMd?{OFQBbhNT^x=v<72Hqw(CIgdY2?|uY%TQvFh(GVhN`~iPy?j79$*iZy9l_o z_03BJM!dK#QFWkeuEI-U<{7l-ta39dzUk@<=nLywOsm_4u@@UEzUjqK`TSz-ldf$= zcsOsB3mgPD^#4Wp_VDlL)I2d1NH?#1GZ81f5%(4S!Tfv9MHZ$>Qk+1ie3wxOQUrCi zgCYX#7wvb1PV&;KM?m)VV~mCfc9T6G-@Y`=O1hd>OR-1$15vnIPU~b#j}n+!JBDvo ze;TiL!$T3>uSoQrHuU=3*h~0|2SH;?l8)5-=G@tRSEh@$z#Rpmk5$dydqUMNiY(HR zm2c>=s6{`y)Kw2|h-pRDHQCt++okyxM#3012N0EQDE7vTIRJQRKhqaA4wE$>!?f)( zyMIsfxHI;TgRgSZy%i9nsdN>Mh*UUz)C^IxZXesUdPJLpqoXopop(MaaI{)$+h#tU+F)l- z`f*~bApo|JrouRYUo8hiM0&__UwoW6Ickl{t6nk9pD#JC9qL70$zdGZsVNmGW}LFc zaazh-;4yBqPs|)PqcGmrYXp4cD40~G>wE|D$a+ZQr$^E^-i3JRcnL~#lRYm6rw8f$ zvwIjWsvwYl0Sk-NQ8C>dgIY_!JZ+$R4g#C6_UU9d4u!@mbm2cFBb=kT=gQ$Bz`R^! zC>2TnT;IOUx_xnD@MmOvgSRfmPW#`sh9m(Z>@vkU|3AvkzpVchsJQ&UtiQ(pm-W9B zEs;d~A276t{(B2HU(`0WJuZNSqGyXB;W5#ZDoe5qHO}CU8ucLM)qU3XG=ShCPf!XK z$Ao;sDnn`v0W3aACC3UAL~x$&-v!CT*1Vn9EMp1&EQ+Z?Hx7b+x?;Yo77kq?F(A;i z0h=Sg)Ut)T^B=)^)L>nhEE1d4IGG12SczTPXWsWVUNY0x?_|hCQtFej!$3Ut%i`q; zKkv!AI_##&m=cOe0mXU5dQ(Q};w_}9PcGp=GPlN1WVv5Pu4K*QD$_;^O0<<)61W8U z(Eb9z#S!V9aFWRD^%fZ=)wg^#?%3 zM1ymV&Mq#9mv~W(eYDTcII<|C&ewR0yg0t~q1A2SjG8dAt}NeY(PL~dG<>kNsyO?5 zmhNl(cMPdxw@{S(pl>7Q6#FTy=nz0+R}zw0yBSkv1lKX^#uHzz^x)T9&YE z?Xj-YZovbU8KvmW4A%S=)l=d**of6jGDPgg=(cpP^`~HM3y@o+>=sXAntMYS z`6HQ*P}&&T@|9Y3o6-Dg!;$=Vo}8Wps)cfxrJfWi)hiXy9Xhgz%hqkax+Wv^sp2M(Q`jJSE zOGRUkz^FEu4mkyd7H*Lp?x1{4c1qPJ8KIG@ABDv(g>(kMZ?YJa!y`O0t_zedWr&W3UFB#1-E}0Z6&IH-zrIs0xHZuyXN=tnmo)64& zP_=D{bN>L$ga{}nunR?mqfU3uRI#PT!(ZlT?(TaeY+ezyZsxX?@w8N{JC$w|(a3i2nXuACaloS;8hX+Od^}MDg^)>5XPG7Txe%t{GlB7?4zbC=S?PJfAvr9>SQ&2Wh$oyCrhBpY@{1m&nAR!?gB0KJ4(+Z zjIaK1&>r?#FWGsGEAgU)PGN)7tvgNa5WREe(qo=n{BC0^;qS;HDB{T?0sydk1ia-7 zmo#97NxBj{HCh}0T)EX(uizp0e%_^XaetE|4PIK1RqC6s|5N(-@zv54a9g7(%RBke zUF9=K4rBek%)xi{o<*aJO0699yRh(l^x2L@)?(E&_?ee)h{j8K4;>WsuhXIcJe2an znD-SLhsz4r{UjP}$jO1a1Vl)pwQ2h0HOSU^7WGl<6Bsf|*f51PTvIe=X9u_l$dtu6 z#=pWX&;Na-zX0Ty0Gx(7o()lH$CRa0=s5ruG$!dba1}6*MO_^T-kLS}txPXO5iW!` z1p<`IH(j|&1wt4%-t7hogkp~V=+#Uxm-OxL|+JEA>+9GWcw%I4>{w6+$ zYZY0AcG;YwLrrvF2PDo!T!Dx0&y!9qUH}&VK&MIDw^VPePeS-!1lWwLJ8Jb z!(b_X$5H83G6~I}SLf=qH<=3}aVI{kk0hb$_c#noYTOxhWlF(bfN5|wjI9Pxp83^( zWg(EKqd^&P2S_0B`~aS&B_;mgeVmXc-Rq}&p2gVdKe+P8dYOdbg|r4q;z2&*EQ zYbqg5GpsfPWkV&l1SwmH`AJugxRP`ezompJpW@~@6D+47%86HxX}MQ(+3%a+jIUn% zH#>}`0XhOI=vJuonYz7(vHXsd$EfzPUQ`g~#aeLt>@sziVB*g&`7VPt1&%a`+U$Kt zF<`w3r*wgc91J`Bx`;;LoG(Ai#C{ghhP}IUZ;b9q=PoX(6d7Nok;_ z3&X#%ibV$7Z6`G!pcKwQMP{!Jow#+;*kw4d0v=cqwAWrJySoYWA#D?Gb~>Zzcl^5> zq*x?Wgz0YS-=c-7H?yrOE)}^Szv*WJ$JdyKQYK{tQ%aU4wRCkHJ6;a2U;#z1TDwmd zf9(zF>qZ1@l5YYXUmh4()v+Yg?l%Mmf2if!(ia+R!haWNW>eFrcDRkI^wC@2-B;Z{ zmg6ESwc&C6^@Pq>8i&__YE=A$Hd@hQV8kCR`0BEy_c>eJ(QsU6P>hl)1baXK%0T+o z4bu)#01Y3vsq^F8}YGjQB-&A__Y4}@XSIL*Ah(p9R@+A zd7|-Y0JCImXWr=Q)<8SxD;fYq?My+CM1fKLHU#t~68uFRG|~D4la2SO6|EZqn^bOa zk(+z_b&_TiH&HnVf|9|!u2ef|c)bl5+i}pCM}irhm6V#O)KY{Fa8oJ(TaZ{vtCT?k z2RDd6;o?9(z|1j&0ySL5DJ^mp_m!~(^qMVYj3)Uj=K0>0@7<&f`W4_WB60PH2-tJn z*;I``ys{eJ_ZYFcPu-R<17 zs72a_!^yb^WayJalh^^n-%aVrY9Lz*Vw1lGB`f}Q;|p^_kfgzm)8MXg&(4`3 zXp+}tzoWw9Mv#8(}(osepLtd~~&awZZFf*lgdiI8=cz4ziTBxCFR&mt;D!J6bc7YT2<~ z71eR(VHAyLPLBNY!VkL+n?#IYcx@Sc+8V(UWB&DPP6j;?~X2Y^7Xp$EAvjq77sD_R+DUuVMex3=)p21_%^&^%?!W1lX5(AlB&FWl}|3=ci& z>cr$y(|jhLaAg2L&F}LYmsin%A#how-XZv(b7l3i>VH(e>(jO?M%5Wk#4H`j>-IPZ zUG2I?n&dxTSZ^`bZPFaReiJkVPR4PvY8qEquhLc`qR`BzgMv3*{#_#~sVI97=fLJR zYj&E=8&(6b4`T-tQ8e-nq~*|G($woe?D+|U6t__-1r`7gNi7LY+X}ifsNuj)2NT79 zFwvT=R0ZfOBwW-2c-va4>)DNk?=gCOcFZcGdWcIL@BaPq~0h(E^4YbV99ju-EjUk-Uv zIhL~VmkR;^EOIGDzZ@e%20yuox6NsI&bgyKhmjo+2Hpam=e5Ev=nDuMLuI4oM#+ES z7NXUEPqwoGg6+rw|6Cr60z5jLg19eZ8MlbTh-md;#6&%&v7q>{y#Gx4Uxz)LpGPub zlTi{;8)p28T!?=jV3(-6z92K?)m39m(m|}biUcsp^%WnB9l!^cbDU%`BY3bpn4UAA z`kGHU7%o*P|3%xuv1AreIn(bct{TDOIl!8EDH#^T*nuMLxicR1ko#I$(9noXss=B9 zin#AV#N6xHWRzmQT|m+QZ1v3i&Jw1i=k|^oH4rbQAxOF|CkC!StI8(c9>K`5P@UJIz1(U56@;xkwvxtY<=<%)Na_}4Qt-IGz z$dSl(bOcFoi~RLywtn{L3_4)aK~%L(Q2|s>#%Kkisg%6CDub_2Ie?>0iMWN6g>fxS zbN7tD^{)=)1(g8mH_v;+uQa@>b7?T8@f!SkHE=k34RsZJdyI8kM$#lSkf{PHr`Str zaTYS5!%1l>c55x2n+xUTfwdU$!nrfn?j|wXI8AA*QMkZcYe;^0usAi1H=vZ#yEmG9%TnDr&Nj)%D^)gPb8}8YPw8ahgSVNY14TY`~(5{ zPax-KkHN}heKb{G21G-Wm6#ANkZ9+Z< z0{DMHG{#3O;hxX9yZv)N|4%Fr+6`?<3>D4aVK2>}KiLC5hxaXWYML-WH`DRsh0A_f z-K`SZHH&ASf*up#SwA7bV7|NILlhV#pBLV~Fvz=TJ`EtkgYKoZ)w-n}FX{iI=e}`KsyjX53jbkh|mOt+$Uw)ev`UiU~hR z<@?=}?j{_Lw*Q@VR~nHHPDy!Oz`TcFIwnam+v2@Lpj1%ae?xUF>)G8utcU2=qI(ZL zVtU{r_s`-0rjQf#{l(zx5%H=@~#@AhMZ}w}jcM>MhHDAa-Kfu8HZ!v~NLO{O4dC`N6NL_z?hqYw)a`eCj zk;!zlL2+G^N#}hi3AI`Fz0c>yc>}iMOr=?RUOw{Txqlii0`6gBh@FM3N)|}Meu};r z-BHWd8o&B5eg34{9SS_$kO#gRfhAH?0W8hvorrTlf#P(rwfX$kjvyJupm}tUpgFYNN_|b-=+*v z%3>ZN>tsu287)a>$TrZk%ZGpwxZ2g; zuhc#jQ#$MRvdiiziyuUFJ|SgP?ON+hS;v1Max4v@2GvirzJR1NvAWqR zkF_+-IFC#+RkyDh8AM$T&?b^k93jq!zK~E#u-C{$c+Q&MPeECV2!{(Uf5}oSt!OI| z0S{v`jk~`nQp|qERks`ok{b%x{0b8fzspzo5x5EZ*Z6N;w(PQAFn>3FE|;SVM(|j- z)&!fBn5>D4J2zmhfWfGr>5yXyHYwZe&o02|hbf{@*9axf*;&j0;LtJsD3A2Zb1nl6 zgu$rWQ9T1^m>*;(7-z+0^|=f-OWm)ac@E3}W;C`*c1l3wd-gbsLU?$<2a9@e^QlT? zFuw{0Tl6`e&{?_fY0jN9b_ah%w?ei~%kL1sH#}@VCbmiw^@}0-C#-O+=D+j=jruLV ztec9he-IVRd-vy)C$~|D%p|(?UqDWEstV`k=BoPMwY?ak6|Qp&wi>@f2jp1b{O^;( zBM0^(~`Uvms~oIl~0|-fAdSAYf-s$ z+!>T2BKR)ud;oaA5BCL8du9y+r4d-r%od0!0>hb+qCks$IZ%qo;p%Ffdv=?D_lorQ zj#US;jbqDa!RO05{EWs1oMa$N9l&hfMzEQRk*U(%=Y8f#0c2jG7x@y5)(s^>4GIyt z@A&_aIV9?N7!)l^0br@mqLCvs_wvfe^8(UBYG}k!#FaGg&dWd`tc{ZsQI>9m2raa_ zXzV0(tj7Ifjeyq%LD>Iu`DTdyhkMJ%wIW3%X9LE*wc%k%0$lt9(lApY5PCBVSM%bx z$%WRg;81)WKWPqTw^e4g&nMS9{;~_q3cYmf&#(RGo4A_UdRug3^;DcRNk2R>${|oA zXrt%PII<29M1CxzI$2GFf`%M|^@w+y(T=|!_nm+!F^Uj#L`kQ~DO;$iyp)6`6X3@p<>`-&&oMc~rX1Q=|YwJHYQ zNa?5lmUWQmX)05;$U2#!I%Ab4`aScIw6Q175-2=YKK}jT$9D*jM??6x3hLiuHymZc zyI~Z-dH8mZuQF<6aX~3Aub31iK_R3PC&!8xEA3vu8;qWgAVhq61Kn{qT;Dx6;bUX@ z+;&es!DBQ7VlM3fWQ+ZAjt_$|Y?-AcaP!%h_6_p_pj{qlo!F9UqxC&diXCD zvx_7t*v3jB)ce802W3$>;~M{zexuZE-4rDv+>zNL5~eaqGHR1Z;;gJnv5p)QevVk; z#iURe+@4fCm$NiXoH!G0PUS0F9j(ZTyP(6B{>}98bZdCP z%%qNEUC31z(K7Bnh#fTQ;pYR7>^0AzD3wsQZ8XX(RCP!*1m6|baJw9m z_0t&KG{N-Eh=APr?a%xINYZ8MR~O{ySVT2j+O*d;cVv}VK7iUvkJ$~XN-tx=ch9Hq%B9DN?QB=@GodCzY?o<=wYBYpU zV$w$C#d;w`?|J*H^3F%|I7HM?7MQ$FG4xD z@L$eUYTPb_IM^gQ2C6ZiYTxgC)RJw$?;DcycqFS4ADTYVND&LPQDH>PPC`xX?Z8f>(|| zv!vATy*nAx>A?o@#TQVM3zka8I8LmNSE{ei>Md4;O+fnPUHKEcz^=eRt`bA35{J4r zkwv{PP4YI}QZiig)vpr!N>aC{hhC}kl~YHm^ZcZ^L)9x99ff{nrLXWowOtEG*F(F_jh4!rr=k^8m(2z{_FIkwJw2-oKL z&F)vVQ3g^2%T*m-Tff*BeBL&XPoyC0QL_(NIPBTmG|zuM>245xWcv#z2IF5LdWhKi z6?p={4TghM4Vi0Bnz2_cLsHTtUpcjyk$8_GI-;*p%a8VV3Wse_+GbFALR1yOSkSb; zPI`t9NDyRgaL@j}_taP7fA?jiY=%#T{A==)RN}^@p!A&{x~PEm74&6J-ezgmW}J=# ztgb_P!&~yItyouJmX zO6U7$zo9rvz#i-H^lI?0?ZuHyZmZZ0Wu7SSLI;H+Sh_Vd-!1xgU8wK1gAKav(KEA~ zZP6!3*H*Y2*BIO55^F{pZ?CscIh+TT_6c=XgLG=<-vaysdb|l@@rfpFfBNwerkE&2?_=|1jBOEDmUB9wZ8> zC#?a#OHsKu=#Wb+U$e{a@LdvmB>2<;4BtGK5O#rAphUKSpYPH)E@`P&@HAV=?5gw> zW!Pw$iBeK0*i;z+Z>3wF!b`c<@)qEP z9!4RKQ1KO*-(x{#G3jXfJsZJTa1-?9i~2m@yFzL=y@8l8nlzLP-IKHST&(KGC3Jk)8Cgx* z>|Xbct0U12%YMCWHsdQwi)OG?;`5l%QL)o+Gi_jz@cQd1$NBlyTwRyq4v1c1~`aald;tR){YXZ_39OXEqZu9Ybx%o$T$4;|83I760;a%4r}Hn zf%5B zPKlgCoiMR=_e##_njcBd9}Lh*XT$2e<^racyBiG^1n;1#VXrFPOs&$IwUp+=({aA!)WCxrTopkMSj2gU z)`uI|hEjb&06P`vuBlry_`X@=8Y5^gRI)YJ=#EC@@3WTe)Kxeb|CMWF?%j=zbAEyx zToah7%UMcV&pA~>c9b&_G0RHyu`ol}=Hx3Q=QO6F!?DMGvC42N75NaROQz-s)c4_f z{@$5J{S(YJqRvp&v3IFai&a$)emov2Ta(S7nzw)|#^Q3gU(ZKmOkDfJDC!mW$+hH{ z;DGl9m}+vz5OQwHJrTQ$voc)GLle|$Rpga~ZCtIw@D+SSMHB&g)k9^~fwDZj4)t_0 z!?0E8l)duf8Sc-k?XaJgToq*Zi8vaqO@&i}VIofxZ$8yA@uk1 zzOEZ1?+aoLe0!g0d0$>&>JQx-ojZs^dPDQi{fl+L3&h2zIoM1^GQkb@!q`j?r0>e{eFEnF%^?wz^6yhcdLF3WyuNgMkMHT`pGO; zVL5W{fR&;OD=DCcKS-m7qq~`z-Ep2hxw17UHL28+@eKyB zUZNMikoyWuaBc+Rz$x376F6J+;cciw=flQOv<59RsY0nX{yf{G9H&h?(+JWp|H}g^ z=<>$>E9fr!V%P9*KKhEjWCSf*VevE_eEp`eW&8ua)>@2te@Oo3+Db2~q1InZ{ymhJ z!F#BTJX_(Spo|Qe8^b!mbChPhK^d^Zji_zz_#sqAkzJpT*{N9II2>p*GPSc)+OaE3 zO&D)_lrPEk3{0MJPEA;pDXHq+X|w+Ly^@MFB6Hxz2kdHF9_CUt%r_9K+qf9B3nr_?vL6xS1BhkMX03o7~;D8m`V8VNM3N5f9sc{4j0Qu@y-Lli?N z3dk(V#eXj;SzRE==g8RQ#O9bq$CE~ap$&(o^ApDH)w77n$EwXBPw8rz#; zoHU5r#jr0@&P=$H{Y0hTi3ovQ2RyBwGsr!K05DAnIFq&41K4>;_O-_FHG;|0`>^A5X`#G|r-YHi>o|-6sPH4x=poq%z+W z4wlpA{l&^}O?}_G;txQI=00V&S|CD2iFbh=!j`Eaevj=Ecync)aTS_P=n#z@oWFya z`gMK`;w-CRIbc|Rh(l6z6;8IGdL1ZW1M;E@5 ztkr&DHn5iCLNTRB;!2G4g1Jd4Geji~&0vt!mDqJOuhyK?WhZxbEXVr(Vc=!!6f0ZaOKQ11=K(V)o|66U{*E1!*Q5<2ZEnT4uF|DTnQ_DiS%2( zlimQACG{Ujv+sU+IWMeiGjHTX2_u4Zx7)1Vqv(r)z5H&hgRGF$stjTiV*X@xk|bBB z7gZmmu-=$ABwVkh2T6QxaaS2yps zO#t~njk9wkLM}gC80FJH2X*W*mZQ0}@tV5HZFScx88B&@H{v=@*0INNV4e=^Sl?Ng z-7YQjM=OwK^ms+Vi5j(Nv=H+|FgdJOg zjRt6yY?s*rJj83)lWh3Vto1rc8+08FIo19+UrhBR9_K!kR1B|5>V6O7)k(t~*dgg` zn9VDTEd@7OOy{9((=NJD*uN3pa_A09t_`G#dK4pLJKB<-WPRb#Uz^ zy$eBRoyM865HBFr+B2!CD3fH(k&-v^bGyjoy{?-P?ASbZLS+DzG?ZHH)v6e&-gkHJ zpl0J=M=#7wTjPkVoHHUvkmE1A=C~#jnp=NnQ=nv0EMSMONR&po9iQm7j;EYVaj`g9 z%6a$$VuSc*uq)=ITv4J}RN(apAJbTjFu{J0#U@ezKWx2Ibe&<_t{vNU8k>!cHg;p% zwr3jKO&Z&_lg74ftFe=Rw*B7sTWgJfD;slXjxjUt`+1J*I*(J;mpGEe&7Z~GNT%K| z{R?+F+|WAb08BlLSifncP)+=%H6n8=+Q zSuDa@_0YxwBzH%{V$Srzb}=$eC9;{<==XJ3mnuMlwD=sC)SJYb8=6u2-}t8NA(ctx zcZkfJX;kmT68q(As|XEW7k@D#eU&b^Y9dOI@=SM{*pXgwbM9dYmg=}FfzpdaeSOw- zb`VwXRx?(wmRcbgIxn@JPv_B7o04XhxvDY^KC(5fpYxy zApfa0hfYRefkFWM-@JYFPq~Vk*6{+ME8*)fmd&A#PTZrYccC*M5%ETEo*aw399m}k ziG5+X-L2$illDu&rpG;+^3KoM?1XnNP-htliO9GyLm+y;M1D_~yIy0u?qwt;iZlz+ zM>+^0e))@1Dyo1eC0jVD1FP-~Fn1WFS+scReSyL0PKpMhUmPc<5E&p{do%G8!-qRP z&bf!hllEGt%r74cTYq~_&wcT#$g_%rBFxhNwRgGeu+BSad?E?_X4F2EA}^6 zJ{hQe=Q(;it&8wx<)=y0_!A(ko2_NX$;W=8Qp${^(nx&~=6DF=y3>OWP@>5C5l?UC zTSJZSl=U=>El8`C$0nb~tV@yX9yf`IAnFAjx}t<*jvqiB=b-swBDf7JL*iY^`Z<_v9~e{l{PH3O)GME=E z$TAXj?SW5-np1?QN`ezg3>max5tKQ(S6lVg_gbD zHAspMBEE{df>WXVd?{?sL_mxj0ybpBJCpl!E@7rzn%qfsYlgN0(XrUQuKuZB8NIrY z${g}^eLuv;H3@D#ZMDVMZ+MCsjK@2F-N{*oM_^FCuKzAnG`AO@BWbR5(@o9z5-lEg= zncq-x;fBs2koACpZA88&uOzHK48(zrPwmbTh*Nl#jHhFF6hBQH?xJ=C)YvYav!aE6Eboq3;8Z!cref5f#!^?hRX|KBuz0(-) zoPFcrFNwM7ubEEP8-Cns2FzU|>UKR=EXr(_d3EgS#cbR|?O+|=;eV$+juW>gF#I(W zfU>q~TFhpqkg=e)g+_hD$Jda5`-LZ~5?uQn@BreBXbO2hpxU7MIJMvW@zS=j)vx$r z&bj{hFn|IODy*=MAkjDXyia2_w!vgPgsmS#mkfa#mR;pTO?NQi@L)}Q!P#Ap#9b#g z+WP)kOi3=3!?B!{=yZ+G)Ck_XDj!BJb0z>xaLWg&FX3-Io6z2#wijL z{G79M_)`OZ7UhKMQp01@Hz?WIskz=_JXMvHDKVSKQW=MNNzT>cJO_`8COUmfY~#Hh zB<#`><+qb}2Q4;fH5}QTOxiEIEfOO`F*rQ<#}P38^KT50t%$$&qNn%om*;iUGzBKW z2qky`T{%`MP5RtXxwd-hn>VhLtI(6H_@>%&cp^>X+F$VYk*aE03>m+Sp(cmu5ZK<~ zV`8$fdhYsriu;wE^NQF&yME^MEkT#f;h@MH|Fn{B2sMZ@|1EhHx7dg}kH*e^z{Xl` ze4L>XeD!CW6TT<`RFEfRve*n_@8jNzmVIpl0s$yZluHB1t|2zxNx?8?@ej!S8?PIO+lLIoz@k z9B8xuKgsw{-2agAn*WYZrT^2F1tjCAs1c3n|1TNmiE_UMlJOscf5^DSOG}sABbxFa z@HEeRrv?L_=AnO1^EvrEw-NtM=UoR2O66K*p&6Jy)g_(#-F{W??^@dkZ}*^+6VFO z|0Uz5v(~9Hlh}bzlz++_X%3VV1;^y_#NN)!3Qo7s9jE$4-iYUXACpZ$=Qe|l_bD%n%a?hTLaLq1hC2C5_yC+u$I&6x)elMC*Fh?!fiJ-(JmK;Y+ zV8=G1p5G+&9*}C{8Rqsqk1Z=@6%4cSQKrz-3g8P$UF0FHhyX{FCz#v|jbm^O zsl@hrF$uD4&e=~n(Sb*EN~3pH<)Rqi7HX>f>k>CP{h0=J87fwFhIXXCJx%(4n+R&< zZtv_jaC;w<4yPBGi+?Ynq8F93@Yjd>+I{)(l@nC@4Whr7hwRaIoi73jv85};W6US% zbU0UxtR8{j4eoalhOph+($MUNa!M<>h#9f zGbN7bqYkUPa#pIJcs-PsGVfxtv`Fs{aL|nAy3rfG_rNkszNz)_!~*D?e6+J`c-&{g zQzW=kC*n(jBk?y8%o^}WHEfeH5zha)=ji|5bLfEoz37Y-zGK}Ev@XTOt4kM!{}2bu z>k+i{)NU;hh8N;S0w~D{nP!ZQpP3E7D36|tT6WA{S-gBhr|L!@&5U^02G|M>n zyYhA9HD3NES@tIUhBdUtwQ}Pp$STgcYt_G0JXf|O=HqJEgd;N@YaT!@AV@qgtf2@L z!aSct4~u7|BT5882jq%#Fi53x<(!KYyoV73N?hSucK_)jKp(!{F}&e9NYiFWzHgpa zg-x)1Xb1dsZF*pDTYlL{>R-M1u6DHU&D2f_jnvW{tvL>yyHtS66I&o8NPR>2Mz~s0 zA6-npYU3zCnY9vM$}iD2FYo$d+|*X5RX--Vs(3*&{4Ol)Ufn(f6H$L~O5Red66vI+ zlPvnKF1E90#K&EcFwaLr8&hO)-7Wc14B&gb>j&5kj{o+#yLjA7&f^>ecZhIyrc-D! zRV|JFgT<#a86c8{QcO&gh|E&5WRpNEUpJBbD!a>n**dAHiOM~9b@3CmbDa>sb#Wha zM1)~DHJ^`&Op%DXHDT4(!=;@=@HC?5=XWnxo%>J0FNft};-r1F5)Z6A+36 zvOoW&;x&J%_~BnF{sN@pB>$-RkAGBr_b(M+1XA&9AQh(>SWEds#WVhgikJPN;u-&_ z_^{!{?|)RB?mtvq8c4vD_hRg6&v@^XW^Kl_RKM!yVnSXs2AW33b(ZCyq;tGN`; zK)dzMw}pQOWKNj^d)3w8u$q+BjuN6@;kQ397XRKDP5x()iCoG4u3-N$oIPs(PdAoU z^51SOj4-(BN+5A$l5K1`h|0Ou11Pac=bBn+IAA++H1v&&4gyLUNM#Lk|$807`?68Rjy;PY9 zHS2VcjXicRYSIAEC?(_hF1D`bqryWnK}Ov(mmdmkZ(U{8FHV@g`r#H~U3|uVRq4(tdHi(`7pS&Lc!Rh%)JeVQv0X_s5v-$MQVKZ-M#`42~{#lZt6u0$s(aB6db#H~T`JU3YVMZArGeygWQ0kB0>}@Y1>;Lkbd12djE0O*6 zoAElfrT+1omHqLXLH_ldvAyy9*Kg*10ua~p#u@zUH>3Ek-wc6XReIj zzW#96wsBPza_I@)nd!KwMmwu)IjdS)t<38H7(h9+OiyccRHRAB^=y~1PvXX9qHS&j zJY*lWuv(c^v8pV7jeY?T+(9uRzl4-I7{x@Qm@ug5lLBK<*{avj019IR4BLY*Uk<)( z=Yuw&VxtF1;|_KekY_zM2CLn~uM;!vwA}a;L6)kRBk1O5 zP#k;@jXN@EMv43LCx0qUGEy0Cy)0ZN@(VUu#tPbvexILk7LnCF>GU9sEoUN5;Z*m4 zZkxm{OHV2T%cdw`%#-(2AF=h1-b{$8mrKt|+{eJk76)n~*g@iCs^Q+ndvB5$A#b4X zx?dr43a4Y?eLrt59?Y_PU?#q{4!tg_zUvd0iaGJlie9X>YweO!4Y66%vNj;CRvKSm z@h&J!E@3wNJin4ZS|iium7gSlek2Mu)MpMBp-Ae}Dj8rM=ci(Dk|!I%yl9KLZ=e5L zn2YvxXpAJ$iTfUaAfkSsftyl;VjpRcq=`HI&`G?@@EUAj96jiI zpZadw#!g{PnKH|;Fj0eZ$u6^~z`eOx8Pgc~^H_2Ov`nMs4DR0-I zQP+(#RxBWQZ5NEl0*owB6rWKoO7{|ow=tbQk|_@lsU$sB`=J5`em@EGT$v~!P3tS{ z(_C*APoSpMi3X^F`)K8hHWs_}Zw}zn-sDa_Bjs(!1=i48L)kRa~mKzZ0KmYBb42ne1aN!^`V9?UAC&=yoCyNQm$SqLqP&7C~yC-#!PcbQ!XeB zs4>G-NwQmMU^q71Tw+x&JNK!$`_=sPfi*g#3HTK&r2y&g47xa{w7^T|SvA^#w*1#) zww2U~+?DVFa(}x=luW`2g^_GU3xx&Bo_qxdMwiSp01XEK&JIUMM<)&Gfcqx@`&9i+ z*^;eB>n|j+Iwixh8Fauiv5JR|Ky&%3OLVPp7|;5blC15@j87g(99jW4$S;9C=YJ@P z2-O=O>Jg4a+~19pEDAf|#z{;#=~#FG5$VNY0=U6_5%lFtRc3o^^)0X!of4!tzW-ZY z*auE{%kqXI;PPhU6-xe-FbR%jJ|4zy55>Fn<+)d;vGWaPOV9)*Fpn{bX6%Fd~9{8KMjG@Z4y^jTIuet(pcX;oGsSi=A<;8%Ts2mHa) zjKx5S!6#g)3>ne*ghl)^K-tW^DtiIlK{~CL%NpSAHoGWrWpaj;VbWA@u#*oMn;T4w zR?w9XK+a<#p{w%sR4sfLMu)*%C&QiJ4##$^v*#M1wBeHTgB_G-eC( z2(^Ic>d%Rq&J8MAg{RPvT;|h|oeP8#SoRy8MC=GH#U+o;^&mCIU=ZfL^Te*F6Q^!v zma4`l0WmR8~fq;el$&=_%r}M z13zOJpq2&>kMzYO6&ILkZr_X}NrR9VT*q(<2unO(e*LsFK!8N5@U5uibfKrhehgnr z8sc*4i*ljID=k1n_H}e!NDDenX0G6A{!sIBpKSX!>cOcBrG7_cm~wKWSw@@HbeUJ7 zq_b?m`xSk;%vCcvhSigC#BQcpx06S|R6ox_Qp{p+2Ox!Rv*$T)TtR03<)x*NhQkqa zL3A~dF7Krjk){;}Y9Il9(^3TL5)Ei}8gW9rC=@FY9hjrXOt-u8LqcAu?t#7>8TKuGa6#S$f2 zTJf{%LVymXH4ptPU)6IBmP(G%cbXvM_?1mmT5{#66%)J{fL{-dN-dp&5VOL)FBF?O zhSL@glKGURn6NB@1CH6M|Icc~GY^G1eIG2-y4!pa-U{hU%894DCp+=YZ-D{n^r~i9 z;A5ZGwB@b3*(%SL>v>EQr_(==h`XpU%5r{6q5=?nw(jD`uTYGFLDwm>G@Pll(G%2* zq3vGP6n=E|y=fe1#A0#j+~5+Zk1&pHEwr*{UmSx1zL~A+VEapd(j$xEn4j4jm53B3 z2kRovXkUBg$={FTbWUvXeatJVpB{(opm}XJ#YPfro+(G4)>zX2xczNewPME2@ z?-@P29Dgsu-vo`>a8OVZM*0Z_=TQFu^+T!vnr7ND!(^kV8!vO0IUfr&)=UUY67Dc$ zf=8miJyLvgGBZHom$8`_k_e4y;4<^g96dz1Tm)U6AltBqy3gd6GNLS#;;E87P3D zGE%{4NU9lY;+b%Q0*dh%7&+Ufy(7K9@Llz7{7LE~m25!-$5(QS6DFQ@ca+iElap7-Px6YxYghf?31Wo|dkbD!^7W zfJwXx-=cLz+i?uXgY!O#@q=o-wf(4yUCDy7xXa7`7pO)RZdw45dEH0;s~aL>(r5(T z-M7g%c)=d-w10QR5c8iq0_dM%N#2ryfdORpTKzx9G74Ju_@#=!#xhJD>uDuJFV$o= z-%uJUjLEy*7Oui>4WWQVeyK06`vU7Oy&YL09cEQRz@AxHRvb#uY?4S(V9zXGfB`|f z;Ik8tjy1L04+=!BH({4MUY7Fp=0(CqSov%@F) zjIVVO_&v8A{EuV~`Qcqp8r3{L53P*;3SR=?Funm>W+h|S55>?K8JOw z3H-$Zx{_=FxxPE&`tk4co83+jhk6M!CoOGV`MlQ?ry~URtb+t(Wd(#AtH|}p{Y5AI zKi^i0`8v;7ML&9e)MXt@xo-fnaI=h5NSZkX$rH|&&f@a#Si_~%IU zz1p2x_kHKbm$vSs{o&u_57_AThHSkuodUBEG>PwkYc{=ZeG^zGxC(-kkXA`f!X}O~ zwqR=U&CgaOTfwF_oK*XPtov!7k!GiwOl^Ph+TE*4~!{ zx9R7lJTpMu%z~!L)lGA{&Ic?6^c@cYEv*W49oKY=HUAYUmClOu%va zvoVWEO&M*x8U6J|jc-0GHao?7ZxRXWCpY9~=p`ckm-SxPHopk8P<1AUhdC?}ny{Q^ z*=!w1YeRk}+BTfV-Do67;ru-viy*Tmz%9q&(%TfAd2Z`-JRA!=)~kanO80Sm)!-z* z8%i8(j}#lDignSIj*h5Ta%~->alxr{n|h#GP-Cy-gRSOOSLdtE?^w<7F_3NVH!nIV zSm?F165#;+0=tt`6UrLiFskAF`u!1y-g;eb`?+Q!fj3J%52rW`r*C?CoqDa9fGN+% z;9}n{xJBLg+>w{s4ibZQ1fjDby!A--`CK%LlT+6Mr-%`?n>>+c4%&I26BDiS0v*Q> z-fxIAYUjz9T{QFL9d;3K>;)HEsPp7+>l7;Ms>n^gmcaCBZ=Vb)h{?NWmKDT)|{3Cs0kUR~PD zU!R>dk|HS`t_E5fVtBvLpH9LeJid*VbZ{HP!Y3RBi3wgV1M{!$?nK!Oj|L1JG4 z=`W81TDVcx`t2;Mm(d_0a)!AQ$XQw?=0V-)tAxPN49f7AL3S1=N>G{=3zt&W9hDmGl>ypjFeW?P#_`A3ls1xvCDZF1B<* zgKiMj9~8T*piNC5)J4ac4|If#elUUAF_E8Cqo9(XK9@vi?hDR!Bl6wo| zk8S!;3|R7Qb4L?C)C~e)aWN(I(O|sPe#mmu*^TwNClIN2!4!&wg*xZ9M*F|^H*J#! zim<4}^&lvs;4Ea1dXS<5f(sminPGHIror}z((U)#It2vb6PV$fPTSI7A7kojvJIWn z=3P89mSqGc!zuOlme&pj?{Da^)X^TLwW(Z8x)N8a_AaEg-=uWuwFO{TU*73mJkG8! zq|FRk?5cj^i#NA3C42Ug!r>K>FpzYa>_HS1f1nJx7H5Hl19h>WVSIgLL&>dn9FzwvJo>cA_P6v-Fb=V zbdU+Sdfz=mh(F9$832>~H4UekQO}#}f>OX5O!^yAnu#rQeGfzmx;-N6{NabFX@&~& z6TMS|N>Zy&T9NDtVDzM|wzv-4rk^dV4Qc7eg6zuLVr8{=mVm2f+YA%#i=!YRzRp07 z0k>gPLC zNF-hv_oyE(bSC_)H?Qn*zctw5dD~w{4;X^dS+QAYr#tKw0`!S@%Uw;NpBu<5lrjGf+Ve~Mg}EGWlZi`Qy5s5 zm_=plw$l zfTPxMB46nS*DnN;xrf=4id;brw3TBD>0bU;^sUzE1pA05oFaGu{y4m$1T`W;tD@Y$ zvhXB9a*FuzOfeeZy!o@Y_f@Te!xt8}GBA>UT|PJ~we{6Dqy$Eyes>|@j15yKh16Z6 zean0klOOHDDNcQzkPJkWnCkh&c_x6-_v)Ro z5cyiAGeifSw!d^B#B~SFX4LqtLrA@%5>SDCQ)9F<%N^tQ4L44l6BATiYe#1PHHH_) z*digh|K_~lWNBTEjuOM#Vvx^s+$zC`uYc#=k`gdyMS#Iafi9k_0yY?G_++iw-)vUO z=&frJ^KNcM-=sUBaFfwMFs4XLy(Uv4kz3`lR7ZoEjfifMG*RP@RWOr?9Sl={WRBpL z2)7_8Q=-q>*X@b)34TzY>Mb5bZU|nUM^j|}hrMKRHp;}uTVS{!x9uloJlxUsX+Ei5 zk8(gsCWtgV$a*{-yW_#EbR|x;USVTRnLBUW%)-K8HS-iI35YO(K^$MiGKx7ev|1)e z?OrB?G+3S~bR3wvxJbNEIN^~>`wu;ewktXu*a^BFvfp&J+KS$L*~2FOq2X>@Y85Z1 zM4J_-ybw*KTFojb8aDF^Tqb9iy%mu!isArH^gp1 zoC*qVdQ53Qf+CWLuMaZ3zDPGjx!0O-C&F_T*m$L3#fY62c8;XJlvW>y+#U#&L1zHC z1Dpi=cG|j3VX`5%e*7;1NJA8kfRvaORMoMtD^HQ!Opi#Ly6cq$~^I5e6#^F?5qKJo=k#W<^_BZ%x4=ADcWC z<%U$?cPEPjlf>>~Ti2&Iq|988cW^Y15%3w`7^lR5tQtXRuAOf@DhQ^i7h8%O8@8%7 z9s-9MTNiqI%V*7#$JXyf098HoxHGDgZ&`~EDp6~X<(;(s3(M-wnjdSvm;e#Lg#PRe2J zc|WbRmOmj;U6*5=`#mE=WpcT00+t(XNOw_k0%yX_v76qzbgz$N@g5sS9G0MSd#X0TysiFj^15^0Uf~rA^fU7{y>jm9AWVCaN@+?il@1Ee+=qNZ0OgG1qb2Lq{;>K3=c!yNOHveXVpOlrqlj zr8`KTdt13A=rmzv?xQaBf2Y=8LqVaR(u|FTelz&(@Bs`$kDjsd9yv}th!2C#z8rTS zzQ6P~fnjC-5W)dLVg-0vruH3jjHdkwLNChs20)?M55TAqh{p!90!>T6$btoPU)rUE z=2~EPS6yK;DAg~~F&zl1jIQuuRj54~G|3#+Sx+iAry45$;HL~Acqkt z+D>Xs5G`{sm?L0hp@M2+FoGSzu=uJE2a}df$Xgnh3;{Oi7KjZ+NK?fu27kKrg+Hq7 zos8J{??(#FV%Ua%)<*5lQCCja)^**DsL3#vt9}EN0xUBk6c1*c9`-HbqK)HDrox&r z8ty9YKZRw_VDspQig~$&Ow1K>a=4TUx*ol*y~$0-K^+sr=^ZHq?@g^**cB*2%=gxH z{Kz4fN#W^pWz{w@I;X96O5-1Vo{=k>P7&p$^?EQ026)|gU5c~*LQC#V6^_^n+_^9| ziccaC2Uxf-gzFE8){pH@H)HJkFDq8-yVck6j)i@NP38%jYN#b>sV!+_%3}HvuBhfp z6H#_&;x(=#Sg=las#4}T7E;OIdOru;?mWRVuP<-(qQ{WVo+Qa`nC}f&ba!!Cq4{O8 zbYiXv+sJj%tFC%!wvgTCD=6Qq>MYf>T1XHk25`pxI1opCfQEP)cd*t=a^=EX&@r~` z(p|N<->LLvCThLE?a$cm$ZQ?i<7?G1Kev3~I`eRK2h)jD?Yy_`Q4nFb18;m7A6Q&o z!|VrkO5;8dDUbCP=FGyJ;w{kfaCHt4%>31nIg5Oqwy;KQhH@+x=N=Yh z0On%NiRUl__q6y_jH(iOS93^`itcayN$Qm%jdM-(4qLin39F=T=sMZ7YB^n*+WQ#| z8gFY(%XVrU6H?!+*P_nncVZpx!~E0XncEo2GW$uyB{fM1uaC0fxqb;uX#%26qfI{a z=&xZ^422RwHcQEwcUYzhrS4?6Ma$Q20kkPHKzFjX3bNUVT8*a-Uc-YpYmJwnlKU`w z@FM|VNV0!$Aj^7Vf==V4njuMk`X!xV7YQY???aBMQMiJvPf&W4!}7?~O{PMfK!i#j zjaEiM_~G#lEc;?u2p8UZtVbb(nvlqp&7jjLQnqWok81rq?}}|wBM1cbO?}ihpl;Xv zE?+#i?xy|)S+x6RBi7>cXD{DgB~vy!o=|7^Y6RwPu$r3zUu&^^z+q)Km=&1K(#T8HsF*MAyhG zN>yi;Rtp%;J{$!PH!Ud~XBKXD03W(owl2HPOf>UGUpV7{xgN122z8Hhb4H{vvXM7& zaULM9&F_pxFx3bmvWg#}75mH~BhR_x(IFUJYcCL&+ahqKV{k|QHST9Dj-iKFg>*gE zDS@5uc3y{`6ZgjK^8$>_NaXa@ONjMz)su{q0z;Xfv4{!8{3ZcfQ|j8{b@h~4|Ya=_@!5nYM0Ng z?zNaMkc+@XTpy`O95^_S(Ua`FtpMy`aEVjgRGDfxZeQnW{acr1!rA@;qL2e=3CucB z467WziHj+DKVgMXSburXbn77XcSPNurQkk&RYYnmRPf6Uzgp3+D$>ZLSl-uWSv3wZ zl~nxkk(QaTe{y{KjFFgwieuQEqd8&-^|h@&l{Fpbi?Y_IZ{lKHC#o)hC`T99A6Pjw z>KYS&$_btnfxEKl`^$4rgH;Ln-mTH7#mD*O-umHT&E8lv3+_*RE@Aip2Mdjt{L*zQkd#Y31TpXg{J(KW@TRa0Azu{rNl zx$ab-YhD0N@v1l~qPUVq9OQkrt$Gyp@VQ^~AIj`^F={Z;+ax{HMqQe4+w8aDwe(t+ z=>;AZqUnwS2JP2r$zAtE34%#S@T%XF{8`t&Z{SZ6+>lSnW?MB!e!HCop41|a%TK@J zA6R;8A!5RlI&V+A*-k9?P8&D6o;x+a{qkN`9u@|*Sk#CCkiGzxp&i2>?Rp^ zs-%he>X;>@ zz<&uwjx3wD&!?ZI!~?^zCu6Cfo~kC_7s0ndA1f|Tl433jalj}e0Vi{(eUd1fW1%)C z;48Ei)2C6RahW`htd5kjUA>pLa!YZf3DU?1)JQHRisf%B;X4VIjE|srEMb^wB^*VS z$U0#(S!hYjcUsQ{d5X}CbL1%4i$yi$ctl)B&f64;T21obx3B+MD&^Slhs3kMrw)R& zqUJ>Qg5VVFTK0Y%04MJJZmO&SlRoWVgF#;Yevc}Dvl_h_|MJowAb3SQKi#LCw;}{U zh{H>pvn5gjr$i)$^Ff6CWr$YW6@0B9xsCHJAMS1yTiikHYuhkRbX-u{)S^Oj*uj1# z3vxeBBnu9#2n&=^Udy#lmanai13Dfhezc(Z5f1nvp9RIcbMqJ%4}LedGcpD0@Cs;ie1LJjMgIEt z2%9VegAJUVZ+Ak`Ci^J^C+E+=(Yf^Xb=`lY%awm~w-Ok@-0j(dYU}>y<7G=0r$d3!vVUg& zcgQGph;(!XKP>W`HL;7@hXcYWrPphUR>*}fAM|CqVnR4Lug<6$_wV%S6}S+LVfp0; zXCY7YX)VkBGt3>Zz$0@CqlR@vaBMPnIuEXy_8Y45mK^_7etS z){8kH(zglEIx%gRuEI}*E*B>&4aoknecy*CvxpujlEr(wB5FUJ6gvyzX}@36D}&%m z;Yndi5lVea3=cUqEjeA33a&ka#yhu>?rOaVpcSUjyEIEj?QI1MqU-s&WP<;~Ba~AN$I1ER zlOv)?ZKaj%$m5MEmNuY)v$^AWq8cicE~=zG*>RH~FA)1&RQ+@9#od!5B{OJ2BOUTr z_09D0Z)2`s4}!YLVv};gRCg}Tr7T=P7u4RoejjhJs-;|hgRFTA$;fp_zq|!Y4hlZX zi-pjIXr#rkcPo-(OT8_)SKRmk=0dV>P3R=pio@~?;X$5ATY6N~?;^TG(S*&+Hv#j_ z_G7iCO}H}H!L?GB*;G_SYrtm)#F|u2vsMn41dNCDVRt3D{T0{V$LHX@1kYPQd9JlO zYO4do;P%SGY4Z7~O1}lal#^PQ-dC$)aTlEpwTf#Ac4LKQXS2nnb?sS(SaXf4hZdAI zkf&BYxHI!QrMm?T2SnUE#N$1No$C0+&8{yS9G(lmJOOAeB?6jm>n1B^59BF#$*~)o ziGkQsXi_SJJHj}hejZdILE5PTDq1G8xb!R+%FcXHZM4&6O=p#)=mo|K;Xm9d?!*#q zEtbE_6Ia#u%#*HVWehG_A!arX_=(%mBE9`R)$7T)_EF)%WXl)#XGQ&$HSXq;@x08yc{RPBI}q*fjl+2gHZR7+pI4$SW=9SY0M zF*U^HNh2?D31gM&8_3U&n@A*C?1*7^;({x(Gk9<#;r5*5;R2a~Y1g&T@MVJKamjjnzmm@Bkku@#wI8Cq`>=^aMqq4L~o{?Q{b24)G@t*D^q}^*gw&9B}OL z7jzsc!Qdn~ME>ZMgyp&qhCC2lN(70S z0jpbFs8J*6K2EEE)h(xPnH|QYtbG!cz|exBIgC9PO@G)xan_g1nD@-c*}3uAU0?() zs&G(-a6DS@9ymZBHaOP-1q6b+lZ-YUeDk`P`C2DewfQuo!IzEtWe7(&OxOQYV#<)N z>jofSafi6`$}(qqx@)vB85K?Fyoxb*c0w;wnS0Kez zZYb*Xj-e}-%Ee|!DUt|vZb~@D*PiwsUxbK1-7UW61h9AEliF<808dUhgpu(pOeF)E~sf+3_!WL-^Sf(kVaUq3>v`CbP(pSEgTy z{9Q?zSgNq+577eNS=?hF9~4gZshA9je4rGufo9IS>10}L+S-$;a7Orf(I4RtQxFf^ zD4)#5%O3g_q$GMs0Q%rx=#M!4N)wrqP^R>6>v>%9pV8pKm9|7Km*WT0wfWn8&<)8Bzj_=DbCLRLK zErDS`iON%{Yk!cwvMeLlRQ!IPnxyKAHm?oQQ8-<`I@HbiwJOee!Eddq=9qS$z4N!j zb6>j3t#IlB5x~L0%Ei!{=>VKqaj=i-ic3$pqH1c7`!oe z0={Rq*`;6B26$A_D@>V~NdyQv@yqkp-`I8kNt_Q6R7OX-aMkAuCBZY-Y+T<$$%@5?iwC z1LM+EHzGzKIPlp43Jp+2m`$<_PrtXd4n*BA0P@tdB+hUJDWJcGEr`JVS zD$g_#k=E(aMG2%AZ;ty1$FnL*tT9n<}!*2X#rhR|PPtBD}CX!H!!K2*8pVlGK zf3K%S{rg>BwIxe26|%D+hA>*?>PX@=e%!T(L4e1@yVE@_!#4(eJ#7RdugrBsD9jgE z@R#A`o9~?4-Jh)Dv`d4q z8(QVZt&{{6VX%!?wHz*8N%8}JLqzahHJ|>~0|sfPK4) ze|GYw+!^c$3hYT*<_taOQ&ZNY(CFdkt@X_O+I@Wtax$4A6m8@Y`i|qs0V0qiw6S$$ z{RO$HPAi$#MPpWt2cM%H9REZZTcQK*!tF2CzR=F*sUT=mo(Yt*Dexq=lroN7J=I=v zI0Z2E_ferxJ$It~_t=4DNz0_%tf2QpKUN)0Ub@uh=OI6w`XO%w;=bw}9D=($DD3yD z$DSN%+}o*z7OD!`v3-EEW}Bq_LoyZ`Fv18;rG(JSkeH}TFkebLLN3y92F9XJ!RFuK z?b7s zH8{h@0#%x19HvGT4pBx?V4rS*Eskkba$w^Tg6}r6OlEf5u{pOmhwJjwu83rTf_Vl2 z`QEPFduhwA{ClV87bjU`(-5{Ez2dW(AGg8{USt9|=*w!f`DOzAX z_8^XO!jJHhLfi9&DI!E$q&NnLU5F(xbZM{P%RqQ#T{+s`SPKWCv7|40gfB8S z=E&l-WX((0hAE>zZ3v%NQxx@e!CwjIQOJUg3#a6f zm=x{G^*M~+O5W}~rOOC-CnPfG7P(ymoN45nX81-z7O$OE_%fuORBs)JQ`~Or26`9N zO8SNqHXmeZvmkv9sBT|6B=@yhpR>!!QW3}aU3wyP@=1lejRNGflCPyrJ+be$xDRE8 z!_GW#`)+D8OQZV02BG?)cAb8Q!uCIMvi|Npx#AAvCvN>Lam1DO6(573sDWA%(Ck6N zH?|K$f%Z zZ6mz|%vdxbOXTgMEQ;=UtrJ0Q04uCjkkeuz$2xNwSVBi$YdZ zK*o!%WV3Ulr0Twb-04DfqBCzSTqS6 zUbwJnc<@`Ymz6qE&*x*wSRU;&0`p z!Fm5gYF|hEt-ZXp%+s7Uu$#Z%o@W!k>BaRv4=ek?hL-g_4Bz+2MuTQcBb-wZfMQnY zo;B{RqfB|0@#5KAfAX_x8BpODN)m%DvZ5+v4D8WEc6o{&jX{jl`~L`g%cwY>Cu|gV zcUasdxVyW%1b5f4IEy3@+}#Nd!58-c!QI{6J?Q24f8TTO$NOQ=c1>45Ro!Q5rh2C5 z={y7xS1idzOMgl$j)AMy0mr&cY~7I@aqU>&g#tta;`g)K{?k^Rn3xCkg@yI5$AsBP z>Z3ra-pm-wJRYpSQM6UG|7^PV#~2#xAsQ6XkF-MmwfI^p+PAuJ)G8Nsi}ACSt}8YD zeFbS`GX1-1gFi`zd0S9~HBvzX9~OtGOK&pm<9Q8veyd4am!jCuz{n9CI`;+ zj7>k9e!|tXX81mH=kzc`AQ;a3Nxf%51%-?6zHHsWM&rV3R4dOw@vw{%8qu4zGn?)?aCX3Zw6&h+tf@#@Hry`VjkSNPcWpU0RT1*|_s`#{2B@N|G0sSyDDU!GImG{}g zmVC}(Vdc&b7o42QR&3R9X@3ao=n@Cx;QVOIQ@`%;u&cQ!grJF?pbfjU{j=Q*2;BH5;J5uOoBO(~7xO0gt{{6wFDRj@mZ8LR+>6QKMBj zGsr`{y#9p;lEZywYlV?dXqU|de+ksNN+(xJJ98k2wRn_&qMBBfPFro z4U4Cuocbh0gX5ZeMD!a8frg#Ma;qWm^&RmZ`_<0Bg4>8ZGgV@(nF%wo40A@}`eBmj zmM;oMghtt331i6T$4o9_;*YOq4Sh?sx|@t$I=9>L951)$*=WeubY1BlxVj+LVck#) z=d5BVj8ZRkRn1Y?)y}-yqi9EmSsI>?5q}y4N~uca2HSUp5D;tNXT4TBcv!CahCy zLME-(%cI&+Nu=Do0h)-82qPeYMJU^%aa;ArisF;t zp49yxS}6;pnZWpSyX-hpc>aRUq_gP>#||vMaOn+$VC2RLRt`iOAQQfXTp`3y5&?yg zM|wg)UT*dN@h_pecAgy(cj2I2j-TPlR=C7DlwDq}UXu&1-}uIK_!B|pMpqryA-tNu z45O)r1)z6cff;5U6XL^3?Pbg&iIPt8DJm(aNQyw!OX<3o%^&7;BR0~biz6>nP&}r8 z9s99bm&9PcHDneb(MZLsRkvGr zK$zf)gRc(fNvLvVx^)N9an|9iG$LH)nOfe-5JnNwO$DxU5Xrg!*<(4e;u=fu({y;J z7D3m09=`T@`6A8C8dxJ+bwu>!H6yGg*etJmgMOJ{-i zNkg3{k?xJUAKdsP4~pd~%|zsSU6cQA$=zysR@Jo-n5KEH1*8~aAg$B zy{yk{R_f6W7^<_DbwH^n5$-9wGOuhwYG^TOAz2eXN-*kv86I$!5Ud}e(x;&=|4tn( z=Wo-KC$tB8B)d5s@ApQ>l9^M_AAVPHHn6 z+eNe4I#RVG4nvvb-Z5YuuE-T)FOj7t4&QDT2NPJ&TrFW@c5o15 zkY7YPD;oJDqQO>=^%oWzovm8CDf~@6F?)_le+x*0G}~77sl^Lcqvh2g{ocUOf9;85 z5xC`lp)KF;he^B5Wd#ufBPp?@hQR_vG_F(%)$^s7)x~DzbSLk}hM5g3|8b@$=gKtLGZY}yTOWJ998b273muxZ3DG2&S?xvhws=(rc03K1P zlbQ_-FdB-fhjmMlON#>|l2bF7VC_*knn-sIb(Iu00rs`(NBEjKkQ{8HC!r{!!u$Vy zNt;ib1tW5Un0{jp19|z~s7?2<_y<*3tR&h*|2`(|wOB!9^ zas&E`Um8Tmg;C{<#BeskERklC?H#M+3P=ux`sHEAfPW*!@5B;Q#(_$piS%tJt3XDRC2;o z*>$HE=c1Hb5qQVe+$k^hN+P!!o@~X~(2oy^u`jS8>l5YCE0jY;#R9J?ocGm*cOCcY2i(ax44-T215A9Ro% zxn%!(SI=xHExm}o<}c$W*y@KzYap-W#kI8aVVFwqRkSu15J+|ZnS+yFjc?go?-%a^ z6-?7-M^CXN7atHoBk#c08p=WFkgM?3p6DaQh}mi;aG7bxHI+kl zZFNB7b2XS-v|9AScwLP0xf$5bQSQPgwGNKWGpvq639veFfWDbA!1${M9O)$b3)HDz z1^M(zpo#Dyl%xlpE)cbZQ8JEde*5?G-0aWwhZ&lKm#?=PduCn?_n03n`}-e)hbZ1K zxBLk*6%`AWD}0YTpRspMcG*x?;~MyGpY|+rt8S53LraX#%6PrU4_ay+EH#1K2Gj_! zVJ18ZCnKPFB-@1qlA+3313jf73Dik;ghR?PevjAG(|lexa21?nZ_54(gySjAxtSg( zub?7KLY5l;J3`2EeSlQ;U~lAcCg33#*xh*2LMl`Gp&b3)$^)<^N@<2Jgw<59VHxcB zzFcY&B&fjXb5&@Ye{*ouI9qaaM^*U51Y$h)anm~Tk57F2fcU;9c7|l-oc1jf5wjVi z4KW%Pijy}j!3&WYMBN;7`NCA6i(e3SZpJ3v5eKQ{Q;nxeALe?XYvg#-x&7Mie!*6EodW$kPoFN0L znr7hOgT`w%SfZh@kB{GWPVqrFrk@lx0{dJzJ%QdWAKoCh4-u~_-f1(nzK{=LL)N|R z`;u-Pgw}izWtcRZT#(OTcz5$Kld>%o{chjRw*7Ugt9M(2$k6#m_^EXFa~mPwDZWlI zLYSS|vASPK9}{-fRG+VIBE_H4-}~_Pbi7zvNK(?I;zWsCE0`Su!lCIZ8;aNT1KQI& zJFA?#_ro=jtTvih;yyXKS&3Y&Tu-TqfpYTu$MUwI3^LtvLN?wxwOf-WThm*Uh^38} zB++RxJ|X_JolYEH!}O$4qMZKkbj@?QgF>)n-eXp$r zU$#d;RYX-#C$7*`(uJ7cq8k^#&yG+kxfBirMj-K3vWZ8CsH%{uTokvE_V&{K=+%WJ zp8}e}-*ux%jKcsr7zq5A_+x!f7snbly3z+>t+2z zZi5k-r&+uoZ|aMEmS@^_+IL*Wvo2L89l5yPCKD5WW1tQfwYH>&EJXZ>H=%G=5QUfm z(ScGZFHIRfg6tPHrqG2xS^7U|iG&b1Rr;cTvF#>jun&t-jS)n=5F~M+N^rDaVWLRo z5|r|?_sLQ+_UOeTB%pD#T^O>-7$`z2?QLwb?73VPJ@C=~k(I`FMr$fkz-R|@*K*S` zx@boHE-aYgAVjg`4@1&0n_5XNo|$C^opK2+&~``OA-|i|I-M&-VhRu1$DezNKI4kUWviMzuBKha7`t@Do1i{Y$IvIYJm$8RHm#f9+Gem+oWQI_7!bQVQzEy)oL$*%=C9YlW zn>|DiS*`rdt&4R0NlmV|QYuDK_uR!cJB~xG;@3jL>1_o~Ivsl~sli?Z{HrwE=(!>p zdJcnboY*+Gfp&i@rRY4)xE3}JX;&9UTN!6?9Dg8xWXzA{fL!(Bi1uSVZ5?LBjuEu7oF7bCKkTVwC>h@;eoXNKK~V#rJD7_R zq$4^2Ogp_sPOiqRB`<$PPBDs$tMUS9C13UhD$Qs#rj-^iS{bB!^zaQ7#H|$0EuX2c zgOmwfZxTh{hsZX+&DW?h=XR8v4;KIUc)lA`Z?}2h<9zoXp5MHl&C9G1{pT+l>Z0zG zV3Fr>_gnXO0@s$Y&TxU_6lf#prpSpb!O$*yW)Qr`J-au80`gU;hH+}Jg`<|XCK<7e zQvSN+*n;S8fKk<9XFICL#FJpVw>p09wgkwN?MKIn*J@CKc2+3~9+ zp-cY)ffwC?a!smgY`pIfW#8Ki$OcT{Fgg!)aFku=9mKRCb-U-Ed)L6p>wP*6VMS!C1S5%+U?~@An`iNNa zzQ77Er|+u4X4wRVt~>H`9g`?O3@b-3xeJwHjQmSyzgo71`XzhtFMDK=@l951DSzhS zL;M*O|6Wt{pc4uBcjH3EgKgiNq#zht4Hv>ufMk5OixtjJ}PElRtcVnotm z_d~Z?-+O;ID;IQzB!Xz6&{t9<6Lk$=KFtIfALmX&yHmR*=K}9{1#7dx%<6G;B!Uj-EG2vO(7Hlw-{&YTdNY{%4zkjC=ck)p~7U;o756kI&ac8&IYzM zonzENCmv)EyF6D8`eGbZMUu>HY`NU zQsTaMF z)g$}{`~_-Ea3fGvqIIkV+;Ku;O z@R`Y=q#cDwWQM@_ki$mY-&2v4miM`h67Z@3%!OrOrNoW}Um`n_%$c^YC|t4B%^3VO z(U3uHi?ZgqguSkYpJP-&&{pv!Ig_UyslENOE{H*};J#}u3YUqHnFpgzQp^B}At~7l z&Q;1Me8J6kvtv`@A%!oxTYH2umx_f<$kF1^#PeY~w&;FM>PGNiUnnhVkCL-lzdk}$ zJ%Qr4+(zY~0{(c3nD-d%gl`#zAM1|TjjRks`fQ<9;!H8xQLY;1>^)dw0l2t5t5~tVjDJ!^>!VU! zjEH>mXr^5s@&+v0lo|Gnlx+5qlZ7|hlTypCP63 zxT7hA;9qJIM?cx5mK#Gq$>Ol8(iL4Fy9#wXSv(j>_?2-g6!tPA52oR3x+!L&%}=}> z<+JmP?XcMI@T;ZRcH(3}cqWEfGq29@mH`Ug=uwQ`dk19~JqI>d+M1GMWZ78$=cp(^ zhE$wJd*aG|zlTn^pa6o99fSBoS`ldZE#RH{3ZX6P_0`!VkQ9GF<*jRJ%%)xQjLR=L z)y6=kZNfl@;{FfY@9&xh!(U8cRVxB?Uw`}DuFLJ|@6iv&XOJV8cu-DaO)bFDh;}k< zwWRFWdx-?;_~^Qa;3DateeX9pw~EDNdaE6hEX(eV986Zcumzfqot8VwRG%(kgcd_F zwjd^i;I)GY^Q+Ji*ruQXHE^*r>jRh2M`J0h8j{mmfUIuk8*u|*k62L9kwi@04l(4} zq5v_|#XtAU`dXSRNfK1f?_E*RX^m7;W2jouMf86Kw3H0=0oIys(zD=+OO9>b2Rpz{ zDx#YZaHZOS>^fBb0e6hO%}_|rjY*nEqfI*$muR!W{_HDxEDv&KxWJ!Tfk>=*>+4fT z5}Tczf#i%##^@#_7ZeZ}fP20pNFq)lyZC&p9Gxw0rXkXUl&VU6t}pvlG37l+C*NrK zBUaWgA=NRm0RfORGV3T}+%GEOToJyQ+0eOAHC-{2lPjveE(_2`D2IDGBXl82-KtT4 zoOB$M{Zf7aNn^tuVpO8HiH%nt!C2WJpL@({1;3{!;Jl&W#05$br)J)mlo+7mR<|-I zQcdbdp|w^SgSCjD9T!M>`!bbZquRdxm2Q;yTQR%>(pMVKv@~-00}A%I+xpsg3U{+y zxW0p=ctg~RI)eBRhVlhFa;}@&2%;`^?SYWff%?x4$>>E zGruVjzK%{d)*W;d;EKt9&kpiHXd9aJH#hR^oYJ|o4CG`rc6W9ZF^eQ=;bf;9lreCM zcxpNxMM<*%-^P0@c1lUcqmP?us?Ei!wm$|Cfl*GY$(pA=y0IuQw+4M_WVHnE@;JsGn= zEsHLJG}W04KcRViX?uAJ6(X^;c6UG6i?y>BNRph&%xLA`hKZ=b++o3#?Ytv>iRP=P zz0UpD0V%rxaxb#Yf?;SICWNpF2aMBF*(v+3Rz<%2qACSDOBxi4j#Pb3g&BgF%mI!j zo*^zV@3`XFHB-v=P_`HBD@WwMhv&WbsMb8~I#hR6CHgVRt~L=ii<~Apy~S3(Omq%p z1j_S*E*SFV$sV2dY@mYbD!qTt6coswu_=iTl=cODnNi9(6hX*`tb<0Fg-R}Wa_ z+6-=fV*(oJ*4Q79zFYvMVfV(`ld=dnIohjWah`6!DNI~HF7U|iR#hiLwu$i%n; zINCFibuS?`vev?iR8MUAZ3?fBk!JLz@~*jWL%cs=n~za6$b1Pp+8!&-p1s#uF%N(#-_4~3mB=sXM# zkBLUs%er!n@Jm13Wb6)s36X``!CM(?eH9=z9L)y{9yIN5fnQ5g{cq71j>x`^9M2&` z0PpPC8T{NP@|h3=Ml4ABv)9bj$btFso{3o5XdVc`XTGpaa1Ohbp2I{l zC|bl<=ij;6+>DoPb;9o0WCOFSRZ1;JhAh8W^480^bE_7+D=KoEg)ecf(7%>A(EJ5a zjfK)$2@Bzxl3K&2?}~~CwTjn-@RtDWP^apWWQ9m|vp2l7 zv7W>g@T==J*{zgubUz))^{$)7s+mAP3%1i6(@Qo`M;>z%_9lW#TYkl{U82u^CBQ79 zbh8Vm!OiRFjJl+GAa#Hc6UJb7L==lzZC}DBT%y;9l=-Wh-HJ8nf zN=I3qG=`}KwiDT_0Wovz@(bpM&E$mHS6L?(VJZ#>!F>(3W5fe(qs(AFzE z^*vqwxW9zaSV|xZwb;C`0PDFfDn0C5ttmO8-To`Irbb>nF~IDl27VpX=?ZVzFugHp z^RzJ3=tSG!nKMc5>EKU?_+kU{G>o5f`kNeq#E-)O&M2GdKU*A3EIN8d17TJCkv{Ha zV+*bWCcZQYTFVwm4~sYb7YBvX#lIOCK37|3>S{zw!{ra-RS-ecJ`li3x_yO+znzOH zv;X0xIo->b7%)=-_p7yb+IpyY1iyA2*L1BKK9m3=%En_bL)WE3!Wx8Uo0Te{WVyN> ztsj?oTP7cHXN;71nRC57lpfN7wJNy+U;aiv5aaJN-NkXCWon2k1yz1Xk(|CJH`xf2 z6XQ<3)r5x38(%-81<8lTYziNTyG2bN+P}82D@w}vl{oQfdyKvH#e-+s(!lG3i~U&G zM4$L9-Lphq#hmA>O$i7l$fIpck4{sOzQ)6jRXy}U0ZbOvKF6}+Fk7-uPPGOC=l%N1 zdwsMJCJ&$WuaL2sazCoi?^k4sM_Y-{bc**!HfL34{CB&QS85{4|}G}#f7_z^pKbkDHg+2P=$qI#JR?p)ta|DnIa5n2-rGp z++fwTuIsIP+VZj*nJE6ey>nWLl(0^9-K)A9%tTmY( z{!+@2u0e8T(~PBv!RSMz$Q*lgCeftT4xC8m(0o|X5ihnH3D80tN@g;h;@B5~qf+uo z7mmN;8LhJW=lIWeZ99Y$c$Axjc6{m^Ekn;`@5Afs25iLIGNtM1jfLZ5%K}!z@uw^P zYOdU?xDVVVo!=mYA0RE}Jy$2#c{tudU_{nV|0I`ijMu?5s;eH#P}qq5c78tO zjl1R{`%yTLwDL0mONjRw1_S-EBz;mFF~tAJj0gNbN*UZ$xq#AZA9R5pMh_*(%xn+Z zbQOPgc)>%q4jc8u;WPg!%U)2r+rppWDS?uNB#EOAZ<9@%t*i&NJm}O;SXtb0{n0L}rOd5RSN7^?LCN zT1}$62ySn7w_8swqg&YH1yxVfpb}TDFVcQi=A-Ios(n8%&1O>0W}`c(9zSV+iG1XF z{&?<4OpN11Ue_tc^4KWFh9mBWtce1oU* zw`#p5jAGJRIYcjF>$p>EP3#s_`lWn|##NAEkW@`Gqy%X*ZXTN_(y{p)eLFN%3Xj+s-e)D9!aGIl1yOW7Q-ZnN=#v~ed9JD@ZBMBV{{&A`tP}6abP0x zmjWbq=keaP#L(Z9V1hF(nimWWSY#8@HOQP7J(*c2mXh=A7Xg<}O0&Y%Zg{fNHsIv% zMF}pcZIuc4$%@5#v&BIR1qI2~?~%ied)M%qj?Cr4j@buAv4V_E>}ON`E#{+$_edI` zy%?^Mi`g((Y#U0{{3I`>pL@}5(yA2)iP01$U|rF%y+`4#fRU$ z;3`e~(nNzyNN|2S)qlop9hT|VmH{t_@A^ZCGVpL9p?=$|KqsDHd)(U^!;B!W~Hoku>Y!PX%tsi9C%kHidW%MTK?^@`P^7a9yg{gcS&dV>Be-r(^_ znNd{=BgBEvK0r#Xh&N9B1=y{-#y($6yhcbeF@WX>GKa)4pI5NmIxcC1bEvm7>tq{# z`yBR}DZEWwki&*Q-M}v23kW(lgtIorfAQz<5U0`i=cS90_k+;cx^Bp8rrK_#9`3Um z^i_)GO@9=D2VSY|f6IApBYo^7XF(JJSOr!f?Ad=e;4cWO#ka~ar5Mw1FB|mH6ER#B zL{P#GQ9Q)QQFjo_5A_x&gesoAF?~MpbYnJ2b*Y!Fak_PY z5%LMJ=euv8zqz(Pd-@?0uVq;RAln`ru{yo=+!(;{r^&%4Fu9pcd%a7{Gmh&qM}YeZ zi=)!Mz%?Iy6WRX84V?zHjEE1CzwWfu=}1`dW2g@$_~LY0oJ3@TX}bF@`&n6UrPm0x zeu?-87x`$D-Q?2dL_yY%$X(oUZ8eG?8375%T7mp;5NK?r=@srjyF0Rt#`z9txkp@l zWcCDXW=w88hgyE*);^L1Bb>|@%m{oZmL^{u<`%EZ%fkW$_$V;_Lk@ffafAH-%-1{} zk1tt$;|bUFV3L{S41l29RiqKibL;N5Lg4uFS*s0AjiE)Qq9;RR0#AN;`=$shRzuWg zyAw(n-S88h?`}rS;iGj{$2C=Loz~R@BFRdvQ)q$zp>ZeT=XM+egG`|hiNB)Xt3KDN z3YTJkUPvWH#yz|#d~X#9iaf?}0e+8vpuU{ow}REJ-3*ddK&Dd4u=UpTPfOe@Tk3id zQco53}RWN3Kxq&@KD-%qeGF8xemx3@nMkw@gn+1&52F^)4DV}zwl8U>uSvrHW7xM@xh_)zklOlNzx=ub*9P& zu^lPCFG)MGM**VWSQR94>5qLR5~=YzSxeny;W=9^3}g~sPg9A4z7BPDzIo*Z_R=Dx z=xt8;l-sGsMRB4aNpLFLo!o2yR77x92`pyl`5N8d$*9o!D$?9C5wXKD*APE{NX?jQ z$UolU*x5OFIQi1DS5Qd)Z@Ia91qBISosW%=osExELYjwLQih*fl7o*=LV}M+T%4bW zpPyZdTZCNb|5wEbiB-wU+2)%qIX}|(z=7K=tzreHp2yDR!5|c!|*l`xCNug4Y5fU^lWb{gn6bVfhqkhe!CgIx2i5Y08 zf@CE6FNeX}Ux7jT1nMl(%t9gc!mAZMIw(~lF7N-m4+5<0iY{%6rZ0Ij)#!1arTK7> z!a>wH_S=)YDXwKcw<6q-X7-hH3;HoZ^k8m#hpIub>=gm9whlJA{J97iR|gOzehvxt ztKxx5TA{KZt>Ou`w*NYps^DMb_Z#0Lew~mgc2FM3S%>!NIS7_{cLHg$q;bqEdSvFv7;u2ue3aU@wye%Sj|<%bD~P&Ef}z|y{`T_EM0kwdX^O!J-ZMXwSrPv+DmBv+@h;@ z4sUY`4(SStDUB%XpW~m4Y|0VAm^$~c z?J~-F;m*}vON-^_MLhi#aNMd+_}l>%L^sU#FJ(Cv+OYaX!0(w|N{ovn_H^aNdfM!1 zWvCjnX?n$7vQ7yr`Z}KBWtSj^glymZ>!XQA6{pk{LLE=ps!JC2hJ;L+7Ys+WcA0aW zO1oP98ms$%6?kzyc-)=cNmb5^>Q$F#$~9Hpf$UTg&^3`~X9H~90W)-ZRyM3M<;v=R zhA9R8*j1D_abg=rCX7Fo>!QU`^Phd%Y{x^O@;URXx+0J6dbrE`eNXR+||W3)=IVt`Nb3cvk}-aMUmbY>UBk@Zp3 z=YHbXks{5)psEvOzmOFp`)3@kWM9jObImzmgF?lC=G@)5Zk~t?&S?ep2;;VjPF=Zo z>I$m;^Ng7}yR>qi3sa?@VU>$BM?i9B*V!550EIo(T&BL&B}1&*>>3xxLx*`lno?@v zoRZG6Lll1bF(7Dge8RXxN_q1RRp-;~dji11Jia#QM@}c7^f>{Ty7IHnOmi%1n&V5$ zQ4Mo4^0@oJx|p}TS3i=UQ!#+WkfZRAA<{$L5*rao&V zb%$!hlBL9XL5h%*HA9NvkzK<26Nqe}KOy*6c@4mC?xOYlUEfv7j~gsq*|o?A5W{~) z%@Hh}I2j)@oEQ>Hh~^dw8_nE<^7_H-76{=8>afR$4JND?p#?&wm!Jh!PBe-rD5)w&^zp-LRJSD#J-fKU>Vy!3=Pg|%g(I-W+#GZ-`F#~-&nRLfg9t75x zsIk)^^q#MvHkuEmOsvK-25U=TUrzfifMz8rIBHHHF*0=TYs1GXeQPCWw1u-N;uzU= z(B+R#={-3yA__bXKJu)KW)ARtyPp#H>%C~iAOQYXt5V6tZDC5 zV|k^tRQ4Ou>@ia4M$`!~7Nk6aPD$c@K93fu(cCg-=ni)%%xEW8Cw@zTscgVnd98bA z?bSu>Qn=FQsQL7LtkTl>v-PyjaD5vTX|V4QtDnxL6>e3q=M}`3xF>XcV2amja+l63 zal((FgLaw%oA<10B!tkP-`@{Z!Fce9Q&8quzPpv+1Q13ps^`7NX)xaFk##{Ip3hFUSWK8^V(Rw@Nsl?3?0|5!vGEad0JR z`2(b|h%oA1**6H+wbmi={T+S8PLR}x6Nc+mt9P#M?<|^Fc6`<#dA2VF=+^gx#I`K% zmaTkfe7T0%5X90fDxgrNEu!?qsavu+P!?pv7Gn#VbC8cK`k4HYh1dNcZ!eS{Omi=Z zEB=>Yt6C(kP3|j%D!C)gN?+E~El6(!9x)BziU5e4WLeAF>92eoDYdL2}?E zQo?Jj(7Zt%=K)N@P-i13W zC>8}}fHPGXB=rN#N%!dd&S8*XiWMKmWU2-o#)SL{N*-Sh{5jb8 zs>U`UtQh_vNM@uW6Y{q{X0aLAM3$xgi^4f$n;9Pid$AFx(LCs1do~; z?wtrbDFrd)o8Zt%JFD1P5FO!5zghE9xqE2jM#332|XF{%D(q~n;2>;!% zXCz;DC8{vQ-$Y`b{n${Jgt+%qVEgfj5rwi!o=)5l-OLJ22C@78M36{=Do7X5k}8O- z#<<9O(-#L0_T)zyrOu`)iFM`wHnwfxEWcNpHyzf+d_4R2Kd6&Sx$dWQpyxNp4|jw#Kl1IRXdWJj_kFDv zWkf*UBHS)~Nf1I=4>$_3<8@g*m|mu zC(q1|ZV44A_q2z9FA5A6HYKx7as^2P{CXi>G0xJi{^i;KA|Zwf7Z3mb*SIi7#TADb zT9#UfzcPl!l{gz>9ji-cUIsmDVRA;^73ogFd;2HwCCK?n-xXxgH~L`&cqU_TMMIH$ zdKa~|z(5JcbT#h#I=eyu_iKx?g?u|LP#a*eh1G&GNK zt`e&6iajRxw7fYrsLcjn9SSfd{SvggmHK_t-PolA;UdJ!Rkp9Yt00D^7HXkK7_r+z z8Bn<;;*GFC^9s6XwhOKKD2Gg)*}`0kzq$n4rxh@HWYsZxIw|&nY^R69s5zEP6`#@u zz>Y?paUH4->OsExhNFWtukzC}SX@wCqeNKm(QOIRosP(2<&F*CyRR6Ww(Rge>JieU z`>F!Puq^QI>swOSnYLLgm6zWj{u7+it`-AL03;Bg|D^NeD_(~cJ}5QTD2HVh#59x2 z80SwTT%!+iPw^y5GPh{%1SVglyyHMmpT9$wNz{;9hFU6CtWhD6D+v^|MjW?^@wfo+w;! zJ6QiRD`Vh#OiL1yhkieT>|?G~eqpi|+Od7NJ7_BQ5yigMLac5kSqtfpjw%_bouioCP-b) z>%7^dbRGHgoP#;}e1k+c=|yY^rz^G&Mt5|uz*71=&rrwY_FB_yA3twX2jWJYhl(pL zkj}x-{om4R-QYAaXfP=|~*2hpbrpxbAW&~S9l$j>d0=fC5GaQ&Q~i-E)oaMe~QEp12dFbO_((}T`DiY7%-M!;+HM{fj$hARGS7wL-2l)Cv=dVmX2zXd zas8mJS<~brlScE9>HQOg3=KW!^t?>+TUrdKUmS{B9Gb0{Ws1ITi1if26^u891Psc_ zM?Lzs<{UxTUBtTq{Sf^2nPk8VNSAuJlVGi0TYeP?o)|u+Uc-zy{};^D29e}C$#(jn z)ZCBOWdQJP5gq>DtpKEOc2os?=^=E*%T8Sy?%;VAM>2$f#!`GM=7H<|Kl1_t=v`AS zbE?gGfC&t?So2n5KTCiVAgz}x9a0mkeWoIY$?*b5QMZ>kJ!NT)x6u!E4FY+qt>3v@ z9&o#b*MfQxEFJM%`1iWt7KG)egO&s! zdnaMX=js^0rc7iN%WrU2JHfk3JZ-8pL?q>B|3*Hm8x0&rd5CMu_x_Dn3#Tn@*c!(1 z{EPXonxf1m=!-8^ymLe1tsFcKv;$ zW-j{H$}?jcW#?`bKwXz7is}4yhpfN0A4ni2zAj*)=#Y(^&^Dq$Of9ao^PA$F78C@j zG)3+fHh!uYlTX+fLK{K$tm)Jklw-=fL~(sV=yV3<_eokxd!0l!KWOX*BAH;^j5=0SE(`^jM=8w;`utSLsRgZ9?1^Z!s&MsZ$ zcUS{Ld00a2*q}?O-|r3^-C%7wd`la!K=V{iM~d#yYcPv6?`JOd7XK&Z=-;d_LY?T5 zH?lcq(S!4%es7XLX9>owg}jh|Z3gKBDosh&;L&>|YZ2$bjs3Tqvmk)z&KKm=kqZ6w zwoQj=?S%d*Gb4#kj?5G)EU(;Y0~Avu!toKr2vB1g>I8K@0M<;$rer zcy$QoxxVSJ2|RTCgooT@WFyG{{zR2_}H^^iiWCU`lbJ`upjh*>*U&{kEA{FpSL$w z@=}>#LD>KK#FWTZ(#VdiR?~q{Enj#KYT>~suTnL+yu<5hyCDfu-d{~zdhFOB*dBR= z;7LiNnZD+BA~z r4ySPLf(oq8mE)W9ZcU_T|%10kz5?I14V0kBJV(^>+tzM8j>H zf!BG>W`UwQ20W&Gbf>xldpr!BoZODPJ^-}`W;|aVtD%}FQ;cZ|(SVwL^A{>;f>)8b zwh?d!*-l+|m$l*q{n7(jtBZB2YG)zJhkzCgly?kJ0FZpnjNk-lt`$2!)3ml8H&>`{ zihb`bK);^<<+D2}o6|C6tIb0*|GSR$pDM1L!!zU`ilfTyC>O?vf0o=5HJ>}E>zO{2 zT6_o_fnt6zgD`DGGYF*DzPrVd4uzfQeHhosj#wR}&&C|_TE%0%)V2D>2zs$sTi$<* z6)XsU(97&9i8c9_!{ZDUV4!F!jz#t!&vRFO5#ncxJ7@HgDgvd;ps?u6K3%A#lk6ZJep)q9IHYmSXiDI?= z|C)U~S|Ypt{_arx>(iOZ4<*1ST=yq>8+C@>oD8p6=V#fM+U`Ap2jmNR@(DOcH{4|9 zbR@=1n4(tm-MTnXp42-J2oF)6;`+N^9$0*vc-EG0WXNg48g#z)0M1c}e zB%_2D4IrR^v_TokvR8*Z&RX}!x9;Bg_C9Bw zbJjlJPO^1&;VyY&F4$I7-1_j`;uu4rd+>?)+bI#A)O@XsWv}P`;^!xmw46Xx8 z(qPW=&0BK5ettS=wu5&_GP8>9ToE`qGWnp~ckF?zv*d$xQTk%p7stASEpVLd?7J1) zu6m;*;Uzbp={J@YczqXgB@`|9%87aA_4-h2s@VswTd?9-?Zu84*QmQIY1KCjUz}<= zBhL=Htbo?H865N-<1?-gpl+#I14tXTIg8-`@z~^Zc1*JVgb2y=&N0`dy0i#Ad1l3n zr+rRVL$>8*pB+tw7LjxAHv0T+CCVPva?O8`(XqD0zr}_dvIjLl$(OKOZ{%YW&)oy@ zZE?(RQ7xbN4_3ImygS{*)F@G>mV{M5z;+(d+$8Q1JrY{W@tuGo`DT(v8eB z#jT-5&~PDCHi_Mk{vS`4*2{+}Wih23t(S2TlwSzB79FFj#4b>wh18Cws-yLW<@~Dy033`M0^4m z<)iOIMr5p&8b#I#Q7iU<}guU(2?YbQSjnt%ddE+8@K=fAW)S5-Tl5S$G$E z&kumr?*x4Pd~Ae(nu2oC@A&{YA;@|w0N-KzHB%7r_Re>FgIz>mW7cF{umr$DpAS(a@cnUuWp+}8&3Ya|@xJzci zPgSXygN*3#Qa@P=U2@n-(oScr(PSRZ!)N5-|C$%o5s{z@bybCCsyGsNs}P#kcG{(o z@UJE)L&lr}u}AU2&CccaS`Ggjw+d zFfTJ9FH@+c9c~VlH-{or9NE#-nDRUD`-9QmbWx|`MTmET z+d8Pdb%OX5c9_MiU;^Di^!0c<0N-Kzou*@C+L;2gV5IhZ z6BK~)8E;tSKZ?f3dnWbtM0)8$a=HlPE5rfZ{%KK5U?x~ouu38 zdnHS6h0;>#dn3tEWTpOK0M*D|#xhJ);@S-Sh3-7lP{6J-F*xrvQe2FWo; zAvZZ{BSa0*{l(VZ2AZzXxDU=0k4S3Qz5#j{UtW@t=ztkH>$y)%p6o4iHXdCMDt(aV zI>|741MHE{f4kuqu1}HKC=uJuB0;9+3ny{6ZGH;?-|jv8nbW?1mSvM2Jk~WXnX3tY z+jzdUsX9=fe8XwBli7{;JCJf5QB-$4o9_l5;^8t?~> zP$%g4o6WSzGffwE4q01Hpj;Ch7CveyuUiF<;+}Q)e`B}RQk+z!FcHT|mfC|0LSm1e zI)ceR3B)c$i5;3r9vf@ELTqZ0PaQtgsV{Xpr@)9C;?C|x(?(Cb3CfJc2J`@~3|fI; zJ#XlbA0gd89|#wv>g$V0HkJWg=wkmCcT)Eu`P40G!+aMz|G~2g->ilsyY0To+3sYs zGd74IzP4O!ZoLJrRn<}|G`7ps?o!WzBXixOb;64aPI zZCrlq!ZquJTy>Bz9(Vgs2H^i8#v37SC5|rjdZK=AbDsrP<8i<7oN2?o`;=kB-&2TF zyOL3t01Ov#0>E=IchqyGh+Jr~6m>k~FH2G_YDE0Wy~%X#pvJy;wsN557iuPgurIl_Nt`x~GifaM zlH@>V@B6S&wrt9=V@)p-NB|EX-uvE0oLnS0c|E~MxDouqc;wx0i^=?i zio_rzsZ18DgffE&r-@P=X_hRCniBPi6h7e;l*K)BS0@v3>p{oBCCqB$U1wE z+&w#iSZWYe5#Hj`?Ia{Ut*0}p)1qJ7F$*yy0p1TRL^wknBuhmR*7_+HB3vR#IEW%h zgQzPRxShnF(g@pl0%ZqACQtO6Am~dRwz(shV=@xFT(z>jFy71i9VbRuW zWOz@~yxuqwo4zXZpx(Q(@^xveZr0l7t8K!3*|xoH(R9X{N>7{*TyFqr!7HK_y#3td zCY!liCNshqQjEdCGcDXN9u7{`*vwst@wD@ngjenMvaG&`aS^PV_ZvXvF{8U?6AEdn z63GQJl-{R|lCoj*3de z!PK`<@f%zkMYYF{0Tp4OLlIED%Qm1eO(+FE2Q7VZsvjk`5x{@y1qjaXBQ`}wn|q)T zqmcx!-ovu>Hm|#gBQV_A9>Nn*`?f#pytiw{Rru7k@UDg$S78d$7{tX+G|F>6G(|Rf@u4THUd7(HbETd!@Zej~z zOqL1C8Bt0V79TXUkQ`yAA8qI{`U!y{j+y}UrQJH`N^MoxDlZ`<9E1Q-M4F>eO)vuS zD~8LiDXWWU+KA03lq0D!3~hOy~l4jtU3zeNgRn|%s}~~)W9(|TFIPUwVmBW z1H*-?l}ok{vNMBvLr{Gb+A#suk%^&W57Prl$Dmfi>?oXLP*WQbqsXsKepz-l?|N4( z2+T<;`LgVP#whi&bTMbyhdMz}2<>mns*gp%X{cy`4HUbw(!J}~S8bb($@;x+yUOQE zVU$R-%aBj1v9*8Nrm}0F4p=G>1oWB2vkP0NH9KGSRo4d?XQ%JOq<4ir z)-i9gNZ&|ZqMtMJoXPO=eDNZB1g2!5@(xer+Gz%VI;%jQl#ngIYdMnIHHIRaB~*iJ zN%^GIt{DO}UX+kgC6dQnPK+0}r?2-;m6>yPO$<-xJ=Be35EbG~CR9RSLCn*t51=CD zUKEsi9t3m`**yG|&6jy74gQ(;G33sFSRFA2F$t>oBj95k7|HhF-KmXs$bw>_l|c-4 z?-xIR(Qy@#9H{TY39x^JvFD)iz;1~ZPMro0dNzep9NN^M35nNTVwB~|Kq6z>9g?mq z?Z9)vRSx%qIEE&QNbFP{%H|>ogAcDK$;bWhI=dF@16d4X;h_tOC#3mrzF7igIYzqK ztxNhtB7p_F>;rRSnPg~<$F%2~LufG`t-i5;z(^R-cu2MFF4kE+1);pjKZRQ{cuHI#$pCMLkVuG)UH4M|-36zFmYY454O z5tWZ}G5o*}eh>Qy2z?&HE(1c?ir3*lI*1nYScx*T|9$P+kpBVg(9(R9F(ebS=qg+S ze__4vVr}{;xDf9@W?jo!Z>Fu`PTAIQWE_m;bM=@nM)!Fzg0;Jl!pLBb!P4Hs5MF~N z(Qxfx57u5)v?i_`22@`wLP4@#mU$99s`8$-2;%`MZ8q|38Vxr3Qq1yXgC3BQIa`co z*~8}T(F~O3fbun69n7H9AKDBgbsD8!e{V}pa|>ZDDtSs*a+V5<-Kg7LX-E8kiVD-7 zI4U?7pW;N37}|&ZPMZMrT48rA;8R#tXCFS{U;&$N z0Tzo@@Vz~n2MiIWV3Y+{XMbC;-h+$^Brx&7-dAN)&daQQ81IvlIyo%?my>8Y9e-PG zsl2=Xtmlor@2LZ>QEuRpUYSlwm3yW4KmcS)An;a!<6?1AP^cbdyGP@W3Er^T(^ zON%k-G@2((S{5rMD^PMfX{w~C^R%vE8}&?jAelrGv!2JE%c~}7maSkmS$V1Jd6nL` zPY&|kszlnuvz7(QJ9;o)F$>F%S$`PSW$upN>OxmZX3wU@CX=xE5eu9a_H{8uX8h`7oN3FXEZ>>k8+g8QAr>lS5XGz-0Ti?Qk4&<77fQ4D} zcvNbaX#;N3=;|PexcJa}iScm9!+mROl{0|yW+OJNg%oBD^csW#k;M$%rKDImdANnt zy7no?cmU&FparQdv*vNuXLlW^U8>^Y_twXH0o2xg&3{JP+-;yW`qmdN zYnWVB-3E5>-sOnZ(?r0-eWJTs&gURKFX3!pWgNwXcNd(=Txn;tNme`SxmkAM8|-tg z`xtEzLYVKJ@|g*;zinq%A(5go;FuxF`DSvJvFwv8k0XR34}0m=Lme@sFb`M^iIa#< zEfB1XT9ySwGa*?7K7VI|Saa7wqevp6R!(B#Nday}%!~|$vlkG^bp`YyL3lWYFk5YN zMx;bS#Q~EM)DLQ3-9S+c2X`|@6mTR}ONvCX1+jpbI<+5Z^<~;}Rehc=UGXzDI)bHn z8@PuH8;NMlPXUlIj3`tz9zctzY#fd9E#F2#jKS3dXo# zD8{kRSPE$sELU}`!d`*;tfyIlTU0@*)q!jhzJ;2G6F~ec?aIqT& zhFCz@kthU;Ac}*_BFlTd^BoEeyD-X&5qDcjoo z!cv3;uoi+iz-6){c{A`RC zW&W5T1*N+utaPyjM}{L4LWf|Q^#O%4ARLiXU=)yLl^B57x+9Y@JfM6>GWZ6RLkWrq z>qLKhSWy6u2PqliKll+6j2&DY_{QbcovwNss@>L#-h91wEBkhERr}3t?N#*~CRTM8 zwf+s?q@ULB$# z#%MV5m-o2X@i03V+d{e9#YQgy_mGcK6hTe#WPcx{h)VX~^RWYDGvszp77Y{x4Rqi> z&>hULehch7s7B-2R6PMDGXqY+^00w9b1Kj_>yF!L|K-P=!-g+Gl1{bqLN zlNLaBf3TR*(I@xnDq@H*4R_1v=HfRGwzD9k0trkyU>}OS%IEpgEsPJ@AzY`|%(P@q zs4z&YXu>oSOnRZO*PyjixMM7BkkF07FN-v(vi03~!ZC@{)k8I=I{xe*S7})$cd38K z-@Q-g)s>e>cuOMT7;&a*k+(gIa%8q^juuIke~hli6QObZOTJDoVFjZ6c#rKhLsY0p zF^RZghip$_8Pm0W2L{s;Q7)Y*YPg4!E&8yOpf&-IA@Rp-Zg11a$hhQ)D|!xOTq?vR zISN^oRGV_-b^>;sP*BN46T%VWVe9SdJsU*{l7!XUa2LGIYE#@r{^s|`zC{Q@1Rzad zeK$!K0m_}IBbKv2MAgst&`rQ@^_f9D;j zQyyT3lxo8J+n(@NNb%-{`7$X3JlL0F)F)CS)0pDBJpvn_-EK}N5P@|xRgvV7r{LqA zI8;V8ambB?7+~E<>}+Z+3xb70&U4E`*@P&NAcR7Eg;(dWyBf5vew^o|;&xbfDKf0ur&`Ha`o zYCFwi07j(r7ZvyAOn||_yKvyN-_xXY_Jr5L#EiHog9mRYkd;{#R}e?Z6Z@;Y#2>Sd z=?VifOp(|2zK2?od z!{Gs94EC;DqE>-(C$nso+LUc0gJMc1m_U`|MPYTt@D<^ge+28k7`X;(mG|kQ7DC}% zcSwlo6Jo!eKy_MfR=#M0V+Isi7-3Ax{bYiLbL|~d@|G!|F7yJKP(u+Vyvy+bXO)Z@ zj*HJ%dr?p=fQIBi6aqi^Nko+u z1yQ6`ZK;2yMX=vjCF1HV>M>&wB#vG6MqT~tO6pNxg2(L={b1)0UO*axcu4Dy`PLs( zdfWPAuJugK~fv44G04vM?w|Idh^ok^K&I zOlQ@Gf8XG(X+V^xTAcBUq)jap;$S(>Z_PJ^2L-(NYVzw+X6 ze}xbOb>DgVD+G>LMjqc^fv=GGV(k_COC3E&dj$kZdhYJZV03kNrHyW2bLB)#kD4ok zb*h^yZJiGHR-O+z^j3yr4!xB&<}ce?Vd9c&Dn78a;)KYj|2OA}G1v$U`~l@82N$S+ zfL8v;lW7QZX1eQyD{SaLpmD^PLEr@wle+i|Mp3DZO>}YR0E2)I^L6O-aVT9Tqu*Zw-rV`Sz9c#Xe&Bn)>3N@KR1F_BN(9;dlcfQ*8{{wL$OmIFD{1pu48wv$Or9Cmca>%uoG8}U)rEFq;T_r`ROKHuQ|J&9Vt|5kg-@y2XN^;F# zZ0vZ#w27y6hYHtSr~X7P{s-45C2I<0Ze(+Ga%Ev{3T19&ZlF?uruSzu_;w4_y25{%U&5Rpf}%Tu1j05f_dy$s=PVu_C&kM?b|s zuCl61%W6CkLc|aGn47p5|8jr-_4HP`E z=0?yPp{}KMetRrGVUh^hEaKmtyvbMPdih*s`D#32oYI&QN_mqxQ7;1cbdzdPAs(hk zlPX(1jwh0`IEC}Z+{T~6&t+Pc$zvLR3XVL(fy@}fn5~x*rgLCmkF4~cGJZ~c zb{7rX<`3bsdP;x8?JnQzyLG;Y8{vHs&+_{HqPy`kRdiq48cUdRm#|G(L_qG?HtHLf zt$OB&c#)M2%m6!FooBNOuo(#n(vP(OAu4A2+md@PecvgLZ&{HQCc@vy&e zfKkAWj@r{1MKT?a-j1%r273v`63f5>5~YLH&WVg;Ab)>VFGacDEZYF(s~0e3T7XIh zX~Yt0`6cj3!w5BOFP^(iJX<`Xh*hp1`O)2IC_30fyOU{zQli!0$|5kqQ{W|71WU1& zO+O13Ip4O9Mf$c~fJKgo{vffO9DX!-Rk~^%ACT_#_e(b&01vwtO&i78rs;Wo1x3G& zE?FbTEtY>8Oq;E+i#qHZ7Rf*t;a;+8-o77O5r29{&DuEa77RtndYMacN~_jWUkp&D zAx3s(J6j}WlaFA6Vl=QMnsnE>{-3Wc_>v7nU9NJ7J3O@IWCJm9e3#pji*WHNU(B}(WZpej z<>AWv&1h9cvML|aBApYEuvGD_PlL@`dSQ;d6@o?j+u93=aDA0m{jEgDCH3k{uOa6{ z2RdvMh!So1_J=eny*3is`05a>hJYUdg4S`id|sqWWMp!jx87wR(=97}uHta_*~Q`v z4fKEeY>`#I6hAdj=6%nE*Sx!rFyS_<5X&kpj)M1g%VDpQ_cxnl^4$h`cLkYM{RN+3 zA(EnQed;9G&L7WI4HYeeS6O_7p{+3DC(@R&fA_W~&E;nld^&G#WYyDF z8vAx2y*ZA~nZm{$H5@_X0__@lh~|a55M+ORmo`pM7G;wX59_wjkQ}qLejWOEV)h^4%-u>ZwJ>33>?oaol8(=|H9p(e-RD0GovnlQjRr^~SvlEg;-Pk+|119J~HgYYJVJN56EhyH?dHh-aw(TgrUXr&pyh$vQg zkY8F8pAWB<#GCNWRK%x(+7ZO(Th;2}O{)&e;WI!tYWM=E8!^0z`hX`EKK!pTuUtbt z63G-g47gl3n>mP8ZQ^NDS;FaEFm_BlrvBfw_M?-p$`pkr-qomC55%LYYB?(?ltbG)o?r$my2t#0c{${4*8_AHyJds)>DtI(!YG?|{0p_f;DZ^>`<^H4< zQWIpfxX}uMB!44`lo}Z8 za4k4WLK$Llt~e;DF?~1n%wSp~3Q5!RQ@$LsrGjM>D1T{^e##eaXpb%9k|VC@7?yFV z5SQd4%j&G&RTCcxs7OL#Nv2;9?&kx6qEN+zHDP#;aNt%`J||)D{)fZVf+8e{7!Csp z#UCN%VYgU7cJvVCY@+$t`eM#2cjf6e!bh0hJcVohV#DJ$`TSF#eBnWOpQVe9f4^)W z{DK9B97ckWL3;Inn->StS9ycoK}wii=8GDn5EPu(_d{Gy&(T-b7*#6G!eyQPp09W7 zc;k~TuGdYRDK>x&gZ1^r#)(WP-%Z{Glb~9VfBs;x%Btvo$k=i+Ad$JfqSQ=l%45Y+SGD2x-tAx2&=Z0`VnPzDgI^?Fz2i_DX_V+;n` zN8zsFS@0qv@zrm^6;h>7yVc5#WctrG#4!EuCd4q#A%ly>YPa-|>}EpR!eD8C!Gsrf ze;IDKQw9`Z1EGVfE$iG?L3W6(dm&^9jH;Kc(flF&KHSu0R#Z>6v`f@5*X|O&v(=)^ zxBK<>!gD}#zyD;*FCpZ8Px+*3EO2!gmBvhLa(BI5**YeDrviBTIj>)0qStNt`=mz0 zQDBfbIAYa%n^oQh=l+d%SfbZ!&kj~L5ms`@G6pHppi*c1 zuMWV&1uX!%Jy--_kj+2&R6PW=eK@^f2icy&#>uLq*uQnb;+rE)X{+6;em#Vbe=p76 z(43OF^MOvYIK2h*YK-68+pf;-!S?>LeS!#3+~WNO8w3M}1RHmJ0RaWzyh%EqW~(X& zDuPKUs6~U_MdQWAKE=L81c`4>VkZS)R9at+ojt4LNt42HNB|#+VS&BHg=JT`lY(Lr zK+7HA>X*heiWDMxzlD2*%T|yRe-7`5PSbAzM{Ei5q#!(3C%qG$;*#(zpC=L`7ZWd<}OAswfN{B4EIzNqHt^(!9d0^0=M@K z3>IzbXvb#Nv8`Op-JqHeP+G2h)8T5fIwAx{hK{i?E|_Nsy@lnlj1yEGf7rz>b^`?$ zMvr2+;*fo+Z#de<-bF*q7;94;SU%Jn#IV27T+zZJ{0$I|8(UZ)L`!j13rh)px`jmv z_yo&QT38fIFZ22q78nYUq(^CC5v>qc`ikTAgRR5q+PQhRZOP7ACV9hYep3_<`WuZ8 zaCo)xfYWZz+RtCS#uTMgd~ z*g$||>vpTG!dfpoy-^C_BIS+8xA(T*mBpuQwX=OT7hT*inq@=nVCVCQyu9}01`g(F zxw8kMy!80SFh`oRi_dSN(Yp1v#-&X@_`6{LW;JxA;~Yuw=_^M%J$-zndp%xU1Wdg( zUJWhPM(^`b8=${Mn2cEz#`!Wnb%Am-y+FB%ZlDHwnt)!?kc<0ayM23SMu0G-_zjch zUVZ`plVxAH0bi3IU`Btwpt+RpaM6B1bDr#spfYluj>My?WT^q{ljLA3mp>2(DSz!+ zNpIuE62ALaFeg)h)#|;QMi3yGiGvC74lnjQB{^^?+Ga)~9WFDNf1m12QcILAN1Wgx zn2Xiiy1rVv>gz7!Da##nma%&1D+*?;eMKQC@L+4)uwLQ_N%TbK9s$A?c&F~i$5>S z1DueAQHq#kAVDBZv!qyG{Q5gimhkXrfW1x9|L9+SEZv~%^S-?HIvC5f4~ZN6a)6i!5WF$_ z?NAhD*G1~@VPza;goh8%Y|c4PZ_Co5$yZ(DJw2>e9#@+e{&7`%gk{lJjlcK-5hT7j z^tDh(Ql$+%SEY>}i%P-E>{&vKeu)cT}UMN;TfSicS_ZG3k-K;K0X6F)^APwJs_tNAh@1Ya@1QZWp$RTlN ze7&EFvifL~9%Uv0N0UWmUjYM?rDZyQ0sa76y=g2g3Dj@4r!3T%?!Iix<>kn-kQJt2X%zT*VAZlShEG$lD*H!>%$9x}5E+VpG*PD$ znJpzciO2vog-UX6fjmNFwgmG3g~&+Qp{g%QWY`xXG71U!bTT5tsEI!lnq3Z|`4Aje zyJy9QfzrTdU=)tM_WVR&m#{N_%x$B80iKj~H?*Z2 z_fT{m{TRxLIfe7(1irD6y{^LfmN`$PfCD!2R_NQZE86O5d;IlWv*z8sIkn7O_r(kX zK6kZrL10RuxvZPs4NNP+4s~kd^WD_1Um?dKvqF7lx(_pvqWr&ZaPW9P8NmPx^)u8Y;MtO6(9G^cJ| z$(y??pB8xf7QoNnz1`(&EOl9;>ALFu>hqQw0MvGP>dWOAy9P{5S$gd$N#0q~0dW8X zn*mk!0pg-Vrj=1>4Y>2u9R6d7vK=%VLTMLz=z3ZAoPhDB>LK2L`m%jqz6yt^jvQGF z1g39^R$%*E1KM!gZM<#V&^oH-p1vO-99baJ`F$UTexZN^n)(DqzBW3aZFGK*pr##f zbW&iAbecXV(RzDybwZz$B87-PsnMzaMx&D`cJ6jPG&;>xG7}RwIwt@a8l4fqGaH?+ zhIP>BoItVA=!_J9d%n?m4sPG*oC3ISbVk4r8=ZW@MknD{T8gpS_=-j+5m%auS2a2_ ziH|or356-No}|%9%&rcC;q{G9f(4|cN&1`_fji`%ZF8!xZO$*<=9FLCobi^cx2Y=H zDxY#n$dQ!trG1?qJ0(2r|Nh4AfeR6VwLGWNh;dV!v_^muYA^ghQ?V?T<9{Jr`~`;3 zg^!bJX;**i#1?+*3>$8F4ZoE+QPTl{<0nu}wn zPMXqe1V_9ylew;0>zi*~QW`x*H2UU>k_21u7upkjU*26U-ti#LuCrO^@wzXh>`(a}dcbsY)9goaiX-Cq6RgdH6y zctR4&M#65JO}EK6l|7iA(nJ4=k~NQ!Yy9{PoFdHNlsQif(JGn?O%jp1V{UhOUbOA# zlmmZNYC{s;tK()> zV*y_njhiAb$`8fT4c*VUj(>L}ZP9!v8rNU8?lX77z@pA|{6Z6Yv#GnH_8s4EYQJ+< z`%Uj=TH>ZG-p=N*+>e*7zthlCTuWjM4NcPc`r5)m30mJ3-D+cv?K>*o}KhDb`nZI13s4M5j(-2du)HhmjOG$x1OD#?Xe1N>Og>fBX)v;F$iFWXD4Vm z06@dB)80_fb(ERXz3M-I&NfGxN&c10Gl-P^2ft@UxB>{fq%^2)!c zw#&NW`n(6g5;(ZW@fpAuU@X?FoXqA@A}s|1soIT?b9Pnbn8DSrX7WnBb*W83~;VqN$7$EdUN|;8V~lyZU-IPn1Z(5hFN(OTA>UiX={Qd^5jL zChM#M$Adt!;61S1O;%M!1KWS436t?+*E$b0z86z~T5X~PxF9j|R0PL~(dNXxn1-MX z=mfVCCUHV6vo2e>KV|cNVK3GEw%GYFbkRDh&EMm|bcm@42f;2Npb!*XsTd3BB!W28 z$+4*hvNibv8|~t$SQ1`4Smotn4Yo)qfiUU<7n6w~hMMukO1Q>^+^K&i6lm);aw`T) z^+f~+woM=$9|=yj!H4)5LC7BBbIIVj>4V7ew#%#)yZK$Y2C|t;d?lQ6Hm7XPnA?h~ zYeBC?`j#hp>b<-JjkT*{88+cYvtyg6x15=&O>pfT{2BP)tz#9&DUHF>DQ%C_3a8-s z^`R=|K$Xw4ec%Mz|{bSORXSEdO=WqTXbFN zLTC~1wjp9%ui-W3nbqV(5byUGS>UYWz(O_BemHR-$`0brn?BaQ*tsEh0NQRbb2vYR z$Opn4q!5fS%Fa(A_Q}XuDFjdpSn?C45H}%2{M)1ukQGXCb_9Q!R}lT2pE{(33I6F) zheTd3bpX;jnL21<5^)lAK>kt|W8V-6 z*m+RopgxVjAz$R6Ptpi_w7>yO%Jd6C;L`^|WUBsu3LD5&{}wj>VTFx9!Ajy2u@ZvX zcsr@rvl4r@puvAMf3Dn`vQa^U4GS7%7`6 zT}%nnvGTENUHhRZmiHNCxpv~(F$t_+wjqh&a9i--_G(`hZQhjIebjrpK!e9izK^A# z9i)clD*NCkWbVVC4%T0~4$OV=6Ens#>-_94?E6%ySZGlcoQj)}XKlYG>kd};3dWu4 z<-uq^ka>T(ITW~D;<9hfq>0#&G zCv-d%HpW=qgYvVm8n5U;Va0Si)_%q0)-Yl4x|A7gaj@J$5%)#V80IQ~Fv9~FS~dcJ zsY^UVz~$jFPh|PM2j3&qheH;VXQ1cbGVIAR>=%R)b-WC#Qv0*SCCacVq$%8-U4`XD zL5OGZ$;z-&6Q%hjs<5zA5`IU&SP}O1;)NRQP`p=`U|%ZKlM3wXZxsr#!&{xMzrI3f zUw*xS)V}&Ul=^A$H3`5z{T~?5^x@B@5`XdMDM`6MjB#)P;4v5e7Y<>@=lD-h;2-DH zb&ivnaVnQVdI2kcOLN;s48H4Eu%}Qn=4#&$Pp30UT4$0&r;XKKk{noS9kY=rmycxf z?~C1~EK#By$x__7(Z!TO62RgEumBf0dLQBF#Q-DWe!*Y(-9vje9*i!ihzv54%4mEQ zQDzX~G*XHq&7$!ndK3RqILJw?9g7<43JPskTfbvm_~xh!1c0Dhg8R9os9FDJs&2V zF&(=Hg*5*bc48U~k&CH5zBtshWNNSC! z;H^4CLt}6bP-m778IH@(=UcUqnjoXafm#S88HuES)W~2Fw0K#7TY8V|fT;}<`qm>a zZC&TZ`(Wng#$9=w&1bWw$g|Yj(zEDDOIjWs40aL+7!@{KO1!k?M_UG|X)y`J=hNI4 z^-<;iIuEQXo0YZ>@+x~=8Naz`u%*id5EZj_jXZwZ)Yq_{{4FMYY0`mn0UVX@qwwSP zi@`2`np`$nW~-_b$#-h?+SW}80l_ej|8$zA)5f}gSvgC(rZM3%*bO@>0SA=F=xVQaBiYRxMck^d%XvNP>2Rjw=_C=0NP8_5tI( zxK3*uoXcbA9eWW-EWqT$*n46N6I+J~o&Y#_TsC$s06lrdnrsV7R4Zhb2HJ*_*@hB` z@+j#qp(LgJIxsN>`x<>Xn6i-C9vUWzD5Kv5OlAY7O-uwbO0}4%JreNG4gqG%TMI*f zwued}hKye=2=zne-mf0Nt7#VQx1PZ_J%erY4C9K#M;yOkZ^gg$_&ppZjR@h7CV-)^ z73NeyohqnpF0*R|#ZL+Nlz>kO_@D&5PX+aI;$X1wxJeV6Sr(Vb)u|9TgMYj3g# z`pmjwGbDWF6Fv~VkHXa#q8&d4V%JZ9f#8#SxeyrKG>|)P8u<3-e9YCo-4yul=B8p9 z3*TYVzq1{4I4^hS$Iv;O`*+Ul)H#2%o%4R5WrHD`o8_ljK&G|Y7LaB(yH1O|nmwXz zL7jSlJ=}Nq9zdE?6Yzg%0?hrJ0C8#p{!^U#&K4P?NWfcbXN$_HJ+8-Q)H=cWZvIFF2wom=e%TKh zM`npD8YZ0c_|h)6ziHJT9$q!mwlS*9G+WdS#ci*&^x0>KAoasmSf~UHDc>8Gj@IqL zGlkW{!wXnoV{ouE#rZH1ib<${MV%MI7SyT+Zy^y>cM;;Et$==ycu(q_t+#vS^K?43 zC9soF^~a+Ia^&X1h*A*CCZZg}n|BT{P-L{ZV_igJ$R^seBEZTkF-hxm6#nGphml`Y z`S+-4r!YoU2&wFYuO50QEEJ-KA45ULFrtvJI|>Gk=5?#be7d4rnT_0kk7~537U#;3 zAndKy3JZY|?D0of7#9o~Y`P1}VHrJoON}t(twZ!y1PP;$qPT*VRI9GyD0u#IGhpJ@ z#S=~--1K_;vd2IRQ)iTz0|#1|J|mj!InYA453~@2k>>O$11&D1m1OrAXdwVBH~c6A zEktO<$pa6xsMA2pBltppN5LgmS}|%uE9S_3t(c>CS}{j(MTxt1S}{lH6pxOuQan0I z9$H6VD<0jw95&PbZp=;O>77qxvMJO=LCP+5qwpogX_)1qhFMy8b}j3n6JLHvI(qv> zggJeRI}{$afAsWy7Ui7XBiU{pUV&^94i+|MSazFd?xRJ_@A5hwN*HX!U{$XIVIW7U zc+_?Z%yb2{SJ?Ca1)jO=YqR@zlm-DalX1Q)lkag0e-VTi3Bc3ojO*5!jwB0)qu@jM$1F2Om!{iejD_QQmx{3Hej2{(UvkoTHzJ4< z0+Up4f0gs}vo>~E=htE9?~d)j0SOqTh{X(Mh!CbKNT;0-pKvgO&Uc^|Q!==zhE4;9 z2$OJ^2ZPS-Wx;^ODE1{M5NYj`U z^aUe&b$@gtS_=|La8(aT^Q0`DxK~$|@VWcVUu_Z2V{j#{-~DNya9A8c-nRR^!#P11 ze_+ug95H?b_oR8|jecDBNJI#KVgA{02G9pYW!o8VXTTYo659^=&Duv7V`s=|HoJEA z+2WYPaN)&24i@jVSrz~Vs%ZG9^Wak3M^?eXHYZz1xz!isHQ!;0<8x+L5N7e*~5f69Guk!x_Vvm64K2novf!9{*mI73>9q3LMh zd}7qMvlrfg z%Z2eA%R=yox7H5lOm#X*W?4DiOZnnd%s+cE|AxkR41-j}-4ws*GA*)2&FE`Jz-^SBdys6;N!*`l zRJZycoi2^`nf}Uh?QJWwHE{)4^O7|XfghL7XET7;wpQOcnn=!izJ;$>a%f4f5YTEV2cH<^VS-Y)@Qth2%itPGY7kYHS8i!p-W4bhj zE|8BQ`kY5l>1e}^{}h4|(Lgtzt!xyj6A4NMhpogGG@B!Y=oOn3lwGLF<8 z6`?M0Fb@a1uF&#w?xC^F^V(ENT9>r5)mHtEX3r5p@`s&_LSu#mko7|urKL5TSR5{_m2aU+@~TlJ5Rp!I3ndG-S&~C&e^8f0vq^)7jcq$=Y}?k&?|+}?zM3^_-pyJwXP^DupMCBwHIoMD zA|AN|J(Fx!TLPtNnKCz+v%uE7OOOjgjAgvjg>u~sYq(9GV*0B?cm8-r+I)ojt%}84 zlc-78$wqi1THB!;Z=MSes56!_`aHsfvVs<3S2$DEqAbbC)&Q%SG+uqludjIel7wpDrI`^s?B^Lo2#Q zcyF_wS`YSE*Uxdowm2TY(0JUuB1L8W0<}?3Sw$v@YhM4{XpAc<%t&1lZKSR#i`YGU zRvYTx2+C_r_*DIs*O)^zDkUH|;LBy?yQlhzjWY-~ptO{u@EN~P>9!Pzl6-c3K(u$U z+OZA(`RK6(fRYuWgazdZMbD)znG|b=_*tL~s=Ye6f51gQW1FUK(==dsennT_Y#S*MgI^q;8i3%;Y?u9Zd|( zERx-VNs=2UlTzZGB@oNaQRfl)y~PyKwEIHWXqFc`Jj{9ZqZq+Sn7R7jm4fpwCCorj zq$6}QX0}$`w*JNY+K_C0Do$#)Qo6{6iizA9e0d=dvG%WZF0IICVL%bf zcEt77d!=PgOVGCGo1K_?_Vcm$zeev91B~@?fN#!z+Fh$uu^nm9dBSZE>aqzX34&8U z^Syn_WxWyno~wp6PNlaGjQyL-oU{SP-~uaNJTQ7eM&5)ftB ztGZNZG_+)q6hGzcRTxxTiZe^WjDV{s&}H!XAd*loauuZP3ZZD@)YPx(nM~*vYPXNYkBQtY7(Hqq1MN!$W&qkuG7%WD z363&MHK$JS_d3LAm&kyWp+0T&M8o7+QR+eTFqLd1Ogf=hg62>W z9OqS4N7E9`>aR8=SX&&(C1~z^~5zF#nLK1wU3RjEijE3F0R_oX2-v6e0 zaWp?6ntX1fK&I4SH`yr+*!CyeS*7wws!@iOS#e8z0@$V`5QZksNBl7$A_jIMsnN)Z zBZGs96*|l|e>ncLC*q)mywP~p_s~<;<7InP*i2>%i| zs%4B5x$`YfAd*XYIIF30d1+&{o*=beuF^r4hG_K1n^`!Ia3Q_U zHIi(2>K#kX*Hgb<`B4#M({Ps{=FO{;!(u8A|M$GPA{4C!8$lRB9nyOlH1N zFo{S>gDI%LP+HPpkO)qztYQ=E(J0jW3eXfI>F^de2W_~j76xp~eog8X1WonhYeEw! za$siZ?#Oe66O6L_{9%$5yE~)u7XB%J5VJK!n=;xM?f-7x*IlmVm%rB)Q1vW0Mmna- zYpf<|+URh11FFt`#0IXwZEPzZ!6jvCXx{e((4<= z90doZ-wu4LuyeAi!)5W-Td4!f_1m~K7?0LOi>jj=fw|c8prt>VSzvNUfqyfs*w!;u zjfVURvdjt&Tv(pUp*IYp`q^+S*?#xR89BU$WL(sQKY;Q@H#(hv}Sy9zBQJ&<)^uYG%|EA z#H|nMp|;9qESh5q`;582Zqu{Rw3D4$`(fibN<2RYQqU9=6az18S&fV^bB<%k@yWIho3Ae3E1n-=>P{o$msy>rgDEEM6{`>_W&6X zv2e&=TF>by-FnFB5CwVsdVF<0nagKr5nnt+?4;4oS6DAO!lLnnn!_)Jr*d|AhMGzo zv>^Q5CqyNr>;*fAUj$7`8rtd%RW4CU@YUO+{Me@Dw&C=y4n(h-t=v1n;=NDQxISD- zElK@cotg$uRp$F&zGQ}5braM8%U&*Xs74^GNyaiLExd!41N)apP*BbI8 zs0KH&1T1bJe>q#0E{J@ZK~m%M@EfcTA*0PX_7WiOK5hkN62jSI$09-@qi4 zzcXtj0NHh`3**Lx8L;UVC*(fN|H47lmUX$pHu=0$;l7y?z9_SS6xlf-T4?Wb0m^~4 zHh}Mf<82u$7PY;ioqq8|bQ>-j(ALrT2Xd%4gX8Pwf{hae>8vb~S?*%$ccSgOmG)W! z%-WPRSaTLPg|bQ<9@_6xV;S-HoncJjmVa&va|C*iGTV(_0FGHQMUaC=Si|Vwlp^mp z)-%=_>@~ro{7dMgyl8K7yp6ebF4T(ngz^ zgD-Y2O7-a_Tp`-LV)f}H+9w)wdmm{H5d;qgeSRkQgg>?vy!RAxZC!|qb%pgyca@~U z@!;X|(kVZoYq2yZ|0hwJQ?S!|s-XX8m=2@k0KY*bD%GG`#_^!nWT?foKKchW0tZo6QQ)DqnjQ5E#y zhr5gObzGEml#2BJ-hsV{RuoJr`Y-NTTW7Ycx74?K`pm)kiREOL)U`j8zX6%@dO>^t zcF+G8oo#M9QU91>f2d9B+RT1??f(E(9R6QxRQ^{iXimD5@A({=FQbPDfT-6jr^;I| z8iN%Lv1-;oIOCb#3Br3H&izc<=wp6A}Kc`CDWrBOdiP zQ!YayNV@s}@J>1`sq)cw*DX^ecRh_WkgqQrRa`bUX(!U~cu1qti0)19X=#N0EP=a~V zE9I>}fJT!p&HTpnk+?CBp~4r7ycb8;rN^qc=XmL1zf4;M-FKf^FSUrvO*87=2*q@k!a)FFdpGHRW5ymQo(do-+)dF-LeJmGZA{T^^{}xb zyJ;>i3J_MA!=_pXKXP0zS>_5x`lck{C+}*gIMrS>O(LHC?$J%+!17KP01h6E94ZO; z*(Q9WLG97z2gUPm#I-Hw%{v(*4eHI3XM+ZivARrpZ!2ktalpNUE1ihTLdGPCt>DRh z62wq?_B^Flf>xCi`nM!HvB+Z;H1Y4$vJTDp`no^3Uk&!?(2RP9g2@ZNKSOgN#YL<+ zW8%O<E4wU9BRcAh?46&1*}hCO-bc3GuFAB+Kme+`o@y+U6rlsfuCdNom4G-3$RM zAaFag{&>?G;WUNQ%9_exA3O6{^>bgZ+k(~T4gWyg$=Ui{Y0rEUhmm4F%qb>O$^0mI z5M|-poasbK-0stwHY7jPUXWd(H_x{2QSKfekKVsWQvmJ?&DgNDABFIj0V|}n8~TYD zYKk{rSdkQNHwKlCQjM=GI;*1dansTCt)Ec40RE0Z90Wou4B>;D7l?@@DIi_lMbCiyh6#*YKol21O%n!AebqoLNnT~JBtr?z zslMRk;fh*pvGM0XKab-?f#)47K78g(#cVYXTX@I$(B|Rx#dTYFySF3d9Z!MMhLeNxAe`B zJN*G*&sn|=y7r@_wnQx?I{f8=?+sHTv`J9qvw7|^AC0*d@HkperS^7s=RfBdOoC#_eiK_p!ARY|s-x8PbR zs95$F9>;Hn`I(IgFklT7_B$C`YEad_*I?B;lh$;bcYUkGod{E%p($WRhk9&5?j5mw zL9<0>HgJs5Zr(YP^Fd@g*-@_Tx?SPR)}eda{CHR}PWmfssl;OZK*AuP~m^Lv#gCNJ8&Gf68oIdg1x z1&5SgKIZ-;;vrPnKu9|-kT0i$v-VwQzDIRc9hN&`2&sl&aACWiPF!*EitUW*1#C!xjd3c60RiQ|hO zgLfCb8ZA#1%`&CPIScp%RslT3=L^^x(V&U%}WH%C0*f`3M}o)bAH~ zj|D8lYDXB{cO_snXb=4nL0}Z>&f9ht^yjCrT|&Aa;EDz69sg5PJbBn@!mglnX^zz} zu=OE%^H9L=P7rUBC-@>)gUx)dP0Lw%z`%Wz-Nl?tJUHG`-Z=_B`Ypq@Odcu4|Te73WNX>Bv#FqC*+J& zz2qPNjAS$Iv^|vSi!8Xi3#3~o&OZmv!&D?kMWH~^$Ka0H;jg2{IKO4D2bP3&gM%e9 zBx;+qJU*Ie^SJ`whf@C1PdZ=1_ zkw;GbT)hqb%L>9u@O04JNL+f>qKrQU@=H!-F2^Z<-1;>TAEJylpuH}noicM_}^QLC{+U1K+RVsiVRJphl6W^t_Se)BiVu`Qo(T52CjYuME7j)k`WVRR=YnYI2n@v62i91t;x! zjw>-CltqN3JAiUsDk6EaQoVOG|NA_;R}g4&!!J(^*AfM0j#}!6hTvyZFeKj_>bP+t zQtoM4MZg!PrEAu+z95+M|1hmrwaN;&x=HJSCnfy1!?RRzf(%t!(qeUHvv07JInzYW zSFP^N*z^P>1v=rIOjzdI#(!zk`t`4CwA&H^a#{HcvZuH7AC$6sLS9esSj}?S0Qt!v zzd<+RF0)+rWT&70ak69olg(L{B0GFEcV0qGww&}62=<^p2955%tcCm;KeHJwQ!L)? z;36E%B{lK?B_t4+gm4Noo5YQx6icpJYEPrgwix}t4MUhYlD$@K*!_gCJ^l5V53CAi zSgY>k?bw=R+nholE`%${$RxeazfY*eC$N=^3VyL%FiMZ#>EV)|I5-`M{(0?(I^r1; zV&M_}ZBEo2dcQ>PehJt3Uy{J<1~G?)>GrDiB951_o3x+0 zIiDQ_+ba%!{)F-`)<8q`*fzZilwDM8Ve-hgfV<=$r=ThS6Q02Tr#v@Ie(8NFPl=(( z8gi-EX1km}$k?js1NYsHyVG;(K7{n)asMgLQ>fM>BM=xn*&D9=>Dh*!M@6?!ZHzr|dyv+JfA3(cyY2gjQU};C>5mOb)b!5PR$*duJ^+)0lTb`( zEG3;ZxISc_%2M64*Go7J_ZG7CG3VHX{2~&(e*+prVjf_$s1)z0!xE`UZ*am$Bv}xc ziC0mmCBbfQnGwz$mso#b^c6zmZB1M33_iQz^r3tOY-T_Ft*gKKI%f#O0-ZLDak%T3 zqLZd7;h`l#S#So$T$8pdc>q;M&^}5O-dGv&a<@Rq?gWZc-WlHTc6xK(R1Z*hHWkM> zl$gHD38wU`7xip4j`2iRIl^5&t_-}f-4p=MG76N@nQNiQDM{zTc5x9B7W>=?0(~dE z+$*_5+ zP;}teah3lMewU!5(L}PfzW5rXM6gur0QbR0gtq zOE!lsfDP|)n(cR-JJ<3ES;>W2buDzY!BpAihg$Y zj}#f4?RW=;H(5bqLWVm3y#M^2rN7-!wH1Lie}Tz3%$eq1iB#)jc9F}8xpk2{cQT`> zn^(7jEoN+a9kF6t*JpmwoX@mOI+KjQ%g_YydH3v5~#jRtCMQbtl1x z+@dT{j z{mcrR4r_6sB*+knkX)k!x~(=R53yH)VcvZAKHIc~1Mn@ogBf@&YH4LOWcyk3EOB6V zA<&J*_P^RCM<`5{v+oiZ)A9jqAOQ39KAR!(3=ZrsaKsCi1_~&)M=Az^Nqn5wN88=c zso^tfK2tT4Z`Y{fCJ1EZT2t)=j!U(bQsxhZ*@%YXRVc-K3leVRFfpXxgEVwO?uL}7 z=-@elFw05_9Ogq@3A!MV_!y%GFxo%rQ`UF$Jd<{T^}iX;%Eb3&y56F`Ikrz2aO9NI zsdin4cL=jksLFwqd{@@&FnJ;{<4VL3Wq8HvH4D@w3z2Zty+9?k#~>N{yqr#Ck;(-5 zPFKLjwlqsv`4a{Sw_Ap-G_m$~^)Mi!@CjWCjxxpnKZEmk4KFCDUj1GzJSc#0kbg=@ zO-Jw7BAN1%+gXGd^>^S2D<^&PV%nq)dRjuEiCh9qiE`U3!%B3YB7;TErM_#ta;}@k zkjK|o{&@d^Ucdyu(D%5H!#E1@xI<=YcEQfhd*J4=WNcJx+z2!(TcJx7+nwDRBBY*UO)mcp3QIdpO zNEC1DTIO+fdfmRGlen7UXf1RUcOv8aOQTgFOp18) zh26C^z}3mX&L&d|BAe|_`=71&r;EN`d!G-@#kPfFhML$=liBbtEVuOWJ;C<^WLL z>pH3Up-$HPj??cCqhm;To#N`j9Wv2ugJw}W%KG6dp--G1RKh>Sc%tT_WF6|LGds*T zne7oM|B!VNnjsN2BU_MHmPs%{OQH`SGdXK^Y6s_#7veRy1Y>DCVqk1DwH_^JLJ zr+t=b>R~XH&A?Rilowf4hKb>jiXVs-*ZwG#tELm~#CMWjE&nu>+d!Tr^1WQ6qE??J z>c8E81F3L1;Ue#0>-VqwBuJd5_&xWQ5%3@>zonh{A>iE`Ej|4Ui!}<8A2X5A3NwN> z%PUe`;W2AN{t?D2f)sYX-b5!m-=tn|2G|X zH>D{WL%6y0@l2#2$m~~GbI0aoVqr)O-)!;Y3r9k_0K! zSQV=Qtf4TafhhRWSe5^J!ms=iIby4_o`YDhHd0+^d#yiSPtx`&sDc|%g_BX1`m1cq z$L@;k$N$#n{jkWJ9EZnG2vCmF95)PyF)9yo^?BI#z^~liX99_)!S$_GZ2}byk;d8Y zxnJ%gSegm@FOOvk@z6<|#meB)#^OJU^x@()GB0!xBmpOlN}n!<8l5xk0cmN6Nr)@^ z6~ao2Z}I{paprBjcPFwbEH2!t*R2_~o*V@Yx}Dd@{)UnDNfkPU7^AtNe6kqn1VU)6 zhp;Q2tc+wW$a7?&z+M+Qc5UTNNkhcKe4j?dr^7ILID9d}&IHPcaDK|-sz%$yfRG6BlNcww zBDPkEzW1?VBA6TLRQ~7T#Wtev*7TH=y|bXT442Cvpf3ckmFBO{&t}-rj~%E%VXgAm zI1s=Y^jjIVGc}`Y&W~lkq?Cb>oGb1Pe7U?DiTr!upkvz+W99X8a6SoHfO>5xXJ06V6>9X4OJgAi3y2FI6$uw#VlpcJ@*nmav_& zXyaqch6p}Ycp0#bF@9zXKTLr{M9ZmUstAB9y%1z0Vh?KEgVO4nBXXC{EU;XSE2wDG z^$ty{9%P6^1-ll_#XB50zMwKo&Ni1$GW#dSisAqxwm7}NSITw=G})wTb&g1pphOjy zp)2f1IW*h;ybA~n8o{t2ZSNfV0>5G-1p@zcSDG(1$8ts*XeH}0BQqofHD{5(!vH?c zlYP;}*R`&5L00Kici;RzOW+k{<*a7iXVjB(Av=Hp1L9V?)5R z+cN3C^{O%3WN|4rYq*Xq3R}J4zZf_3T*qGqViSD#OytNy(oU;4^z`#zauOw7^3*uy z1IC$=V#eAaH$E0uB>jFaZZtO8T>y%CB{JS%G~a(ndz9USlSWKmc8-qGA4C}YvopmT zX4PSs*1(Wa6izZZ+T(Wp9eDOdg~bYg92`fUDCv_(6cYP>b-?}C>&t+sI-t*p8gD{T zZ3Xjk67y`fMVz>_k_ZXt(}s*0$S?FQ4=s_Bz7H`L6VaeA#)PCw2d@qD)dX4vweFp) z8p=QFZQuF3XSrbsh4-??)6cFU3#0P>%T2_Ia6%oSq{I#>AAsAcx3UL&w;)HmsE*X` z8X=0M!{nDLAy`A|K*V8;3B|&$)r#T3r7dn@L5R!bLNsro_!%SMw@h!U`{O^7AaT&_ zWto~}g84V;+hSGN!u!^50hF>|nTbGHHC_b_tgp=c+)*sCE3E-zkMX@kHSbr1>4t;k zI!mgKhQ$0FOlF~Vy%o$tm>NR|M_Tx_8Vx=LMLwC2lY%Jy<~e8z9Ud}EMPVoe*|Bj1 zpSJa6`|XrEpI14k0}WE`pU^JGlCH=~XHApcWt)OwTd1!b^up|>yi1W=o&B1Vpt)XPhEw_?CzJq`tZUlJJ;OjJRZnwcA^s|G$YaQGC@ssXu zKtQSwhWs_;dXJ$nl^&g>&@KaT`wMS+3B3~WIQ#$UQpxeVpw;vcU4Z6*A2a?8E1&%5 zeME1bLy_x<1^=mz#pH&ej;e+;Q-N>RNTeqq_Y4=ekv_9qZT*0cP8Z_z1~&U@)Nujp zFt5n9-~UGwbl)dY;r-thystg&N#Tb1M0%CN$Q*&eKk!2Kz2{i!F4TSCI8vn}n|gmF z0?m3&PspW`UOF>e&pp#3j(lR6d$gT^XOs`;yESPDO}I>JX~!yTv`}zI-{PdTPb@1N zK{*-;iw94Q5ig$ZJ-;<)ehaywYHtBU{+oIZ7<<|Qwk}ze(k7?HDPhdnOuD&?`$a3{ z5{7oAr)~*u)dM!G{euAD7=;NTiV%V-EdExG6^?eare!J)i^2h7e?f&ev`2}Kxz@*IS-AsiMibM2m8YQl>0h*N}{% zQ?X1w59Ql1ab~Y%?jZU>o<eRIpd6Fg`(xQEBQdUp1I7_xMhCw*UBvCIq4LbUi5-=S`D%*=DIRm6V>Zg6#|Fp{h%|k>ts%h zCdBD|bxK1Mb8PC<_z&Cf9%{qm&UQ0EqmB*4CZxB7Kki>fRX7nxBNXuOvcUmVX?cF? zo_k)DP;Vs!%RWng2xOY8YUJJS4?@KK;|k3EO($qBU(u6?pqnpHHxxMAn7U6Ufyh~d z$Zm)skI|b`;;HR09w+Y!DG=Z%Qir~o!s*O2EX=$|nBCCaMM$DbGH{0$=f^C0vn92nv)I-#f%>EVr=-!|Vyxwu zF4Bvlj4HW*Hg9pk22-pdpkJh2M%aG!Tp*!2=2*%oq`_Z7ayd8d0Rt?En>>dJne+1C zma&_sWQ-JTr!I%&UC7%ktKHgS4dN4~I&;;XK#Z}CHp|HK1?_s~0jvmsPyNj3{{4X* z^O@2ur8bqY9gQ3%X5WD}Xsi@MRZaYaPYVO}0{4wYZ^yO?-i3=S#&LL-cT_>ImQy9n zD)#q|(wOS7+HuxTe>v1p^4Z9r-?6&)-{ud`S}X`;UtZ zrTzt4-I$xSUDqqcG1ou>i>o+GA*It(dwgq3uhytFIcM31ELhm6ed{5pOk=a>b}g6C zhW~yZYw#@Bkb96kCD!Q%QMy8L^kr2zgFY6cFNAh=l;iUor{X^OP{sv;zax09-KyjPaE{_el>+|O5V@N1 z*7b}WZuePXD*nmiv^|W;;l#35GE}FP{HdqGSB-Eixr|{rxv|&5M$+7*8QmPPoqN+u z*Gzd0VJi&aTJ#GC%5P^gpSA9)vV;$2WQ#OS%gE5p*V88KJkvaUdXwuI&KmhzGw0^E zt4^kQVp;93?1`t(#%(T-E`GZGO=`StWxcI^Lv1!R3{7u%RJ0F1NzrLu(3QFgcy)Gb zVyA1Czv)}@1F|%t8K>}bxn?m%$NZLW^aB2Hu*fkdB8-0JS-F`r#TOkqzlN%=81&-+}ny1 z5Qk%|X8Jc0kVas^THI?usAE&+q07Tv1O>(bhjDA z+jtib%GY=Y-TkQZvKPVNM>{3<@bAlKp2AZ-+4gZ)|_I`mV50xv^ zxVwX$??XE+`nsA(DZK-VpJkjnS(Gnf7EJ1E@(Al@P=TEf(z+M30pXm;IOd$eAw6b6 z;T&{>NVhxs0|T42)AX5GlLO4qFF4bBskiWH2TRed7Z&1=j4Ts(a=jp1Sig@E_*Th1q*A zR6-NGVSYK%Q)`)Dr=iLr0}Hk9kVArSW;R{_`@I_vVx=jQ!O#Ob4!fLKUvc1R0dXkf zOb->|S|Q#E`VyhGCFzH<^I(Y|XmYC?pJPdYSItb&f90*w-2(F!?&_6T_C_x} zf+3g7Hi>pi+0J$moU9pevcUGfSHg&zOoo2yFUcgPO!bI6?^>AVlXjT23Ns;1EV~9cDnS&ef|phMniP`MtbQfY z80OVlP9Wphgn><-x>y|J9HtSgUnS#6PGs5+8=Fp7_uts?mT-1nbqy4D2hsiijp>3)qJWa*&VO@F>0_DXf zHaPmIrbU$1h4A<-XWnysd1qFO{K99(A5oe~WbR@>IFA{v*Fyi{L>R^#wm`Y%gJ>#CL0(W zhd@xStV=2l!9w))5B=bw%vI+N-0cjr*O(=?9;j%f%bZSahOGPd;KMJbUA~7whSSGO zT-02fqDha2OP6Pu4i#{3?+qx5iFzj7T02A+o_m>l_QyZ~lf6%*#+d2eNgx)x*;?k3 zwQOwb7&J$Dlk8<$ZPecIR`92E z3(L~3$Qs90JbDB>;tl!^w}SrPjKJF#?^6(cH~PH3XPtHC$vP=Qfl#-X-tfED1rru% z0#OKkNE??$cc$e}5lvbQ`%t3xJ83RNHiFZD1|nfbdB2sr)x^!aSJ0PtpZQDYE`MxX z(_mc5E_iU!8^`y_NRsi+^Z@K>PX+?ycA?Gk7A3>?h)Rzhn>9Tn|L=o zEsTW$=@t)tqBL7nK=^mE9{~Cl?`bC@81aw9X4SM_4#Sn{djG4cyfx`GWs;T))x)s^ z?;Uc4h!KoaG|d3U|V||Qd3F6vlbSc)Swrn z4hEwAJQ%jsXxEHsw>z>>=hM5}h?s*Av`SHVu`)~5^qZNAcUT28K5{%L_}?+uT_r4C zbh~HeY*@^}c8cYW^FId!SPw8zyZ;d3-4C8sr(-lV8N4-bU7-5|A%P*OV|?-u0R?<& zkphE48cJ6PJX1UZIC!ertI1<7Q7bu!bE-S>)7fWL&$w$*^@JDOQ~r*N{ap|614Nct zcl0PoDLsdCb}WXAT8ntcz#E(%FNJ1DJYEOM=7eoxxT|)vA_!$ocm{L22)$5|kz6EC zEg_5?Wv=H-pS3l`Za_g1$rKNiK#_FSu`q-?)lO&zbOOWdp0EXKY6FrWXejg&;sVEN zFxGAs0f|qT4dab&T$Q~q+)@JXz*6GdyH=)hCiT%f{g`fk+-&j|WdgdT%v^-U-)$Nb zq}Y`$+<*L)Gk8{6H z&9sT=Bf-y$@dCxKa+XU9=pY?YG{o%dQ*s$L0|D1nagtPZbqCO~C&9iC^_~FS2o4*Hh=wYkOCD zu8SbTOP8X%|Is}@zQfzMD8c#AyG?IFTC!9(Hh)+dZC7!c8T6Zk!o39JCyyzr(Yh&Y zrb)84(q>;VFj23vKR&!46n0lNU3EyY!XT0JV0E}J9LU;0fZl&{!0$gf5c{>U?-C3W4|H!;l?yyCjD4Md5H6yQ zbjRnV8)4)9^hXw#t~KUqG%rk}V`Tu%8M*g;0O-(}iXXdSLM z!(6$ov(kA+f+V!If0M!VYt#PGX>krk$u(#;iDKu5DZ*W1S+Ao5Yc~e*WX^CmQEb#sa zdK-pgwTc8BlhTYCp3AqC$CeUN8Npy7Ga85rp_$0#q9i-ozb1JY41NFS*j=ZcU_=Es z{`GI+R@Mw*@!RXKgR4NYd6?*?hxe@I)b{wW9%A<(s4>P}_J=i#*r#M2C$?_-7w=T! z104xcYB;f>b7xsz`-_2WyqWpTcgGXqfU)kY790u?n*E5%*gTMD{_D%MJLUiFXUQ|+ zjLKYUSE5Ff{NXAkF@K^dHX_YMfqDtEqofG*RT+p)En}UurqLI8G))dq)ae$a&4h(m zMJk=O`dlXrgEpZt5$^zVAoF2YYVdbQj0BhPG>y=f0Yw+>6JKBBuYZsBgTEFNe_G&! z$Ql5Y+3VPPM*R+0pL?%P9xGOFBDZ5#9P@RJ`Ig^Tgs4uIB+KK%m;7!)xf5A& z>491t;~m%Z%F=6);3l78B)iDQ<2UUWYkoiGQJ zok|-YE~CTD_n%)$Bi-hr7@1h!E`7BQG$uO!=EOLb+G_XNv&$7bczQeZ<8tDRd2Zz z1sdRZz~HJ;T8@f5%ODhyJ&M@5=^w70r2G|woL5K4s_mKv$E zVB%m8Ay_JYj?_3~LgLvt`QC!~l>TYSZ~+m7=HkwkA?6+OFjRY@f#!D%HX)`DijE~{ zKas{-)skEtBB(~rUp#_84T-OdQ%tr3sw3D7<99=;&7&2Y6`TA7c%%T%cX;n>mqbCS z;j=C!cQ3lE?`2pJcFS%$4D~}p6pN99F%7GJC z+(F1CA-v*Ou>rp@efu=^AvaZn6p5>h+#v=I83Jo^OP?eHW~4d^V>Ct{U!?_%*ja2b zMh@j^+=KS;KxN6E-GzWY;9u{Kt&Lba{Me$8r6r+E)sqv-DKOC*^Ptj|#<{1RDWo=^AP7xv{Db z+o9| z-1bLZZaRq?o6f>}XOyJ6)1ZM>L0$sstn09Vvr&(; zEwZ>S+s<92nCh<~)@0U>i~!SSY(UY32R}Yj(j`>a#dAF&!#Xtu1wOd+nP%VfH`I_| z2Asx?OMYd`U<6=bM`w!IEwGoA-T!J^7drW20r6v~ocM1283-1{` zb~w$`yB>P*j?yaoR|`|Dl<2OR=IY$zCa2#iPI!muO#Ta2+|YU5d-~XQqfEz-F?=P4 z+lJ~?<+chl9Fg_!EHVuUY;l$h$W^IILpw7tF8{M$a+JWuUs(XO3Cf_oS)1CG8{Oa5px1&N=g2;feZ=%Iyr{5XZ ze(D#hWXc$|yhqv?bBRrLj51>%wRy)nB%wM}FzR2dqU146(5|RO>x{IDRIk<>Kv9SM z#IW|m=9_W{+3y~wNXyWmbdLLs-g{{44>H#e=vCqHG$VF6^d!g)oU|Pw7`l3?4O0kU z=RxI0cAqhXL-ci@V^Y&aW8+Q&qD1#K)>H)nx4`2NCzvDaHN2aSm|M}w!gB6xA2U|1 zq}cm=inRr;!NF^;1~W^N_Kp-to)szCT7lt*p63;q*9hv<(6$PZJdkn1_41g!F(mM!jXx}zog*ZTVEQ;4$ zekVY(R@Wuc@HN(-?*@PZ(x%u;r&0{k&G4oHbAQRn9&Dt+-tjUV&={nN@$DBbr+I(K?{KF2b>e8PB=-lYhgW}E8(+MKxfiqDz_6U0Q(Cwj z4cXB8e(lgT0u(m5!3lso!QC2dBtVvmE9k~Qa;C6ehR+5X6=&?O>?1Xm!0{XmBoXR&86xpw1l}WXWbrV*;ggkBM7lsZ;3t0+`7UoS`zW| z_SS1aa4`DJ8Dr6MJa#fQ5DGZ0&pq@_47?#~WRNMi5 zUp<_Eg^<5gZrwoNKy}yL85S}CMZazPz|#Jb@YTaPu)x~Z`J@4n<@$dB&pt*Pe9?C=Wcm77WPRtqChG-+RnXp7E9i!e%9iJcto1)q->p1p*ByTjE zF-e4M-@h-bn65T)a`JJ??IdrSAM>gzZkq>Xec!x%U&M>5&gzCRlb}uf5$xH=e2vCFPFsz;k06MGT&Ck=H*Fmg3yk2u+Lk z{z3mTGlV-i20$Sw;aFb@z=#NIE#g=&JJ>dhxxc99FJVb(2&!^EtWF3;iQ{7oOe#Sf zb?LxL45J6PwuFM*hTt}gC}&3j4#HE`q`*m>`El0!sV>cKiq9m&azhQ1nSNd8p^EkF zrhEY1%%oo>oN_j!Y{poB3`NbApjXnpvO*;5#l$FYkg@8%xNU=QXW5=0ioO!o^({L8 z?dRc#+0Bd;({=>#i7>1r>pXv|Ej z+K+;vuv8C3p@;^HV}cOLo6P>S!e;w&udxoreg4%xQczsK;ftD;JsNnVIxoB z{1b2IcfcXBaH=|grod|qe_yVu^0s-lXp<42R84Etbup2?!BYsTUGFLh&Cn5wOhfIN zw)1yA*@Db?LU*}KN4ia6zEh_&B_ST6JBN@WWrSK4LQ&bW`R!#826jSUVOUI0F0r3~ zC?RKhIGz(N?I>8nayI+0uqQAOdfTdlF|f4&TT28?CPc`8pnucLHNkpn;yYua&G=p4 z1SW#=_J!SY4HNm(W7x?X0a{i~{AU7R?{wq0J>kKi(zY)wme9B{+GQ$N{8H(YEKCun zT&B1t)~P{~g<0Z!DG^FLy+^W;J#*6Uu0oE2!^=c2QXK8t#A3bd$+F-?hM?i)@Ajm5 z_k!Q!$%#CFBNWGx3e$>XfMO`m2&zCZi=zAxPBOTA+bR%TFXA2$uESx7f~9_l>5fqX=Wr{D!MQ5ooT&Jol_Xq$9b*|Wh-HL3Ml&Gb-=AEa0O zic(Oe9+G-){WP$Uc8*wP&ZHPAu*l^YI8ZAhjYx5PDT?WnztSlv0e<%3KB1;ImU7rH zo5Q^zND>%>L5%$5$wHe+1%Y+%StK0cm$C7!pUz=UX@CCrH|we@-!7XbUk?A?rqPh` zE{_j?pVW|VgzUrD?HkLcgL35sbySo1HpO#5;C=l{C#T``RhfLS&crD(JcxO zl3dE;ZV~TV6Gz>mZTG~YOgynj=GzasH;iLh2r%_PdmSr`#Yjdc=8ea~p1|xJ88i!j z)|xleg@Zv-qV1k@DYHn7lt_>xnyF#pKoN@l(ua~vC$J&gXkS@y4lw+$YZ!Uqg5@zn z@`7-IR!ow2@@Wp4w``Om3Tv^&JS*b=&@jS|C)rqr5foj=F!Fb;VdSq{!^mF;Q`)z6 zX~s7kp&5$&3Ujhq)TJ41SoDaEK1efvN)v?|b7~;XhM6}w>_U1Wl!i1*+#79pbZ?|l z9iH(Rh1l^7v;@@cSvS`4Kg+T~8%D=!bbw0;_af%qF#&BN{Nws!s-)QE` zaCoiv(uFtBdN~)=3+H9{s9NKtJF3IJ%K*@g?J@%D#&zkU{<5Zv|7ne*15FnMaq?W# zMea9Uq$V8u?ip?eJ@J>Tr~R5$K}CarI3w-boY+DzsR^sSJhRqXpL|@5I$lA=sT_HE+g)%{VCR9!pnm!P~&v(hO#yll{>OZ67&xGJ}2*0yjp3 z=Wa1<II(u^zpqIhto1dVDlO7l>g5nA?m#$g2Lct)To=ST7kV}wgN z3eTV^D%ES^nc>dsc&6{Xqj_co94*iEe{p;#o;ie64wP{>>n{(#vGWS*B0%qb^9O0w zL{471LwX)Men8hwn{I8Kori3ne){lTL?0@s%7xaO_WR!2k86tDG=lcy3Pl_Y)PDLf zPR3Lw%8a7@oGDi|em$H#g7aEVj+}QaCy#-n;p7O%oA!Gq?WYdcep~=yaun^ye+BlG z>`?6|hG;*Gag47~w4XDj=xaJ-j^MnGXZp@NnrBA9(eg|m$E(nOJ)IW|z^)$X)#0ZP z)te4{(K?VBO{BIX2tj8F%(K)0nFgd97=xdkDGIMi2ae#pmY*Z%9m~&S;Ar?c!ttg9 z|9U!*DN6JhD$p5nKU+Ug1@ot1hF$t7p7XB(81vNHV}8g@5Bw+dVgGKH3;}S|A$TX?>2wyt0>H+9 z9B$rmGJgQBc{@y#V)rQlGnWy;0xOfZ_a=Xpad}`x4Us zJw7=s8r?=T`u7 zSnN1HFF+Ggo7xm8)__o>cL_#m=YV!o>(LrT6Z}aGGhttOx;+b4nQI zR}Wx=2y?B$v0d$9E7FB)l#72uSVCxmQF%G6Jrj}=%R)>{NKP!Z{fXr`jRD-s5Q^kB z1-AwwtqB4g2~Qf`2Tq!m->iDK)P?Pq_*?*{8^*A=(yywdj$$>x&eupcbK$atQ3i7g zbAZMa)t8)JN_t_1=;e!Uth_^ym3P^)HNvccF(d2(fDI*`dv^Y2yD5Kn>xYI{fKeJF ztteBD@`}QhX{31UO0nn4L0;+cXUi*q9HnKS?-9;AnQD&F9_}^9V(>o`epXfa=C*P3?xA72bh}<-KBh_S%i2VLm-9AyF*s^CjM2tX ze>>t;R(wQ)Y_^WgvblfwW|e1~D(JXBXSaD-Wkok|(riv5zR%lXw>N%xy!RnV@5^Tq zyu{J$&7Hk4nt>vtcDyO4`~Gx>jpXWY%Fc?K-Uw?gwA&#>os z24iX|CZx+K#iqv8ILbm(p!j}n3ls(}wK>33Ji`^SZfl>8Mc~^xO5YJE03DW&Weh2C!zZx}x6jdxeV%3pD8^0F34BQ@Ql*;WdS=`*FsS4# zF`!>aF@k?%l8X>HFjhop-pBEUDCU4qnA>vud~&3CTW>#h%I!@jNStoEX`p*i=YL%A z%O=g;>w4OBe2cD~`)=(byK0hd{{C%Hv3Zhu;iR6BhG+{Rq@FV+?F6Y80*jY=BUnyS z?-N%lP@`?$jG(25YU&zaIzzE1Xqz~N~p4=Vy~Bd0kC-4Hv%Pq?33T7?BiS#02xB|@%ns>dY$YGfTNXtJsjW9FMQ*g z@2XQ}*vM<@$&S*1r=R}5js|2%^~Q#ffXfRVdqNJWE(ML!afJ)?Q zyLL-P={Q*~b9YWLaXL?_MyI(mm+Pc*+N(av?fTWr4jccOafoq=RCmR8cYD`d{3(B{ z?%ct38ZU-V02Fs>4o6oCFro>VFIFmmyB;?pM5O>)0wV(#3QULB)(Pyx zn^-3BQcwp~0@G*J776Un>ggJR37}hji9i6m?bYL z5a4j3jCnzU00tTKc!2=!$wup!oXn?3md+hlPA9>l)W!E|(w+uoNHBmK%EDJCaoev{ z^Pf1GKLH@M>e-X4|0)XY*08E4PfCj%0D3R_CfAN09vybD!=!DC_ z605ih#%BQsOPJt+)`A!a#*^Sn_}46}sM)V^&#z#Z_JU zcUid@(`0plbocW4SchmY2+bO2R4oF^OH; z*WGdT%>H_r{nz<&!iekY0^^r`rA*u`j(aZexxDA{-ErBp2__KTr!M*gbhElo)#z$wTN(3mua!?7tzc3AbV&1_DsR4Rj4$>n~SqE0U4BDM#yO34t;I9&Xl(2#Jjl z--lyD0=87P>sW?vY_MBlmyYw+Q|#7^NNe_DxE7dwx@$P`nSa9t5|%06bdMS_>{3(} zHz-!oIGf^Z6A4#;C7f~=Q5G@gMNxeO^holb7=umqa)J>nFVe|E2)BmaEyOarNr?M4 zLh>r>>6M>W7^gJEg$-5Zozn^^O{_IfJoE7L3P?9A+DDwcfG{{C?d9MFK;m4`pS!%Z zmNv<;9oW5PQiK6K+bUDw-1Ej;*+<~Pp9v3!TmT1GA1}Rs9dkeh!U<^h=C@&9rb5=E zk7SKpdvMI9d*y|16W80>%47nx77;hoB2p^(0YR^x=b``Z( zOsf9@Y%GChmoxxN>`fl-Re!)raT|p2f1dO=1noa((Xsy`f=f&i&iCw@6Nf@PwNd^`K z!qg=Bdh+HSPL{Cv3fy8wC!d_?I$?+~4Wlx-oDKZuosA4KDv-b=a`w8HRt5n%f1l0- z*h#OaRHvWYt4-zOOOZlE+c8hyVu9ac!mF&D68l8#w!r3$aKyOuN?&AUS=69U3c}O* zwkhhvuoI<_&?ZsXK#b*WVW-G|;PH(S4UtsZsUi>(=fpB=v$_9R)gR|>SM{IsZOEN@ zvzg9dD*tE~hVw!pYWNrqGKLX_e}sq}^d3QSct18}&$l|C+d(rwbc=I^0G9i^)l(rb zGIWfMalw$mCf?WzwlUzh)Cj|Ae2m|UAYt?8ERTE&hdpZY%SZK?~tOYs>eaNYpJ zDAO<7%%RxM7OQmu8PDx0p_q~xCNo03Dy+^KK4;`iYBO|RE+AsfRk7@pe^8^zF(vd2 zb2g;JzB_xdshaKjx?S1BODM)EghlY?5ROn-q%cSy)I8pc(A%Mo#1eOIenxT0!c;^38$7z>b>}-g3H0(3laF*0QS3k;j(DkRrSF~ zd3)^(UA|eb;W*}*3#C&Le_5La9T5a4nFENbBEPYCS=4_+eRNi{YUw9ml&hj@!gM5y=Q+o5nGv6x+$Lxn6{Uw(w*WT?y_v_2s#l@IJZz#wH+YA z*aHFG~t01kG ze!QPdUhh+Ncu;kq;s8;Y>LE(uGK5|t-B<(wSUc_n`3<=CrSLZf7baqGVWJN%Jo?Or z!9KEH>A!+3d|HY#D!4IUgh#-o;JB|w+GYt7L2IJ-!I%6zOX58==5?_pPGeeOS zdJMvCRdHcPe{jonVTALDl*++#Q%2zTW8mnGbS zo*D93!Y$YtRq~#MTOB9dj59<89ffh*EXRsHfN?YGHH^WynZ=3nC&vBIrh15=kWnw(DYuOZ6@H)B3QV zHUnU~8>j~+Jm2)vCiK#Jzn9)8N+8(-6P`jVeMpkL&aWEG{}t1|o0o~b1QJKdn0hD~ z3tz%1pF#4e9NfDcki&0N3GKs3_P$Mp)g6o^e47e$F^n(~!w8an7~#>w2!i`C6881O zIMmV*YTND_JqnQ~j3Cp24|_ul$~J-K?sXBsfet+jeea$qSYRzp!PNj2kt z-^GJ6LD7z6GY@Bc5kX+NSm0YMcE1shK14WrHN!}l7W_hcr0>OYwm7FE(nzN?jh62t z$}}RJMpAO5ShQS4Z{okIb=wwAJ5Ly6@%!zZ%DA4tTfSbLbJF`(5JU-qe@X0D%{Kp7 zv_@?9+j92r%naa&M2u3zQU)^!gsG15&FsxP9IasRHJHV;iauGmS=49qBo&0mi(OOH zhbtpeBB697S&F!3cdd*fe+`1c$^t8h0%N7Js;K79h*j2R3-`0GKQ6B3RK@i_i=BsO z(QM}lbmbq-!1&fnt8D@U8N-Oeo(Bdxi(vnq9ow>JTb(aVqgfo9#koY_S*M%TQz0!H~u}T-X|xF=BVB5C(^Th~1JPq17aY!yyn#hK3^x$+bJVe{ZqCLclLEYl#w0 zFp_{_LO5dFd-_G2Srpr3x!x4u@tiRpQ%p&MNkWKIh2*tq;rQ)A~c?8h^f;9b?MHF3*dme+dHn-DbHN6DDBxVDYwV zT{Uf1<%N68{TjMa7;ATpmuxy2d-c^I=Q_-Zg2lJ{X_j-v<9cUx!rJE~w##=TEWW<7 zk+ImTwL43KI}IF%DABFq=aJ2qNOIi?wDy2^dhNMp5D7Hn;qE>A+lrXbEaPqYY-DQ6 z?49Ek|MIz+e@!4kN8$+w7Y>p#4Y*X_RyuiVJh(jT>fFry&f6xT^X9jlQzhboJzVT~lUJfTMF zbYZBse^MS+YIV`<%67!aVWD~HE^!ujG#8IQ*?8`|ud=2oR(@dJUV7on!ZnOD6lcdd zFM(o?-T2_=ot6Pogm)hxD9AYn-z|J-EDh^pdAVI#db{c@_rvSTTX>Vbu=oWsMBPuf z;=-gxn97rJ3C#8tG=myeLecAS0oOOU?5eYQeXt&nDBm6b8BC7t6|MOBve4M2PVAvlKYTMaXP;s znDU8{n=&YTp1%&rV$r1Ov{iMPYA&{|Iyx$ z8Odu~+M=~H2#QpB)7I;<4cFl@pnzMFM=0LP7C8np#+lsAj!2yUMVRGgJ)gTPng3>+ zrnt3X`1kjJ*<`31lYCju*RyJQ8%El@_}a|A#e^>tya?&uBeHc{*?%U?T`c1pv!X4c zD|bb*{64%NZrZw7HaE7mGvplFxWI!8Kia0OtNXTEErY+EvVxZhM~ug4{`Aq-pF=ra zt`>{+vMLMzB@FQm0(hE?hPxs>FIS8ExovG2Tx`Mvk3LoHT^O#~CR~)OWowr$>dyjG zNa0vIuWZqH3@-dDAAhn=SY=*0!wZYCD zw#|Cp9(Mowu8OWC3gj*ZIxphzebF=t{1)%Vy9R2-UPLx>99Z9G;o?=~o~>yj!0?7Z zU$4s&-0Be71FVcALwNcCjVGM*RCGKq=1ojgB$Ke9%J{firYM%%5_^Gw#OZhYv@I0U zRAt-{BsF=++JDNZ4Qq2F5e9ro3q8^RixEj3+`d39JQS{@mUr zY!oR(bO8Sr3+ySbm_t#(9Z96Lo4iXP5?jN3QV^a`*Nv_BJtImXp-sjme2K+V4T&NH zFFx)V(a>X*_EQlYK{#rihJUL1!_<3K|2195t~zx|f`6g%gL}~5F%_bQ4*`%dj3~6q z4#0rOH!O!^HQ&Kjms5AqO!r}Nt`MZ<`LK4T5EvOcgkxMVWU%QvR)HHmxTQvzkdtsL zf`rk700-?NwCVy!q4Y!9yHXcsQ{od&V7);OL#3-o7HuHcc5+=UfNv(;trChUnP39K zB20zV1%JaAjGilQ`qs-8M69{9vor}cnmjfMI~N4^P2#?tTtc^7FM=GH5DK~mKugj* zPAo8mg19{hCEp2UFR^q8G!Y9XND#69&{b>cH^4)&6tGtUVA}%8xi!VyK)B%w7nhPr34nw#=>_!7zhL6 z+qB9i_;DOO3(XIs`V)9jCd$ zSVexUsb=x1OO$)sNt7GdP1Jr3Q|Kv}(0^q9rY9nx_O|#&PFb#-5zsVILgo0}Z6E~% z-@&RtpzdaXD2I?TlaHJl^1!tL zrW-AqTe6Rq3W1CQPKJJ`nK=b5722<0HO$mWZove7CMm0ir?QLf0Jv2*i>y-T~sv zGL#zQJqwS+qR<;Ay6x*70*TGS^n6ON(1B;S#OKF)8C5~=F-P-hIWGcFxpf37k`I_{ zba2B!G-xU8DhtwL*l9Z&g{1K_xqmH4|9$~IvX(gb4OKA!49da26kQxm8yFUNxv#@8 z3gvAMbr`ePVfNd9SjSMqNHF%VD4nf7*;6_cX`+r-I$O`@x!qkohjrJn!8f2U!^xnS>!Bv$_)$Q*GX^YXxf3;_uMIT+$R zhCsP0PL4j0fv?=D_*XiPArwRkNc{nhW875Ch=Gq|1^}3jV>$p&JdSxbti9uy0US%m zF&)RAK8`sBcRY?60(d-*=>UJmag2Qaag1Q+M(GoeV+22kCHlPM7(}5TKaPQwgY__{ zF;XFn^%oq*NWjPkIg5d%A?4sFF;D;Zq61?Y^WlMg0_?eCD`XUsBUL_){K`z%O#BP6 z`Ul>};i|VF8UdA(0W+6zyag(kd$|S*e|fTjXw8|u8*Kr%QGx_To5m_oAPEF|NjpMp zF`?+R`TGvVB`s2-Z8@fz#CqY7-22%*bE6anXF(V|8-z?2cXXxuHSc~I4-TH93@oz> zRWLpckXr@<1FZ!!JQ&Bp>%G5b(>zb+`Tme|zIU4Lqu$H*-;Q4#JQc9iRsur+e;Q=b zYM#3HNnTVNjK+hHgQ6e|AmE6MD^4Rw7NQN@#o+bZFo>z}1x<@v6a2HNdJ%92+|b>5 za6I_4oNQx2j*`g`8k7ByrFrVo^Toj7bvU#oqoJ6UL2;9v1&!xd&zg&nni#BQ~%+drF>vHME#n7EklUaVaKa?o<#($S` z_;V@Wgfdig0bdSbDMegL=cSaTmRR1lP5>xqvk=qsxdnL_2}hjf_+1)NKX)m zEojjYdGWT;-UzWWf`MIuIGK6mK18HNv)MAp)zP{M?0KGMHP#o&d>);7w4q0=^uSkO7z>JxtF4p z3YyPaHtSXGs>6g{pK&kIHQ%?#QB{A{d*$ET&f}q4P339bq?F>zf2O87mR>z~^{bL5 zM9MYg9mXpl2%D?F>uPm;qrvGU+Vc3fV_UnQMTOz!{cMG`(kQ0-*UzD3Sn21&O}ySw zC<>=8@uksa{;njni}GnYtF-mUOLB}KUm4TMG(N1_C-LJeZG1WR@6-3u=cNXRoiuy& zdpb)V{lD6G6Duo~e_6);kse=XjTg?+=AO!iT;PfcvQ_f9rZUHSf2(d2uc=Ro~ zGs0MARw;GQ?u?{}+|Y76BB-@-rdV=eYCqQX;DuD$g0 z=Bhbp%nvTyYfS8 zGaozN?s&W7e{CmkkwOI3R}M~~Wm0W72e(MzT%Ub|p0jV{u+gr{o;_Ltz!aBla0!$w zzbXIb?g8i;%-bi|mhz+DOpwQmuQpQj#1O76eyg;@cE5mj z<$vlgf1y6#WTOX~ZU8~f8>pUn3kGQvymOjx$J-rmcf4)zmIDK$dh$_$OD2qcm_Di{ z|2(ukyQlz~NojX3>h@ezLlv~?i7`epG#h=tUbb(cSNhUz`xn20g`%%is-lx1%qB+v ztH4BP24P>(zXT@WI|=@;|6|9xcddVV2#V9e9r9p^mI>)mk>nD9(t8Kxe?2(2Yo|p! z_aCgg>xh@Zp8*q>lCl970yi_0QJ*T8z<2`&f6u4T`jh}QOCJ9hTY+p%ixmUbH6Bo) zEewgGQzMDp+Df;4`<)_Mv1loYvnX2=KO__>l6SnjpLlnqX>yd%=ROhBTwAciNyJo&Ku=X6pOeo^cVIOn_L*&gWK`QE4Dn`f^C ze_I(V83D$S$i=9|%pLop?6z|--1)jwzMu(9H~`^_BLzt)*u|w%3&Qj&Im9JFQsHlYl&n_Yy>2c+ zYGObqnrWhhC|6Ln3#$mlg@GZ;LNfQse;B#$Bo~$It6Ngxihvc>>JEo*pYIJM$X!3p ztA{TsDrY{eDj%t&JguI&#~Q1i=id3rHy?)l^r9*k#cV#A9#xf7zgVP4zN)0l+1=-K zdQ|sW6loE9ASa{4;r{Soba42~{@a5QRPBQorQ{Q!!~#nOOb{+q&3qX0>&xE`e<}mA zi6GW6UM_gR4B-@(2K2P*!C<8eLkZUw_Cr(0H!UxeYGqT=q28fsCD3LoTV2((W<+y# zcbcYxP^M!|Hxx6;{j`{jCrechF7?hplnM`{bXJuR^rCqvMO7-+tZUiqw;Z>$CZM4n zN^s5gn2uV`w`^CT-FDiCiiXN@e?6os#Wk$4t65VWOJCNz=B?XxC6n%DNwqRuR3gSHUB$qt&U1PG>)8mkN$+S$)l| zidMaxO-1ij(;QVKrCOS_LwC`tV;%8$o_Lj_Iq%X&ZeV*YtB);lW6KYve-2*-7Qk;q zKN_SZUH4a4a6)mn-Qd$3&vVhCv99lPp8MHS7$sCf&(4Fw`7|oGc8vz^WP&?L*d*S) zugV|8HnQ;ZZxiRk+w`pXTQTlGT?dV9`NMsBV`hOe;($!1?!EH;GE55o?54wWeyn9z<-(Nd8)vVm7aW-`0 zXw)zQKXP+l7RUa4G^)B3v*3r$XAV7;Hh;5J`DUWL1)!vmL}2g`e+e;s*6s>WQX8Zq zx`a7=UwgqD0P5=*MpvzPLOK6CIF(4CnktbQ!vLK`;j?j;+SFU+vRn(V##(S{O(sn0 zq_Q$IplEKb<74HdQQE3Zj_ z6bF|bfhZb!8tJ{wf3mT4Ruf8p_Mal6Is7PnX9mLpdH zJ$dJXW5l=g&M%XG7cO(<_?=JPYI66wr0xwewioHw#`e9I&1JXn*EbR>1ww`FIs6s) zSwN3A7A^{9UR;+wcXuG@T9`LajUNtwe|Io?xj)?he&Sbd1Yu0{gb;2pK7+mQzDFB$H{E&V;OfNCcitxz(Yq2=fqOo7h-Tv0rp4%Lm5Fy z_KX*_NHANt+!tKHaMYje2`+#e45j>W;stPn5zzNJ1mFfkHEa=ce`!LXg6MV3+;O@A zxJD}S_Gv=fjFs!tV%v;;>sTJz&tKyxwjQV2`_<>We>9?Jq8M95?d;lg1CLm!rBmR#tw-23*YWj$_}YPPr&=db)M`@W5vCiM zG=yo@Gj5q>NCj@6Cfwq7i`xf}+s$@d#u$;3_l;a3h!pnrJ8pE(tG;=~BD0h2_rBtL zXK}tbe>V3xkGy8SEaC&!ZhCbgcMUnw$ECLAj;m_C<0GS@i+%Ncy#0MF${2y1ZhT2B zK1gUm?yZkASo5-27Ut29b;ngmzi-r9jpnOvzuj&@y9MnQw5tb5eI-vNL*YG;WYE>W z{%LEAehwrQh6(s_9DqgP2B}Cy2vd6ZS@nY;49;yUTd1{v0DAj4N|(W(0TY*Cxd9fJ zp+p2SmyZPk2Y)Qd<7=@M$X2&#F<@Qe0R!5?kSHoOlGv@Sbj!aVWl@SnOKFW-MzZ)r zLXjfxc+b6vN76Vtk8t#AfDtdA+<*7n()R0k@bo3+kw#ij5skBmf<}bVNJ@qjMB_Ai zfBe^Mn&)V$A4rsYB@I-HZQsjM&rSkLGc1d zBmzni2yh%Y!c<4*YViIej#BsXjhhx|75%g7dKCd8pxo1CbT;_2oNR+3P>whzjmdsq z%=5XKU#=MAyKo3g;$6<2~DGgjWRdu zPIf`LDSutX1q7m+mC~J!-#$ATa>|dF`Fvsh3B35o&9$Db~K@7`|x=IaYQlFlte?q z5HL~C(hoTs|M6}#d2u>EE$u}|3~5E6kZ(v70)I>^dwEj!Aatz@ae&qa^;1)&-&?M9 zsCiSbzTTx+j1kr{RIC^AI~CilP|Of>R=X0)%&)G7=5lIhxmWD??;77)jjYg~e@|Ii z5?|ITw%g&ewYdugh&%cFK}9H6@-=)cc9LuV4H=dPwn>13^rx4JUG8m{HiBswr_HX2Y8rnwh395>K;frOUN=LzG&J zI5P2($16sHFMR|Oq*<4|*{>Q`nG?mn?te>an(ZMUQPHc~g>ToL1|ou?JgbM4CHt|d zi4M`LdKcZgz2YN-x)%*9dR2cFl%5Z)B9pU)hV;M#swAMwo79B}>Q#T;tXJcz_G-2@ z+5tMXbOGOboM`U{5X@gUrLR$8tPmIFL>UC_!`fwRECm9)BvJ zFFVks0g9}qvo5{#mM;RG<3Q&j#xf{HyDn?Gfd$sOCjnm-pv&8BsOA&cVu)&Jqo7-L zF9O|@4qbNXCa~NZEf&xr9l8tAA^|;Ue;=Z_rsHNjqIFzqk$&4KwRKdi==d*2;>Sz1 zu{7=cB)esv1hUO{Ii$1d(2)Dy(0`E+S+2dTf0*Kkf)3X|3=jsjv*izW#zukPZj;=d zVihl^#`?GMb^fVb8JRer&S%xS_sg|i=1*?ZlF2mnBQEUCliOwO_0l)bFXEfE{?9sB zD@WHKFyUBY!4jnibqg?NlPrmKY_%{+Dw!3TWPr6wn2HS-nkR}1oN8?#6Mu#)A+<lPohAMYR@P_C5O7n(MsI zwM=|@nZ)LztW72j1Gf|N$$y%QiL>F!r0kK;eLlFD8<#M&<$bHPeEXbu%UI#EVySh{ zSux`bF{Zn)4ELzMFIFr+&u2@!+hE~8E=Mop%cVVfNJ%d!jX3W+=rc+km(G2)w#`Pd zzOh#Cc9?$BUP$kK`nxejvfDH`q%Xqdx@i~v4*o66;2&M?wxIAhKYwE2JQQfpZVOT% zAfoGxplv(+;I;?1J-BVR+fuh~lF-xI696MDgU9U6V~CW9@xDBUD1sz^tRBO7+iud1J%$K| zC_Z@1{yfGh5R=|K2I%cB!(;Op2PGlBJB-tm6bFad=jC06xa`Yg6h%skZFbY;`kgVa zw%99^RaXRL^ZovAuTq4a{(HK->Jm!Ix7otH*I2m^EbHq^I5N{nO7{PV!*~DUq^&LZ z2?`TM<^$1?I&g?bg^QCR5%TzH`6Co4Z#r$TcZ&ND#XuTtm%*O_6Sw2P0V@ZW*HQ#3 zmpI1(41d%tdHfQKtw6TA#fo9;8V?xI7KTDGsnNu0ZKYfP{Z1C8TC|nKZ5S+xAM6uJ z>5g~D`;=&Mn$YCMfD&0<;Xht)nEQD=c>Ek>Vu(?olJQ9b+z=)p(OQs{C*wSMv;Ws@ zT9$569t=6>`zOT#=>7S@yYb7%&jnj~Rx$#NA%BtOQ;WiWaAkGdU^E_l8dM83VF?Ey zTydlz2?dkb^TC^UG|6%CC2otGH2G(F>v_Tn<0)R9B}aol>&zsziX^)W+5&1d!CEtQmK^)=6N#Omw0vu^s? z<@M;Nr!}W8jMuM4+Ut1^aY zq#vl&Gk8t4_N$W$LYWTLnP+7dYO_}04Jd9!3ytdfRJ)akw->F_L~tG1VpNJ~Q++2a zM&ApI5eEIRiexcLa+0zKYA_gLpbnBT4TejSYO@P5-(xUFcJ=DVJ&KhWWB^m0NPi|n zIZ?>>k||r9pAYTX)Xhq-*zw=pV_m6HRoe6GjMh+i1zHcK^r~)D?jj$5nO3=?h$JP6 zaYCtdMM?`d|Lo>o3a`DCejNVarKBWA)mTDOm<@6MFx{`@Sb|6%+5Ji^oKm_bVmHgL za=Gp*VOK7^mG!w>EV5HC?X1Bb$A2sT`s}ySUGm2QeZjh-1t%0M&>K@U!#oL8sOXMf zraAiQ>B+RwM8??>JX)$Y@^`{HBC?9=|rITsi zWZll?kG?wNi-n&rK4f239(dAgW_!OEGq-nlsz<>U;Q*2H7a=H7jn7@z-soRvFUmGd zy+v3a(GqSQAh^4`ySuvt5AG1$-Jx-JcY?dSTYv<2`_SMX+~IQ0`JeyZNl$v#gRZ^b zTD9tR_3Z47r-}Gv)^tuKKYOL43J@tN{8QXp#^9TfhmH02SZdTgk=m-H*4i9eSw~@N ztNTU7w^1p}*w{%>SId{d93J}*&Za7rm3d5Sh0|1k`9!hC!PuPM><^>04EYN5Ji1s9 zB3;rH$g&g&@|%eOw(h|OkMu^|IOXc>1;jG;b!D=Qs%6*e?S zCFq@|b%RXEPR-E6^2gQ>i#GnQja9q+jUccjI&|7l$RgPJHc*i6y#td&Z^Q3NZsimi zh(vasnXrI>I}hU3?(WJrbHL#u7P{+@c~Rw;1nH^_78!=(pYYXUD0w_jycc$iFTt|E zFW6Ibn{dKdC4XyO_Tm)Iv-xFU4Y4$`5PrTdou^#ap0LwK7{Q78+Q0zyBgXe9Y1phB zL4&ZkF{V)K3&K7YerOc4S0u}@Yl&2=C1-LQ7g z3LJgZ=V9Z*b6XtPzAel%a}@TLG!)*Z%yt5$^2cwZcNQ<*_Fy$C(slocr>5ga{&$q` zodCm5XWfEgPye|M2?fMoGPHuPo?y{KRoe*s6w$?DlPr-!>uO20e|zB9W^Vn=n7U~E zWQA5NR5AYWU-Jq{&vEcYTHgAKL{0!Z-0${(UfcvcZ)5)aMytw*8nOD-PD!Fw{FyOH z?^1ZX{Cn_CGxJX+MB+V!KK`3<9K65Nbrmf={nfUIK9J>$tts%fWWA&4mxlen?!YTp zEXm&()LNca5?C`X=fhy`OUsn)A?y{#&+)_Q&Lgj1u#UlfQ-!+&hLRTeh|W}z#WP1| z;rnE|?Zc~`#@?BPVzTuW*G&SEt;uzH-0BHgIHlwYyv8f~3nbInpJN75u!=P9KF38E zJ{zlgBpxk5mCg>FE^4T|y_3I?s|CC8G!ZcpWioV~0rvHwG3l17Y-+y)4LpsCOzjv4 z^L+E0SMKzfD`i1SXG$wA=GQy5bM@m&ee{%h(Kj~Y&IlC~TnTZM5O{S9pP4UNq#&l=DtFMr~IdLN{n^YoWmLx`7%I9B@c?XYTg?|AmH+>^~0Ee(h8!~NEo!}ulB6PTBC z_2+74V3*K#|3QRW^Q{>Mv3m^b8?nx#cntlrbFbY690j-0{aShIY!`v%sf=4t{3f_T zwQZbr<^`Sx6YS@r%-|I9@^eW0{q+3TMuKJF>hvIIO4`ZC@7tJ@3z=hZ?`22a&~Spl zohfFqEZXrb(fE6tF=iCQjF_QD!S6@M+D+L*x>QOGiRn#sJcX1sr#k;Uy?xa;^^qxk zSG!Y}KAmCel9tbdy?^(`rP2qEpVGUAR@{%yrnrMsqVQ~dt4M+0M~=n#5bWP(4kzXS zZO#OT9;YiLJxvSue*fA%C^RR#M>bg zs($2;1aB4%pV`lv*i^ZWf%fln73gBT2dUQ+V-&6O+Ih=Y+oxzTei6kYXOWu#PbW&& zQB=|8RN!piroJiXu*=ozDu;WSq&1tBJh-saxBTeuA6{&_nR57Bdf^Z+ zE>~|~hG(s%?s{J6Gln%J(piVLAH4&fJ$E#<>GNi$K9Ci8(a;<+4lB?fBX?=%D`r#X zDirnU1dCZ8)*UT)!RerkYpx;zHRluB@LwZFgr0{X#sL=;t+1*JLnX; z*b-QDvWK2doo{;Me||ZBPe7F%Ps*Y+Lcsh^SswX4HbEY<$l4kMTg{PF1ft}E&humY z^N5LIN9~h$#6w<>d9-$E34*jHa9L0(Kcyx*UQ_=F`h)2Nj{2l9+ z+)$KfH=*a6W`A3oRxKD;u?y}Z9nZ_NFLBP+n?1s)DG_+Q*3)zCc}>*z(B3n8&SjsO zc$!g7>^_BHzHyE8?EP|g-Q#lPb(tfJ;3aZT@Xj__uhZeffy>-fLlF!aq!xNY$mi^MEENI$lP;`DQd9{1LEf2pOtjsu6HxWr}n z8Q5Gy`=E7fCE?^&Fm@k`si)t5;DN!Af@=376!Jw+Kg8%EqN7JptODjt>>#WS&oMP{ z4AuV+Qh|Nga)BCQU^yJP4pZ_{B|r62N>2sBHKUk)cK>^WM|Wwl{tM7WkUeyMO~+0`+6_2Y~~@7*H4 zwR?Mu7(9`xL0sH^sj=N7?f{|$nF#aaV|%^T9eHCAkWW7%`(NGhn+L-JWBq?C&*-uV zenQQ0y-9!P2n1AfDCxYbHARE2?(q^JJXUHNokq}Azt-(nPb)`#eewIylbK6l3O(y} zsX$^+^BrWky#7+M>~)_M`3r?SQ{KBMq=2+vyAXpKFL{&2%jfpNG{?+7kI)14%92CS z{KV4zwfEs<^&67SB^(JtzfvRMX(QBv%{2apudHXPOz}N{DuLw3SITGHuLTnn_mwyI zf(l{pJM`07c)71#Bt3EoU#tPQ%pA9O9X8!eluVK!vC!4{CM&L%`SIajuGvI?(;h1Z zE!^{}J+@voFhyw!GvzQO2L-wef?kEVla!fpq{Re5?CCKA%dzv4=cTT|FaymSgD-7v zu7SSWq5b{pWFD~xB)YW2yLPLvd-^#)UHRTSJ~&wA%-pj^BVBGv!LT*4lX(6)T zuL!1F73t~d7plVKr#Z?Pv>}pXaO&Uts?Vwz5v2?|M2J?E-?15F4KQJUplVZq$7+RG z63q9Vs7c*$*KO83^ ztl$wo<{FT_g?Bn(ecgB)UBzWlU&m8{v_Ik|(R{`dl z?ZpM%*{yk|k*HyKga#Y0@SzA%HAXXzyvWP)Yc|aBem7qhGIwGXkT#cIH%2$UuhwA6 zS2zlV-i)`5Uw7ABUJJD_&^knH z_HqIEcsgkQyz6?X3jWf>D6{Cx>lQk1dQFn*JdSly8rSP!y=XJ3DGCth}a3;AxW zT^)l^VB^!q-lSEVmJ%dGk@`aL+9poFO-ND$nu9A>$GMrApnnKcBC!E=tICNul&>g+ zac8P|BsaRC>z_Q2O&%V5&A98t_@h)+nN+>JL<=ikCiO^`!0!4&Ncdav30$*Ag`UFlvxx%P`+&BCTe1Meka5U}sC_WCTNYqG~3&dMZ zbYzhOW(%Zjl<8yw@ryQ;Wmp|Cj4f4JuyR`T*tfGv%`>{31V~VO9+YBK;VGReu!JnR z!%dWvYATvNG(#q&s{@^XuFSlIryx_5@e$JY6-Xti@Xny|?*Hbcxt!LS2=%@eaY=*; z3TSgV|2hs6=7^#2@^UL|QP;$_)OftVPtt-7j2rYBu5Q;l2=n;NKKQh68LFDjqaaU} zEIcMJ0)3j>#~0EI6Yy8$2bV{@DvD*i1kL0$OJhuBDLFayMf}&1jYn4ZVa}wX) z6~;ND2|n(@5u5dX2Cko|*sfwi!b-rcR|92DXQgPdf_jVi7e_v@zRU0Ff=SUzifQXo%e`k4`~EZoL_I-9i8)_3 z;7McnA8OjZnSL`Cu(&{PNn8(;h^^#msZgVhobh&dOt4!DbX$9U$usj{?FwK;+Fc8S z&UiWJznSE9fwFYPnmw|MM#~)ihrbJd?SIjVw8es}ZG!n-rHz=?9u@}6iZNnGg*#H{ z?1PiQG?Ul@+HUH}Us%w{8*u$s@d8|Y>RB^e(O@9@MX72=D)=9?4QdvTTYH*`uSjw~7N0+kP^T+>1c zc5>jc9S?_ika%kTtTsosfWNL`(84bkLMtQ*?cbUShyQDwljxOO0((V5Q{KmpW;}hB zR+mXy^wH|Mu3LQqmfxrzl6j(|R~|t#m<{o2szkfo7{`eo{{I%KB~QvUC69zghnfcd zRomtcXEGPAcwH9zESzsY5Rc|=o)%rGsLc5bA zEGUfq+5qL*+snli^Ib#bN>T-4MIKW`q)hM4SkP(Huo^0&l?&xZipp1-E!7d2Zz-_y zI3D{v7>yAXWhlAq-gvhOuAp3vd#??Rw{rwQy=v28JJ5LM2q-IpmuDf@0M zEF_g^9-F<<8HUSrczecQIm1}`-96~nC~DBev}8URcstDBd{Gnaz7@D$4!cZMV{p*CluQD%duucsSsTs)06Yj3^m!dUS^-f%#8M&S zJP<-l_&dmqAoU5tXPfFG8|3GJvho0>fre6G2#@Pnc3a}{9mUXG-L z-W>^P0)s;$=WvWq`g5}1^oUzbIY*1mqwWNG1ZRPEuwFSvG`BEzO>yL>$<9D-SU^%? z{maHuFe(&h3`aqCM7dGS#+)H~b?T3Lxr zS2DV2>et~zN;~0u{<69biZq>J%wt1Tq%^jH$fY1Wk~dN>;C9qBkCekT>sz;3 z997s3Ytji>c(svGQmJOcuu<;Dn6dwi~u9? z_R+mHw6(?L9jtlycGFn)GDkey^?LlO@6ZqWS4+?RpWkQbo>22T$@Z&Ffj%-Tdy3?G zxM!Nh{KDuX6Cj0~p_mnrKFzWY{*SX7^9+W02el<9v9?PYGc~$9E4q*}NN4CLk0CZP zlqU;y6!kvL2);NDxX$>AM|MNguts+wV{hj(-3Xpk2^<-&>9% zq2UYA>fkmYsm?Ne$FB0p`R&^7om{{z5GaXn`BRpQ0b1Y%#Ry!-P;!4fQxu)U2Sde= zUoO5&%UV`m5d#^txM) zE}j@SUr*QhANzfK*1{SSVJOD~;}Bc6vB`IDwY~!mA)YBuS?F2`X-MjkYE0?O)Qf=Dk>%y-~$Ev*Lw4*qSSHoq$ z)5jSsYSvWEaY@iwrN^(-1&~q^u?Xd%P> zeJx8%E8|40D0oJU!L&ppJAKh|LP40GD(joA0qA(Urz@Br|LMUbj0v-N7*f1g{8yG~ zGj0EuITp6|Zn$oh!Vh)j%h(_XDO4Z|RPb!9cBtcJAIDS5aw%=(=x)4|^YCY_h$t#W60Z$@Nh6^&a%$O15y3LQaj6IkHS2z<>M0nHd#Hw{YH`mz34 z;6uD=R4M&GWsUnEz8mr2VOiN)Mv4v%Vkg&zw`C8kL{UktDl>C;EcwteS{j5b1eSyr z`57k)$&6n#u1tV)M#l}Mxgh4yTc`N>#wmLz))4QoF^Anf<2P8*JJ%+`xiRQUUIXgI zHQi6!vC#2COHs|~ycF=dPZZkmu382ULzht@e752D-cdC$haDaqOPh6ad}sH93zcU| zcS2E`3nzjKTr7bDakGK@X_+t{fuq#0`GM<|!RthO?mo`r=K`_VBf@51juJB8ZdDki znxgYL?N=quwnvhE|b7 z>XV^q`#Ah$XzVkIV^Exgvxx)N3<-R3`n<1$npzryP>p~I=0?1h9FP(dbLTl>>_hJv zCbQ))vacjGvvnjekm##TJs!lCDbMM30@{|Yx675M+94qY_ey26SDVC?4K=vlf|{r`qb{)cp{go91L2uQKBrB6HTIIrr?pH-0dj}@>pji@FK97 z#sn67#vy@yDvvul8dw|yXAc4Yw_76$k+Uvs9UF5_mtf5+tXrtO7CnvzSW+2U_1!^=#a1%wEQ72@ImUSB_s zz(&8@>IC1fDL6*65l%sRT)#BM{r%oSDpn#?e}4g%VUR=QrLd~yh(}JV!2>$j2bAkt zE68?)hHZMZixI7bRo?NXln-3GYbTwhnB;J)=T=$HVwrH98>$l=ZcV;f3O4F-Ot(`3 z*l=}H6~zn%bJ2s9duFuSU9}QjhJv-NR6o^w=muIrLvE&mh8s*(?(;UpY&dj{<}%vX z^fJJY^kga@t-4dc8?JMPjIu&(H}&hEaiYSuOY{;Vpmpx1<%KaLb=-;4wYkcd0+@2x z3KP59p@$t`&bF4n*>^S-%X5hXk3<)Oe(6r}f>j|483ER3wc&G>CG#@4pc~mGa=(=s zW1F5esaj(n!u9a9_LhCklFD8<dtS?iP?>(&a&u&fS9V$dv?9R_qwC0bkna;6+b2q?iV&t#4ePSU=(^WjKtZhQ7$5Gty zsSea*_+R84Mcb8#z)3aoTR`9`%D`IP;7bUvKS*Lg_shw6$8;^<)!zQ=<+d70VADz@ z4k2BlYX9fjx=D%-Y~(k|ehY~rGL~B3$n)PA(%6K7GCFq?8Lk0I79=LHPT;tfasV&37+#{z zsREzHg<7-s;j|ZZq_{`IgC@V3K_PA|&@E>N2 zHtmeQ3A(ouzWnPKj$K3N`#`&-5@x^1EU$F_)#B{aaOoDEDHBAW1AA9*htFc^1*f~M zCa8|_p{F5x+#aRQfl>`F#F^FcdHl^{U^K44u}2x}Nxkdv{xcMWxp~&z9o^m9B2dU9 zjzjLtf5qgaj=2g%30f=Dli#8hTWWUXRWvfn`T5VdeYzoR7?w`19ni?;$z;}}+4cWb z+!l`0eikXaW6$Ed2`^*k80NEW}fI&=U(9e&9 zB%UuG;K8CcfW+$2rT~+I-V&LqyJ`PL%^%b0#!d{Taps>Zzd-mf$+r?wrU@U#qTu<< z(&B+*?-ioG$8vAPQotCpGd>1C4Lpri=7W3Wh6Gh}pqt7l5ZVp(HrR*=kK)z1&ryG~ zV}qm%c|qltAP0J#ORfCQ1{~S3D-c#8BMD+R4fjAZFxvtBzaR9oA>dAw&MFnsUywM? zi@LtPzH2h=S4XsGPr?=wj(|YEE{)_-6a2u|Z48Njb4vzjLUYOZ)b>Wk)|@HoA~WBI zLc`!|9t?U}B8MF-XHzP*vHa%2az%8YBKnnx)v-z4Q*o z*2XpVIfb3hVFHel4iJFjq&IfL(x(6H0K*3CXaD~s{@eeP#1~>jr_Fgb#h6}&hx~on z5cHtlR4JYHk|@&rEJW{n?_Gyst@+_SWz3=yVK}gCc#8kG5DonY<{Y)nGIP(&y+yt9 zWD^E+`wz_N`w4Se*tkHF_h*1iIc<2Am~7KNb4A3k9_F6zU?~Q%FF|MGr@p(t#fpmhG{o!3C=gnFI%B51`>=m4aY>*^C~J`4-a~eK-VK+{7vZYr#7Xu#6(e*73T026ipexvsb^^?Mp^c#V7)>b(#%RvNuxN&-T z2=lO>O~@2u%rkD5EwV^LRSokn$Z@I>0b|9VsbX)+;kUK>aN^`A?a$u$^(ko9YB1Fn zS8@HV5OTabiZ+_^ls8pX{?5EDO%o9OuT4n~kmS>|H*Y`U;qeU9P(bHluHUFpim-FNnOU<%C93D2MrxC_;5_XB{T_@U| z(|)&VZoqRVGigOz_{(qSo<>0b*?qo}ge`-PYB8m7?<1CDbu zyzNK7lD2dU8d!~s;pBagn0CH?i+E38PPiz*d1=1<%*SvP-ibkf;>9jletN1#S#wD~ zX*=znW9u(qkws@>hf5nDdBk)B`DY~(+nH3fC254mYTSo>~e zyDf+x*f1Xw*Fu7E>;O;Ude=U++CO@RFbis0iNax|V@-4iSCy%c z%&PxNQ#xloazs(Ot2W>nV{IE4KdMK=k?d+Rsik5yBIcBd69}*pf2ULifqT2MkxEsh zCbX-4<(XEOyuIoVv=VZ4=HPf`1aPqtPb zrwp&-`CT4HFEA08xlPkn=eNm!4jyCZa-P*EfgzFU&n{ zL2SUTk>>r5i7}aq(3Fq-HdESQEjd@h1x(@O4trvcHiAqc|2Ok5Y=aZzEjZ=`t+|Ih z0i=nqMgXf%6HY0{P9c4?aTY2iQPr^HY>L8K!!XMq*qPwrvuP88fD|`#Rv2#Wuu*eX z#grH~dln>GN@S>}X$KEZ)Jpp3S&`->U98^Pki3=h zi(>vWWX$oKoMK$WsJO)_tWXrIhxgG(fDVqE9_dBGH9-kUg;*YW3lT67@?$cxs{R`G z#Xsq(e3e4bLvppogYC%gEEQ28C;|nS_L^O0WLE0f>~fNy$gKCO#1Kmx{f+<98y6LV z?fsaH@BB@jv6Yjwz%)tRrh&LL*(6Dk=>Yu(bc>>TP-dbbwLf&rV4Z5%_vsJjWG^R2 z%%UZg!yWTB#@sdF-~i;cV@jFE-a3~Rab~iwIhztpEQecs-!ilPo#%^&dL_JA9?J^f z4C!>Z;#4);Ml^?gxS6D$Xkw#hP4yNPH_nDk1zdzRh8dXt?$GdCB!(MLd(>z^d0={n15Y+X-@!-a|8%HCMcm*98!{CLu{3Rky2MwlV(v z3L?vn3PDS@Ad%UlWA+lLsGgAeocL8cDMk)M9UU3-ulD}JJ{l~U}a(rTk53!BFzgeZ2i?Wiar)-OAYHFfg z)n;9W?DhlPRi}WLel2b3`LmMTf@Kr zG>DEAHN{Jps1TA-y&vM(tiNT)Jb0EZp>U@*SbNyJo^jeo_*ba!0pWA@%_>?)DWaYW zy}im4w(4lT`W#!5HEiqg@b8y>ywp0ImG_0MA$Meupe=9-p=+Nht@8!sUGWfd?%fW~ zis<&+jnC7~mGFKcaQ4v28&N&#TRB&O`iWG&o}Ik#^5xF0pMVg4>~!rAou;7o!O;A` z)wb#5OOvqT8uR68Yx4Z(=z1=KG5dyn_4f)yh$Ftd)VvxE?vzgpCS&C&a)T02>8=?h z_k{y=lmS4~q;k)vsO5+UUXhE!FSD#c4VgyDSfoM)ic zDJTt>*>{u&HB6R;+lei+Q+f0hHTfLrb99y*DnXk?pA?Ei{MTqCj&T6(ug}dNyyCGw zzXUK$LeS)`&R|&I-v+BS;xSkyVwz8ISjEV8%kO~*uXYzPwk#_&LSi16Iz9yuG5QG! z`MqS84QOA|Z$+sk>0JF@%y`5un6ko1HqbIwCi)5^ zML`!*VWfAPxKiRP-S=~6my7!0j*+OFuo@*z>&jE_@Av^e)rW`_-DS=C#FyWn)F(2| zr(uDI_KjWlc#zq8VGb~RK_x-iEFU3_S6E1CF0o8X_f);!v>9HGj9pl$F`>1HYCiL2 zNP%pAA6rlLGAa^6_^6Z1eZOTXlUS4zH!8Ll*`H7cwWMLKwwa9KM)4rgTa)Bcy5h%Y z;NxFqU%nFC)Fn{a^=-8z+~DYWZqocpy9PLK-`R|v&jn;(!qyp;y?D1rI+~#J2Zk=( zvwW^XkUTnDSc|GV>6dKxle)n4+Gf{l>t`7 zc31YNrSd!a_DtWqTs?(NiiGC=FP(CF)u!MJeDFL^(o{1SJ=R~ z<;!X*4liyTwcKc_+%WiZi-i=mG3}<311HI^CbucNQ#wzxH^N|BG?GCZ*Pm)c^IT=&_-PM5*TnJL{T`d`oN-g*&Zj z#T8Qj3B{q)1SMSa92E+PKjBTGhr|Bkbh@&0yH8{gzw{RVq=oZq?i{-b4^BreC>@YkSec<3xja=(fDimZ7b ziLpt{xfpgH59@9WpUKh+kaHGA&o?_uI?x|yDL6f)ZY48*`E_FbHw}$rE$> z-MIzsg#v&vcK-_1b1BRy<_bnsQWt-2fY0Q&O)j-Fr7 zn(Dg@_^xflhXVnTiKiypoeJ%o5|pA{`s;XoEEerSAdu}nZ8oG<9^|?|$Zw#%1$v#x z5kz30y1l*Rh=1@5h^#N|s?*lyOsBhU0@$Bv@kDUz`a3`Frm;E_me%BWlWj(~9p2J|TG~u~z?8CQt|I5E+n!*o%cV8~_FJDLJJ$m3*6x%`Y>OA(& z(zfd5GA*XvciwZ_HX<`X2@AaOatDrw{?tof&K;9M z?!D6K4pknGSTl5Oe@h6;IcHl$d{jcJ{z?qGEiSc=&jrFK|6oVB9B|5$In}5(auf2suHN-pxcs-IqAYvr?F1&mNZM!DVGl*nB>mAZxY57rAKt!TXlsB6!t*0u7K zb5dD%>OcQfAJkP98ALiv<)XHO6w5z`TX|h*n>58Fm3l0J4;`d3u};(Ejc{u%ZQ0kWQjV@k&(+S1)LuL{fiKy z19z@kd%g`Y>Y$OhW7%@Oi*Okrqs!MCtTuClMhhNUV)z`%cdpWUv62~vWfES<>i@zoS|t&-!t3b}6j@@c8;;&s1GKgnE!x$WgN()~<07{WL9n zU55_Hf+YHynDd);`<*VHOe~Tyyytd(Vyq$i>Nzv&zbE?YDJAbM)qBv-o1+Tl zz#oe6ga~sYKYx%&8pW7m1&g9}U%U(A9(LsKQwvI*m99pzY#jdq4Ma;TQC7cJ1;7Gd zPE6mI8KS5C4Af3

vUQ|3V;>h>+q~7ZYLZ4nkg;9p32@QQTfZMutv7eN0suK>hy0 z*rWf|BDYV@7@x3ES>DMK=EXm2Upq&Cg8$&fQA-KeZ8!%mD*c$oa?eoE21yLpJQNl| zno7n9@6!pJYn~HEmFR@#dlHJn?9s)lMdjJZ%q^UHW>5i^h|6;> z4y>&j{G9ULcWc41vw_5&DZK&le%2x2cHP8l#S45KfhJQKyfUizRK*my8Kg6ZWWRKq zo7$>rG7i)yO)XsU@?d@ z1*w1ar>hFos(>!Wg|`=2S(*a6#Xc2z_SHrT3T+CKZ7;Way2A)6J_^(H+79K1{CB$i zQ!wlL&l?}pqnb~iY;;Xdu1>5me{a~Z!w?}Kj9;fl4@r+5and-itK}4=fT66T~9Z{3fGff4s1A0G<>3*=;~eEBBYrRzUq1&vBD*cbnu!PJ$t?r@h)cw?1Kea2jD$?LZy(HRjOl?zHVuiVI6HGF< zul5bnwGh^r@d5Ffkz^ZC@UH%LRZ_(Lhm$^ocMi_{Vg;_0gSQM^=b*+pNzbTh5cFsw zkL4C#b|2jK5ZCrhe|6vMofm~usnWXVMQ4>!#f@kYoF1?FIxtu9#1WaUH(b7b!i9XD zZcQ1tC7C=ssLrTIX4tE`yR*9OI)j`q{8Y51*PFieY|)qBdlnA-!<{-3{Rw`a%F}!n zHP;$n5ajl$&#^M-*i*@SIX1=IUVA45JA%yMT zhE+<(eB)s(Bn)6aw^g_LEsy;Uxn>r4-t(;Fa?E(enZM1 zBK|f}gDOQ=nqn2rGRIog_kHk-9ZaZgHVaJ#%QdvI{iU8h276?UO4z))+Mp=)2|cun zvceBl;%aqhqmkO&t;e)QL!8lKTX;(2L|jPdT*FP-6w6(}TwV7)Y9?&J!`dGbtF+AS zhTbypd-lPyQqrk>Z6DIvU&K zJuB;Oad%2>ne*av1m=y)87PV0_uJgk`EOJQ$)y*N^SA4cBF;Z8r;~3TjJydgax4&b z#M(h%VLH`-MCREYdaprBWG}x8Rd{t{KvbaRX$aa(%`gn7`DMLl6ojnk=X56l2tynxEoi-!X=)ji1M27t%wTBr*w$< z1*r7EUHOg^`HLrtNjY;4u~1Z8rgC@<5yC*4V%*P^mUD!wz(Gf$X=X(OPPgSL#;?1H$d$zn?t71xv^b=DSB#T;daLp6$gvT&8{+3fmK zK_^XCB~J}Xm$AP?13E=K#s;L zhnkFFjso)?ozZ^E{|Qn0o8>FmFB2*0%c@##RPhiiPu=t>e+Y8DCeJ5*A6PL`1@+6a?_CYH$Z9eX#;ru;s>d^kEP$;|yopa;aT z4zfcC8{@A1M~{^;e38poAhGU~$B=ZZ-{@MBt^h#v1HA%9T41ta;ETAlrYz!UOZtq~ zi5u(k(G)=X-e!H%NAt#7mWtNtll$47QiqS+xdMTFZp_)em~Px}>AARoSCSHYON$1@ zWQAi*;JD?+_t|1G4kJNwR5kAF{m_abx;AnUzfiyJ!H{rT@<>(%p$c83`nq20l93MGv2@DGAQ0Jh31r|US=F3Qyk`nZ-x#~J>u>{m{rf{ z4|~WFQft$ssQUqMVqT8EOaA^xkM&Gd;Op9NKta{5(mtWc-vJJG9K%U3WcbDl9`*3! zt6kq5qf|UFV?5ejC&|Qt*xjNx*M7DN*F;}TBOU{HcGEnJw$)OZybHX8W48M6GXCui ztX?)B{4GxJmo;YG7w5f@(M*Y$xkPj#>}|0qB&)}K1%dSnRz^G!O5NUq#qcs{k?s#a zkjdy<|7Y_u#^umpd;-V_DP>bi<^y_rZOj%$Wx8a?xL2=#P-?%W_Uc1?b;m}iO&QkML#`G?lI6TmgZ(#fMM+E>dLDf! z?ca(x_|OGeiIrK8CokY|P%&uTr&r)`Bd9bty}n#zr5e6q=*=eJ4>-ft-S^?A08w)D zU`dpbPa6yWvaPcRy!mqSFZGg8;$D||l1$iq;Y(aY(&1C2Xg7p+UBrjt-<7ii$Lj>9 zb1u@x4x%h&sO%`n2P$wSIpAd!i^^;SyIUGWd8r0zwz1FWa--rFiJ6QVafijO{!AuB3U{+Vt#d%H%sYCjF0piEV?Td7o0XnaA4#)CtA z_(z-WgbT4yEdsb2w$F{@tVYMhIun|PEyz$UdqL^oUlv$9J?lLxJw)L!&>(Em^SFzZ zq^noDdT=F_%rM|e@yMT4-#^vw@`k5qaIOl=2@L`TYnG3sEHCpXNMF1ZD z7eCxR2fQh1F;;1*Hi9JxP1d|~O0ffBxwY9Qw-a5?U&nr6n%esPYGR-{l6PTvWIpikdn{Ctp%K*6Sqgh6}-77(@!qwGYM{wth7`>$|$x&nKfg)LoMH{I0YQeI21yU!>fElQWKA2? zN@=y3t%~Yl|~f;N$?R zmJwOs{l;#sDv*tz{XR2HVFY_v$KRi#CW8!74my`YC>#Ol4nK9*@ouM!j}ZT6I728c zA9deZ%&ta>O;MzUXz=-DQ)#17FQX5eVj{Ukiek2+?IRykRu)eiXhM^6a> z55;<^lW4&D7O=My)164~M#b0;=GVWe$VgUMF;?x5dC$8;3*|pHr!&+ZEZgbynh$(9R>D?5O+UAN?UEX_*D)>j+xX z*ADsB>sQDEYYGGmT?nmNs1YVl{WLI&Y-M9M1raXD!0=UEMwbua6p>?97{#n?=)c@h?9fRw9`*7{Xw%yoHV>C7!+qS*p z#3*-$df04m+qlCjvFq?@$7#(7l!6!WhHH++sia%WrZ|NFCKYu?;RKG97ar}jw@qf6`ivdk z9JP+IL%5bQ&b2NvxnW5>%Y^d^z89)F3tZ5f`9Zb#U(jPgN*kRacg$`RH@$S_A$;NH z=cglf$59bZG^7hsTKkNfZ6;sF!P9Rry=>l$m5q+N8JX&QMyDd5OOz6E{||x$@L%6Z zk!w){v^RsSp7a1%TPDB6(Z!dRhzg#|B_7^P+OOu=B;P(r1f)A7WD>9|k6F|>(|%9s z-&NR!uW7f#aDLDJPGO(h+d3?gZVGPXmVtmqL|r&*e-7Cy(fPbDMYkmEic19F@Dwyo z-MFHI6SgkCR9o4lC^aY6a0LTu_1P-i7u7^vR(73u9r+CKH5fR&lZy(#LFBs-0Zo@} z(Eak%8X=6bOPF1*vWqR3Hm#SVc`UOaJv)9f-j62yg)afo7e3bO@O=Tl@lUb*^hU?d zFyRaW2kv8eq@xP7igpt1eRV5M16j~}kDA%zU3nyiI>Tn-3cF3(u+nL>c@Xt*1&aLA$IIrY!*bSKdr{=J68cJ zLB{HiA>7*`@DD`biTlv1h(jQ(J(XVp`!d4L?)?9hGq$ux%SS0Ff- z+vXQ!g4Lx46tSM{z?EZCM1OR+KLik`93P)%5MPIUG}oj#)7G&t|}B&4B89I{u+f)@jhHhJ?&C75cgdN zbc?~^&gGvznhXtz3h?9r`;hi?YXq;5zRFC#jx@V5HL*o|SUUYIVm0V5BJ%`O3IsKs1QR&ZLJF)7l@36I5bSG%U+5 zOTtY9sng%q#yPrexD%QV2<}xWkS`ViZdNyKRV^N}4*lrznS-YpXVO4Lv(~~}sjqDR zxL17lJ^7hHC9T>IQtIFJ9cp zY(hjNjy;NQ7NJHb?Sd$gP&q#U4|xw2F>RMUDI|7xdDs@Mn|xnXG$l#h zjtw;=JBFfH0`GgEXtRmQiUS~ zk5#iIe^V2C&yQ_yfi-e1B`x}&qE9pWWFx}@YEVqJgjC8%lxaxve=BZn5S){f6AV|~ z&)n2}b@|&7iwh(-BRjfgh;+R6Dm)|@r{|Dpak8xkt*>GXPoKI0SukYER@zjg2>Rbp zZ+9$zT_Jqlt*Ep`0yI2*edA5d9yZM9Px%GLO}kN5u%g5scuY|8?<+?~V`?IXBl_kZ zNs}(rV;AP)RqHfjKb7Hq=w~F#op2fDc#^H$h?Zq)@@MF>h9gs8i}t6sl~7 zzl#*@C9Hea8ZkxzmNxzD(-ax7aM3`@X^gJ4aHl1TEabkEBAFGsz_l4b0xeh%FlOJ4 z*U`RDIHqgRG#0_giY~?F5tJ?>*raP3l_Z<5*3Y)jS92F}sMaFggGvG~)C|TZL*V*uasIjYDu5k2w)#5jb}LWChaJKL& z8<(W{t#=Hn2LFrQS10ks(#~dq*>^PINYEtsJMdOwnV$hvp@(Bk(z;h)d|BwhTIf(< zz!WP#&$sm)qE3Qt_j?&YZBl(aivA==JzZ1k%2PGf)MIpr7tzx=e0psV7;<&1oggYK zMV*;f&DI>*T^i%Nl|w-SAf?z0hBDIX%Q+qY>O-Z=x+4z_6N6*gKBT+$>!C;qMF(wZUYtjp3e zWe{8A;ne;4_NMP=!1~M_NmVvxPD!(;r!e_J*_Ww`_hn^xT+PhZ6*&(sS^tPM>Fv zDi~?ndA`-_7Wu0*@42>Kzt*t7Qy8!EvvJMd_odeIyUa;8azP^r=uR|=m=dV=eI#}f z+pOj~>0t(O2$-VKV=#7gD9T|pNr+NF;3@P4chDVo9(M`(3R|5T0)>}Q ztqWb0)=)7Aj`tzXT+gc9PQ*BpK?a&ptRwu>sE)t}c0aaXi z%`apF@Y&Po>;UMKHmZ9cSQ2EI?I})(zO_CDK=4-ZxK0)2B=pIdzfS4NDP~HrKkJRu z@oVMJ+lW+tgE6w{5GhP?N{V;ji^t z{An{+hju=mUQXK(2_MX++}Y|I7uNH~36VI5Mc2W+R%H#{D72%i4{4PjRrj!pCK&4& z;60snjPgODnvMfr6$>A~<%R0@hw55*f%V!DFZ*GQ4qZEgUW0GtUzLFr9tct8`*L(V zlBs(L@UJ<~jN3Y~faYe)#;j=Yu+Sh>Yi=m>{is#ClJrH<-|KyN1xy^HWf)y6&D}n` zjswdhtPV$MTl6$WkF#y33`kOwPn>w|0EW8PteJAxHKm_8yD8_{V_@cFQhh`6cnoG$ zzl zoFt**Q9wE=qY;%*!Ozpd#J{+_blK2nic3oN=DTYQ3lyzTTjR1iSlqApW5kjqnc;Yy z`5Us!tame{xoUZ^wonw5Q5WBu5bR~uyJV_)SQm%Yz~)DsTBz7}$KGDfwv|bUv5ZdX zV6FH9=#Grw2)T_8W=Z&hg7CEZ0I4EkW%(f`t95i{gi>X@i4n{kTt?%$IHcxzm4kEq z6@LbpZ)l($PRR0N{g4kR zQRo^Wz?N6IPP=vb5nHs4Gn;&jd*0bJ1Cgb1-;YkCw-4hgAsYeD!ZYm;0Ms0LNB3^^ zD_J#>As;HMD=sx`ckws&6V%P-%Q+NTPjq%qzna@G9(RGUcTLJ4XLv0_sA27A*RF36 z2lT!4n|qIhElVLR(cnbR10TI@h6?j zu8y`fS1j=xw?wJ07h?K$%qdUcitEu6MH62V4b=3nW>K->eneLw?nkxT7^>CNGCQ9I zr!zk?Gor2z#4iE9KRHuof5V}rw1+$w$-^Ti4^SbZ^=MKuJ6DjY?Fi0m*lcaUs`!QPgT z^l3HxgwtoMIa_$bL!SVUiy30Dz$3d7&upSc^f}}W?M&{!wp&$;xn_DmJbjgCxK+#b zIsSNs3GmwR4EDR_Jq|l9yEb`N0>Pd*I@^z-h~tYH3BXT>e;P zMlGd8gA7te)Wi*H!RaX>KR;6O(x*r}E93*9eHUtPN0np%#m@xjLd~1xVq-vSgNH+d zUk>B-HBY+n3a)QP4Q0sl=@MiSnw+4hq z=xp6O9MTe@SG(=G`k-5%PvKf%IEfXc&nheNp%%pgpGa!4%zp+~ug$>by7+-E!fT^G zLuzu2#TP-hh~WXgVZSmFq;kSV4}t=nt*;+gddYkyn}=g-At*43MfPth%O*txmO`uO{GFt7$aYVRmeOHp!^@wK zABY?9WCPF`kQY}ykk`z>6)e+u4rLe}JNl$0k2-2A&pIafhw7g+gFH5Cts!sP6>3#s zA-M43Cvp-?NH0qbH&J9kCtyG)q~_{S7tV?Q`lF-P1#eZkWk>HOe9>H=`my9lBz0jB zcwna(R(kb%lSGg#f0YoY(=|V>Ti3RZELI$)Ru3R!2qF6tf7yYVi$h}kbVy6ew*ici zDG`g_@7l3)n5n-^#MOP;cxULK$Hj#;0HNsNt{l4yI)d1 zK>^x_Y~Wd_B#raJk{DzN=`^@-T=SXaVaj!VFL}|I)FR{J#wQ)d&Oz;q2eubv6W~-Nnrtg> zS438}4KzzEHwz0)>?xvlOrz2C)vNb+co1>C^Vsc&(eFwQs=|M`|tMA!W07@beV#}4odTH zS`G!s*2{bN1v*K06P}qFk6pln%H>vU`lh&z>W{y$3tcrV{po zC>dQj6BZJ_9%g9AeJ`$feWF?FCTWx^Yd)$?o`O$WMg|270+$KJ@7jLlB#HPzGm2gOSw(whj#P#%zFWKKieRoI9AIuvE5 zO*l31%xt`^(QBmq$MvKA$qi&Bo3B#4Lpgh#wQ znA*OM$v!=Kq8`|OR8D#9e2iNi4qP;18k*4*d+pArrbHBbX>WDYhZbpw zVlTd|eiOn&l`<1|8dN!%g*hqQ=W585$ILQ zG1@U!GXTq_1U&Q92kOzf$;uzMxUz{mVoIR#X4qZniX{Wu6hR?a5(%C(dWzw#&K9I~ z9{inzu6YOPBFg^nJ!XcWh4H!-rVXTEb=enj&ktrwA4u+0}rb zGQv!4(XTa+jFZ{=*gk}2Sjt6>`IbhSCbsuu!6xrqnFA|t&fdJZM0%+z)xP(ENYSrQ z9|L_?GoPH+M4MPHzr}k9I=S(CO_yyW%jQEsoNZ>L1S(ZidLMFSCSGrZPYI$=+;O%K zAKajRGWJ^c>OK{>A3M%}-97AVuLuIZw$C&R@#u>|A*GxLk;}-?#@A_ulT~*tv-OvF z1t%hNyhnKd!Tc#6K$stU?;&#RDjEp$v;GJ3GyezkkNpqk$N2~IYYnes8T|+IhcbV9 z8>m)@k7JXFX}U~e6UR9y1Ha-K{bcqpryX|hW#g0Uj|Id{GFp##?`$%!ryDzYl3AIG7X~~7s@=9!p$4DD3>rhB$lsfRPwW&vR$FK-0`$a zwyD9#RQyZuMI>=FszqV;KjLVu#XB*71(fE5ofh0+y(+Nri^N{L>Wcnh+;uWk@s<<4 zX%2Q>o(5F>aNs2<&4kRQ=bwAV*EAG!CQzeP)`i{VuI@g#NN(8@u;buyQ1p^psg_Y@ z>$OjCa!spdsLY=#sG+Df+Cxnemvufk&X0#564Qg~K~NTH(y&o0g`Rk)zUAz~0l$rw zUb=)weJyGSufsc9dSSZcuBFW}_kT#sn3~)3a|NtMZboIWenmg};p69?TK1Adi3dLI z?_8>;zn#Dk)Hquihqg)6C8gW9^T3Vds~v5(M#tm`y6qoRA}rsinX zx&AY`kI`&kZQwhCc}p|Fx%hfXx4-^kvt)kY-A@T!&=~VmJrd zaa>h=2O#Tzq@;d1Av6%pr#U=)`Kl&~0>I1p;idZvfBOcqa}dXQt$`$N`e=S(g?7U0 zv`7ieu8G{b{UH$;yU-T2ydTb56{CL9?J&=>2uy|0M%4)MO$1R zVc}f%xIg}3{fOYitRcNpi$rx#;#U-VLnLX8(H%;n{zdz3sQpjKdHc8*m z`{6X2(&c}Dkwus^$<=JVv^044rRk%h6ejBifJR3n*l}M8*t6d<>UlL4Hk?nCpCTlD zFMN<+I`6z=S7|0w$Ojz~m0Xc;I5FhT)U5%(TRTTC*%tNxW&Og`VOaFOQgQn|5hNl6 zhXJIk-xq$u(Gj4j_eP^1z|ghX1X|$i##`r?BGnNw(du5U zc6Jjh%YBIuKkbtA5%c|`cwc+K&v-fUoC@S08ycd%0vNJUVUaXTZ<-zu05v+<-id;k zrdDaqPkwXCK$pVtCXKvhW>B+WZC@uH13^b)(YCFU1#rw$n6IKE^{?vk9F^e9$B%V9 zCX@YD7W)gE)&>3~!qtmi)s6$_5Qz2Zgq0&>Onnbbd*JaKW^WPS-mBNfsg)eD-*%h* z*i#-z^Cv-%wmVB4eQ}wi{n0t(E$cii}BmuS(kmg4>9F?rC5;fSbjJa9A6M?q?U-6_9TLdJi)GdQB)3+s| zL+`8#!2_+LN4QCGvALQt;}Rs>#58Z*gVrNe(l$TOlBv0O*P#HOZk9TUzoJln38N$= zEc`_w!faY{=%9;QmBbqxVClhJT6&oG6k{ZTA84mItz3B z;=ZKJM`iW7bwzI*J$Q&f*ZEFmBGPt%sH9j!f|~>gt*lG-$8 z96tljoN0{EFFFM!G1QQLI$*65l`3P*Pew=_DlVLdOEygLXW<3A3@;%w{FQZqH6-~* zg4F>aJOhuLe?9)kT|`v$v(WiDm4K9Y_HV;bLgNf@(}7mesO{0q&Rs(Lj;q!MV0A** zE-bjP4FO*+Q?ErumkmlS?^`;*SPDjbG7iDcRBmk*smwi(FKtVE;vHwDA(w<8y@sed zDE;|eAu_~DIla{Ydj22C(2V85F=J;eo78oH$vHVf+S)5c+6m~-)3>{UU<7YKN^Bg6mJ*61(@tQ4?l5So;kFbHBm^6_A(QBm^xk1tm#$Zwm7wj_I4SOYvKdr(F(_)13K#ROWY;3SMajYsK&j zf`>=`t0W9g5&%j8I`f!5xIfbmMaQ2c=!-W--rN^(-c;OnZp zYUY|GGj4QzE4B%m8h2BUS#AD|HbYcItALbG1f18!#2pEPX&d7-!|qwgyC96c2nexM zKEqC^!wH-BEecv6JRLj^^z@Hk;8{jm1Jn8+vunDMp9mOAg&XVO7G>@ za|FN_xGRyZ92`6bzlTC3DS4lrIh~h&CZ+(TwtN9zeM4_%6UZe693o&yzP~Cc`=?w z%jpqy^PDEwL5sVAV(9u)A>l{BLgJ>Hn1jSy>nGbw#=*#-Ruj{pRFI7o zyW(t5IZIvvYoW|a;IKmX^qqGgsoxb&gs@Rr*z~Z^wfEx~pN6mwQ<#zUn8alG6}p+m zP>TFt`q@M)ZZ1gm0_bT{B&tFd-2j7F6#7c{dAATh=hK5I-~)9cKd^ZsUv+UB*05YG z(K~~n_TVWbEW0LBoEM%+O5Xc5dK#BY`qz5>7=4!O{4IX|P=#!IL%<%ule@+P>;$?TDY-YRd*3@>2OVZ#fX zQpe}(&3~PB7L^(0c{>R8Z~v+ORC}b78@Eo4@f~vTk1T~;;RNL0h%_hTKM7Xu1hZ-i1MyvHQUh5$Gy7gR3V`XQC5^%1tB9=lpU8%LDWH#rFiN= zXyA5g8Oe4nc}vC66d7J2N{ImP!rd=Vym>drjd;TzdQq;85w zc)E{>4b!h5-Yxw`7czA}S7Q&}n#N0CK2|+n9}w2+e^k@edvf0VGAU+O8H*j}WkHve z{BY%yF2}I3Yzr=9R# ze@@A*?7)!Qk~nnTSp3%jt)&an4&XQ#=K)lcLSd`Uw=1pc;J!`NNiR<~?uT4S2rUj3 z^|_5G%!E7{r93`6DU%0b*v2cZGI}ak=>GDG;JY--77R+`9VG=dYP|`NRBpcy8|%av z1Hn2!h!D@llb;76ma(jFbjmR|GYmr|!<4g*qT3?VnmqeZKcUXSVqnz&+m~8AV z9=t$VOqBV3xp3HM&w9<9Zrqb}kJB}(h;eA#_kvF*P_`h4(8OI4qj~uPH!nbxxQ40O ziZ2$*Q%Hi3g4bVQrkDeYkxR>*78_(3Kfwb~u|oD@-O#C7vUKHru@Av!hyse7c+3ec z)F(3LakK%2TU31=g@=ht@WEQ+Nl0u^y0N6;JonOoZ5>4%@I9b@Rli4ua)m4{a|-9L zizhU-LuDw6;wLj-l;z2unhS9d39fP>6{68B2SQ0ybH}MMVBhX(m;hly@2U_Bw4{Y`h(8fens|+l*L6H4X zDiY?|W%E+0=ur)-nbI8=(fFV^RwxHZ%7GS^Z@QvnD5FNU{;xu4riI}zIJHQ`dk)qD zHr>3DZL%8Ymw}4F9qh)`TN}IjCz53ms8Ciah@~K!g}zy7QV1&bwxi1F^!a^8mgjfE zFP%R`d`fryiiSQG-f=!O-?9c*%vl&5OCHaHwSMPdm9b6l_EGWCt*y;tO#6lV{gO=F_$ zxH*_(Wc)mD*pxXD^ZE*`IRs?CG7{EB0tFQ*GtlQ;!;;)G3d2NE_$-$H;!$JpN0GlU z)u!|HiBU3)UoxY}PTXz2o3>o3|6 zDVruD{bs|{7yvqJ36N})qy9U|^XQPga^kMocktQ*CaN}0m$cESti#TA^5w9O*U5QG zw2{L~m=f+6Pfr{~D;CtP=tqZbz$cSylbZW|!heFGAP7#5j3LmNr715YV<-L+k>UE! z&Tg`IxJ@2J?DyLd7_9kls(qWiV5xv~0g%JuZ-L>cMIO?jeSr56X@NNe$XVp-wM_$s z;}?P*G(%fh=5Hdows6ef!w#=GQNTh_wr%vJiCsp7z~n>Q+G@G&1&t?WxfIf&Nn4`J z)$%G?T1n4dRQ`x91`5=}U#8}2FA8g!jF!PCB{f=_;l83gI4|T_WHP8^hC#`?`%smF zDvErshh07St^-giefqUnF-KC06;61s6%`0o43i%v7mcC#P~KGOR3nCljU0$=@?!hV z$33}B99P9`*k7jcqZtYrAFJC%`2(g!zSZZsb;G*HWYr+C`JjNM3YulvxI_p1{Lf4} z8G@~>^~5E4Lb$^0qDBg}n1Z!4k2^;r3ARCEQxOI+bO|7a&2;z{j*3Q;f2Q@Xz>ZK5 zP4nJ;IcsE>)XGa*>72_&la2OccY;wgYz)_(Ril@4ufq`@rHH;+%Xcc{js{khAee>= zQgg`n?CtJKI~>lL}R&En!`9pVGArkI}rV+1A6?Ut9FUmXLehyl9576wDp7#-cve^h3Q?yMhL{I?=#aCZcJgK{*lRj)4; z$}&6ey%Gpb@-GHad9l zjh#G&ZTi*KBi8}X)hG2t&YMY_{ap>(nNS7Sgn-A2Bzql2&SdeyTAP-4Hju9H(2$k2 z6-#jL!R;-|GlZX_f+Sm|3w6M3W4JS>_ihWA&D@UNmsV;z zIkK=nwpK=oA>i4Q^0W$#BjoF$fw8k(|z+ zppo$%PXMTwe{6OG7$o9)1zBVXW?C1rzaqnxJCtcMqZ^c8ebvX96_asoYVx0GzAf#! z^G++}_PlUvy@n$o5J(SlI@=t>d(j)fnU$2Jti3=@)?L5#OCoUmi-B^A;du|cJB~+E{oWVAiv{kXx6W+SW~w_uV;6zE ze@K7SMY+k(xf#y0d*K7yig&Zfn&`ALyOYVP_bN)C;>_vY(c@^yFypgT{Fqsx4_jT$ zV+8m@C8_%`E*5{V=;r*J5{R<0+uDs%8uaXx zbNRfN0wy-!u@0?`G|r1eL{BlZ;oS~vfAD4d?HG3w_MBbKW%I!P`KY7sc&P7s`_sFd zg~*BNGMrfEO$BK99UW)To<>_`mQT%vz5`Ty^rMTR*6aX{>V}bPI0>8hM#sWt@J63| z<*dU@!G-RXk;LdX)1+{Lw@hDyslZ6_Gj;(_1at1g?dy&r3#51CY}N?2!a>+o7<0=I z_ArVwrjefo8KG4q2xzDaq0zVThAlKBTlyxsV3DBOXeVdCx+S6JnW_qf5OkzJrhtG7 z%bHUcQ22D}ymBHDM;Cx2F@*A>Xd=yS9IxH@i^Cdxu_}fvN`78>UIn#wEGY^bXL@{e za^+HtUJur6yoWS^;3US;$)!U(MXScqn)%PexkdwGC4_k!>^f zX89^$Er0f3)pZmbqDvk2ICzJddO&nqMA4E^3sNhmA$-iG#4a9=xh>N*rfGvj^p6pY zy5F(0UYJRpi%Xu=6q=d8b!WC$HALkqOmVFoXl~}_J)`HPQRqKNfGvX#Y_{MCm0jo& zAF5praYSWn1r>rg)6;b3cz5ES)MD=~h{4sQ3@G4=<;^jz@||5rok?zkYk)Urg-xbi z)JSmWM2y?5X$dfERCBc#ss2ZOln>QDm&`xZ3{2E#(22XBj;xfA!ullSh9WLOVI&f& zQ1#+&!b2zt1V@Mv!uz0|w&}V_^v-G^I>tm+nerQk2GO8%#kgG=LA$r&v~I~#o$q=E zi(L_)93c+jtpZFBWn14-eQ^Zj>SEeOMzgwZw~Ts6>Rj&bRPO~yj!8sP@|q#gQ)cra zfF%ha5KW@XG`%=ILQBT^UBNuqf)m2xp|}Mr0UGa!WyWo7#NG)`LMDl z#HEVI9E1|oyb?!uVE{L6MHfdqn}1Wjqe)i+*;7gwd+Ag^5i3D>`4Ej;+pn1wwwVtW z0c`u}C(1jpKW`C%NCQjqda%vxYX4L7E>s?@XFYdfH@k7JzjdlP{|O?;_p=|03m`+c z-kpBj^vRVB$*PG1DpYQtERQvSYF@}3xrBl)0Vz{Fa4rcFYAdEU3+9<4Ti9I*U`y6D!&Zcgae2B;6^0Y2KeNE3A!U#ml&KwMxzpQOt?n%= zPY{#LSMc3*xV4mZOa0i3t^oN;EoyTW3N?+&4;c!OH2CS7m9G_^RVJJJ_31!w(}VY- zpq{ArxOr#gNRvd5Ao*^zc!hF>>O9AAodhl0?y%V0>f^(iD~2R3&*56AuQA+m4?`D2 z(NTL_OI@_prD(&n=V<>C6wt$Vd)b>!*q4nWp zi#40V$DmQt(=K!ZOgw3mRkyrDEtkm%Yp9bJ3B9YLut&sI`nF`;Rr;pOnEXOS9O0mc z5kXDNQ{|+#O^N{Zz!gNazkWFV)cxRMY-Z#=TPXwBl~G2iNLC`(I&0h&AP8+eX)gCV z$!FuGdp+Ak7W61mgMepodm)t84fJ(p66XGkeSYp3OWFEXvuLVH<9Px zyLTg)NbPj_qlS8y9f2Iu+>h=`6N~KVVvSUX-JXy~lkCHzi9fsol0DT?fJGS9?9LLI zRTv^XkWKd^rP%30@5)N~BFAAaiobP6lYiy|lFC$!U=~?MD*@SsnWoBxN<60@;4CFY zZfTeab>jQYs~*wel&WV*(Lrse z8y@^w1Su*h*?{cmUv5f^Vg(^SZ*gzO8)MM2?rb#T`*-z&!32a@GLItebZ->yK~f;wKL!7ZAE*!LgjB1 z7~Z0vQIR@jAam^R8X7L%)bSmY)Oq$)#mO&U`R;BjdjJhJ-DwS1E*hPeIPQU)3p4%n z*qn#EES5h~{_Hoaxcs8l?Od}7cXEP8h5F&HVU)->VTZx%Vr7gd=TTrlbx3hD+ zgw;d9{ul5hy0tUQIJ1Qxz5HYQSWc=a9Gln+vH+9}CA662AYTd7cxB=SMma+mNbB9W`?@Z=gO8$vE5`rrl6f7~Zxg@^=@h|171H`F`Z8)282%V!G{^T{aHbn_b^rK4ttWhzJdT6LlJq@x9Lk~ zf53|@4UD`kyyvg@e39$lI6gSgLjF(qK55^8h%C)x!+Cw^8RIWkls+pR4t`?UiiJ0j z&x(j19`tBtREa4sU!#6(a;23s-_?rkn~BXecOJ(My+_?0n^BXK!_Q9ol_`s0vJB|c zkiZ7iRIR0M<`q~J!gmgewJ-m@L(rx0Z-OEKm;5B78?l=ifT0B)11gp*T**q+ zf1!n|@qGNT`aRAc4Q$iGB60a5x7yiWNMosSto@^Bhy~@X1GJlr)NgHDT;4+%b@P_h zk^qs`T68kXVF_HAIimO{FM!;z$7S)0uNrh6htyNs%EY6<{T5+&yn>e+$icT|!036E zMS5mOXX)a}15Xam5SW-B^mN%DP%VW-2kH2U={KZE_?sQA^W<8T7cjJ?(3>A3XtdGPZkMu&U2H?veCtWdm#w}n4r_3xykK=bPd{is3*tZ4Da1``| zIm>Z-{qJS5>BiBKwM(=acNSjCfV&!6%PJaimpQ&Ssa?PhraQQI3(232$MMb(Bcr2`4gQK097wZaDA%_ z-}3Dp|DSs+#a@gaYVHB8{M2Mkm6b-5q%7(u`rg@YFZdn?2GTfgua(L-kSwQ%-&2zw zZVh5T=^Om93rM37CC;gg3X9^D{c#FhL`>GG`It@78c2K*I$qyt24Lm#E?`@RaPrE~ z6%c7885ujqhL&X=?Up|QdQ%oUsft*OcQfLf_Hix3+C_^Q?JR9@ydNrsrT&;wN(v#U zhE{)x%)-ieW$>zuVisdIa5d{8m+%qgQJgf3*9VG=<95H`&kBuJl+ZQ&@AJ zsO8fS7QDosuc&is#vi0Kr#fn{PqRAA?UqCvKuHSHAG$H()2U$r(CSY25nbv_>8?|{ zr-fIS{h7U*BpqK~hI@(^Tpt{1tBWb}Y4THWDXMm*D&Ykz~*)Eao2t zk(5{jVEac6qezSa-}@!tsUgV^Y*`@H;7IPPBbA4SxBsHvZ9WHl%-L|X(s%3o)k$4Z z=z)u2V~FO#44@y_q}>>YENhqXjD&_d~;qT~Zk^^@_+qQAGAaldkcfgfZ>7GDE13 zuV&k8W$pyPPFTG;{z~z2SfO`guIT!H@RTdpmGyj_?Z!L{a8))ZfF&<3W3TwB+3xXz z+~Vm`SZbT&Yz;$3Xb`uq=rfb_vkP_k%~4zMX3-O-n|+fUf|@6<;Y zmIj{pSF*R<_M^C1*`5txQX&IvMOQ*}hJ`uCfM*YrvG%K-A4h1Xx%(hQvDT|i9fXnV zJ3o!Kxn7_5 zmz04CtiJJVpD~L>CW&bQ>*w#*_N|FK^#F{%we%x6-FH)5#zqn?tu81Jivrmwp zFsgx#NS>0T_HSF$0NzR&7>5BOF{I>D#-z|lU<-OsA}ODDO_@G$3|@(>jQ0c>DRPp9 zq=#i_3`rbAiT()}r2(nDVo=_cM~&`-pJ@AsEE5|+{pTEnY;65F0zZw_H?1;ITLepi zmjPFbYw}{haKH9`^5`IL4lk|d?-(ux?sl27j125}16n{=@TI^rY^rBkl2R8VxlvK# zy7cu-U_JIry~Se9>e7c7Cd(<%I9gxn(PLTi=ZVt0t({S8s#2BMyuBgZo)tp{PDG0B z%!itcR$B4r&x{77rdHd=*EVY@jU*SI71fb0oV|WuOpNxmrv_4|77r-cJ?n|<@x7eGZ}bhMZzEcIINB`O8BZ~m zxD_!`<8t72-X_c}LB)^u%MI@5lD?{bOIx`~Lc%9ejaQ)A$j4p{Uc7BnYGj9k;-KOG z$JJQ{#kp=e?J>s~PXrr$^+YzSsTl_6O^Db59KaProUzOcW|6q6yFcn`E&@_P*g8OE3+_YT zK|N~vrfn^81K7iu;6Z$fL+DrRf~G@`S{>cL+6^Zdb`pFS-$(2oP z`vk8@`}vH{qnN*wgQ3~11!bVxFF=?fdJsn~XJRFti;3^&uy~|uS%@<^Z#uEL0uh3O z8QE+nZkyqY>FMHKuzopk!MsYz-NO46(08IU`jD^cyJD4B}9;mx62`7(utn!Kn`c?u@Z|qaT(> zFWdNHIzOEnE2x_I86Do-E)-^~cMh){(03L2N#No4N3v?nO~FS9w{(VLCIF6pX1lAJ zsaLhUbm~=mQT1R=zwM2)1s=nu3Dy_Af(fQ@LUyYn<5tC6d!K?X7-aR?Uc7H#h)8Op zV<2Q&2Vp>WIcQ{0qo`l$$RW!jvfvZE{-6wiFtoM`P)Y* z`ws8EeuStEwlzm^G8Y);+o9`z!uoP@4kfU?%@|{Buh%Zi&`gP#wF_PLi72&uN9a&_ z>3CoL2=M!=+WqhOt^Nz7i72*0)1@*e!@vQ(AV>THJ!l2`ms@W2Us{S7@d*XT>T=bY z>rwaCDCi7tO5~3HL3)LyR4~%MTj=At7a5ez(yM<9xwKE9ckC~+;Sju;c$k-dxEWv+ z90cagh{0@w;V}Y@~)o)(qJrrwnA={hQkpCN>jr7TT{ULTls_Y;V%6$xKd9?y_cx8q!RRqH0w4dumhh`>&IFTrzV|iDQ`6j= z6&y2!FzmnO24j5^7aQu{wj!*6 zYv{;)&Wc}Y>vCw$vj;*|kGbIuD?ad6XGm#U zQH`?TTK{Q~0;URt0FTd0_ca$zu7w}D)ICm*hP>uT`?<2Rat+RpE(?VFQ zq`y>32b8nZCb4#W&2dA?@oV?n=#I|~^+w4N0VLP%+ytV9az0JFb*@Mk4266@iIqcN zVw<%O9Qp0uezDkmO(P8}>T_F%pC+Te4 z;RIh>I>*Gp7ixy zta0l(VQM5pgx$1BD%UgcoAgBS?od%je zxI&nJyl*PAUfDOjJj~pkw~z=fJaa`8z!gc_(=V^aF0dS@*Z`f+`*a|c`Y3}cC}q20 z_;(r=IZ~G1;izfGFt&q*th-N4pwATczEwCqAS)506_JRP$Q%V8U9PM}fGVzJi1PCS z&cz}mAGxsOB8pksh3YbpHB1=sgX<)A-drE({2jzDLWbz7utV^kY+OQ0WRYYMAF1YI zvSi>AKf`hHD055damr?E&MFXz;yhZPR5@{@ES*{q^`eit*0)@JDk>prU=!7R@Hq1Y z(pk>X^=|l6kj@S%U5b7ZP@ZxyqbgOz$W_VNhG8#qmG{rEux|8dvsUo2ql`upTRn>` z=!lxMWuR$I~Vq3h8U595m%?~-v z?P9v$_Hk0H0rTLnL8%Np30`^qV2OGoVu7#DqoOi5H%vGauegwAAqK;~X zH=U#<3iid3yw zA8#sZ8Rx%!Tma!)QnH|G6Scj$(gz2(liwLiJ)dyiMC-1> zc`;k|xkoiMj#SG_Fv|JR90DiVfH`n!nnrQ)@RlVX)yEX|%75s~lzSGunRx-=cX{0_ zgUWJ8VFBha*%a02^e^{fpR2gA@4IftVAze|V2E{{_K4x2GF#?1U%s-BUT))|N9!d1 z>CE!ZaO`X8b)XtGy7(%+j4AR@PePx6&U93IW;Q*}ydC!dgOK{bSkWI=0cq`5kD66! zNjbzLQ8+33-QrLCEwxdKs6Z7SAMSJD zCtaV8oEk4pi7M;hH4=gY#x9K3dxb%LQn`m3T<*jwW@yBnLD>)u|{5r%;Bzbmc z0GE@MI>MYIL4Hx6r<}ob^vn)Qn{H#HI^f7K(eig^pBK2BAF^od+_!QEDa7+H!nJ`#_#W{VA)g{%BO;?*yBLxLsjqV(& z2tG1Q@jT)zKi0#LVjl-@h`kACcW>-`00%D3yx0b|6NW?yOq{j2C_CB|b&1&X z<9}u9%VG#?(`X0GyQhb`Y>5O3btx6q?gBud(K-9wY|DR- z-^+tn7>zKt9A~i7+Q}$;n3A&7yB($lr|7 zQu>i;p9L;ZX)$vx=0h(i)e#RZ{G)YdFPL^zc$3Df$+`w0m=b%b)=zI;U-(nPbt%-R zTJDr0+wG@2cu&qxD;$7>Qy)E)8XxGco{QfW+Z-H@^n+&WxHS0;b`bxoQ!j&b>JhU= zhmBE4liy*=XZp`o-nVNK-JPGi_ro-ec*^;po&_W$m{L+PjMRSmX12K)>{}gIoLG|<9Kl1|sC-i=}L99%|N;#OJxe6L!AQITe4;ukm!JRa!*@^g{0N^hU4x8{#H^(t!<|xad z;(T(r<2YP%^9c!Ed+mloo{7M=CcEZ*W3D4ZA0Iw^L@IDrC@G`IA?lflcNY(qcntNK%w?AR-mE5!5b{#kR6Lq_{+vLY95%tMXL3a@>+&Ce^AV2Y+I~>Ba%?q~Tha9zc>FxFE zWF(MGox6&@^sh`kb_$imo$CAz6mN~7fJO!g4b*HQKzMWQfAQu`%%+j@vE=Hsbbs;Y zKd6V53(58Si6dVJ(PeJ-W1lYd01{K5~Vm!1Ub_ZBeB znl=rWU)JdinEN6>oKLORlhNtWyu)d=%Ao_4C7N5#MeRgL z;%YIDIaE(GU?7f^ufNjbg(v&scmJ&?)76+J6#-toLG@&bx@(Y2n*&wq8P zQ&YberG}DPseZLi0oXqeJ~{mv_1W1|;r)_6CGUGo%J`?pc)xIWd)txO`{ue?Xx`7D z6A%C0`_Z0x=Y+kzb5=DCvAA#m|D!k)Qh4}AOPz#x#E%qOBXE=g(meHR7=Xgm4Bh?!65OT0aV}sL zHafDeSazVhn0#DMr+=fP=wTRv*F%4%Fv1!GHwX((6`?M_BhSDHUKj!*0ryXB(*Q3r z3o0KX46JC3C=!{F10{X7qGNmh0CVUk&f8V7 zg0EmUO#{A2EWpWGC4$XNRk-#r>@91|O{4pQ2Im2#|F24-@Rm=7KfB@({yZV{e`m?} zt)o`3jM2AwzgDuAg0l|&SWIDtMP-g>1wc8L&+vydb_@R)95t31v`^VIciFHTW3+oz zUOKer|Ekc@wA*&iZ0=Qe^$>!{nuLc&daG1w$gPI@gAbUC4NNbwEGtd4;!CPHfKfkH z_`aJU;VXNsI864wt69Wwkzta+NaMl%sdaLjH+MIIql|$oFKEqTCM#-{KNXAFK8HGq zsWkG&VRw8-1oA399vq@z2&b-l?B*|nR9#G&_tXIki(T%|RiJtslgD-HQ9Ya_5q4ZP zuc!&1V_un=ID^Ajti<9w3)+*qp7AOQ3X%Gr&-;}snPW1YB%lja06uB5vV_GZqoJw)th-4nVbi76MZ4^o z$FV;pJ=GMlbFlZ5KznlO0{h`>P?PK?<5Qc@C0Gyvj?f9e4X!AC7&?A7SjEt!W4qM% z(;1#}!M<8eRjbQtsmT=mc_<}c+wQ`q3T9~Xy}5<4>JA36EPxiQh{;io!K{-lC@jRL z9>quT6-FfDX!U;Eb zQgIaBgJsE8aRLM6#bg(rdm{W2w7fiDJ#X6v({uKYQm^#Q7z;kxvyrU%v86AMN9@%JAU5@?msFk)zEipR@AVyvF0{ zC{YWsO^OXJPZt_--u91|8Fx(~-6h4B?>M*;PGW6!R=W$4)d!$R_r{WQw9{;?HV%Cb!#$~nlKB+g-sWB(9cmV3vN5=8%MI^F1jNBX6!v!X-*m{j|9VW< zk!eo!A^SBE7_mASLR$qY@2#Lg*DFe^7nXlsDv6W&M1h`rfC_#f3i;VJY>}u5547B@ zfTE1CgJl`QEkP!vF=n?QR_l*o8Dh0r1YZq(Sm~*ZERQT%O`dCjT5K}^QO(!P z!MFeN@eHT455u_?@Jo`{?Wu4~Uo5xca-)+~LqNaQ6#R@{@!_HhdaYx#ouqnmN;R+3 z?+a4x5{;Y;6ML-AKBQH=OUqsAEAt4vW)~eO-0Jhy$>viF-!J#@FV)J%QM2Zn<;oeW zfp+ezUOgp)^m7z~GRhdZlxgtjDhuyn9m1j*cbwzP@BK7cfO1uabJPdQ2EQz@SkcKW z$B!`Vb2Q>YavOt2-)!NH`zS3Gf(p`WYWh6!bFnt##(!o;y7>D&tsOt0Z%fLfM$;j{ zhbf=h7ky+V!#cO6g_u{coIEalb*4T{!2`QN_;g?1ei-u;oekW^EF05IBbn(WwI1Hn z&f|XZuzo{Z9q{m=&&^!C9a*#t?JBj}u`k(%PtB_y+gO6K(d`N$teOLN>$0)d54wn> znttelwK_@i_)2rlY8}(4-Cj82c3uSK-kmpLv)bEPd})YZNYQR|{Q)zb#qq_d z-}@)e_LCn`RP&YFJB_0PfsF}uBCd*6>+xXn))|O+5L#I!*`QNSWN)lRqQ3`J+>ginScOyTsdS z&dkitpaDu+;#{S(J@=}``$_BNa>-`N%mVeWV{-uqx4o;n?SfNqWC=I}<5>%%ZO^Sx)GQ_d+hE7Q-WUDOye8 zy&{rGJE>=r{ROO6js=~$uKh3R-y->r`EJr zbko-JM-_iPCw-YtofO_eKSCvn&yA#m4rGxFM zIIG+Cl95&yM120EtEbyjx7XfQ%jdPv+BdHAMBrMa`M#qbf>+dQu8!v(4|iXeZ!Y#N z+m)6V_7hAZtOd?fe!f#p{;+5Ss+3ll^RDb6K1+PRo=8)-GP*p{dfVbqZYy@59eG7S zhU1a@I}B)3D;r?`odf?-SU|crXm|NPx_2mvj4Eh%sj~(mP6>?trG)Qr*R_>^DB+}D zJDpeCS5us^@?^N3r%I&PR1aHxTrsaaM|@sjq^tvy-)4!UKYTR8CoSfl#r`;Vw9#vj zcx7yK7~RiLN@zMSq6kypj}*M5pzqjpU2O#3SDYlp192GrSko+h7lTn*%K0nBwp2LJQ ze{zc4G*EX9)X!TszTBJXLFGq4W6+dD?C~xU6CH}9{ziw8D+;tUFPxCt7-Ix1mm29> z^T-W7^EXC+P0sgseQ;tnkhK6&!n4T-=S!DATXWLzT$JTuV@;>E5z^&YaMtZIaWZ&! z^U|&EneculP>>&A+zmC@sKd`ejDsHT-%Z?#+r&r8$G#94m%|66fYw~F$RbWnPI^mD z>?Hz$6Q;jHOAPw6piqgkP22$|Y;xa(TMY=Y&=J)o)7UH<^Zm=)Z%fX8+9wYo??1xW z-@$LrRGpm{Whs^jdz4&}e(KcXc7%!3xe`8Z<6N>g+c}e?!`S}LBObG0uT^ypWxRkC zh;6_Anf{A#47wz{PhNl%33L?k3WcE}a@7R?fG=GSES7PPo+}SHq8KTV{Syh5r7sj4 zeul+31XGlDIXtbMcqpRHz^{97}T=h54pg50dHXQtZ( zypQc&oh}~IIqkD(dDjegRaaH?+Q&MgTMuy}um_D7_0PQ50dX)VhCSVT;}Bhy+NEa^ z3W=^eK`Jr7PH8pFhFGz$_D8nWxH$6U&0-UP&`jna?mmd5gY3_- z6}EnP`Q4odY4s8rP7EC^+Zsiw5kxJoIqL6MXv9xoC}Gf3HKY}_5AB%A$L5CqEeW-y z@pesLUqEmSgX^TEGRJ3&g9>(i4(9O>##VFL9?MY)9OZ=OJZ?;wnt}zr8LpusV6p>n zYtKw75?xgmXY5(s^+PLd|E}d87j*st+e^^je?MIeKa>@XAR zhgDa5nP;^ndS=DS7*ykP$(|%bNW}i$W}BE&o52G3E2ULRnYNgkF=n34z!RQ5F{*=W ztH-Wv;87`Cup)J$#2qLztXU#a-P+c!TZi^49>{9^@UUQ+3TRs}#(Xr=t!MP17X%!Y z%B6gMCUmTKQr~q_D9Nol$d}=I9Pmx#W?UCcuBdJ_w~y!cWm?%ts!wc?ti)Z@v>F`d z>}LWKX6m?Y)#xn6k>&@#Ptun_!fxOoRr-6#Y)W zx47#Khz#^VY;}K6Z%jZhA6WI)@w&}n?Ny`4;9%`XG39~Ixk6D+H_j@S!c>tZUbN!f zp^ubMCo{>SiIlQcF;hu3v&o<(BQEB|SOBC;xE(!mHQNZ)$RkDt&|JiKlu>^1ZqdSz zvo~yyH@?yd6DN4PT%(Zl$j`Cw)}f{c4Q%761(8v(F@Be7WVIAJl;-o!yHkX&=9p2c zoEk6~t>8QE3<(}r-FuF2hx4m7Przz{l!<|XVXaHDB zzockA-P2sTON63`vd%impDKz9MsccyVU%ZPqu(gZkFLABs3MxD-p~4tdA3rT6Tp4p zzvOVSZc<<11oAX6c@pf|^kutWCLWqdH#s5ncRg-oTejbbr0XJeC@2<+s}OVSVGZBM zV=pjUI^QHd%bE1nxVC&CMK0iH4Z_vLz+Iorm2$f*dd&aSCR-rI@4@&7M(i5P@$aNS z5BKJRZuaJa8AJ#5!~E6d0UbMsT~5?DP>I;R48Gyy{+F_T_rOj&?S>W+pGX9B5FNa3 zzp^$mNm{z8cl+(-Bh4JD-6&IJr)BdCMZzOz|28ihk`#=@5=vYbU$0~u*CWCOpV@m> zR>z;PC~EP#BGwFg(lKLE?%1Rq$$CrHul_i%NfvI|>US$?ES%ctfQ4!-D2+h5)%_=Yuf8kRu-~SLU7}v$|FPAj` z1D|S-WK?*Yr^bUdRV5CT$~)E5S{STssSCQI{8Gt}5+Pg{F(Knc0JVj+750B?4uIaI z8_oap9CXMQLLKo@JMOpg3owOBee277(v$c9GrXdy$kHZPLE9>y`PDY(z^!Ry&g+KH zp0L|EkRq^qz)e|WGI8#Jrqu^kqx+fx^Zd)FwU;+~r>$kbcB<^q{jN@9d;IM#zgBhx zOr=_GirF;Bffify4)o4BHwR!*@^QVS0GBxy)u_ERqhR=U2-4H+-ZUB=lRw!dU?DcA z?QPY{$!(FCD~>yg!)R!FNR%whY9aZhz)IY*lmP5Pf9EB-%gHwQ>TUNFG2t*z%{q|$ zmnBq{{2IY5PlR$=KCE#sD}1a47f!$&*u~D_!P6K?z4UmvZA#lJs~oW2HkrtCWwxjn zuW=mRWSlXn2XiW2!BciYr=i)QK=`Ff?>IHauQfNeiowlNyL0wO5Xs;Yy$r{4CL#SN zX{hx6;a)d{_jWua9X9jiW>ux4Q7U8z6Dr z{*}$b-50=Eq&5UyT%yZOAZ9{u04wFW@h61Ub7`|}iSK~O1x>XU_R6%*X5@HJwtjYZ zV+C8C&o1i6n3OhMsP0i+R@m*bo@(4PMKWhpL-)LlHpBP@}CjdS}M zx|CUCFqt6AMZvL30;_Sputn%qUXlYlqAvI-9|L@q@Hg1if;BiS-&q}V;dhQ-CtwIn zsjJMY4g4@fMYWLr-4@?gDN?JXP?gC*{~GN{(X>gSl-A{eSJJ9;huuOkWYTF@21Um-R(|VgKwK+vi5O%!C|Iy zO@0#6sHxz@ z!;xE!+}jm^{`IAzRk6lJF(OG8KT;j85@qmur6I~`T2=44gB9hquFR_Cjx~JsuyWrp zPFZN%Tw2W7WuiYvuIz(dn&cO^xWRhrb$^cus!B{jrhUA{LsFT)2{nd*g+Rt2V3 z;~xL?)uHNJcXzXns;@>yd1S&Lg1Gxg{W0rFW(YZ}d7({5`QTC@#V0=%K-I>j4FqC- znW5`UHW+NbqQi!}r`sXBq_Y=^=XajlV-*)YCU{iCdjlD=C~paZbmAG-X-6vM78QBS zPA~d_D%(dT2@kXqWZOFTef2NTW7Qo|cDri9)f{^yIvr;!ztr$WLeO1vB{@b4G-Kk6 z?73d_x~RQ_sEb&evbKiCcR_Bcmn zVBy~x#bi5-cre>+@RqbcpSNb#WLsWR`BP*F$jN?j5uFMJGk&ON(qv;q7T|$T-|JD@ znJTNkdT4O9$HU&xx1^8V+*oet;>~{kalGKm#SvYAIJE&L%YYBt^hQ7k@kO?&suo5F zmVeRmTp>(DRdW0XHJ(`4Bin}vmimKJ<`1Os37@wJ1XBc4r1Tl)SjVSFMo3C?4ZLFE z03pbctHjaKON!YHdh1W--?`^LqQpjaUJ6Ty4uo$)4Z)PgIdQcR0=9w#Yp)X*cWy?r+eNrj@G1BZhpgTJ_+kBO-~;XS1EO3gMofZDGB z4D;<=+UBwddf}P#=cnx*-{-r`(ai2C6105O!QYw!Fk~^r<+l=Ik`@@8yCH-)RQFSd z%b<5dNXj00WTRO1IIfrt55gf3UkAVn(RXeo9cLjqH~(BjV){(DpKi%#h%`+rdeN$K zzT=4*to#tGgxfDJfp&O=sS4&pp&YBvS=tjb*!dhd|A)wMgTXR&RuBd~^_waT zMk+!W1jAq00qj3D)&C6*RO$RDG+_5nXuzpbRsF}mp#hm6JKW6moL3^U@db}gjMJ^D zNy5Q50niR#l1Bc(16ST+D>biEvv`ycA~D9aM_<8*K7#dvS3$vf%@9EoJ-lbc)lW?Q z2xdI=1(NWYJ97zr&$|V@$qbJHEw~UcL#mrnb17e=|EZSXvityM5#u;m2O~wzCgi*F z^q3AU((yzXJ}8I%2h=Tr;|R_>P$A{G`nOx6SY(Pk9-TJ0Q#z48GI6xS#2f3=U6P^3 zITIgJN#5LuWE2qoxioW1=%YGEg1VpuF%Njv5~C7{{;aPFWIvr5J|hThz5 z_5E@uk1l35TUtL_qzEa66$f zEZltCrz?6HWk6^6kyiLq(Y#qtv~uK?+u!EE&dgKmOLhU-$2kG?u9V*A{t`GoD(PNqs{YIosxRT;c=GKrjb(dbHDDW?fz&;BzQ9HyH4Kh5ABP5#mWHw@PMD@NH*Tv ziz`;mAEx@$CFZ4T_x&%1e|UfSThFoPh2K=50-$bk?n|;4j6ZS-Shsv39&v~>c_~=f zw$ucbzP@_fS*&c^JsI-4-W_jOUFuKk8abo*>6D*IKX9LVxqE`^#jAJS+xIC7b2vaW zJ=Db3)Q8eV6^`!FM=?dM8!8^aaLOgRGE1LGd}ng>4A{Uyrs!$jfC{66UOm;{>fMk?FxLRN zZ7*u17RA^MXfPtJ+1@rUMiw9CsK*oX=)9y8~Z#`ktwO-j&$8CDG~^DNr%4lY4Gcw~^e)>Qo1WNz6^8Px!dbeI7G}Fg^aStI3|d&ghn5JTHxQayMwQz1-xB)L z8Jve=vN(j#^zE)B-U?(S5$ifSgDJG5<>Hu#Fv{ECla180&H%iSiEbowq10{PUb!SI zd?xBnK=qFg#G(0q%MA8AnBM4)@IR+-vz<1K#~F~n4|1|1dikP7R|z(?iA5Wo{L4ZV z{u}U>HY@&zg}AT%V}C#on?6#29G&KOTu1oyMm%Ng6e(`!xf1C()t|4^Hmm-G_n!;` zV-Q*3RoU?+dOjL~lU6}Rda=tEKD+?(RASragF?A3T>?{|1TPL@h{7F^4B(n>fhto- zY!Ql^8uN5M53!ZMt||V9F)UD@&tKQn0?0LmwleVoR|&3?XvLe ziBfe6l=pI?JAV^Z{)v66mV=Q#$#@WTO!=ijCaC<6fj=gL1}LgkO3V={B#~iN5JGLC z*o06BI~XY>n-oaxF^es+0hCp%RZms_?85*fD__Y*+~N~BlKJ*hPdc6r{NZU_oL37H z+@CMM4wN2C{GDE^X|m|@7c=8zrS@_xrnagudTYzdS5ZtAni@wdLDgTlZOG33w12c= z2&v}tE@rg@OU=?#zz>4iG-4OO@0mWnTp8Y8TY9QiVWGhp8xM^GPj_0f+@ao`ycOQe zn!o#I@}i;cM9}8eQgr&uV?c*pv*8_D2Sw$Eqp}b+$PYGOB)Mv-{$Uf$QHFY9#!aX_ zIkK6nYEIOVAdQ7qyspk4IcD~25KCVkkvhnnK~BZuQxMXN459W7Q3{(;s&bNX;15+5Pgtowbof4WugmYJ0tlA7l zoe)U93?Jy6cG2fC(AurM6UW`SaN1qB5p)dNR_H(9{FJu_j*U95LAk3>gb4zeM+oYH zm|2SJftxrph&SYlc6oR$vdXvfiC0D9&MQwn2@kWSYH)-Y6u!qx!S;*$%S&?gz^h+p zNx*X(Q!nS*$yUdWSk!cBzxfwbt7eE(>42o3jeP6B|BcnVh(XuFB2<>Zc>Y@Q)Qiv8REtZb>ew$*8_V?9e&N-A` zqoUPu&gaztmBnFwP|P{~VeVt%^o4Pv`p5AE6lp)qSdmIuv`Q}r+k&zQRILgI-6!3z zDqrLgySP@Q8g(dCA>90f4ZkA5FRk3IFzv0V&eda;A!iP24%heoJyjjGtb3IFfwG5XG^_M9#Doaj_KcHUmhsLpNIuJy8(dZJ+d;Y`bu~tE=2J^d*TCL>7iy zaQnaKl9gTw<y-pVjF|u!x>{_iP$)E7DvTT~cIwS{Sh^Hs2>4V(7HBBo z`cnHJ$B;Ur=8|Vm0LU>EB^^udZbP?mec@rM^n+q+XG)ssD*7w+mGfgf(KM(IVOC7E z5Q{+C)IYS_v-4n+>2)gcP**%fb5LzTf$UQXb1zvH6btfQ;?d-&!LCxula~7`R6wGu z^Vr?!?XBMXe&S&eLvnJA<4|q97f`k`p!ZBa{WsQ1^yLWxw+@z@D({2Nw-9H%)|07B z4|eIxZ5daD%E-5Li_W+JW@b+}jBJlL`m8DrSY1>pt;rQ65Jtr*vBIn074MUrOf8ME zS(1S)Q-SvLU9>k<5oOqkqzW-U!4Uu6L#SGa@e(9*RGfleQo$A;p6&7?@RnQ^(5Egs zE5Oy-bw2gyHZhl(YsmnfBuA_qiGB=1UkDrkx0W3#C*zaAAy2jq=UpxzOMK^$3%Heq8C+bQ>)8 z<1%uQD7nFoIVWR$A?Exj0OZl;iU^)`);M!`8!VFIaqjJc8D^vZ91N992pZ%>9l(Wt z$~s{c3Anaw-53_*97?@r$vVbZ0yH(Ic||qsl2t{mR#+X9K{;ie zovL=+CnrqHC!Wju;q&-riA{dZ&2ua#4D5nXOI9vVABh8dbK5R(0JdJCNRQH%2eFA< z7n|wwWxM{}dkBZ6l0mVBG$zt7rLG17J*wQ%EnWbf7CrPw6BO;?t44maR95KQr2Vjc zAnd?raxw4U*+hQVfeQkmqkEgfyV0|cq)Agd6IiL5Pro{VpMUT0e}haGub{1n?%q-M zyZ3!L*DnSUIu3wpZk4iO9og)ucc-+WB_Ej%`Nc`_9F$>70M*#~sF z#6Mo`i9ywM5kLNpKUTaScC`;Bfpjvf!eQKDUu1?m*97Er(;H0D%AaTlwLiboYK!P) z9$j~>(tpJrtE6vhwmG%0{%Z`@nto_Swhi>vB7}0cwJt7~J4X)Pij&`@{L~FZc9c9M zbA_jl$lcXBEoM8soCcEDzoE{(WF}k+O9_`*Yw^NDKsG-`i}aqAb1XfP9rn*ZQu-K( z;$c}70;4TSsP#yRR}%vIlAXQOUfSxv5{D709N7>as8X-almkogKz5SmB&ixy2UM^O zt>53>g6i{G;kl34ovduHS{FBmWR*%q@u|}0EwN4paA?HzhYOi1nC@reg)M~}t)&VO zMq$(B*zz7~Jh-$dE_Hp~IAS);;&BnJReF%tfrZ0^xvfvoVkx$$szO?%Ef3^+56hm#lEOFB+YeDX6f=;^qnY%Dy3n0VUG*5+sr6+`EA5VdDdc+<%h&@ zKq#$Ngzx_1evFIF<~LU?oX<+^dkxCob~u(b**M13a|tH(ECb@W{boEdXuq+OzbwCI z4}bh7D7$upA0u4BN#K6!zocw0q}QH_BFV4tw6$AeIw-b!eqg$FpS0|5zIJP@VWU>% zoB0R?TxbXEBuKcebzq?D1j1xl5z0Z%rQgnpJV;4sE$2)S_8TVay9h?#;2pftf2 z$Fve1k1@j5;*KCQIge!tfS_J`UJr$nuUtS%V!<{MJZZw|zp2T(i)VQl#71NhZfLZr z%Q}L=HDvB$Uc8^8c#q3nA=BbdrC)nLt2@`xqz??`Ok&}j|=hb+`#Fi6!N=Tym!7T zXgqKb{LgrpviQuAuw3Q$cRRlFV4UlFxExp`m*`vP%M+DE&5usA`j2Z$C!DSE@j&49 zA*0K{JKKUuNi0PxmgjdYDSAraK!hYKS-~c=x6kc^X;z7S4xvXVvP9uA%iJt*`sjDD zSf7gebBNXu_E#vq1ZX=RDuZR3J+FVLVsRBDfea@~*>H)9zH3>ySAKKP_ciQopH6_m zNbdF`;g%K^G308Cv9Ny1V8xUU9E!GtTb1&~iBqn0^wyas&0$_-nUyI@3xlC+VybZL zCUdJiT5$kTSyY$#7VX|f^Hv6^zMPTY2`D)p*geqy4Nf0>{2rRo+x!DYrS+u@BZc^&++@%)F^Soa{@D zT@!p5)D3$87Cjj~V?#vpJIGY{x9uItiLoSg0Xo5)3h|FL9%xtAUs#NQklGU#E#spl z;^S(-6g2Ik5Ksb6Sjn$S4XNAz@e>!PX5(SKXk9FMJ@i1|L7QRPFYKyuzl?aW>e;~N zThtSQg)1#o*N4M;HpB7}4z*typg#OAu`=zUs-|_BK#ujPjnn$f{aW9|UC>k@v%jFR zKgQcm`4pn_4BxVGF|Y`HK%{So)uq9~ZhMWyOOvot|M)6ru64Z)#s|#|H@N~iQqm*4 z7`Dwpn#xJv(S{ChoBBIjqzqi&VZIn2gSb{G6c;x~E;x}LY^z7g`;CLjz7-`u`lB9g zjq{)`{KxvA`@2TBf(p9Di>zr5Sj}U&Ok$gF1AYT%px?r0|L_HHN+uTd@YjuxRRPAj8BGn~DR9Ya zV_Fw(U8_b}2Pc_8IyqfzglB%jsn-E2*W0Oc=bt1Um1~lmtglpuPe<(XdiRTL7rA%x z-lcCh(_E#mSX7-rVmV1QwfwX{pO@e2aEcmT?4>j!M|7A~bodv6&&)O=Q0-FH&0n1| z+Ez^U21AWDihg_XWG82IIp28s=A7^_wp`TW6<0@hTJpTAi}(Xq!&dbd2Od)!@Yn5q zTm%S*vIX4B@-jP!(O>2l)ivDBd2i!9d2z9PS`X}c(l`J>B>49+PM8QfZ-vsEZN=^2 zV_)Sr4Fwz7^4EPUhVnW@jMuhVLFw7vnaRW~?j7hF2SQ_YCgm&OW!()7m4?>o+lRsjRrtMAGwD z*RzA;c{SxZBBUD>tn=}CHBBGB>Go2rt5lBX!`RueL=XH0!MuoU6>(=S)I9oB_Bpa- z>~E&x8DXN4VhP$dTro}ooK3_J%$r>wOmKe8$5PvqP^7nX3T;}c z-(p^}jIyB}bM^EMCBL@xP)O%_OB6S;BVP0xR7hvnx>w! z%K0<}ltfNr{hsSGlkWnAJ8~-o$#8HiKT~1qGHc;WX0{P)dDq)K z?DV^3vO`Wyz=}VqSKO`iC38xWjcB|sxWB?A~CuYxSFp+`0#;pi!!#UoCAKl!> z3EJY(DTtRSbj^cf_uZO{cTn%G3Gkf?1K*?l1q3n8c!-9AN(wDjwyH(dCqae(u?Ilc zXY=9I-apW2&6irRLWrsH7!Zu9_TFHyz=E`C+6xqeq@K3oto|}3UDZIrh#O^}KJiswgy$lo@-5 zcoNQkcjN4lAkc4ev6_f@7(n=$(Q-cwR0Rm2gf;Gkrs`sB@C6+?xU z&v0RWz=HX#y(-StTz*o^nLHC&${H}^m8bfuF>gqGCaW~S)WYv2Z>XKfkPl)8!B-`8WfghZ}}R7vq>W)F_8Wz>kq4CkcoMhWcpb+to3 z;eV}Q;j+oVs%GW=>|LP8F-2MJ4C&|j1-)59L8T}OE+l6Ge!FA@!1O+Uedx33g7j4; zo)n{gM2BXm0k{Gkj#ML3cN#hz8&w|ma?m+*DsRQB6fsQ*7UcOR_+-`%Emd2^!$QE- zm}>!Fn7mE&Jo;wQMvKXfo-tTf>9D>=)_``;ihF}h-Bfon?k_F^IO1fh+|TYr-ynTS z2~Pu2AzmW*$rXAgWlU;kKi2cf)w}u|QCX7BIgm*O02mzJlangq3>zI86DftmvcVtz zwx*+MlkRWCBqHL^hL+A;8{ml89!v9%3yo9l@A#=!+uZTnDlN8}cr8BJ2KKh)YHt|? zE5Luc!hG1eg{sV@fJ}&iG44j58SEgYc-lA1eC5#OI1%FBsZZbK7Y^izFvKlWbae@1 zKIn7>rfstr)JE>q7_KAbw$^%A?p&>-XBJezFL;vbuo_mUZX^AOpPN;D!8K5HsRyZ; zAsZ_-u43QZ_kWeqam8d{-WPINUPBOz?%%CH96IbG#X@yG^j>(G6G4Wj1&>$CQIqV3 zk**@wJqa&{DKqGRAh-qAa#iZqU<=#TJFe9Lch+2~S(`&;)D%Sxsf|FOS86OpwW>vR z(L!><%Ut+Q`8=k|7U$X1-Tx!(8^bGUf<{lA6JulB&c?Qljct3w6K-tVb~f6Ly&D@R z8{4*S-tW8j_x&-?Gd*2hUDZ9+T{Tl(^}P4KK3BNh<}aJ<3F=Z}>&cIg(O6^g!@RX5E%6WF0uBaUY%k%wSy( z$mjplYlT`vimncQ4CyYui7=M#P&v-#(_p=CBQU=>~;H$vIW9*QPK zOZ3=A4f`^~x6}%WBSPm_c1q7IuV=0pX!q6zRgiAHX#7xFwUD%R7(cgjHM4bix%y-g ziQjZ7*e?VB6%vx%wH#x1vwvhS6gCYLK?zEovLQ#M6ur#cKQlkGe`vi*OwScedk2m2>Fvpk&2YbNR1O*=!*aP_iuDd_7@@v5u;r7nt-dvx z8pni2ne`4QfJfFZ;Zmgxl^#nHFaITurasmvB`*TsTw+XRPK=GvZ6%t)^xjWjO(`ka zPo7Pz^1Dds58tLcNj`F3TDvD7*a!>C3ix2hNo@t_V|v9&)y{-n^9NZi9lLNE&V^%g zj86V%jSuIrhi~Js2ktRL@^U1r=F_!_X9IhXK{qkkP3FE8QkbQu@Za&>0=>sQ`Oqo) zO4E}h8G*mP%jk^OKv^^{jiKpT&{0549WWUW8avdO_qo*M0YdW*=4S2|WD8{PM|x`M zo=$xT*;9yjI>(s7FD9XvR-C67Hjmo#0kUW5^8rdAP~G2+(=|)ozD=REY8NUCy!w~P@yW4M&D-wW z=agT57)XTqeVHhSRKo#_%ZBMVUgL(?HmR|(IkAwf&P%W3gNyqn$eO4YmF$~gsMGF| zj976hI&&hz$>z2LGnoF)@ZH;NOcTdNfTW!p@kZFw*;b>zW49g_QEyX))i@wkrp}QE z<3>_h$ptc7jmiv~W!Kq3!j;3IxIpo&FPIB#UoB3M(T#m?K&BsKs7wn=D)G5UPe2UN zRQg5fK}}tHTbg@lmLUnP_K5k2eIwhfu^zj)P*w#+`RA*uZm+2Pz^5}#W950^50J8I zhPWCh+iD7aLI1D7vy8^tIU=;Deb}s+DZ2J#rV$bbRB8rPpRQ}PB)v8mW7i0#KNANr zPfaV|?1Sa}Fy+1VJ+nqucX!Q>7! zj(M%g=DX=~2sX0GB5o?J4l*ktzd)ES`W*fkUG1tg$*3EYcL|3_xdH~GbG4lD*IO+D z23X1mvpHB@`mXpSZ#7g+cU_Dw*Sin?Ok-9-Mz}<80reKVY_USLClQu*9?H3wrfp3! zDwoRzbBi7j$(ietf*4cY>MGmc3Kz)!xSq(}e&8af?6%k$_&C~Ud8F5ln!W*OhT@Q@>nitkZc0QF! zAR7I0Ew}@u|#fc{4gu5i)T;2h;*d~T|mdQwT!)0)HtvUjp)FoR{{LK z0BmhumVM!7b22TYlo+aE5Da82gT#y$=VDKKgNKET{^`kn@%q&SjRb;jz2esKM~fsY zFC7}$5yl?UB8H25k&UVxUO<_X?4FWR7^T^}&rN}XG8(-99k{S+#kK=U1q(`~dle|j zXCUQL3Jx6u2J4MZtie7WmO+w~K{=~l>l3u$jkL*DcqWbmd5Fyk#txPT zTtl)6DI!$sje1%ik%9&@pSGU}T0Gh= z{CAtlfxkCo8Z0SR%3}xn%7N8bP|H9*H-uWo-cvqUzEoqOIuP+nlJ0pnl0D`Tiwep( zuR!t{TTjZqoKWX^5FeFj&z+iRI)~z!ccrn$%!AyoA);&ja??L;so)NWiNs7^g|nhz zH#Xl&oaG)Su`xTL>bw9&8fQcRWI8-a;zt=^(`5QlXx1OXY=|HgF}FD|*3M4~M{e0M zI`D-6q6!xF2k4adt6AR4_fZ{?UV+#tk4WTSU1Y(f^HJsW*?G>}3|H3_Y*tqr=^Z&z z5?DYWu8(RFGv9_`io9(FHqXAFK;vI2QE05wh+rZBj{QU+R`{_^1Ow1MBtzsk*tXlJ zB~P7A43V&=bu0>Nj)fv^mqho(X1}4CpTf2VI}$I8y^_+u`B}>JgFD z1wUmPq7z>i+S8emWWarAs$9Ow$w@=RTt@{?#IUve?M)uq1-RfOweSdF&mm;hE2$p$ zLAoP6`e+qGCdEW>8L$^Dy*JQEuH;=u|?c zG&v3MGUx|INA?i4h}5Krz8*}t72*B~WQW%a^ifL5c70M*w9%yLER)|n76VRPIXF~Qqh~rkbtw#G~ z%R1zieG*i}%Z%=!1|&bq;g^vCY4V6se|{*sp6jQD+6@fIaE=(~!zy`Mf2a z!f4A)oe5R5VDUK=HR;&o)g98lX0N0uaAvGFB+cL-JqG8Nr6(+g!a>J9F?iW8fJSlY zza%77Z##2yEdu^2G@eUR|D?C!o%PkPKnZHC!Nux>56lneE5QjU;gu}X>@A3SOA42k zwkgprlsZ--IUCFqF-yF(-mW+;L(;AlOqH{ht_G>2=SN+%o*x}5rxH&!)=#?LB)Yw@ zrx~%|Aibz4HgI~^;GG##{O27}TAtju7>2QNJw^k9X7+zQ4P8En@u$lxmy63ifgri) zYkiUXGWV}~@207fupBK6&&{dR#Imus-Y{cg)@jYycA&vdddX0-jv4Gk*g`7FQKE-o9y5#FXW%+lgy8@>r(-QB=xScmY>||)nXpbn_@kq+i0U5!;%Yd5lyg~t)78_8+idd)7cK80H^nCSuhyN`+RW3VWN z=K$|ZUzM<@Uc8j))@M}tGslET(bv4(OB$LV7&N@bIe$lsFuSEDhUNn)b2vXb&3hM* zKSWeNtlS8Y!|{B$h(P$+V+>9d_s|SnS(OGF5;5b$4d!Nc#lr3ODxA~Mf$Q`f(8gns zA_*xLedfNSu8!1PkenjpzFDto9t^03;frm%G znnoC6(P3j9%(=;QHph~MB)9bmWZnCp-Saj3ykfC4=1%e;U*&F@{G@XvzgryCvI&r9{QpOc^lL zbn1-TbWc)oXlE{0zckpE({MS4!Y_^^=FDaMWWc^X#R&7KWsgP2Sqkw4YV`=K-9 z&UCW8-O z&>5+46_84euTYOvhxn@s%SenC3v@AveRF(K$$FiaOwdP$)D?M6YPhI*-80yb{|ZOJ zXC0KihxCOnrF{*@`jw~G9pd{_vfLW^h&>yaSN$-?sRaZi#4VkJpZKaY%tB5Ali$_g z>0F{Q4o8QRu#b;DGe8b7V~xk6Io@p=1H7o&36DicpYj#5gy&=344p^&t*ipL#FIGC zRA8K0&~Jtyc7;R{372DrJpLjOav?u&6Clbc?q@nN0(LN%xDlSgZ>0>r1gs3p7o`jx zqr7V)q>B6?wDdZml^yLJf8#^w0F-79ckyPIdaf79auSU)l7h79c6S zficD|g}qTyI$0|aA9Cq1U9c7S6;zGbw{lKR69*lmPd>8zw^Tvq;b1xMuMA2@#Arjr zMxc^@?BEKR(9(4!i+WOt<Z?*vr475+oUxJu** zX1cS{Qg_vaL%%&ovuyP5{8mjXT7%jwOstW9Z5pKg_93jsZTcxEGPXPkg`nygOcT0m zT%#IV7&vNMo)UrO9QQHPe7IFX0*h3hP8y=m?=RFbe=)R828dj(f%Zcggt8I|WnQWb z%(&N7mZDcoU0=Lc%&Z|b$u*TLm#1ph5WBp^?OZt2WEUwCA}($qxkt071Y*8@`Kb3 z$&V)Y!8AFQ^?Fg+cr)%35tfStGq(s7x&%(N;AMs?I&Ojj#NNv6GtjM+Wk-vnwx_nE z*CgSGD!bBd1TDpt>W=S)WnJX9jNQ=8AXtcLD@?!uRj7GqIzy{2ph>^$T>YUlbzdP% znhx8KNtxuu=o~tUb(PGbt0OP-yzapE+^5WWDO-g<0r4X&Lk9u6BUc@715NqDBuqKe zg$ks1Qfoy-$JB@n0Obuf&OGYzolxbfZ%r05R055&Hurcs1wuso1ghMxqj0ifTF0|Czm3D_{#rAMbQ`XWT>M zr(-o>`4epMK)L}9DIYqgBG!;d`hp>!v}o)KXTiQt@9)3c4dS-bq8wpFR@21Oi6WIQ z6Y!4rMy9U7##-A`{9cl|;Y%eqd*5>YbHqEtKBNumLlTp!LpmklE<*}>cW&+E>pM(` z?r6zdllI^iqeWbMTXbnmkHijcA#QE989_F9z;wRe*DJjr}_OcK)85*ds$%0DNJCO z@ql3Z8qRi#;Q#pR52=qfS>ySK zqD&2Cf&0D{0fyZ#PE=e=4KBx2-VHuTwQp-B#Pn7)z98XgIsx;n6DIp0r&Y7)Ehw6W zUem`jBzq^39N5t3%~c5J@yk`18f#t1Y?vwvT=c9`&_*s ziGJeml=c>-e;`+0e=7F?yizo-Hzj98_9kX*$`$vHq$RGj-!*1$wkxKeNU2^vAj;fS zegFH1n(je>fZFEs8yE`%$i&65OwhoMvMu)Fg`vzfb@UKp2Kq7gx3A1;OLC5r zn@+vD_TH{&T62@F_H16WXA%emm|2_4Il@y^b`!$rX!Tqsyh{Mc1Owm$eLOklezF)^ z?>$Be9eHndY;=2H{XICel%e#EH`WNbyCT3%fd>f&wvQ^3Jqe2CkC=VkXYK%NGfvw$*9nwVR=K_$OPL- zUp}7_nr8K+Z_7rV6b-F#9}J&7)km|?sAGtF=f)|@X6fVm$;C?OK0#O@uR1_3t{<3vq+7Cahg^tg{CW4thiVzz_9Y4-FO=;~1oK`h6$0D;c5S z7TS5*exKIvIP2CjD$|DnsvEEBqc1?=W>ura7afuDRphBa(J_Q zYw}JyGyy;nqC@IN00gxnc1V2iA3fO!0)QILE*R)GlVnn6@uOMm8 zR)_TA+mYp@!)eba67t{-Qz&(6&-OP-J3*8#q1=cbYkq|?DzVFk4#{$qG`=;|gPTao z7F?ys8=I_+%4ET9jvQ14>qyVP9qH*z6Ju$MSR2?NyLCS=PsifIBT!z9eVDZj^~6x@ zmu4l#&{qT(^=AlBVBUvfRA)%(D^%5*jHvKsbJ+XAiuWbyI1i8`u0KZIa+nednbnN) z+)QDV6aMdMzceeFw<+PqAb=#Y0$|2VF2Oh7+wRtfYr_P?n&=DaNa^WH2G1oRkzgsd z(=8{_i=KiPdKWV)Iu)r}qkhPZnX@MB;nK^5iQ4I<$ti=pYUVD#WxvwTvOI?OwYJ#N z!QSFli?(hY!GBY%CSyWgQitfJz~T82wQW<=A5C9^>eUJEEvN6DIrco1+r$UdMQBm_ zaoxJ>wv)`T)OVm6P_x!yEdLN-@7qfR21NA6ebaH(w2Xi%C+{=dbfyC6Hv>3ZGT`H*3Q$1nW~-0BHDXIq}*o2kg(#rVrm zWrq^LL>#emi#Djpt(XGeWoOlVJ8JT2bY1PVwz%w3WTL-v>iEygg>x#3J&Y!P(=%SP za-+4Mw4c~d7-mj*SA*a&$3_71AXuq-x4T);Gz|Pxhxyh_#?opksY( ziXDOoI)+Tu88As1Gl6yl#$8^c$Ij+I3m;S^ty2pMMzWEU3*TIG7aA}st;_7Z?B&o| z7sJxjR5I20GlgUYjMZVsjjl)XA9qgbo)rWXrzVM7e9sT^uSewT-t+R` z|7pCv{(M8~mfVw!6Wl-4tJkHl>FugX5?=uobV2ONt_qR;n&l~twfk!~{5KWv{WeD* z2)3L-l8GAUOZkhP-P*9?jJexP`ptW8I;~O5o_yv{+h;UaS0_K}tEjYy{k0sf)R))s z)wkpBrg{^p+RKzv2jbXkvesgI?oV~KlbpAS$CkEMPY{?g4^7kROVR4vSj>p9e$@rC zC>+Bb6Ye$t>40p}iLPh%uj@-&m#z@6*fCi&{M2f_x9xZCj}>_J^V4j=O@92dsD75) z*P0~(Cq>gbVyGRZ{Pd?AGSK>+kdyDlzf%~rTh|IJPoDW|=-_yE+2HZ;j96w3zc!Ll zyE2-IobWEr{OebmQu;X#;1P!Td{P1^H7fqv;%3xLwF3;NU(jNcc_!HxPjLR~(ASi{ ze4Unydx9_N!FcOyI>A>3T}JOz$4VH&)d+Ce4|2EuqVGysuXWQ1rVj}Dp zgeu+cpYNsaEc?APCsE}}HA;^zzUBHC05we0K=J&x)SQuiO35R6sLKd=Tz4LoJ*iE;9Q4*G4&sq5aQzZ56&qE1V z89;5g=07rJ7|rz^lc1$UdTrsIau$9WVS;ad)bxQWP@HBf`C};sUFUosAa(Jcvgg#8 z15quN+oza&cddkIx}TkvFi!_s35vPTBik^4z@jVLrThN({{;`%Yt_%rbGgm7O?6$N z*j?75lZM1sp8ip0QnEEz8R%K{a#}d9HK|8_B|BkF@QM#5}|A6j9 zvyJ2?j8Z|J$Rv|!;pvjsjxS4U`f^uYUj)i)t;4jwkX1jFVDWulk7$@|)x*Ld8HkKg zWi_pzePN@eO0p7)SQ1$b9&*UCO;_tk1FP$uLP4|m!|7Ba-l(XLfx6{ZfVB^MhBe>* zS~mto5JAq0$>5cCas)z+@;ArLz3jhXH`NcCyw<8=UlF=IZJH49e^mX9_oS>npibKO zi$lz51F&>QgqjpHP96GIbW`I1i8K-P#rF2|PiD#3m$wVc>;ivTvWZ}zIkK)zO)z%k z3Ktlo_Un5#aBUIJ545Jb$$x*|9FoSOiv)Cr#7m$sB-JE^(w)sUw((qxh8hd|;#KQ5 zR#4A9Og9#)X#FEV7a|d!ez=`I500I|M2#*tN#`$KagF1eQ&E6Y>%!v0nVi;SNku!Y z?S_0G8%(zjfs1iSQr5%D?U&vQS0Sa<`ygU?_Ck5`uToCRB9j`Ng)`d_j z%0KjcGww}(O^}a>a%)(gy@ax-PNV0wMGDm_b_R&~t7qS`nzo_tYTh?#)(%N%>=~~g z)-#zs>*vHehcZeH{(Oo3Hzr;UN$fI!DN32x+gw)pU3Ler71Q z+uK^yGs*LHrJi4}Wfr#Lx&c%8k_iSBHlCn#VW2?pIfz}jXEj}Z#G;X|hvok4ZyqN9 zgkiy6Cbnp8a+;>hTZBAAVzO2e{I|Yj+yB)jxY5k9d5zi3ssFGarjY)GZjKiHt9*gT zb6(QEo{L&Q#=1tv8>AzXjzg$5N;`9~0Q@z%Eb$NfOgQL7L2Z$}b9~ZdD;vR5wg|6- z`%wv`-$jDv7fEPMFEO@ik8`9E+l7nPMd-D>IQgy`b-`~FZ1=LF+ljeBYLaXC{cq8Q zRKW`BdS4^*kIbtO=fjaVp2eU;6R>PX;&M=PvUSU_$BL|eJV`Ubr4GUbS6=_5g8UZ~ zAp5MTmR88UFYBN4VTYFfFj7vF)oTRxL<%a9I``bOs;#h0ZQn-|QE?C{r%;sJSJ+C4-j$WcKAm>6e6!wK-{|jef<3^z};@zFTpWP$P)B*NN$2^XW?sFIPPsV5RNG3^n ze@V&g8)i?}VD@&_?y!Xw0?fZIwDj`X#1~Ifkg4i3TiWDbnY-? z(FG``O5`z!gNuZ;EeQ7-LzrKK9Bf6VKtO1o33Z4!{H~jS!}g2HX0gx&s6!QI(nv1- z#-E0L=g>T<^mconrY)lq?|BIqrM{>JZvPjBWe0qlNwdosDX^4$@41_PkCf{-*kJ8qW8S_&77EUidW>Gn{_VAzCjVx8E%mKH~5_rmFXPI z*#i>kjQyU1TJk)d{u$XqKl)!oQRwPzOM0~#vb;5zR2h=nYN8gw> z0I{mTJrk>R!^K->&W@*(v(DwQ{(ku9SM+Lo*r76eOA<`J!?<+W7h9NRrfp}8U#aBb zyyP$Vdy0{H@8S9Hf0XMVcNprrYm$uV!ZliLQiaag>EH6IUz8dKkMv`sNAe)~sy0_I zdvQN1)fqDfSN0}=4$0Io3m})z|F-I6;1u-IkIT~F1 zMfkQmM*OcV8`_>)6(j}CUKqw8!_kLWRJ?-&R?HVSk@HaA-l(MbLJ%x4i@*QcLM!ZrvK3b~zYJuTbT;(w~74ahqK1-;EWiBsV z!XIBcJITKPx^nxGADj+CFkIKZWOsx&j^n*%c8yQ6N=$Bn~Biv;>6Z(lGn1gn3_Qc44>KGzwcet3!8gWFf_p~T~ zact6^@23!WgK$9`{SDO#Uf=F@tu0 z`x%xZ?jV^(zq1<(E~m#IB2}0!&h?FmT<;<83GDN{_P(__()gl!2(pfyG9Cd6ua2#x zv%t-≈|5cD~eJLAL=aAP)#Dne3${I&h(V!8CtTUI`TJI9?suQ`bZCa`(O?<9p#)zxa;a&5;j8V6q{6_~tL>hrfM)_x z@&Jg<_BA;x5F>HOtRo2dhM30_M6OHczeE# zK#oG4kN_l~RCL1sDr=8~Qwlc_1;?}euWgMDhL}k%PLpVDFae#3-a%0|l7M%yGtKl* zDuH6F$^sy;Wu$@gix&)l7cVoSO6xl}7Eufo9c-;FYZd~5!w)}??+~m05W{OetPv0m z-?=Puyzk2B%`JmkZ7K&!fa41N+!U>{PV4fb*IghEAp$&E&(Zq9`-J=d_MuM|+OV}A zi60C1(}WW__J*gTZky#`616HO1j@`Oqz7FGsJnZh?1$m^;_2d?ZZ<;ZNSG&Ntopo4 z`;tnNQ(g^Zs=GcMq$K`rK7Y3{w{+`H=UOH^QApkyuy37=i7ejFiHNorPsYd#y`GG_ z2bD2eUram~wzHlzbrIO<-_!NKExqvm_MnJ&binm!$aJD`WgvGbO`-L)(+b3OwMT+g zt5C?NUq5A_EGU@kfZa^@HERnXGV` zuGftS07k(h70Ca`h28)tMd!8(0LQV1I}0GoK`WAVI$vb7P}?hyq2sV{a=_B~Oh+ia z7pU+H5|&B*+>Et1B|Z5PecdwAk1?NV1BqYXnHsp}HcRGjfI0&oCRH}(LNytu1xZ)~ z&9mGGfU}&NTp)#Wv$^$5B}`La%GJBzK36>(GFCZN^_e3MBXb1hd&Cwrsf6Ku8|j0! z!J5H3iOQ+mJ(F2lkBianBjSHfcQX_tXjBe9kje*aZ$-OTGr*A~1B3mPCmTcj(2JuS zO1kI1{|iBB7|l@&q^^{q&rtGXgX2G7?X*%o_+Ii=K1|Se*NgIhy1yF_*x#(@G73DHhyW#|3P5cb?_|v~)>>SDXFzc4Av{y$p zYg}MC?KlgctN}2tE=U>*)+lOv!;_9UQO-_}i|;@ZnjsvGQogoApcztY{tQ4zIP^{% z^GGbU)*(3ghu;}^B3zufB-)*3nUv^-lP}&}A;7^t!QBojS*z1Pe7Y{2QAFaMzjBoy zqW4Y;tch3CzqMswg+jUVnHA7zs6ASv_yIxDI!lbJ zJ?r9Dxo;s&08}UILX^Dd7hOxat7GF%i|xjWp!gF~-z%=LNR;K-eLy!wAtJZbv3?^S z@U9oIK8B13Gc$6gUmB1?$XJNL<~Y&!FF2%DxfS>HTRQ6!kOU;rT1>1{A7&lVpPRE6 zSGCk+vNWtNCnvrt(d|=27B8G(YA1VUvcpN^@lUle)+C(z2bP{vg?0kDQ;DkQ!~7!b zonAgFfnBdj1pRudv%cKa29OX3M&ser6x@EB<`pAN71V@aMk^Pm4YC8YqdA}JI>Sz) z%S^N+4-;U#o-OF742qD3%$ip~wG2*LcA!rb;UB%~t}T(rV{pL zjiP+@suC`tD4wJkOmkay*Wu2Zn(qilCEgBN``~#FQ`S=AH%+SV?cJ zOo^OU@95l^EZ#PqkCZ-y0?U+&lSQ=TdfQJzeUWmtY;R$;vUQc(@)qz*$gWkOpiqp)^p@EX2z1Uwzt>oNe5j8q z_P%3+(D)Mh&r?UrGF-!{LvwKLNg$4!rYcbc1(zP5?_~7l;ZKsLs zi<0m7mY`mBXUNvXdWROx28R_Rl2wD14R>e0`!P4| zzk92kCTBS~eq)(@3G0=OKknUwXiWWXM}F#{9Xbj3k2-FI5H||ssvl`@4hBm9O3H11 z~nb;p%L&yP4$kp=OJ!_U}*nUiRsX-Rdho#6kTOQh7j|uFyIX z2T{*7d{Wf7`wm4;WLpb9{2rPgT`nfB(d8V@>uplLA!@HFJggqf7p0Cx&V``ssE#+} zbOFL1k9iiunY}RiV+IQL0*P#XYN8Oede(%%TbSos(P#MgTvuCVnJdhm=3G8H+~-4~5cR z665qAW0D`7jfwQXr_OXLNh=KQKjGe(L(H*d0EZmpx~7_e75~%5fj3@`xSwZ^c5%lW zpJ$xp^5bZ?J+S8qwwFV^AE4E=AJxury+Cf~F3?;tjwU=qf~&PJ?%#!mgh&{Is%Hcb zRO2Ks`1hB}sr7s5IPaA3^kC?eB1#;BG*3KGPArxw+Vj8tB0dVO8&Hg*%<<&?O(HoC z$E+6gbBbARnEFd9bRjR!zg8FZGU{{5lvhc+F8&Bk>(8k|EZ?}o|g zvu`=G>|_{z*G~$VjG_l+w>G0$8cti%&he@G>ziz3nrJ?Ivp)P5LT`q+_D{YkHf4U(d zh;b;|9AB>!?B_?&#IV_*5$f`Opk9rulBK&4AYg{0tpPtTgf_G_#ISc*R&EY9PTutF zRV1SSd*9Z*ii7~C%q{v=LPDIEjh%y+OM;8@E4QQ=rzk6@sQ6b7DQM+vuCZx*+vde z*j8?j&1E=81E;veWj2BJZST9Ofy@V(Ac%k|K*$Aw0x24NC&s5gYcK>5I_vSqnF-hW zAGm~?ROXDU1zAg+RKXz^%vX($R@y3h##PORR^BS>5WB!t-E zY{lp68o?;{>ii(-Gx}#aacer5PD?Yv!Zy6(XspC_tzc1_sjn*PmzcvRXM^;2Otxe5 zN=;S#APEO$pv3}Ith84dvaQ>^QbQHLse>0V`)-~S+_6dAB0nGZGYeX;MOP}n-qwXg zprGtwY2?@wISf3xe)$YO!C@2QysYY-G=x{1qw$Z?^t>0#0K?ew=onkENK_tW_p55H ztRS}J3MO$?Y`F#Hb{VVi%bdYipPs@bgOP1Pr-(40O&qM^HSSzce~wNXT9JT zLNVCduD^gLX(ozF@HAE?feSQs9nM+5(LzqPPJrHxS|C|~?T@2hN*leJ%#*m!_t+hN{`TV~lbYN*E}uebr= zbo9LM=e2z64ND_wsAPqW#czvZl-?_r#WH1fd)+tFw5wOsJ&eIwvb{V5n&k$5n&-S5n)b( zzyN422%$&fMF@YzbV@XW-8YsX5KzdI_*#w{tTU^8RRFDIZYz&$h**svL{D-K?I$8+ z597xu^bhKh)vq1(68%x-A_}!ToG389BRp4xnam1_Fge{CNG;SBE{q;3oy6U@enq7=em44DIyyh+G|${dL2j6NRB%Zkbz1mldS z4-vgd-wvDB%ifOS7%U2O7vPin4N=z1`3=UaFA6$t{7}&`h;n-TLbjm3CYA{WUZtSF zP!k4~K2*Q5iy@w5j~c7FVpBA1oPm&C^EgQMj~_hEEgBq1o<0`i`CeUC#Q?_iSQ>L~lvdz(1Wu;ezIdGa*Dtb%$F>-Wm~&t|E{(`E$NAX85!9 z2?1fZ3?)WnZwN=)GCg7iSYmZZkgnB)>Ah;I7cflpxT<{-2rk+Y9b*5mw(HQm!V(xl z^~r`u@qjg;x72lr%>Swou-NMpyg%uqG$1=dkkyuHV5bRsiGA*YHX?gO=+pkwDYpN= zAPEc-dSqjx`0c2+WWw(?>thZLC|tcnfpDq5fwv5utJJqG;Qa_j0OtlA#`o*!-}I#L zVi=Fl>CM7~fann$h84E8wWD0if6dm{S11C|pJ9$2{-bhCu<=DXedw&@?Q# zFJKyo0x76g3-dAld%cg$8P^>`(DDo-q(Bey;-ht430412riJA2>Ig7hJWJN=a=;Fk zIz~fvSt#u#jKuS(PrRjhVi{>RzBgx#A0xXN|MAUfJZPU?I&CaDaOdwHU9alyH3+F4 zo;e5+<1t#A<&-f4>SmL@9TK~bsev>|xl_x@4~sF#!kOqFfV&Uj8%$f!eh12V$XB4> z{l-z3eIWlPb30s;akQD9W0G``A5lvdwvk`QA}cuwq)8ysQ@hM+g{Q2r^0W8s6sE&^ zLZGig$Df3e96yfU2m!cuAo*Bw04M;JbXtIT_wQ#o?4Wd0A2{no>1YAnU35ASAR!>{ z_NG0NX5m#7_?D!4G$Io1$I=_}+2V>cp8kogz(`uE7YKaqvARQXrih30e#0o* zV3qmo^hp)?y3ORn|CYrDaXSXncW`$C)pr0CQl9lzn^>9!?cF>(LFa>L9zT2gkH{yx zz>*uvTq7uLN%Hi&4R|5tOYh*RWbeFzu}~p-_9;x)JnNe_$>aP*&?+=^KFwq2a4f+S zoF5+Pxu06e&uc0>2AbAF9 zH4q#IK^cW(64ji8pk73|t#RdU>6R6{5zStj!Sg0nd^yy1U0YT$X_W zs`E}iev)%rwXmVyW)}uv>7%W579hvvV?GPqzHEZ%D{NehnmeHDpx&^*V;*|-d~HB+ zj1*We;NBlIT%vAA~7dm5F{AisQ(V7*J1n% zE6I+jyYpROW&~r_oIq4#*MP;28wDv)T&LtOxf-^76Te9EpO+|~9qd5f&qwE9o;D#I zNYy}|EWItK#EGb%`JN+EBuf})&F#nqKbpDF=%R&mZvT2lErUvs1py;Tj9eD+!OV&A zg7c2t23-s#e~;&m(VsNrIw+GR>rR2wEZ1U^1np^pKoxp^+UwGGt_J346P?{rlxV-Z zYOqKEJtu(=;c6_K1?7IazGe3w-O`vA&^9ZX>=$KOEtFb!49N?o#yEo=f zJg6*IC(v1ka-113KV}F+n`-do>8Sj6_*?o=1EZ@&x@5pRz5}T~Hqp=aGz0Xfy|(5; zC;8{wE0$>I6)^uSgV9V~9P_3T_EwV@CGM}^?^#9VJV|(Ucci_qb(JCsJo zj4)KzMzf{x5kU>m4?WU$sw!|HKKDQ5w|HnCm>-nwPxWA2*kWVC7@5nyEUw{RJZJ2j zv`sVN#bIb3xXBP%V7HGf0g@2)tqV(Fw6Sim(|7$24r3I3n4cJaV{YIKIK=;5JTTf( z>SQk~y}Pd1+kskr$iR1Lc>)Gw3q7+N-@6W_7vdj^*j;6LIxs0*h_tams+anxB* zQ))aM22p=fJ9EhO(6`?gq&M{JLOHr{GuS3NK<`56O z({cU(A#}Vc6s7#ully=0{vu_@;-0A1r1~JWCIAYnd z+V>;A$sLUlHWx$gEzc7*h+>oWFlpLuy)@R*8R<5N7}$06&@zJ<7xL+lFXrUY!Uj+Z zhQ>{qR_~b}M&p5T=lDUD;;%#idVX_=DRps%o!9rhFarxBPX@ac?1Mqz!dO{nVtweZ zOYhD)1aro)<3aMqT4GbeJ|+i!77g&WSu3F8ScXmfZ?M`_w~bN`jE(-kZMb_8+L;TL zi5Jcloe}K=HGy51he3EJWd3C?;r-bKV>q`FvKJv$?denfq9fMe~5c!i{BmAXV4h*4}a&QJr zMfz~dZD%M;w;`oymf9?LBJL`dDz+KgEAESQd+mqSW&=1KCo2p0cp%z=kt|gGB z-KS7#a#l-GzNUQ?AzP|ob}DGDFMR^kCSP6<&oCcrf;_gRtZeZqUwx&qYHOnpC*Go0~FP6GGqI@*h_p2)Y!`u<-W-HMGb%~-q)MHy7D*S5cP~lUe zE7?V#rD=C8`0@3u$gl;jzz}Pxste=&koW8!YQB0~*F&VA1XRrh3vsOJQp-oVrF@ia z?12mVA2xl_Z4^jz{a@8L z?Y*^{D76J%An0c5ZutKd$1vU}QCosM7N`Q%7VIzrjx@o&zv-RKH3_TM6E5S;z`cX? zb(-E3)$1lcas=5J0l!4kzf*v!O}}B4R(1MoE>t_@&3H$4UZq34Gr=RN{5)F1X~Bjx zLHmsH2j|fX%`e&|A@*=5j4y&|4a;N|h24$5BITPN>?OuY~Jzx5O&KO8C zB^L%@Txg&(K9Vfum5T#X2s$gma4$~=AbB%JV))}z7sOV8SPOQ;;C(=M$bsW9#@0`O zhth8;jkZ6BN!#y(%t-#zztrpt)Q6DYY?7$!Q6h-m#Q!uFf-E9yoNOLoKlg%O`p>n$ zH%lUE>hNqa=-3U_9wfJ`2`Y;1Fh&#r$VR^2_t=K03t$MKT8b4}ELiE0D+kDGOBQY6 z{GVd3JFKasU#F1(5+Wgh0Sk*UN{=*AsiHtAb_lGLs5C(|tOTi^04|aUN)bX+LKPGU zE}&UzqJV{71Qro;krhxBQKT#P#NF@i?%ne3^L*cT@AI5L-ZL|K=bfCHIlp=5oI{t0 zcrtNBnmkszgk^7rBt8+RTp^EbxcXL%`y|-m3__nfym-yv-L1I8o~PAzkjIQu4M-)m zYp6#;ZtgYVaBZD2^V;8CJnlKBHl6qgxX`9lz`H3N0pHUP5&%-5v4EAcX@FnbdX>E zoyppa6hPZ1zi9W~5NWC_zU>K{@V=qL=Y>vY;q%*&)hCy+i-(ef4sqi`J!{qadzTwd zfujQd`iT?8vh}^9S)EQ&nUG!FT`)Pvh**4Kpc?5A77sFpu7gSvlsf7rB9| z;FCBZi!h*_lXN1WBUZT5mDr%?+_5RK=|1iIXn|4KZGP4W4orrNLfFA(EJPe%IEn z9aH@=^#lsvf##fh*15A;#R=9g&)g43(tVJ= zl+F@d^2Ea%eMoQdEy1ZteUu?3M3>l)!6CEA1t8bzE>((u91p;W-Yfc4@Cf z8hj024q9oYRjydXPTOU$SZ7JER@d2fu%l63CE9GRV?SMaE4RfM@d9Yl%5jtEw{gWr zOdcD2gDj$S%N`9SEIr5@oDkzVj-F1%-cOkgm(x>6+sv*u&IS!QcPBd@ z?5Nx=37&Wr1Ta76Qo!CO(i`ZQ+weKUpH}Y-bFe9*+^^~mVTv{6J_jd!P-6AAJG-7A zw><}*vo~#&JIgnwP6m9Nw|HH zQb1?YjYFfd>e-#U_dUdBq`b8$ncw$@D2Ql(0=~zj?r%HgVMp;Rizq$9zOO8~2b*bF zS|uI}hc^;}KJWDJh05whg)-ZW^Wu@6Qb7zN(-l}miG-eD7Px|8t?Hc=@|(L+bsY3m z;=mHO@(yMSg)*yY-01Su5@jfUg|VM$JVypcsHIVPW ziij4C>yWJiM&s}bF9>B0n+Q2*fel*@tK2R%YqV|uH#S$SrzSU@Iw_Tf%$mG5)>{aS zU2GiwG_klp>VpuLmNc+DoEv`%^gSZ+%!tmX%^J_nUoWr~>ZGyLq{ADN*HC3#;1t4K zZ9)8Pv+O=er=$U^hm|?!>9Rwxd**Fb4X?W2Dh@!-o3&LPFb%EG6mA@V>9@HBla{!2(k{mZs zNDtQZ<2DwaA);uvS!va-%7Iti*2od%t-+cC$7(2$S76hE9Y#MG4^n}v+PV7{atzcN7)& zj=PsC17ac%%rP>kpZ~=hBZ2{VRG6~FU4FznNP?^7s|y;P3ormkivXuuj&N2++U8Pd0?rRGH9YS znkXwO^{o%d+lO@3$HO}N2aD**J<+OrH(M;(tygTtDYkA@#CLnQcT$r&siU2b5=?r& zMSh4zo{JGF00??%a(Zd1A_XfP!9|XMkOOiTBGE5l=$9xFx4I7r?L*QRaZ8v-Gk{X)w?ez@?*Bt4qjD7Z0(=~WVeX7gDV1{wD%p<`@>#5a^sa|_dV+om59r;zXhY? z6ehhmY{YbOLqdI%mlOK%y*Z`QucE(|lGky1MEx}YexLN`DfIPH3|X^yGw2#I4P5y_ z{+@pw0KX-=C3e~g$cs!ph*9}F{(blwjK)7eiT~#v5Cp$&9_cC+|9J)tHQzLWdMJPx zLXiS8Ktf=t>#|^*skpev0GeVJ6x@nSLyYrrhL}Qu7-=&-`%G_tW$O3oy$`RaRAcHb z{5}YOJ@fqjLLH5Gw2880F^J5nb(aeH!?jxKpAE-_t- zl@3T5$kscSE9v3BIooewYZ}EV%+DThKpU?Q{ zjIAxr+`f&jZB(FdL>*}H$ZGKbrdsSqp_|=^7A{27RbBkJ4p?JyFh7?4crE*JIXk@( zj;yh>yk}=w3qFv{6ZeXIVzv}_CSA%qT`E9S2erk6(Bcu;0xCcGH8I+WXlkH`f2@Na z)d5APr9M_peaueDO|G|JGMIe! zPr;m4@rMx(X79Uttv9LFn`$ZScl>6!66Ul~`OMz}FJ1XwXDdS#${mnE_dW6mF(Px; z|NjUK%b!ehH_0>+ET4|iK7jx(fBgWy2@`JgZifHxuR!*BX!i4taaTSCZ#}X#B6~KX zd!GES1K{rvxo?eOwsOTr-j$qb&RyrfY7XcBxzzsMO~1<=c_~;7nX34MI05*}Kq0Qu zIBe~D*d=oXLs+%oP$&FKq+2KIr~L?qIp`WN?+kJ}R&aSC)gK?6$SUg@6kjKHlDa+% z>CHzNt|1C`lEm7hPtl;QpkXZE8W}>9&|tI(C7lpz5A@3ssRBAcgAXCpsd7UwKcRsW zN{K2v1U)Y>PCy(Jngm0vM|w6{CD&UmZJZ3tpHBQ8(2t!N0xK^S6Mrq=4;0PZyf>&UHrq5np|)}Tz= z;O7PbziC=1_Ly0#clAd~kBcrr1`!I2{T!;M(ww<^sOHf28=qKOO^pk|SGAg&7GjER z>4)9tM*<%wEDhVc-eND=awn2hKOQixW+RJ%8N93SwI%lF!|aUw&y*L{y&7Jxchiga zwKggQp1PEFHY{0dvcrH*bOHeL0EHp=uI)EXwfj`D#_`w3?-o!jyKHk1O|AB?Z@Eoa zaC9%O})1GH7!?e_=#kcRVS z7LGDL;10W7Qf^}Zh%k zi(6>gXIs`t-A%)BV>%=dR;HOWO1Oxllv@XAX5;#=TF=zn!BGaR18m$`mwWShN&8v1 zJ@V6J_XoJf<0{UnUbvQ~h}a6Htdax1abWrJ^3ycP0eixHadFUg8ad!X0PFU_e8V1H zx;*J*(uwZ~O&#Ze!!EZ8`e-U5Ols*oQ-LjTqC z3XDvuSV`0|DtZX{n);gs6o7#U#(f3AJW?<&ZesOrXHMX(pd(VHZ<>*`8w*|P6|rR0ADI9@8d